/*
    Created on : Oct 03, 2024 05:05:19 am
    Author     : ravindu.siriwardane@ebeyonds.com
*/

/* offer revamp - Start - R */
.offer-revamp .offer-intro-image-wrapper {
    width: 25%;
    margin: 20px auto;
}

.offer-revamp .offer-heading {
    display: flex;
    justify-content: center;
}
.offer-revamp .row-1 .content-wrapper {
    padding: 40px;
    background: #f5f5f5;
}


/* old css */

        .offer-revamp select {
            /* for Firefox */
            -moz-appearance: none;
            /* for Chrome */
            -webkit-appearance: none;
        }

        /* For IE10 */
        .offer-revamp select::-ms-expand {
            display: none;
        }
        /* You just need to get this field - start */
        .offer-revamp .search-box {
            width: 350px;
            position: relative;
            display: flex;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .offer-revamp .search-input,
        .offer-revamp .district-filter,
        .offer-revamp .discount-filter {
            width: 100%;
            font-family: 'Bahnschrift';
            font-size: 14px;
            padding: 2px 52px 2px 15px;
            color: #6c6c6c;
            border-radius: 4px;
            border: none;
            transition: all .4s;
            border: 1px solid #683a93;
        }
        .offer-revamp .search-input:focus,
        .offer-revamp .district-filter:focus,
        .offer-revamp .discount-filter:focus {
            border: none;
            outline: none;
            box-shadow: 0 1px 12px #b8c6db;
            -moz-box-shadow: 0 1px 12px #b8c6db;
            -webkit-box-shadow: 0 1px 12px #b8c6db;
        }
        .offer-revamp .search-btn,
        .offer-revamp .dropdown-btn {
            background-color: transparent;
            font-size: 16px;
            padding: 0px 9px;
            border: none;
            color: #6c6c6c;
            transition: all .4s;
            z-index: 1;
            position: absolute;
            right: 0;
            height: 100%;
            cursor: pointer;
        }

        .offer-revamp .Search_outer {
            margin: 0 auto;
            display: flex;
            width: 100%;
            justify-content: space-evenly;
        }

        .offer-revamp .Search_outer.stamp>Div {
            width: 30%;
        }

        .offer-revamp #button-group {
            display: flex;
            justify-content: space-around;
        }

        .offer-revamp #button-group>input {
            width: 48%;
        }
        .offer-revamp .xbox {
            display: flex;
            flex-wrap: wrap;
            align-content: space-between;
            justify-content: space-evenly;
            align-items: center;
            width: 100%;
        }
        .offer-revamp input[type="email"], .offer-revamp input[type="number"], .offer-revamp input[type="search"], .offer-revamp input[type="text"], .offer-revamp input[type="tel"], .offer-revamp input[type="url"], .offer-revamp input[type="password"], .offer-revamp textarea, .offer-revamp select, .offer-revamp .form-control {
            height: 40px;
            margin-bottom: 0px;
        	border: 1px solid #683a93;
            width: 100%;
            border-radius: 4px;
        }
        .offer-revamp  select#offers-dropdown {
            text-align: center;
            background: #683a93;
            font-size: 1.2em;
        }
        .offer-revamp .pop_inner {
            height: fit-content;
            max-height: 70vh;
            padding: 20px;
            box-sizing: border-box;
        }
        .offer-revamp .pop_up_title {
            margin-bottom: 10px;
            color: #662d91;
        }
        .offer-revamp .pop_up_body {
            margin-top: 10px;
        }
        @media only screen and (min-width:320px) {

            .offer-revamp .grid-sizer,
            .offer-revamp .grid-item {
                width: 320px;
                margin-bottom: 10px;
            }

            .offer-revamp .offer-item-wrapper:hover .card__overlay,
            .offer-revamp .offer-item-wrapper:hover .more-info-desk {
                display: none;
            }
            .offer-revamp .pop_inner {
                height: fit-content;
                max-height: 70vh;
            }

            .offer-revamp .search-box {
                width: auto;
            }

        }

        @media only screen and (min-width:480px) {

            .offer-revamp .grid-sizer,
            .offer-revamp .grid-item {
                width: 320px;
                margin-bottom: 10px;
            }

            .offer-revamp .offer-item-wrapper:hover .card__overlay,
            .offer-revamp .offer-item-wrapper:hover .more-info-desk {
                display: none;
            }


            .offer-revamp .pop_inner {
                height: fit-content;
                max-height: 70vh;
            }

            .offer-revamp .search-box {
                width: auto;
            }

        }

        @media only screen and (min-width:600px) {

            .offer-revamp .grid-sizer,
            .offer-revamp .grid-item {
                width: 300px;
                margin-bottom: 10px;
            }

            .offer-revamp .offer-item-wrapper:hover .card__overlay,
            .offer-revamp .offer-item-wrapper:hover .more-info-desk {
                display: none;
            }

            .offer-revamp .pop_inner {
                height: fit-content;
                max-height: 70vh;
            }

            .offer-revamp .search-box {
                width: 250px;
            }

        }

        @media only screen and (min-width:801px) {

            .offer-revamp .grid-sizer,
            .offer-revamp .grid-item {
                width: 350px;
                margin-bottom: 10px;
            }

            .offer-revamp .offer-item-wrapper:hover .card__overlay,
            .offer-revamp .offer-item-wrapper:hover .more-info-desk {
                display: none;
            }
            .offer-revamp .pop_inner {
                height: fit-content;
                max-height: 70vh;
            }

            .offer-revamp .search-box {
                width: 350px;
            }

        }

        @media only screen and (min-width:1025px) {

            .offer-revamp .grid-sizer,
            .offer-revamp .grid-item {
                width: 350px;
                margin-bottom: 10px;
            }

            .offer-revamp .more-info-mobi {
                display: none;
            }
            .offer-revamp .offer-item-wrapper:hover .card__overlay,
            .offer-revamp .offer-item-wrapper:hover .more-info-desk {
                opacity: 1;
                display: block;
            }

            .offer-revamp .pop_inner {
                height: fit-content;
                max-height: 70vh;
            }

        }
        @media only screen and (min-width:1281px) {
            .offer-revamp .grid-sizer,
            .offer-revamp .grid-item {
                width: 400px;
                margin-bottom: 20px;
            }

            .offer-revamp .more-info-mobi {
                display: none;
            }

            .offer-revamp .offer-item-wrapper:hover .card__overlay,
            .offer-revamp .offer-item-wrapper:hover .more-info-desk {
                opacity: 1;
                display: block;
            }
            .offer-revamp .pop_inner {
                height: fit-content;
                max-height: 80vh;
            }

        }
        
        
        .offer-revamp .card__overlay {
            position: absolute;
            top: 0;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 99;
            background-color: #06100dad;
            opacity: 0;
            -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: opacity 0.5s, transform 0.5s;
            transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
        }

        .offer-revamp .more-info-desk {
            position: absolute;
            cursor: pointer;
            top: 37%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
            transform: translateX(-50%) translateY(-50%) translateZ(0);
            padding: 10px 15px;
            background-color: darkgreen;
            color: white;
            font-size: 15px;
            font-weight: bold;
            border: unset;
            opacity: 0;
            z-index: 99;
            -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: opacity 0.5s, transform 0.5s;
            transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
            text-align: center;
        }

        .offer-revamp .card__category a.more-info-mobi {
            background-color: darkgreen;
            font-size: 13px;
            padding: 7px 12px;
            color: white;
        }

        .offer-revamp .more-info-desk:hover {
            background-color: rgb(168, 25, 161);
        }

        .offer-revamp .offer-item-wrapper:hover {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        }
/* top button colors */

        .offer-revamp #reset {
            font-size: 15px;
            width: 80px;
            padding: 0px;
            text-align: center;
            color: #fff;
            margin: 0 auto;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-color: #683a93;
            color: #fff;
            text-align: center;
            outline: 0;
            border: 2px solid #683a93;
            cursor: pointer;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            transition: all .5s;
            display: inline-block;
            position: relative;
            z-index: 1;
            margin: 0 auto;
        }

        .offer-revamp .search-btn {
            background-color: transparent;
            font-size: 14px;
            padding: 2px 15px 2px 15px;
            margin-left: 0px;
            border: none;
            color: #6c6c6c;
            transition: all .4s;
            z-index: 1;
            background: #683a93;
            cursor: pointer;
        }

        .offer-revamp .fa-search:before {
            content: "\f002";
            color: #fff;
        }

        .offer-revamp .search-input {
            width: 100%;
            font-family: bahnschrift;
            font-size: 14px;
            padding: 15px 45px 15px 15px;
            /* background-color: #eaeaeb; */
            color: #6c6c6c;
            border-radius: 6px;
            border: none;
            transition: all .4s;
            border: 1px solid #00684ce3;
            border-radius: 4px;
        }

        .offer-revamp .dropdown-btn {
            background-color: transparent;
            font-size: 16px;
            padding: 0px 15px;
            margin-left: -45px;
            border: none;
            color: #6c6c6c;
            transition: all .4s;
            z-index: 1;
            background: #683a93;
            pointer-events: none;
        }
        .offer-revamp .fa-caret-down:before {
            color: #fff;
        }
        .offer-revamp #submit {
            font-size: 15px;
            width: 80px;
            padding: 0px;
            text-align: center;
            color: #fff;
            margin: 0 auto;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-color: #683a93;
            color: #fff;
            text-align: center;
            outline: 0;
            border: 2px solid #683a93;
            cursor: pointer;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            transition: all .5s;
            display: inline-block;
            position: relative;
            z-index: 1;
            margin: 0 auto;
        }
        .offer-revamp .row.primary-background.less-width.white {
            background: #fff;
        }
        
        .offer-revamp .less-width.primary-background {
            padding: 15px;
        }
        .offer-revamp select#location {
            cursor: pointer;
        }
        
        .offer-revamp select#offerrate {
            cursor: pointer;
        }
        
@media (min-width:320px) and (max-width:766px) {

        .offer-revamp .Search_outer {
            margin: 0 auto;
            display: flex;
            width: 100%;
            justify-content: space-around;
            flex-wrap: nowrap;
            flex-direction: column;
            align-items: center;
            align-content: center;
        }
        
        .offer-revamp .Search_outer.stamp>Div {
            width: 100%;
            margin: 10px;
        }
        
        /*.offer-revamp .less-width.primary-background {*/
        /*    padding: 0px 0px 65px 0px;*/
        /*}*/

    }
@media (min-width:767px) and (max-width:1024px){
    .offer-revamp .Search_outer {
        margin: 0 auto;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    
    .offer-revamp .Search_outer.stamp>Div {
        width: 100%;
        margin: 10px;
    }
}

/*changes to the Offer page pop - dilum - 2023-10-10 -start */
/*.offer-revamp .fancybox__container .pop_up_body li ul li {*/
/*    display: flow;*/
/*    margin-bottom: 2px;*/
/*}*/
/*.offer-revamp .fancybox__container .pop_up_body li {*/
/*   display: block; */
/*    margin-bottom: 2px;*/
/*}*/
/*.offer-revamp .fancybox__container .pop_up_body ul ul {*/
/*    margin: 1.5rem 0 1.5rem 3rem;*/
/*    font-size: 90%;*/
/*}*/
/*.offer-revamp  .fancybox__container.is-compact .fancybox__viewport .fancybox__track .fancybox__slide .pop.fancybox__content .pop_inner {*/
/*    position: relative;*/
/*    overflow: auto;*/
/*}*/
/* old css - end */

.offer-revamp .content-wrapper-box {
    background: #662d91;
    color:#fff;
    font-size: 12px;
    text-align:center;
    padding: 8px 0 5px 0;
    line-height: 1.3;
}
.offer-revamp li.xList-item {
    border-radius: 15px;
    border: #662d91 solid 2px;
    overflow: hidden;
}
.offer-revamp .content-wrapper-box span.second-phrase {
    color: #fff;
    text-transform: uppercase;
}

.offer-revamp .offer-item-value {
    text-align: center;
}

.offer-revamp .offer-item-value span {
    font-size: 25px;
    text-transform: uppercase;
}
.offer-revamp span.upto-style{
    font-size:18px;
}
.offer-revamp .offer-item-description p {
    margin:0;
    word-spacing: 0.2em;
    text-transform: uppercase;
    letter-spacing:0.1em;
    padding: 0 3px;
}

@media(min-width:800px) and (max-width:999px){
    .offer-revamp .offer-item-description p {
        font-size: 0.75em;
    }
}
@media(min-width:999px) and (max-width:1200px){
    .offer-revamp .offer-item-description p {
        font-size: 0.68em;
    }
}
@media (min-width:1201px){
    .offer-revamp .offer-item-description p {
        font-size: 0.8em;
    }
}
.offer-revamp .img-wrapper-box img {
    transition: transform 0.5s ease;
    width: 100%;
    display: block;
    cursor: pointer;
}
.offer-revamp .img-wrapper-box:hover img {
    transform: scale(1.1);
}
.offer-revamp .img-wrapper-box {
    overflow: hidden;
}
.offer-revamp .sub-row {
    margin-bottom: 0;
}
.category-content-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.category-div-wrapper {
	display: flex;
}
.category-div-wrapper a {
    display: flex;
    background: #662d91;
    color: #fff;
    padding: 8px 12px;
    margin: 7px;
    border-radius: 7px;
    width:12%;
    /*overflow: overlay;*/
}
.category-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align:right;
}
.category-item-img-wrapper img {
    width: 100%;
}
.category-item-name-wrapper p.offer-name {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    font-size: 14px !important;
    justify-content: flex-end;
    font-family: Bahnschrift SemiBold;
}
.lang-ta .category-item-name-wrapper p.offer-name{
    font-size: 11px !important;
}
.category-item-img-wrapper {
    width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.category-item-name-wrapper {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.category-div-wrapper a:hover {
    transform: scale(1.05);
    transition: all 0.8s ease-in-out;
}
.offer-revamp .category-item-name-wrapper:first-child {
    width: 100%;
    text-align:center;
}
.category-div-wrapper a:first-child{
    justify-content: center;
}
.offer-revamp select.offer-dropdown option {
    font-size: 0.75em;
}
@media(min-width:1300px) and (max-width:1400px){
    .category-item-name-wrapper p.offer-name{
        font-size: 12px !important;;
    }
}
@media(min-width:1300px) and (max-width:1800px){
    .category-div-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .category-div-wrapper a {
        width: 10%;
    }
}
@media(min-width:768px) and (max-width:1299px){
    .category-div-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .category-div-wrapper a {
        width: 18%;
        padding: 2px 15px;
    }
}
@media(max-width:767px){
    .category-div-wrapper{
        display:none;
    }
    .offer-revamp .category-div-wrapper-mobile{
        display: block !important;
        width:100%;
        position: relative;
    }
    .lang-ta .offer-revamp select#offers-dropdown option {
        font-size: 0.5em;
    }

    .lang-si .offer-revamp select#offers-dropdown option {
        font-size: 0.8em;
    }
}
/* pop up*/
.pop {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 1px 1px 7px 2px #ffffff47;
    z-index: 1000;
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
    overflow: hidden;
}

.pop .pop_inner {
    padding: 10px;
    display: flex;
    color: #000;
}
.pop .pop_inne a{
    color: #000;
}
.card__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}

.pop-up-open {
    display: block;  
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 18 8 / 90%); 
    z-index: 999; 
}
span.close-btn::before {
    content: "\e950";
    font-family: icomoon;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 25px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-left .pop-row-3 {
    display: flex;
    margin: 10px 0;
}
.pop-left .pop-row-3 .pop-col-1,.pop-left .pop-row-3 .pop-col-2  {
    width: 50%;
}
.pop-col-1 > p, .pop-col-2>p, .condition-title,.pop-col>p {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}
.pop .pop-left,.pop .pop-right {
    padding: 15px;
    width: 50%;
    overflow: auto;
}
.pop-right .condition-body{
    max-height: 300px;  
    overflow: hidden;  
    padding: 10px;
}
.pop-right .condition-body ul {
    margin: 0 0 25px 0;
}
.pop-right .condition-body li {
    margin-bottom: 5px;
    list-style-type: none;
    /*display: flex;*/
}
.pop-right .condition-body li:before {
    content: "\eb0f";
    font-family: icomoon;
    margin-right: 4px;
}
.pop-right .pop-row-2 {
    background: #662d91;
    color: #fff;
    padding: 10px 25px;
    border-radius: 0 12px;
}
.pop .fa-phone:before ,.pop .fa-globe:before,.pop .fa-map-marker:before{
    margin: 0 5px 0 0;
}
.pop-left span.offer-value {
    font-size: 1.8em;
    color: #662d91;
    font-weight: 600;
}
.pop .pop-period p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.pop-row-2 p, .pop-col-2 ul li, .pop-col ul li {
    font-size: 0.85em;
}
.pop-col-1 ul li {
    font-size: 0.9em;
    width: 100%;
}
.pop-left, .condition-title p {
    text-transform: uppercase;
}
.pop-left .pop-col-1 a, .pop-left .pop-col-2 a,.pop-left .pop-col li.fa.fa-map-marker {
    color: #000;
}
.pop-left .pop-col li.fa.fa-map-marker {
    width: 100%;
    line-height: 1.5;
}
.pop-col-1 > p, .pop-col-2>p, .pop-col>p {
    margin: 10px 0;
}
.condition-title p {
    margin: 0;
}
.pop .mCSB_inside>.mCSB_container {
    margin-right: 16px;
}
@media(max-width:850px){
    .pop{
         width: 90%;  
    }
    .pop-left .pop-row-3{
       flex-direction: column; 
    }
}

@media(max-width:767px){
    .pop .pop_inner {
        flex-direction: column;
        padding: 15px;
    }
    .pop .pop-left, .pop .pop-right {
        width: 90%;
        padding: 2px 15px;
    }
    .pop .condition-body {
        max-height: unset;
        padding: 0;
    }
}
.offer-revamp li.xList-item {
    display: none;
}
.offer-revamp .load-wrapper {
    text-align: center;
}
.offer-revamp a.load-more, .offer-revamp a.load-less {
    padding: 10px 18px;
    background: #662d91;
    color: #fff;
    border-radius: 50px;
}
.offer-revamp a.load-more:after {
    content: "\eac4";
    font-family: icomoon;
    margin-left: 5px;
}
.offer-revamp a.load-less:before {
    content: "\eac7";
    font-family: icomoon;
    margin-right: 5px;
}
.pop-left ul {
    margin: 3px 0;
}
/* pop up*/


.offer-revamp .xList.grid-list.four-col {
    margin: 0 0 2% 0;
}

.offer-revamp .xList.grid-list>.xList-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item, .offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(3n-1), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(3n),.offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n-1), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n-2) {
    width: 20%;
    padding: 0;
    margin: 2%;
}
@media(max-width:767px){
    .offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item, .offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(3n-1), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(3n), .offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n-1), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n-2) {
        width: 90%;
        margin: 0 0 8% 0;
    }
    .offer-revamp .offer-intro-image-wrapper {
        width: 100%;
        margin: 20px auto;
    }
}
@media(min-width:768px) and (max-width:999px){
        .offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item, .offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(3n-1), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(3n), .offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n-1), .xList.grid-list.four-col>.xList-items>.xList-item:nth-child(4n-2) {
        width: 28%;
    }
    
    .offer-revamp .offer-intro-image-wrapper {
        width: 100%;
        margin: 20px auto;
    }
}

/*.offer-revamp .xList.grid-list.four-col>.xList-items>.xList-item:first-child .pop {*/
/*    display: block !important;*/
/*}*/
.offer-revamp .xList.grid-list>.xList-items>.xList-item.is-hidden {
    display: none!important;
}

/*calendar */
.calendar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 99;;
}
.offer-revamp .img-wrapper-box:hover .calendar-wrapper img {
    transform: none;
}
.category-div-wrapper a:first-child {
    /*background: linear-gradient(85deg, #662d91 0, #989696 60%);*/
    background:#6c6c6c;
    border:solid #6c6c6c 3px;
}

/*prestige element - Start */
.prestige-wrapper {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 6px 12px;
    background: #ffffff;
    text-align:center;
    box-shadow: 1px 0px 0px 2px #662d91;
}

.prestige-wrapper p {
    margin: 0;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}
@media(max-width:768px){
    .prestige-wrapper p {
        font-size: 0.9em;
    }
    .prestige-wrapper {
        padding: 7px 9px;
    }
}

/*prestige element - End */

/* offer revamp - End - R */

/*prestige img element - start*/

.prestige-wrapper .prestige-img {
    width: 100px !important; 
    height: auto; 
}

@media (max-width: 767px) {
    .offer-revamp .category-div-wrapper-mobile {
margin-top: 15px;
    }
 
.offer-revamp select#offers-dropdown {
 
  color: #6c6c6c;
text-align: left;
font-family: bahnschrift;
 font-size: 14px;

}
.offer-revamp select#offers-dropdown {background: #ffffff;
}
}
/*prestige image element - End */

/* Offer revamp new with search */
.pop-right .pop-period p {
    font-size: 1.1em;
    word-spacing: 1.7px;
}
.filter-wrap i.fa.fa-calendar {
    color: #fff;
}
.offer-revamp #button-group>input {
    width: 60%;
}
.offer-revamp .Search_outer.stamp>Div {
    width: 25%;
    height: 40px;
}
.offer-revamp .date-filter {
    height: 40px; 
    box-sizing: border-box;
    cursor: pointer;
}
.listing-page-revamp-offers-new div#ui-datepicker-div,  .detail-page-revamp-offers-new div#ui-datepicker-div{
    z-index: 1000 !important;
    background: #535353;
}
.listing-page-revamp-offers-new .ui-datepicker .ui-datepicker-prev, .listing-page-revamp-offers-new .ui-datepicker .ui-datepicker-next, .detail-page-revamp-offers-new .ui-datepicker .ui-datepicker-prev, .detail-page-revamp-offers-new .ui-datepicker .ui-datepicker-next {
    top: 25px !important;
    color: #fff;
}
.listing-page-revamp-offers-new .ui-datepicker select.ui-datepicker-month, .listing-page-revamp-offers-new .ui-datepicker select.ui-datepicker-year, .detail-page-revamp-offers-new .ui-datepicker select.ui-datepicker-month, .detail-page-revamp-offers-new .ui-datepicker select.ui-datepicker-year {
    background: #683a93  !important;
    border: none !important;
    color: #fff !important;
}
.listing-page-revamp-offers-new .ui-datepicker th, .detail-page-revamp-offers-new .ui-datepicker th {
    color: #fff !important;
}
.listing-page-revamp-offers-new .ui-datepicker .ui-datepicker-header, .detail-page-revamp-offers-new .ui-datepicker .ui-datepicker-header {
    background: #683a93 !important;
    color: #fff !important;
}
.listing-page-revamp-offers-new .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .detail-page-revamp-offers-new .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    background: #662d91 !important;
    color: #fff !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: none;
    font-family: 'Bahnschrift';
    padding: 0 25px;
    flex-wrap: wrap;
    opacity: 1;
    font-weight: 700;
}
.listing-page-revamp-offers-new .ui-state-highlight, .listing-page-revamp-offers-new .ui-widget-content .ui-state-highlight, .detail-page-revamp-offers-new .ui-state-highlight, .detail-page-revamp-offers-new .ui-widget-content .ui-state-highlight {
    border: 1px solid #662d91 !important;
    background: #662d91 !important;
    color: #ffffff !important;
}
.listing-page-revamp-offers-new .ui-datepicker .ui-datepicker-buttonpane button, .detail-page-revamp-offers-new .ui-datepicker .ui-datepicker-buttonpane button{
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-family: 'Bahnschrift';
    padding: 0 25px;
    flex-wrap: wrap;
    background: #662d91;
    color: #fff;
    border: none;
}
.listing-page-revamp-offers-new .ui-state-active, .listing-page-revamp-offers-new .ui-widget-content .ui-state-active, .detail-page-revamp-offers-new .ui-state-active, .detail-page-revamp-offers-new .ui-widget-content .ui-state-active{
    border: 1px solid #015941 !important;
    background: #015941 !important;
}
.listing-page-revamp-offers-new .ui-widget-content a:hover, .detail-page-revamp-offers-new .ui-widget-content a:hover{
    color: #ffffff !important;
    background: #015941 !important;
}
.detail-page-revamp-offers-new .ui-state-hover,.listing-page-revamp-offers-new .ui-state-hover {
    background: #015941;
}
.offer-revamp #button-group {
    width: 15%;
}
.offer-revamp .primary-background .fa{
    color: #ffffff !important;
}
.no-results-message {
    font-size: 1.3em;
    margin: 0 20px 80px 20px;
}
@media(min-width:1025px) AND (max-width:1439px){
    .offer-revamp #button-group>input {
        width: 75%;
    } 
}
@media(min-width:901px) AND (max-width:1024px){
    .offer-revamp #button-group>input {
        width: 100%;
    }
    .offer-revamp .Search_outer {
        flex-direction: row;
    }
}
@media(max-width:900px){
    .offer-revamp .Search_outer.stamp>Div {
        width: 100%;
    }
    .offer-revamp #button-group {
        width: 100%;
    }
    .offer-revamp .search-btn {
        font-size: 14px;
        padding: 0 13px;
    }
    .offer-revamp button#calendarBtn {
        font-size: 14px;
        padding: 0 13px;
    }
}
@media(min-width:768px) and (max-width:900px){
    .offer-revamp #button-group>input {
        width: 50%;
    }
}

.offer-revamp .xList-item.no-percentage .content-wrapper-box {
    padding: 22px 0;;
}

/*Updating the offer pop-up term and condition section - sasun -27.10.2025 -start*/

.pop-right .condition-body ul li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.5;
    padding-left: 20px;
}
 
.pop-right .condition-body li:before {
 
    position: absolute;
    left: 0;
}