body {
    /* font-family: "Lato", sans-serif; */
    font-family: "Poppins", system-ui;

    background-color: #eeeeee;
}
.coupon_section {
    width: 85%;
    margin: 50px auto;
}

.coupon_box_copy {
    width: 100%;
    text-align: center;
    line-height: 60px;
    /* text-transform: uppercase; */
    background: #b7d7d851;
    border: 2px dashed #A28089;
    border-radius: 3px;
    margin-bottom: 40px;
    cursor: default;
}

.coupon_box_copy button {
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #A28089;
    border-radius: 3px;

    background-color: #A28089;
    color: #fff;


    margin: 10px auto;
    width: 200px;
    max-width: 200px;
    height: 40px;

    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;

}
.coupon_box_copy a {
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #A28089;
    border-radius: 3px;

    background-color: #A28089;
    color: #fff;


    margin: 10px auto;
    width: 200px;
    max-width: 200px;
    height: 40px;

    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;

    cursor: pointer;
}

.coupon-button {
    position: relative;
    border-radius: 12px;
    background-color: rgba(240, 240, 240, 0.933);
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    padding: 6px;
    
    margin-top: 10px;
    cursor: pointer;

    width: 60%;


    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.coupon-button-deal {
    position: relative;
    border-radius: 8px;
    background-color: #A28089;
    color: rgba(240, 240, 240, 0.933);
    font-weight: bold;
    border: 1px solid #A28089;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-top: 10px;
    cursor: pointer;

    /* width: 60%; */


    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.coupon-button-mb {
    border-radius: 12px;
    background-color: #000;
    color: #fff;
    border: 1px dashed #ccc;
    padding: 6px 20px;
    margin-top: 10px;
    cursor: pointer;


    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* .coupon-button:hover {
    color: #000 !important;
    border: 2px #000 dotted;
    background-color: transparent !important;
} */
.coupon-button-v2 {
    position: relative;
    border-radius: 12px;
    background-color: rgba(240, 240, 240, 0.933);
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    padding: 6px;
    margin-top: 10px;
    cursor: pointer;

    width: 60%;


    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.coupon-button::before {
    content: "Show Code";
    position: absolute;
    border-radius: 12px 0px 0px 12px;
    cursor: pointer;
    /* padding: 3px 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: bold;
    z-index: 100;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    color: #ffffff;
    text-shadow: 2px 2px 1px #000;

    text-align: center;
    background: repeating-linear-gradient(
        -45deg,
        #68999b,
        #68999b 2px,
        #000 4px,
        #68999b 6px
    );

}
.coupon-button-v2::before {
    content: "Show Code";
    position: absolute;
    border-radius: 12px 0px 0px 12px;
    cursor: pointer;
    /* padding: 3px 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: bold;
    z-index: 100;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    color: #ffffff;
    text-shadow: 2px 2px 1px #000;

    text-align: center;
    background: repeating-linear-gradient(
        -45deg,
        #68999b,
        #68999b 2px,
        #000 4px,
        #68999b 6px
    );

}

/* BTN */
.coupon-code-get-code {
    position: absolute;
    left: 0;
    top: -2px;
    background: #A28089;
    color: #FFFFFF;
    font-size: 14px;
    /* padding: 16px 0px 10px 10px; */
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 40%;
    padding-right: 10%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.coupon-code-get-code:hover {
    padding-right: 5px;
    transition: all 0.5s ease;
}

.coupon-code-get-code::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 44px solid #A28089;
    position: absolute;
    right: -42px;
    top: 0;
}

.coupon-code-offer-btn {
    color: #444444;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0 / 6px 6px rgba(0, 0, 0, 0);
    text-align: right;
    padding: 10px 40px 0px 0px;
    overflow: hidden;
    font-size: 16px;
    border: 2px solid #DDDDDD;
    position: relative;
    min-height: 38px;
    /* width: 60%; */
    overflow: hidden;

    line-height: 1;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 8px;
    margin-bottom: 2px;
    /* max-width: 300px; */
    overflow: hidden;
}

/* hover:text-[#000] hover:bg-transparent transition-all */
.close_btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;


    margin-left: auto;
    width: 140px;
    max-width: 200px;
    height: 40px;

    border: 1px solid #000;
    border-radius: 4px;
    color: #000;

    transition: .3s;
}

.close_btn:hover {
    color: #fff;
    background-color: #000;
}

.coupon_box {
    height: max-content;
    /* width: 100%; */
    /* border: 1px solid #000; */
    background-color: #fff;
    padding: 10px;
    cursor: default;

    border-radius: 4px;
}

.coupon_box_1 {
    /* width: 200px; */
    height: 160px;
    overflow: hidden;
}

.coupon_box_1 img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 467px) {
    .mobile_zoom{
        zoom: 0.8;
    }
    .mobile_zoom a{
        zoom: 0.8;
    }
    .coupon_box_1 {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        width: 96px !important;
        overflow: hidden !important;
    }

    .coupon-button{
        width: 95%;
    }
    .coupon-button::before {
        font-size: 17px;
    }
    .coupon_box {
        padding: 4px !important;
    }

    .coupon_section {
        width: 92% !important;
        margin: 10px auto !important;
    }

    .stores_section {
        width: 92% !important;
    }

    .categories_section {
        width: 92% !important;
    }
    .search_section{
        width: 85%;
        margin: 0px auto !important;
    }
    .holiday_deals{
        width: 85%;
        margin: auto;
        padding: 10px 0px !important;
    }
    .left-swiper-btn{
        right: 50px !important;
    }
    .region-dropdown {
        position: absolute;
        top: 50px !important;
        left: 0 !important;
        z-index: 1000;
    }
}

@media screen and (min-width: 1024px) {
    .coupon_box_1 {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 96px;
        overflow: hidden;
    }
    .left-swiper-btn{
        right: 70px !important;
    }
}

@media screen and ((min-width: 1124px ) and (max-width: 1424px)) {
    .coupon-button::before {
        font-size: 16px;
    }
}
@media screen and ((max-width: 1124px) and (min-width: 467px) ){
    .coupon-button{
        width: 80%;
    }
    .coupon-button::before {
        font-size: 15px;
    }
    .left-swiper-btn{
        right: 50px !important;
    }
}

/* Search */
.search_section{
    width: 85%;
    margin: 50px auto;
}

/* Stores  */

.stores_show_box {
    transition: 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.stores_show_box .stores_img img {
    width: 100%;
    max-height: 160px;
    height: 160px;
    object-fit: contain;
}

.stores_show_box:hover{
    transform: scale(1.1);
}

.stores_section {
    width: 85%;
    margin: 20px auto;
}


/* Categories */

.categories_section {
    width: 80%;
    margin: 20px auto;
}

/* footer  */
.footer {
    min-height: 400px;
    background-color: #A28089;
    background-position: center center;
    color: #fff;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
}






/* Trending Offers */
.trending_offers{
    width: 85%;
    margin: auto;
    padding: 20px 0px;
}


/* holiday_deals */
.holiday_deals{
    width: 85%;
    margin: auto;
    padding: 20px 0px;
}
.holiday_deals_box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.holiday_deals_box_inner{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 30px 3px 30px;
    height: 214px;
    min-height: 214px;
    max-height: 214px;
    border-top: 1px solid #444444;
}
.holiday_deals_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Blogs */
.blogs_section{
    width: 85%;
    margin: auto;
    padding: 40px 0px;
}


/* Store Bns */


.coupon-code-offer-btn-store {
    color: #444444;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0 / 6px 6px rgba(0, 0, 0, 0);
    text-align: right;
    padding: 10px 15px 0px 45px;
    overflow: hidden;
    font-size: 16px;
    /* border: 2px solid #DDDDDD; */
    position: relative;
    min-height: 38px;
    width: max-content;
    overflow: hidden;

    line-height: 1;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 12px;
    margin-bottom: 2px;
    /* max-width: 300px; */
    overflow: hidden;
}
.coupon-code-get-code-store {
    position: absolute;
    left: 0;
    top: 0px;
    background: #A28089;
    color: #FFFFFF;
    font-size: 14px;
    /* padding: 16px 0px 10px 10px; */
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 24%;
    padding-right: 10%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.coupon-code-get-code-store:hover {
    padding-right: 5px;
    transition: all 0.5s ease;
}

.coupon-code-get-code-store::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 44px solid #A28089;
    position: absolute;
    right: -44px;
    top: 0;
}

/* Deal */
.coupon-button-deal-store {
    position: relative;
    border-radius: 8px;
    background-color: #A28089;
    color: rgba(240, 240, 240, 0.933);
    font-weight: bold;
    border: 1px solid #A28089;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
    width: max-content;

    padding: 6px 35px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}





/* Blog Page */
.blog_section{
    width: 80%;
    margin: auto;
    padding: 50px 0px;
}


/* Reviews */
.reviews-item-label {
    position: absolute;
    top: -15px;
    left: -6px;
    color: #fff;
    padding: 5px 8px;
    font-size: 16px;
    border-radius: 0 8px 8px 0;
    font-weight: 600;
}
.reviews-item-label:before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -5px;
    border: 5px solid transparent;
    transform: rotate(-45deg);
}
.best-choice{
    background-color: #000;
}
.reviews-item-label.best-choice:before {
    border-left: 5px solid #000;
}

.reviews-item-label.best-value {
    background-color: #000;
    color: #ffffff;
}
.reviews-item-label.best-value:before {
    border-left: 5px solid #000;
}

.custom-icon:after {
    content: ""; /* This is necessary to create the pseudo-element */
    display: inline-block; /* Ensure it behaves like an inline element */
    width: 10px; /* Adjust width as necessary */
    height: 10px; /* Adjust height as necessary */
    background-color: #A28089; /* Your desired color */
    margin-left: 5px; /* Optional: spacing between icon and pseudo-element */
    border-radius: 50%; /* Optional: make it a circle */
}

.note-dropdown-menu {
    @apply absolute bg-white text-gray-700 border border-gray-300 shadow-md rounded-lg;

    z-index: 1050 !important; /* Make sure the dropdown is above other content */
}
.swiper-button-next::after, 
.swiper-button-prev::after {
    content: none; /* Remove the default arrow icons */
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: none !important; /* Remove the default arrow icons */
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none !important; /* Remove the default arrow icons */
}

.note-popover {
    z-index: 1050 !important;
}
.left-swiper-btn{
    right: 120px;
}


/* Lang on navbar */
.region-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
    margin-left: auto;
}
.region-flag {
    height: 12px;
    width: 20px;
}
.region {
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    color: #fff;
    background: #868e96;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}
.region-dropdown {
    position: absolute;
    top: 64px;
    right: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 8px 0;
    margin: 2px 0 0;
    font-size: 16px;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    display: none;
}
.region-item {
    display: flex;
    width: 100%;
    padding: 4px 24px;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.5s;
    align-items: center;
    gap: 9px;
}
.region-dropdown.active {
    display: block;
}