﻿
/**/
.title-wrap {
    margin-bottom: 80px;
    padding: 50px 0 0;
    position: relative;
    justify-content: center;
}
.legend-title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 30px;
    color: #0a0908;
    background-color: #fffffc;
    padding: 0 70px;
    text-transform: uppercase;
}
.legend-line {
    position: absolute;
    width: 105%;
    left: -5%;
    bottom: 15px;
    margin: 0;
    z-index: -1;
    height: 1px;
    background-color: #000;
    background-image: none;
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}
.legend-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(https://mallofthemillennium.s3.ap-south-1.amazonaws.com/images/rec.png);
    height: 15px;
    width: 15px;
    background-size: contain;
}
.legend-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background-image: url(https://mallofthemillennium.s3.ap-south-1.amazonaws.com/images/rec.png);
    height: 15px;
    width: 15px;
    background-size: contain;
}
.errmsg {
    padding:100px 20px 20px;
    text-align:center;
}

.ca-suggestion {
    padding-left: 10px;
    margin-top: 8px;
    font-size: 14px;
    font-family: Poppins;
    text-align: left;
    color: rgba(0, 0, 0, 0.3);
    width: 45%;
}

#edit-account {
    display:none;
}
#account {
    display:block;
}
#password {
    display:none;
}
/*Edit Profile*/

.Profile-pad {
    padding-left:33px;
}

.form {
padding-top:85px;
}

.Profile-Heading {
 font-size: 18px;
  font-weight: 700;
  /*line-height: 3.33;*/
  letter-spacing: 0.45px;
  text-align: left;
  color: #000000;
  text-transform:uppercase;
  padding-left: 14px;
  font-family: 'Varela Round', sans-serif;;
}

.title {
    padding-left:14px;
font-size:12px;
text-transform:uppercase;
font-weight: 700;
text-align: left;
  color: #000000;
  font-family: 'Varela Round', sans-serif;;
}


/*Validation red line*/
.input-wrap {
    position:relative;
    display:inline-block;
    width:44%;

}
.redline {
    position:absolute;
    display:inline-block;
    width:100%;
    bottom:0;
    left:0;
    height:1px;
    background-color:red;
}

/*Validation red line---end*/


.txt-box {
    border: 0;
    border-bottom: 1px solid #000;
    color: #A27D00 !important;
    -webkit-text-fill-color: #000;
    font-size: 20px;
    font-family: 'Varela Round', sans-serif;;
    padding: 0px 0px 0px 14px;
    font-family: 'Varela Round', sans-serif;;
    width:100%;
}



    .txt-box:focus, .select-drop:focus, .select-drop option:focus {
        box-shadow: none !important;
        outline: none;
    }

    .txt-box::-webkit-input-placeholder {
        opacity: .3;
    }


.Password-Heading {
 font-size: 18px;
  font-weight: 700;
  line-height: 3.33;
  letter-spacing: 0.45px;
  text-align: left;
  padding-left: 14px;
  color: #000000;
  text-transform:uppercase;
  font-family: 'Varela Round', sans-serif;;
}

.space {
    padding-bottom:20px;
}

.Password {
    padding-top:30PX;
}

.offer span {
    font-size: 18px;
  letter-spacing: 0.45px;
  text-align: left;
  color: #000000;
  font-family: 'Varela Round', sans-serif;;
}

/*Switch Checkbox*/
.switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 26px;
  margin-left:138px;


}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EBEBEB;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: #a0a0a0;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:#EBEBEB;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
 
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border:1px solid #464646;
}

.slider.round:before {
  border-radius: 50%;
}

/*Switch Checkbox---END*/


/*CANCEL AND SAVE BTN*/

.Cancel-btn {
    text-transform:uppercase;
    padding:12px 60px;
    font-size:13px;
    letter-spacing:1.4px;
    font-weight:500;
    font-family: 'Varela Round', sans-serif;;
    border:1px solid #000;
    margin-bottom: 15px;

    border-radius: 5px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color:#000;
  transition: all .5s ease-out;
}
.Cancel-btn:hover {
  background-position: left bottom;
  color:#fff;
    }
.Save-btn {
    text-transform:uppercase;
    padding:12px 60px;
    font-size:13px;
    letter-spacing:1.4px;
    font-weight:500;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    margin-left:31px;
    margin-bottom: 15px;
    font-family: 'Varela Round', sans-serif;;
    border-radius: 5px;
  display: inline-flex;
    align-items: center;
    border:none;
    justify-content: center;
    color:white;
  background: linear-gradient(to right, #A27D00 50%, black 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.Save-btn:hover {
  background-position: left bottom;
  color:white;
  /*border: 1px solid black;*/
}

.tn-section {
    margin-top: 60px;
}

.Save-btn:hover {
color:white;
}

.buttons {
    margin-top:38px;
   display:flex;
}

/*CANCEL AND SAVE BTN---END*/
/*Edit Profile---END*/

.ab-divider:before {
    top:0;
    background-color: rgba(0,0,0,0.1);
}
.up-img-wrap {
    text-align:center;
}
.up-img {
    padding:20px;
    border:1px solid rgba(0,0,0,0.5);
    margin-bottom: 20px;
    border-radius:5px;
    position:relative;
}
.up-img img{
    border-radius:5px;
}
.up-logout {
    position:absolute;
    right:0;
    top:3%;
    cursor:pointer;
}
.up-link-upload, .up-link-reset {
    text-decoration:underline;
    color:red;
    font-size:14px;
}
.up-text-wrap {
    padding: 0 0 0 50px;
}
.up-text-wrap h3{
    font-size:36px;
    font-weight:600;
}
.up-text-wrap p{
    font-size:14px;
}
.up-share {
    margin-top:45px;
    position: absolute;
    left: 290px;
    top: -40px;
}
.up-icon {
    width: 40px;
    height: 40px;
    /* padding: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.up-icon img {
    /*width:40px;*/
}
.border-btn {
    border-radius: 5px;
      padding: 14px 40px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color:#000;
  font-size:14px;
  transition: all .5s ease-out;
}
.border-btn:hover {
  background-position: left bottom;
  color:#fff;
    }

/**/



.ym-section {
    margin-top: 0px;
}
.ev-item {
    position: relative;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 20px;
}


        /*/* Changes */
        /*.ev-item:hover .ev-time {
             display:block;
        }*/

        /*You might also like[ym]*/
        .bl-text a {
            color:#000;
        }
        .bd-slider .slick-list {
            margin: 0 -15px;
        }
        .bd-slider .slick-slide {
            margin: 0 15px;
        }
        /*You might also like[op]-----END*/

        /*OffersPackage also like[ym]*/
        .bl-text a {
            color:#000;
        }
        .op-slider .slick-list {
            margin: 0 -15px;
        }
        .op-slider .slick-slide {
            margin: 0 15px;
        }
        /*OffersPackage also like[op]-----END*/



/*My Booking*/
.tn-section {
    margin-top: 50px;
    margin-bottom: 100px;
}
.tn-link {
    text-align: center;
    padding: 15px 5px;
    position:relative;
    color:#000;
    border:0 !important;
    font-weight:500 !important;
}
    
    .tn-text p {
        text-transform:uppercase;
        font-size:18px;
        margin-bottom:0;
        line-height:1;
    }
    .tn-tabs {
        display:flex;
        position:relative;
        color:#000;
        width:100%;
        border:0;
    }
    .tn-tab-item {
        flex:1;
        text-align:center;
    }
.tn-link {
}
    .tn-link.active {
        border-bottom:2px solid #A27D00 !important;
        border-top:0 !important;
        border-left:0 !important;
        border-right:0 !important;
        color:#000 !important;
        font-weight:700 !important;
    }
.bottom-border {
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:0;
}
.bottom-border-card {
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:0;
}
.extra-item {
    display:none;
}
.tn-blank {
    display:block;
}
    /*Ticket*/
.tn-ticket {
    background-image:url(../images/Ticket.png);
    background-repeat:no-repeat;
    background-size:cover;
    margin:20px 0;
    position:relative;
    background-position:right;
}
.tn-img {
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    background-position:center;
}
.tn-text-left-wrap, .tn-text-right-wrap {
    color:#000;
}
.tn-text-left-wrap h3{
    font-size:40px;
}
.tn-text-left-wrap {
    padding-top:30px;
    width:90%;
}
.tn-text-right-wrap {
    padding:30px 0;
}
.tn-time {
    font-size:14px;
    line-height:1;
    margin:0;
}
    .tn-time span {
        color:#A27D00;
        font-weight:600;
    }
    .tn-time .divider {
        color:#000;
        margin:0 10px;
    }
    .tn-time .divider {
        color: #000;
        margin: 0 10px;
    }
.tn-address-wrap {
    margin-top: 53px;
}
.tn-title-wrap span{
    color:rgba(0,0,0,.8);
    font-size:14px;
}

.tn-quantity {
    font-size:36px;
    border:1px solid rgba(0,0,0,.8);
    border-radius:50%;
    width:72px;
    height:72px;
    margin:auto;
    margin-top:10px;
    padding-top:8px;
    margin-bottom:60px;
    font-weight:700;
    text-transform:uppercase;
}
.tn-text-right-wrap {
    /*padding-right:40px;*/
}
.tn-price {
    font-size:24px;
    font-weight:700;
}

/*Ticket -- END*/

/*Saved Offers*/
.so-item {
    margin:16px 0;
}
.so-img {
    background-repeat:no-repeat;
    background-size:cover;
    height:205px;
}
.so-text-wrap {
    margin-top:26px;
}
.so-title {
    font-size:30px;
    font-weight:700;
    margin:0;
}
    .so-title a {
        color: #000;
    }
.so-dis {
    font-size:14px;
    color:#000000;
    display:block;
    text-transform:uppercase;
    font-weight:700;
}
.so-val {
    font-size:10px;
}
/*Saved Offers -- END*/

/*Gourmet Card*/
.gourmet-card-wrap {
    height:376px;
    width:668px;
    margin: 20px 0;
}
.gourmet-card-mobile {
    background-image:url(../images/GCMobile.png) !important;
}
.gourmet-card-desktop {
    background-image:url(../images/GourmetCard.png);
}
.gourmet-card {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    line-height:1;
    padding: 0 15px 45px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}
.gc-top-wrap {
    margin-bottom: 10px;
}
.gc-top-left-wrap {
    padding: 18px;
    padding-left: 24px;
    padding-top: 34px;
}
.gc-top-right-wrap {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 35px;
}
.gc-title {
    font-size:48px;
    color:#5d3f00;
    font-weight:700;
    margin:0;
}
.gc-text {
    font-size:24px;
    color:#f5cb72;
    text-transform:uppercase;
}
.gc-price {
    font-size:36px;
    color:#ffefce;
    font-weight:600;
    margin:0;
    line-height:37px;
}
.gc-price span{
    font-size:18px;
    font-weight:300;
}
.gc-valid {
    font-size:14px;
    color:rgba(254, 237, 202, 0.8);
    font-weight:600;
    text-transform:uppercase;
}
.gc-main-wrap {
    padding:0 30px;
}
.gc-link {
    text-align: center;
    padding: 0;
    position:relative;
    color:#553900;
    border:0 !important;
    font-weight:500 !important;
}
    
    .gc-tab-text p {
        text-transform:uppercase;
        font-size:14px;
        margin-bottom:0;
        line-height:1.4;
        font-weight:600;
        letter-spacing:1.4px;
    }
    .gc-tabs {
        display:flex;
        position:relative;
        color:#000;
        width:70%;
        border:0;
    }
    .gc-tab-item {
        flex:none;
        text-align:center;
        margin-right:41px;
    }
.gc-link {
}
    .gc-link.active {
        border-bottom:2px solid #553900 !important;
        border-top:0 !important;
        border-left:0 !important;
        border-right:0 !important;
        color:#553900 !important;
        background-color:transparent !important;
    }
.validity-text-wrap {
    color:#ffefce;
    margin-top:23px;
    margin-bottom: 60px;
}
.validity-title {
    text-transform:uppercase;
    font-size:18px;
    font-weight:700;
    letter-spacing:1.2px;
    margin-bottom: 11px;
}
.validity-text {
    font-size:12px;
}
.gc-btn-wrap {
}
.gc-white-btn {
    padding: 18px 0px;
    width:200px;
    box-shadow:none;
    display:inline-block;
    text-transform:uppercase;
    background:linear-gradient(to right,#fff,#e3e3e3);
    font-size:14px;
    letter-spacing:1.4px;
    color:#000;
    font-weight:600;
    line-height:12px;
    text-align:center;
    border-radius:5px;
    transition:300ms ease;
}
.transparent-btn {
    color:#fff;
    text-transform:uppercase;
    line-height:1;
    border-bottom: 1px solid #fff;
    margin: 0 30px;
    font-size:14px;
    font-weight:600;
}
.transparent-btn:hover {
        color:#fff;
    }
.details-text-wrap {
    margin-top:10px;
}
.details-text-wrap ul {
    padding-left:20px;
}
.details-text-wrap ul li {
    color:rgba(93, 63, 0, 0.8);
    font-size:14px;
    line-height:1.3;
}
.details-text-wrap ul li strong{
    color:rgba(93, 63, 0, 1);
    font-size:18px;
}
/*Gourmet Card -- END*/

/*My Booking -- End*/


/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    /**/
    .title-wrap {
    margin-bottom: 30px;
    padding: 30px 0 0;
}
    .legend-line {
        /*bottom:10px;*/
    }
    .legend-title {
    font-size: 20px;
    padding: 0 35px;
}
        .legend-title:before, .legend-title:after {
            /*top:3px;*/
        }
    .errmsg {
    padding: 70px 20px 20px;
}
        .Profile-pad {
    padding-left: 0px;
    padding-right: 0px;
    }

/*Profile Icon*/
    .icon {
        /*height: 141px;
        width: 141px;
        padding: 0px;
        margin-left: 93px;
        margin-bottom: 12px;*/
    }

    .icon {
        margin-bottom: 4px;
    }

    .Profile-icon {
        height: 46px;
        width: 54px;
        left: 42%;
        top: 37%;
    }

    .gray-img {
        padding: 12px;
        height: 141px;
        width: 141px;
    }

    .upload-img-btn {
    padding-right: 0px;
    font-size: 9px;
    }
    /*Profile Icon---END*/

/*inpute*/
    .Profile-Heading {
        font-size: 16px;
        padding-left:0px;
    }

    .title {
    font-size:10PX;
    }

    .txt-box {
    font-size:18px;
    }

    .txt-box {
    width:100%;
    }


    .space {
        padding-bottom: 25px;
    }
    .Password {
        padding-top: 0px;
    }


    .Password-Heading {
    padding-left: 0px;
    font-size: 16px;
    }

/*Input---end*/


/*Cancel and Save btn*/
    .Save-btn {
    margin-left: 0px;
    text-align:center;
    }

    .Cancel-btn {   
    text-align:center;
    }

    .buttons {
        flex-direction:column-reverse;
         margin-top:53px;
         padding: 0px 0px 0px 0px;
    }
   /*Cancel and Save btn---END  */

/*Switch btn */

    .switch {
    width: 51px;
    height: 26px;
    margin-left:0px;
    float:right;
    }

    .offer span {
        font-size: 17px;
        letter-spacing: 0px;
    }
    /*Switch btn---END */

    .input-wrap {
    width:100%;
    }

    .Profile-pic {
        margin-bottom: 30px;
    }
    /**/
    .mobile-padd {
        padding:0 25px;
    }
    .up-img {
        height: auto;
        width: 141px;
        margin:auto;
        padding: 12px;
        margin-bottom: 12px;
    }
    .up-img-wrap {
        margin-bottom:44px;
    }
    .up-text-wrap {
        padding:0;
    }
    .up-share {
        left: 80%;
        top: -45px;
    }
    .up-link-reset {
        display:none;
    }
    .up-logout {
        display:none;
    }
    .up-text-wrap h3 {
        font-size: 30px;
        line-height:1;
        margin:0;
    }
    .up-text-wrap p {
        font-size: 12px;
    }
    .tn-tabs {
        width:100%;
        justify-content:space-between;
        display:flex !important;
    }
    .bottom-border {
        border:0;
        padding:0 15px;
    }
    .bottom-border-card {
        border:0;
        padding:0;
    }
    .tn-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tn-tabs-extnd {
        width:125% !important;
    }
    .extra-item {
        display:inline-block;
    }
    .tn-tabs::after {
        content:"";
        position:absolute;
        display:block;
        height:1px;
        width:80%;
        bottom:0;
        left:0;
        background-color:#ddd;
        z-index:-1;
    }
    .tn-blank {
        display:none;
    }
    .tn-tab-item {
        flex:none;
    }
    .tn-text p {
        font-size:12px;
    }
        /*Ticket*/
    .no-padd {
        padding:0;
    }
    .custom-padd {
    padding-right:9px;
    }
    .tn-ticket {
        margin:20px 0;
        position:relative;
        background-position:right -16px center;
        line-height:1;
    }
    .tn-img {
        height:100%;
        background-position:center;
        padding-right:0;
    }
    .tn-divider:before {
        content:"";
        width:1px;
        height:80%;
        color:#000;
        position:absolute;
        display:block;
        top:0;
    }
    .tn-text-left-wrap h3{
        font-size:18px;
        margin:0;
    }
    .tn-text-left-wrap {
        padding-top:10px;
        width:100%;
    }
    .tn-text-right-wrap {
        padding:12px 0;
    }
    .tn-time {
        font-size:8px;
    }
    .tn-time span {
        color:#A27D00;
    }
    .tn-address-wrap {
        margin-top:13px;
        display:inline-block;
    }
    .tn-ticket span{
        font-size:8px;
    }
    .tn-quantity {
        font-size:14.5px;
        width:29px;
        height:29px;
        margin:auto;
        margin-top:10px;
        padding-top:6px;
        margin-bottom:36px;
    }
    .tn-text-right-wrap {
        /*padding-right:40px;*/
    }
    .tn-price {
        font-size:10px;
        margin:0;
    }

    /*Ticket -- END*/

    /*Saved Offers*/
    .so-item {
        padding:19px 0;
    }
    .so-img {
        height:178px;
    }
    .so-text-wrap {
        margin-top:20px;
    }
    .so-title {
        font-size:20px;
    }
    .so-dis {
        font-size:10px;
    }
    .so-val {
        font-size:10px;
    }
    /*Saved Offers -- END*/

    /*Gourmet Card*/
    .gc-no-padd {
        padding:0;
    }
    .gourmet-card-wrap {
        height: 230px;
        width:100%;
    }
    .gourmet-card {
        border-radius:15px;
        padding:0 15px 15px;
    }
    .gc-top-wrap {
        margin-bottom: 15px;
    }
    .gc-top-left-wrap {
        padding-top: 20px;
        padding-left: 0;
        padding-bottom:0px;
    }
    .gc-top-right-wrap {
        padding-left: 15px;
        padding-right: 0;
        padding-top: 25px;
    }
    .gc-title {
        font-size: 24px;
    }
    .gc-text {
        font-size: 12px;
    }
    .gc-price {
        font-size: 18px;
        line-height: 17px;
    }
    .gc-price span {
        font-size: 8px;
    }
    .gc-valid {
        font-size: 8px;
    }
    .gc-main-wrap {
        padding: 0;
    }
    .gc-tab-item {
        flex: none;
        text-align: center;
        margin-right: 24px;
    }
    .gc-tab-text p {
        font-size: 10px;
    }
    .validity-text-wrap {
        margin-top: 14px;
        margin-bottom: 25px;
    }
    .validity-title {
        font-size: 14px;
        margin:0;
    }
    .validity-text {
        font-size: 10px;
    }
    .gc-btn-wrap {
        padding: 0;
    }
    .gc-white-btn {
        padding: 12px 0px;
        font-size:10px;
        margin-right: 19px;
        width:140px;
    }
    .transparent-btn {
        font-size: 10px;
        margin: 0;
        border-bottom: 0;
    }
    .details-text-wrap ul li {
        font-size:8px;
        line-height:1;
    }
    .details-text-wrap ul li strong{
        font-size:12px;
    }
    .details-text-wrap ul {
        padding:0 17px;
    }
    /*Gourmet Card -- END*/

    .bl-wrap {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    /*margin-bottom: 30px;*/
    flex-direction: column;
}
.bl-img {
    width: 100%;
    height: 120px;
    margin-right: 20px;
        margin-bottom: 20px;
}
.bl-text-wrap {
    display:flex;
}

    /* Brand Section */


    .bs-section {
        padding-top:0px;
        margin: 30px 20px;
    }
    /* Brand Section Ends */
    .no-paddmobile {
        padding:0px;
    }

    /* Event Slider Starts */
    .ev-item {
        position: relative;
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .ev-slider-wrap {
        width: 100%;
    }
    .ev-slider .slick-list {
        margin: 0 0px 0 21px;
    }

    .ev-section .title-wrap {
        margin: 25px;
    }
    .ev-section {
        padding-top: 10px;
    }
    /* Event Slider Ends */
    /* dine section */
    /*.Dine-section .title-wrap {
        position: relative;
        justify-content: flex-start;
        margin-bottom: 31px;
        margin: 30px 21px;
    }*/
    .ym-slider .slick-list {
        margin: 0 0 0 15px;
    }
    .Dine-section {
        margin-top: 0px;
    }
    .dn-text-wrap {
        margin-left: 8px;
    }

    /* Brands Section Starts */
   /* .bd-slider .slick-list {
        margin: 0 0 0 5px;
        padding:0px;
    }

    .bl-wrap {
        display: flex;
        padding: 0px;
        border: none;
        border-radius: 0;
    }
    .bl-title {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        line-height: 1.75rem;
        margin-bottom: 0px;
    }
    .bl-img {
        height: 100px;
        width: 100px;
        border-radius: 5px;
        margin-right:15px;
    }
    .bl-type {
        font-size: 12px;
        margin-bottom: 0;
        letter-spacing: 0.3px;
    }
    .bl-text-wrap {
        display: block;
    }
    .bl-text {
        margin-right: 0px;
        min-height: 61px;
    }
    .bs-section .title-wrap {
        margin: 30px 21px;
    }*/
    /* Brands Section Ends */

    /* Offers And Packages */
    .ym-section .title-wrap {
        margin: 30px 20px;
    }
    /*.ym-slider .slick-list {
        margin: 0 5px;
    }*/
    .ym-section {
        padding-top: 0px;
        margin-bottom:50px;
    }
    .op-slider .slick-list {
        margin: 0 0px 0 10px;
    }
    .op-slider .slick-slide {
        margin: 0 5px;
    }
}

/*@media (min-width: 400px) and (max-width: 480px) {
    .gourmet-card-wrap {
        height: 30vh;
    }
    .white-btn {
        margin-right: 50px;
    }
}*/

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-padd {
        padding-right:0px;
    }
    .input-wrap {
        width: 50%;
    }
    .up-img {
        height: 141px;
        width: 141px;
        margin:auto;
        padding: 12px;
        margin-bottom: 12px;
    }
    .up-img-wrap {
        margin-bottom:44px;
    }
    .up-text-wrap {
        padding:0;
    }
    .up-share {
        left: 80%;
    }
    .up-link-reset {
        display:none;
    }
    .up-logout {
        display:none;
    }
    .up-text-wrap h3 {
        font-size: 30px;
        line-height:1;
        margin:0;
    }
    .up-text-wrap p {
        font-size: 12px;
    }
    .tn-address-wrap {
        margin-top: 23px;
    }
    .tn-text-right-wrap {
        padding: 20px 0;
        padding-right: 40px;
    }
    .tn-text-left-wrap {
        padding-left:20px;
    }
    .tn-tabs-extnd {
        width:125% !important;
    }
    .extra-item {
        display:inline-block;
    }
    .tn-tabs::after {
        content:"";
        position:absolute;
        display:block;
        height:1px;
        width:80%;
        bottom:0;
        left:0;
        background-color:#ddd;
        z-index:-1;
    }
    .tn-tabs {
        width:100%;
        justify-content:space-between;
    }
    .tn-blank {
        display:none;
    }

    /*Gourmet Card*/
    .gourmet-card-wrap {
        width: 80%;
    }
    .gc-top-right-wrap {
        padding-left:0px;
    }
    .validity-text-wrap {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    /*Gourmet Card -- END*/
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    
    .tn-address-wrap {
        margin-top: 23px;
    }
    .tn-text-right-wrap {
        padding: 20px 0;
        padding-right: 40px;
    }
    .tn-tabs {
        width:100%;
        justify-content:space-between;
    }
    .tn-text-left-wrap {
        padding-left:20px;
    }
    .tn-blank {
        display:none;
    }
    .up-link-reset {
        display:none;
    }
    .up-text-wrap {
        padding:0;
    }
    .up-share {
        left: 80%;
    }
    .up-logout {
        display:none;
    }
    .gourmet-card-wrap {
        height: 400px;
        width: 70%;
    }
    .gc-top-right-wrap {
        padding-left: 20px;
    }
    .validity-text-wrap {
        margin-top: 40px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1299px) {
    .tn-title-wrap {
        height:125px;
    }
    /*.gourmet-card-wrap {
        height:45vh;
        width:75%;
    }*/

    /*.gc-top-wrap {
        margin-bottom: 20px;
    }*/
    /*.gc-top-right-wrap {
        padding: 0px;
        padding-right: 0;
        padding-left: 40px;
        padding-top: 35px;
    }*/


}
/* 1366×768,*/
@media (min-width: 1300px) and (max-width: 1399px) {
    .tn-title-wrap {
        height:125px;
    }
    /*.gourmet-card-wrap {
        height:60vh;
        width: 70%;
    }*/
    /*.gc-top-wrap {
        margin-bottom: 30px;
    }*/
    /*.gc-top-right-wrap {
        padding: 25px;
        padding-right: 0;
        padding-top: 35px;
    }*/
    .validity-text-wrap {
        /*margin-bottom:30px;*/
    }
}

/* 1440×768,*/
@media (min-width: 1400px) and (max-width: 1599px) {
    .tn-title-wrap {
        height:125px;
    }
    /*.gourmet-card-wrap {
        width: 75%;
    }*/
    /*.gc-top-right-wrap {
        padding: 25px;
        padding-right: 0;
        padding-top: 35px;
    }
    /*.gc-top-wrap {
        margin-bottom: 20px;
    }*/
    .validity-text-wrap {
        /*margin-bottom:30px;*/
    }
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    /*.gourmet-card-wrap {
        height: 40vh;
        width: 80%;
    }*/
    /*.gc-top-wrap {
        margin-bottom: 30px;
    }*/
    /*.gc-top-right-wrap {
        padding-left:40px;
        padding-right: 0;
        padding-top: 35px;
    }
    .validity-text-wrap {
        margin-bottom:30px;
    }*/
}
/*@media (min-width: 1600px) {
    .gourmet-card-wrap {
        height: 40vh;
        width: 80%;
    }
    .gc-top-right-wrap {
        padding-left:40px;
    }
}*/

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
    .custom-container {
        max-width:1396px;
    }
    .tn-text-right-wrap {
        padding: 50px 0;
    }
    .tn-text-right-wrap {
        padding-left:40px;
    }
    .tn-text-left-wrap h3{
        font-size:60px;
    }
    .up-img {
         height: 222px; 
         width: 222px; 
         margin:auto;
    }
    .tn-quantity {
        margin-bottom:80px;
    }
    /*Gourmet Card*/
    /*.gourmet-card-wrap {
        width: 70%;
    }*/
    .gc-top-wrap {
        margin-bottom: 0px;
    }
    /*.gc-top-left-wrap {
        padding:25px;
        padding-top: 34px;
        padding-left: 35px;
    }*/
    /*.gc-top-right-wrap {
        padding: 20px;
        padding-right: 0;
        padding-top: 40px;
    }*/
    .gc-title {
        font-size:48px;
    }
    .gc-text {
        font-size:24px;
    }
    .gc-price {
        font-size:36px;
    }
    .gc-price span{
        font-size:18px;
    }
    .gc-valid {
        font-size:14px;
    }
    /*.validity-text-wrap {
        margin-bottom:65px;
    }*/
    /*Gourmet Card -- END*/
}
