
/************Inner Details pages*****************/

.detailsImgbox {
    max-width: 254px !important;
    margin-top: -50px;
    z-index: 9999 !important;
}

.details_img {
    margin: auto;
    border: 1px solid #707070;
    background: var(--white);
    display: flex;
    min-height: 200px;
    width: 232px;
}

    .details_img .logo {
        max-width: 150px;
        width: 90%;
        height: auto;
        margin: auto;
    }

    .details_img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.iconData {
    display: flex;
    margin-bottom: 20px;
}

.logoImgContainer {
    height: 200px;
    display: flex;
    margin-bottom: 15px;
}


.leftdashline {
    border-left: 1px dashed var(--black);
    margin-top: 20px;
    padding-left: 20px;
}

@media (max-width: 576px) {

    .leftdashline {
        border-left: 0px dashed var(--black);
        margin-top: 20px;
    }

    .iconData {
        margin-bottom: 12px;
    }
}

/* .detailsImgbox img{
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 180px;
    margin: auto;
    object-fit: cover;
    padding-bottom: 20px;     
} */

.detailsContact {
    padding-top: 20px;
    /* line-height: 40px; */
    padding-bottom: 20px;
    padding-right: 20px;
}


@media (max-width: 360px) {
    .detailsContact {
        font-size: 10px;
    }
}

.iconfill {
    color: var(--gold);
    padding-right: 5px;
}

    .iconfill a:link {
        color: var(--gold);
    }

    .iconfill a:hover {
        color: var(--black);
    }

.blackfill {
    color: #373435;
    padding-right: 5px;
}

    .blackfill a:hover {
        color: var(--gold) !important;
    }


/***************************************/

.adidascontent {
    padding-bottom: 20px;
}


.adidastxt {
    padding-bottom: 20px;
}


@media (max-width: 576px) {
    .adidastxt {
        display: flex;
    }
}

.dashline {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--darkGray);
    position: relative;
    z-index: 999;
    /* margin-bottom: 20px; */
}
/***************************************/

.zoom-effect {
    position: relative;
    overflow: hidden;
}

    .zoom-effect .swiper-slide {
        overflow: hidden;
    }

    .zoom-effect img {
        /* width: 90%; */
        transition: all 0.2s ease-in-out;
    }

        .zoom-effect img:hover {
            transform: scale(1.1);
        }

/***************************************/

/* .arrowpre{
    position: absolute;
    width: 100%;
    z-index: 999;
    left: -30px;
    top: 49%;
  } */

.blogArrowContainer {
    position: absolute;
    left: -30px;
    right: -30px;
    z-index: 0;
    top: 50%;
    display: flex;
    justify-content: space-between;
}

@media (max-width:600px) {
    .blogArrowContainer {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding-top: 15px;
        justify-content: center;
    }
}


/***************************************/

/*****************Tool Tips**********************/
.shareBtn {
    position: relative;
    cursor: pointer;
}

.shareIcons {
    display: none;
    position: absolute;
    bottom: 100%;
    border-radius: 10px;
    background: #191918;
    padding: 5px;
    width: 140px;
}

    .shareIcons .social a:hover {
        color: var(--white) !important;
    }

.logoNewBox .imgContainer img {
    width: 100%;
    max-width: inherit;
    max-height: inherit;
}

.logoNewBox .imgContainer {
    margin-bottom: 20px;
}

/***************************************/

@media(max-width:991px) {
    .shareIcons {
        right: 0px;
    }
}

@media(max-width:576px) {
    .detailsImgbox {
        width: 100%;
    }

    .details_img {
        margin: 0px;
        min-height: inherit;
        max-width: 115px;
    }

    .detailsImgbox {
        margin-top: 0px;
        display: flex;
        max-width: inherit;
        align-items: flex-start;
    }

    .detailsContact {
        padding-top: 0px;
        /* line-height: 30px; */
        padding-bottom: 20px;
        margin-left: 15px;
        font-size: 11px;
        padding-right: 0px;
    }

    .dashline {
        padding-top: 0px;
    }
}

.text-slide-effect {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out;
    padding: 12px;
}

    .text-slide-effect a {
        color: var(--darkGray);
        font-weight: bold;
    }

img:hover + .text-slide-effect {
    padding: 12px 50px;
    transition: all 0.3s ease-in-out;
    background: var(--gold);
}


.dineimg {
    max-width: 450px;
    width: 90%;
    height: auto;
    margin: auto;
}

/********Acoordions*******/

.accordions > div {
    padding: 4px 0px;
}

.accordions .accordion-tab {
    font-family: var(--playfair);
    width: 100%;
    padding: 10px 30px;
    text-align: left;
    border: solid 1px #C5C4C4;
    margin-bottom: 0px;
    color: var(--darkGrey);
    font-weight: 550;
    cursor: pointer;
}

    .accordions .accordion-tab.active {
        background: #E1C562;
        border: none;
    }

    .accordions .accordion-tab i {
        float: right;
    }

.accordions .panel {
    background: transparent;
    padding: 20px 30px 10px;
    border-bottom: none;
}


/* OFFERS DETAILS */
.participating-outlets .swiper-slide {
    /* padding: 80px 50px; */
    border: solid 1px #C5C4C4;
    text-align: center;
    min-height: 250px;
    display: grid;
}

    .participating-outlets .swiper-slide img {
        /* max-height: 120px; */
        width: 100%;
    }

        .participating-outlets .swiper-slide img.logo {
            width: 50%;
            margin: auto;
        }

.packages .logoImgContainer {
    height: 220px;
}

.packages .logoNewBox img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.terms-conditions li {
    list-style-type: square;
    margin-bottom: 15px;
}

.terms-conditions ul li::marker {
    color: #E1C562;
}

.termsconditions ul {
    list-style: none; /* Remove HTML bullets */
    padding: 0;
    margin: 0;
}

.termsconditions li {
    padding-left: 20px;
    align-items: center;
    margin: 10px 0;
    line-height: 30px;
    list-style: none;
    position: relative;
}

    .termsconditions li::before {
        display: block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: #e1c562;
        content: '';
        border-radius: 100px;
        position: absolute;
        top: 9px;
        left: 0px;
    }



/* .termsconditions li{
  list-style-type: disc;
  margin-bottom: 15px;
}
.termsconditions ul li::marker{
  color: #E1C562;
} */



@media (max-width: 992px) {
    .accordions .accordion-tab, .accordions .panel {
        padding: 10px 25px;
    }

    .participating-outlets .swiper-slide {
        padding: 80px 50px;
    }
}



.greycolor {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.goldencolor {
    color: #e1c562;
}


.cartbox {
    padding-left: 10px;
    /* padding: 0px 30px; */
    height: 100%;
    /* line-height: 35px; */
}

.quantity span {
    cursor: pointer;
}

.quantity .number {
    /* margin:100px; */
}

.quantity .minus, .quantity .plus {
    width: 33px;
    height: 34px;
    background: #f2f2f2;
    /* border-radius: 4px; */
    /* padding: 16px 11px 8px 5px; */
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.3rem;
    margin: 0px;
    line-height: 32px;
}

.quantity input {
    height: 34px;
    width: 60px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

    .quantity input:focus {
        outline: none;
    }

.cartimg {
    margin-bottom: 20px;
    border: 1px solid var(--borderColor);
}


    .cartimg img {
        width: 100%;
    }

.bottomDashedBorder {
    border-bottom: 1px dashed var(--borderColor);
}

.validity {
    font-size: 1.1rem;
    padding-bottom: 0.8rem;
    margin-bottom: 10px;
}

.quantity input, .quantity span {
    border-radius: 0px;
}

.bd-highlight {
    margin-right: 20px;
}

.cartBoxContainer {
    margin-bottom: 2.5rem;
    border-bottom: 1px dashed var(--borderColor);
    padding-bottom: 20px;
}


/* tourist page */

.reach {
    text-align: center;
    margin-bottom: 2.5rem;
}

    .reach h4 {
        font-family: var(--playfair);
        margin-bottom: 1rem;
        margin-top: 2.5rem;
    }

.threeEasySteps1 {
    border-bottom: 0px solid var(--borderColor);
    margin-bottom: 2rem;
}


/************** dashboard page ***************/

.dashboard ul {
    display: block;
    text-align: center;
}

.serviceTabContainer ul.dashboard li {
    display: block;
    margin-bottom: 40px;
}

.dashboard .list-item {
    float: left;
    clear: left;
}

.serviceTabContainer ul.mainTabs li {
    padding: 0px 26px;
    border-right: 0px solid var(--darkGray);
}

.serviceTabContainer ul.mainTabs.dashboard li {
    padding: 0;
    text-align: left;
}

.goldenborder {
    padding: 30px;
    border: solid 2px #E1C562;
}
/************** toggle button ***************/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #e1c562;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    background: #fff;
    border: 1px solid #e1c562;
}

    .slider.round:before {
        border-radius: 50%;
        background-color: #E1C562;
    }

.edit {
    top: 24px;
    right: 70px;
}

/* dashboard */

.brandContact {
    padding: 12px 0;
    margin-bottom: 30px;
}

.mainTabs > li {
    width: fit-content;
}

.back {
    margin-right: 35px;
}

/* OTP */

.digit-group input {
    width: 75px;
    border-bottom: 1px solid var(--gold) !important;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: var(--gold);
    margin: 0 12px;
    outline: none;
}

    .digit-group input:nth-child(1) {
        margin: 0;
    }


/********************************************/
.serviceBox:nth-child(14), .serviceBox:nth-child(15) {
    border-bottom: none;
}


@media (min-width: 576px) {
    .serviceBox:nth-child(13), .serviceBox:nth-child(14) {
        border-bottom: 1px dashed var(--borderColor);
    }
}




@media (max-width: 576px) {
    .serviceBox:nth-child(15) {
        border-bottom: 0px dashed var(--borderColor);
        border-right: 0px dashed var(--borderColor);
        border-top: 1px dashed var(--borderColor);
    }
}


@media (min-width: 576px) {
    .serviceBox:nth-child(15) {
        border-bottom: 0px dashed var(--borderColor);
        border-right: 1px dashed var(--borderColor);
        border-top: 1px dashed var(--borderColor);
    }
}


@media (max-width: 576px) {
    .serviceBox:nth-child(16) {
        border-bottom: 0px dashed var(--borderColor);
        border-right: 0px dashed var(--borderColor);
        border-top: 1px dashed var(--borderColor);
        border-left: 1px dashed var(--borderColor);
    }
}


@media (min-width: 576px) {
    .serviceBox:nth-child(16) {
        border-bottom: 0px dashed var(--borderColor);
        border-left: 1px dashed var(--borderColor);
        border-top: 1px dashed var(--borderColor);
    }
}

@media (min-width: 768px) {
    .serviceBox:nth-child(16) {
        border-left: 1px dashed var(--borderColor);
        border-right: 1px dashed var(--borderColor);
    }
}



@media (min-width: 992px) {
    .serviceBox:nth-child(13) {
        border-right: 0px dashed var(--borderColor);
        border-left: 1px dashed var(--borderColor);
    }
}

@media (min-width: 992px) {
    .serviceBox:nth-child(14) {
        border-bottom: 1px dashed var(--borderColor);
        border-right: 1px dashed var(--borderColor);
        border-left: 1px dashed var(--borderColor);
    }
}



@media (max-width: 992px) {
    .serviceBox:nth-child(15) {
        border-bottom: 0px dashed var(--borderColor);
        border-right: 0px dashed var(--borderColor);
    }
}


@media (min-width: 992px) {
    .serviceBox:nth-child(16) {
        border-bottom: 0px dashed var(--borderColor);
        border-right: 0px dashed var(--borderColor);
    }
}

@media (min-width: 1200px) {
    .serviceBox:nth-child(13), .serviceBox:nth-child(14) {
        border-bottom: 0px dashed var(--borderColor);
    }
}

@media (max-width: 1200px) {
    .serviceBox:nth-child(13), .serviceBox:nth-child(14) {
        border-bottom: 0px dashed var(--borderColor);
    }
}




@media (min-width: 1200px) {
    .serviceBox:nth-child(16) {
        border-right: 0px dashed var(--borderColor);
    }
}





/***************Featured Outlets************************/

.outlets {
    text-align: center;
    border-right: 1px dashed var(--borderColor);
    border-bottom: 1px dashed var(--borderColor);
    border-top: 1px dashed var(--borderColor);
}


.outletsBox img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
}


.outlets1 {
    text-align: center;
    border-right: 0px dashed var(--borderColor);
    border-bottom: 1px dashed var(--borderColor);
    border-top: 1px dashed var(--borderColor);
}


.outlets2 {
    text-align: center;
    padding-bottom: 20px;
    border-right: 0px dashed var(--borderColor);
    border-bottom: 1px dashed var(--borderColor);
    border-top: 0px dashed var(--borderColor);
}


.outletsBox1 {
    padding: 10px 10px;
    height: 100%;
    margin: 10px 0px;
}

.outletsBox {
    padding: 10px 10px;
    height: 100%;
    border: 1px solid #c5c4c4;
    margin: 10px 0px;
}

.cal {
    top: 20px;
    right: 20px
}

.select {
    width: 100%;
    border: none;
    border-bottom: solid 1px #C5C4C4;
    padding: 12px 0px;
    margin-bottom: 30px;
}

    .select:focus {
        border: none;
        outline: none;
        border-bottom: solid 1px #C5C4C4;
    }

.sub {
    padding-top: 30px;
}

.chk {
    padding-top: 20px;
}

/***************Custom Radio Button************************/
.radiobox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radiobox input {
        position: absolute;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radiobox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobox input:checked ~ .checkmark:after {
    display: block;
}

.radiobox .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(255, 0, 0);
}


.radiobox input {
    width: 25px;
    height: 10px;
    border: 1px solid #ce4242;
}

.app {
    padding: 30px 45px;
    border: solid 2px #E1C562;
}

.play {
    padding: 0px;
}

.serborder {
    border-left: 1px dashed var(--borderColor);
    border-bottom: 0px dashed var(--borderColor) !important;
}

.serborder1 {
    border-right: 1px dashed var(--borderColor) !important;
    border-bottom: 0px dashed var(--borderColor) !important;
}

.Khaki {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #f4ed9a;
    margin-right: 10px;
}


.pink {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #f27c82;
    margin-right: 10px;
}

.SandyBrown {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #fdbb75;
    margin-right: 10px;
}

.OliveDrab {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #a1ca50;
    margin-right: 10px;
}

.CadetBlue {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #45a6af;
    margin-right: 10px;
}

.LightPink {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #f7adae;
    margin-right: 10px;
}

.DarkTurquoise {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #3fc8f4;
    margin-right: 10px;
}

.DarkOrange {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #ff632c;
    margin-right: 10px;
}

.LightGray {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #b1b19b;
    margin-right: 10px;
}

.DarkSlateGray {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #90becd;
    margin-right: 10px;
}

.Aquamarine {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #63c2a2;
    margin-right: 10px;
}

.MediumPurple {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #a789bf;
    margin-right: 10px;
}

.SandyBrown1 {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #f4905c;
    margin-right: 10px;
}

.Saffron {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #fdb813;
    margin-right: 10px;
}

.Flamingo {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #f38aaa;
    margin-right: 10px;
}

.Lime {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #deef95;
    margin-right: 10px;
}

.CornflowerBlue {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #6c8cc7;
    margin-right: 10px;
}

.Periwinkle {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(58, 58, 58);
    background-color: #bfa5cc;
    margin-right: 10px;
}

.pastevent {
    background-color: #E1C562;
    width: 100px;
    padding: 7px;
    margin: 5px;
    font-color: #000;
    text-align: center;
    font-weight: bold;
}

.thankyou {
    font-size: 50px;
    color: #E1C562;
    font-family: var(--playfair);
}

.ordernow {
    color: #6c6c68;
    font-size: 23px;
}

.ordernow1 {
    color: #6c6c68;
    font-size: 23px;
    font-weight: 600;
    padding: 20px 0;
}




/* .form-control1 {    
      font-size: 1.5rem !important;
      color: rgb(255, 255, 255) !important;   
      background-color: #E1C562;
      border: 0px solid #ced4da !important;
      border-bottom: 2px solid #ffffff !important;
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5; 
      background-clip: padding-box;
      border: 1px solid #ced4da;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;      
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */



/***************top search************************/

/* .form-control1.decorated option:hover {
  box-shadow: 0 0 10px 100px #1882A8 inset;
  border-bottom: 2px solid #ffffff !important;
  background-color: red;
} */





/***************top search************************/


.custom-select {
    position: relative;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #E1C562;
    font-size: 20px;
    border-bottom: 2px solid #ffffff !important;
}


.searchNew .select-selected {
    color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #595959;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    line-height: 40px;
    font-size: 20px;
    text-align: start;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.fontbk {
    color: #000;
}

/***************top search************************/


.findList {
    display: none;
    background-color: #ffffff;
    font-size: 20px;
    height: 50px;
    width: 100%;
    text-indent: 25px;
    filter: drop-shadow(0.2rem 0.2rem 0.2rem #626231);
}

.findListfont {
    color: #595959;
    padding: 8px 9px;
    line-height: 40px;
    font-size: 16px;
    text-align: start;
}

    .findListfont:hover {
        color: #e1c562;
    }


.findListbrands {
    color: #595959;
    padding: 8px 20px;
    line-height: 40px;
    font-size: 13px;
    text-align: start;
}

    .findListbrands:hover {
        color: #e1c562;
    }


.findData {
}

    .findData::placeholder {
        color: #f8f2db;
    }


/* Clearable text inputs close buton for form*/
.clearable {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 2.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}


.storephoto {
}

    .storephoto img {
        width: 100%;
        height: 350px;
        /* max-width: 80%;
 max-height: 80px; */
        margin: auto;
        object-fit: cover;
        object-position: top;
    }

.filterBtn .bi-funnel-fill::before {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
}

.telphone a {
    color: var(--gold) !important;
}


.swiper-slide {
    height: 100%;
}





.logoNewBox .DineImgContainer1 img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    object-position: center;
    /* object-fit: cover;     */
    /* max-width: 100%;
  max-height: inherit; */
}

.logoNewBox .DineImgContainer1 {
    margin-bottom: 15px;
    height: 185px;
}

@media (max-width: 1199.98px) {
    .logoNewBox .DineImgContainer1 {
        height: 162px;
    }
}

.NoResults {
}

@media (max-width: 575.98px) {
    .NoResults {
        font-size: 11px;
    }
}

.Brands {
}

@media (max-width: 575.98px) {
    .Brands {
        font-size: 10px;
    }
}


.heading1 {
    font-family: var(--playfair);
    vertical-align: middle;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 500;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--playfair);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    /*color: #c5c5c5;*/
    /*color: #5e5c5c;*/
    color: black;
    font-family: 'Montserrat', sans-serif;
}


::marker {
    color: rgba(76, 175, 80, 0.0);
}

.notfound {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: .25rem;
}

    .notfound .notfound-header {
        background-color: #fff;
        border-bottom: none;
    }

    .notfound .btn-info {
        color: rgb(0, 0, 0) !important;
        background-color: var(--gold) !important;
    }

        .notfound .btn-info:hover {
            color: rgb(0, 0, 0) !important;
            background-color: var(--gold) !important;
            border-color: #25d0f200;
        }

    .notfound .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        border-color: #13820900;
        box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0);
    }

/* Start Food FEST Form CSS - 'A.S' */
.foodfestform::-webkit-inner-spin-button,
.foodfestform::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.foodfestform {
    -moz-appearance: textfield; /* Firefox */
}

.foodfestform {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
}

.counterbutton1,
.counterbutton2 {
    border: none;
    font-weight: 700;
    font-size: 20px;
    color: black;
    background-color: transparent !important;
    outline: none; /* Remove the default focus outline */
}

    .counterbutton1:hover,
    .counterbutton2:hover,
    .counterbutton1:active,
    .counterbutton2:active,
    .counterbutton1:focus,
    .counterbutton2:focus {
        background-color: transparent !important;
        color: black;
        border-color: transparent !important;
        outline: none !important;
        box-shadow: none!important; 
    }

.Foodfestformtotal {
    height: 80px;
    width: 100%;
    border: 2px #E1C562 solid;
    background-color: #fff5d2;
}

.foodfest-form-pay-button {
    padding: 8px 20px;
    color: black;
    border-radius: 2px;
    outline: none;
    border: none;
    background-color: #E1C562;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.foodfest-modal-pay-button {
    padding: 8px 20px;
    color: black;
    border-radius: 2px;
    outline: none;
    border: none;
    background-color: #E1C562;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.foodfestformlabel {
    font-weight: 600;
}
.foodfesttotalrupey {
    color: black;
    font-size: 16px;
    font-weight: 700;
}
.foodfesttotalCalculation {
    color: #737171;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.foodfesttotal {
    color: black;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
  
}
.foodfestvoucher {
    padding: 7px;
    display: inline-block;
    margin-top: 10PX;
    background-color: #f1f1f1;
    border-radius: 2px;
}
/* End Food FEST Form CSS */


/*Purchase menuitem Management*/
/*
#FillingFastBg{
    height:50px;
    width:100%;
    background-image:url(/images/FillingFast.png)
}*/

#FillingFastBg {
    position: relative;
    display:inline-block;
    height: 16px;
    width: 35%;
}

    #FillingFastBg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /*   height: 100%;
        width: 100%;*/
        height: 18px;
        width: 76px;
        background-image: url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/FillingFast.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 6px;
    }

.minus {
    font-size: 30px;
    position: absolute;
    transform: translate(-2px, -17px);
    border: none;
}

.plus {
    font-size: 30px;
    position: absolute;
    transform: translate(-35px, -13px);
    border: none
}

.minus:hover, .minus:focus, .minus:visited, .minus:focus-visible {
    color: black!important;
    font-weight: 600!important;
    outline: none!important;
    border: none!important;
    background-color:transparent!important;
    box-shadow:none!important;
}

.plus:hover, .plus:focus, .plus:visited, .plus:focus-visible {
    color: black !important;
    font-weight: 600 !important;
    outline: none !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.txtCounter {
    border: none;
    padding-left: 40px;
    /*width: 80%;*/
    width: 90px;
    background-color: #dedede;
    padding-top: 5px;
    border-radius: 5px;
}

#btnProceed {
    background-color: var(--gold);
    padding: 5px 15px;
    border-radius: 5px;
    border: none
}

#SlotModelbtnProceed {
    background-color: var(--gold);
    padding: 5px 15px;
    border-radius: 5px;
    border: none
}

.scrollable-content {
    cursor: grab;
    flex: 0 0 auto; /* Prevent flex items from shrinking */
    margin-right: 10px; /* Add some space between buttons */
}

    /* Apply a grabbing cursor style when clicking and dragging the scrollable content */
    .scrollable-content:active {
        cursor: grabbing;
    }


.Slot-Buttons {
    background-color: var(--gold);
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
}

    .Slot-Buttons:focus {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color:red;
    }

    .Slot-Buttons:active {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: red;
    }  
    .Slot-Buttons:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: red;
    }

@media (max-width: 457px) {
    }
@media (min-width: 472px) and (max-width: 767px) {
    
}

/*Purchase menuitem Management*/

/*Holiday Land*/
.HolidayLand-list {
    color: black;
    font-weight: 600;
}
