﻿body {
    margin: 0;
    padding: 0;
    font-display: swap;
}

a, a:hover, .nav-link:hover {
    text-decoration: none !important;
}

body, p, ul li, ol li {
    font-size: 17px;
    font-weight: 400;
    color: #727a8a;
}
.nav-link {
    padding-right: 6px;
    font-size: 17px;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidebar::-webkit-scrollbar {
        width: 5px;
    }

    .sidebar::-webkit-scrollbar-track {
        background: #fff;

    }

.sidebar::-webkit-scrollbar-thumb {
    background: grey;
    border-radius:15px;
}
div#mySidebar + div#myBackdrop{
    z-index:1031 !important;
}

#mySidebar > ul > li > a {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
}

    #mySidebar > ul > li.active > a, #mySidebar > ul > li > a:hover {
        background-color: #cfe2ffb3;
        color: #4A3AFF;
    }

@media screen and (max-width: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}
.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}
.navbar-custom {
    /* background-color: #0d1b2a;*/
    padding: 0.5rem 1rem;
}

.search-box {
    max-width: 500px;
}

    .search-box input {
        border-radius: 0;
    }

    .search-box select {
        border-radius: 0;
    }

    .search-box .btn {
        border-radius: 0;
        background-color: #fcb900;
        color: #fff;
    }

/*.nav-link {
    color: #fff !important;
    font-size: 0.9rem;
    margin: 0 5px;
    font-weight: 600;
}*/

    .nav-link:hover {
        text-decoration: underline;
    }
.search-box .dropdown-toggle::after {
    margin-left:1em;
}
.search-box .dropdown-toggle:before {
    display: inline-block;
    content: '';
    width: 10px;
    position:absolute;
    left:0px;
    height: 20px;
    border-left: 1px solid #dee2e6;
    top: 9px;
}
.account-link {
    color: #fff;
    font-size: 0.9rem;
}

/*.banner {
    background: linear-gradient(to right, rgba(74, 58, 255, 0.85), rgba(0, 198, 255, 0.85)), url("laughing-woman-talking-texting-phone-isolated-white-background.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: white;
    padding: 80px 0;
    position: relative;
    text-align: left;
}*/

.breadcrumb a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
    color: #212529bf;
    
    text-decoration: none;
}
section.banner{
    padding-top:106px;
}
.pagination .page-item:not(.active) .page-link {
    color: #212529;
}

.flash-sale-container {
    background-image: url("../images/Custom/flash-sale-banner-3.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
}

.deal-image-container {
    background-image: url("../images/Custom/deal-image.png");
    padding: 15px;
}
/*.top-deal-container .slick-slide {
    width: 400px !important;
}*/
/*.top-deal-container .slick-slide img {
    width: auto;
    height: 180px;
}*/

    .top-deal-container .slick-slide img.brand-logo {
        position: absolute;
        width: 80px;
        height: auto;
        top: 10px;
        right: 10px;
    }

.deal-image-container:after {
    display: none;
    content: '';
    border-radius: 3px;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% - 20px);
    bottom: 10px;
    border: 2px solid #ffffff;
}

.deal-image-container:hover:after {
    display: block;
}

.top-deal-container .slick-slide:hover {
    transform: translateY(0px);
}

.category-card {
    border: 1px solid #dee2e6;
    padding: 1rem;
    height: 100%;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}

    .category-card:hover {
        transform: scale(1.01); /* slightly enlarge on hover */
        border-right-color: transparent;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .category-card img {
        max-height: 80px;
        object-fit: contain;
    }

.category-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.category-card.active, .category-card:hover {
    border-top: 2px solid orange;
    cursor: pointer;
}

p.small {
    margin-bottom: 0;
}

.product-card {
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

    /*.product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }*/

.product-image {
    text-align: center;
    background: #ffffff;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.best-price-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 5px;
}

.product-image img {
    height: 200px;
    object-fit: contain;
}

.product-body {
    padding: 15px;
}

.product-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-old {
    text-decoration: line-through;
    color: #6c757d;
    margin-right: 8px;
}

.price-new {
    font-weight: 600;
    color: #dc3545;
}

.cashback {
    font-size: 0.85rem;
    color: #198754;
    margin-top: 4px;
}

.final-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}

.product-footer {
    border-top: 1px solid #e9ecef;
    padding: 10px 0px;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6c757d;
}

footer > div {
    padding: 15px;
}

footer {
    background-color: #232f3f;
}

.product-footer i {
    margin-right: 5px;
    color: #ff5722;
}

.step-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 50%;
    background: linear-gradient(135deg, #4A3AFF, #00C6FF);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.accordion-item:first-of-type, .accordion-item:last-of-type {
    border-radius: 0px;
}

.accordion-item {
    margin-bottom: 10px;
    border-top: 1px solid #dee2e6 !important;
}

.accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

    .accordion-button:focus {
        box-shadow: none !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
    }

footer {
    color: white;
}

    footer h5, footer h6 {
        color: #ffffff;
    }

    footer a {
        text-decoration: none;
    }

        footer a:hover {
            color: #f4b400;
        }

    footer form {
        margin-top: 20px;
    }

    footer .form-control {
        width: 70%;
        padding: 10px;
        border-radius: 0;
    }

    footer .btn-warning {
        background-color: #f4b400;
        border-color: #f4b400;
        color: white;
    }

        footer .btn-warning:hover {
            background-color: #e2a300;
        }

    footer ul {
        padding-left: 0;
    }

    footer h6 {
        margin-bottom: 20px;
    }

    footer ul li {
        list-style: none;
        padding: 5px 0;
        font-size: 14px;
        ;
    }
/*All Blog page css start*/
.blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-img img {
    height: 240px;
    object-fit: cover;
}

.blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 10px 12px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    line-height: 1.2;
}

    .blog-date span {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

.blog-content h5 {
    font-weight: 600;
    margin-top: 1rem;
}

.blog-content p {
    margin: 0.5rem 0 1rem;
}

.read-btn {
    font-size: 14px;
}

    .read-btn:hover {
        text-decoration: underline !important;
    }
/*All Blog page css end*/

/*All coupons page css start*/
.coupon-card {
    max-width: 300px;
    background: #fff;
    top: 20px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    border: 2px dashed #e0e0e0;
    z-index: 0;
    margin-bottom: 50px;
}

    .coupon-card::before {
        content: url(../images/Custom/coupon-border.png);
        display: inline-block;
        position: absolute;
        transform: scaleY(-1);
        left: 0;
        top: -20px;
        width: 100%;
        z-index: -1;
        overflow: hidden;
    }

.coupon-header {
    padding: 05px 0 10px 0;
}

    .coupon-header h5 {
        font-size: 1rem;
        margin: 0;
        font-weight: 500;
    }

    .coupon-header h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 5px 0 0;
    }

.coupon-body {
    padding: 10px 15px;
}

    .coupon-body img {
        max-width: 120px;
        margin-bottom: 15px;
    }

    .coupon-body a {
        display: block;
        margin-bottom: 10px;
        font-size: 0.9rem;
        font-weight: 500;
        color: rgb(64, 74, 96);
        text-decoration: none;
    }

.coupon-footer {
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 0;
}
/*All coupons page css end*/

/*All deals page css start*/
.offer-banner{
    font-size:14px;
}
.offer-card {
    border-radius: .5rem;
    overflow: hidden;
}

    .offer-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    .offer-card > .position-relative {
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .offer-card .deal-description {
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
        box-shadow: 0 2px 6px rgba(0,0,0,.1);
        background-color: rgba(248, 249, 250, 0.3) !important;
    }

.logo-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    width: 50px;
}

.details-bar {
    /*background: #4A3AFF;*/ /* Bootstrap info color */

    font-weight: 600;
    padding: 8px 0;
    position: relative;
}

    .details-bar::before,
    .details-bar::after {
        content: "";
        position: absolute;
        top: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .details-bar::before {
        left: 0;
        border-left: 12px solid #fff; /* color of card background */
    }

    .details-bar::after {
        right: 0;
        border-right: 12px solid #fff; /* color of card background */
    }

.filter-sidebar h6 {
    font-weight: 700;
    margin-bottom: .75rem;
    font-size: 18px;
}

.filter-sidebar .form-check {
    margin-bottom: .4rem;
}


.filter-sidebar .form-check-input[type=checkbox] {
    margin-right: 10px;
}

.filter-sidebar .price-input {
    width: 45%;
}

.range-slider {
    width: 100%;
    margin: 1rem 0;
}

.filter-sidebar small {
    color: #666;
}

.filter-sidebar label {
    font-size: 14px;
    color: rgb(108, 117, 125);
}

.timer {
    padding: 10px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

    .timer div {
        margin: 0 5px;
    }

    .timer span {
        font-size: 1.7rem;
        font-weight: bold;
    }

    .timer .time-unit {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .timer .time-label {
        font-size: 0.75rem;
        margin-top: 5px;
        text-transform: uppercase;
    }
/*All deals page css end*/

/*view item page css start*/
.deal-card {
    /*border: 1px solid #eee;
    border-radius: 12px;*/
    padding: 20px;
    background: #fff;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
    width: 300px;
    margin-bottom: 15px;
}

.deal-logo {
    max-height: 25px;
    margin-bottom: 10px;
}

.deal-line {
    border-top: 1px solid #eee;
    margin: 12px 0;
}

.out-stock {
    background: #ddd;
    border: none;
    color: #666;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 16px;
    cursor: not-allowed;
}

.product-container {
    padding: 40px 20px;
}

.view-product-image {
    padding:15px;
    width: 100%;
   display:flex;
    border-radius: 8px;
    border: 1px solid #ddd;
   
}
.view-product-image img {
    width: auto;
    max-width: 100%;
   margin:auto;
    height: 450px;
}

.thumbs img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-right: 10px;
    cursor: pointer;
}
/* Tabs */
.item-description-tab-container .tab-content > .active {
    margin-top: 30px;
}


.item-description-tab-container .item-description-tab.nav-tabs {
    position: relative;
    top: 20px;
}

    .item-description-tab-container .item-description-tab.nav-tabs .nav-link {
        color: rgba(33,37,41) !important;
        margin: 0 !important;
        border: 3px solid transparent !important;
        border-radius: 0;
    }

        .item-description-tab-container .item-description-tab.nav-tabs .nav-link.active {
            font-weight: bold;
            border-bottom: 3px solid #ff7b00 !important;
            color: #ff7b00 !important;
        }

.item-description-tab-container .tab-content {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 0 0 8px 8px;
    margin-bottom: 40px;
}

    .item-description-tab-container .tab-content img {
        width: 100%;
        border-radius: 8px;
        margin-top: 15px;
    }
/*view item page css end*/


/*view deal page css start*/
.offer-details {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

    .offer-details table, .offer-details ul li {
        font-size: 14px;
    }

        .offer-details table td, .offer-details ul li {
            color: rgb(108, 117, 125);
        }

.seprater {
    border: 1px dashed rgb(108, 117, 125);
}

.deal-detail {
    position: relative;
    z-index: 9;
}

/*section.deal-detail:before {
    content: '';
    width: 100%;
    height: 300px;
    background: linear-gradient(to right, rgba(74, 58, 255, 0.85), rgba(0, 198, 255, 0.85));
    display: block;
    top: 0;
    position: absolute;
    z-index: -1;
}*/
/*view deal page css end*/
.filter-sidebar:after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    right: -15px;
    border-right: 1px dotted #dee2e6;
}
.btn {
    font-size: 15px;
    font-weight: 700;
}

    @media (max-width: 991.98px) {
        .btn-css-mob {
           
            border-top: 1px solid #dee2e6;
            margin-top: 10px;
        }
        #clearFilters{
            border-right:1px solid #dee2e6;
        }
        .mobile-scroll-body {
            height: calc(100vh - 180px);
            overflow-y: auto;
        }
        .search-box {
            max-width: 100%;
        }
        .navbar-custom > .container-fluid > .d-flex.align-items-center {
            width: 100%
        }
        img.logo-img {
            height: 40px;
        }

        section.banner {
            padding-top: 140px !important;
        }

        .sidebar-container.navbar-expand-lg #filterbtn {
            position: fixed;
            z-index: 99;
            width: 100%;
            bottom: 0px;
            left: 0px;
            color: #fff;
            background-color: #0d6efd;
        }

        div#leftbarfilterContent {
            position: fixed !important;
            background-color: #fff !important;
            z-index: 999;
            top: 66px;
            height: calc(100vh - 66px);
            overflow-y: hidden;
            margin: 0 !important;
            overflow-x: hidden;
            left: 0;
            width: 100%;
            border-radius: 0 !important;
        }
    }


    @media (max-width: 1023.98px) {
          /* .top-deal-container .slick-slide {
                margin: 0px 0px 0 0px !important;
                width:320px !important;
                padding:0 10px; 
            }*/
        .deal-offer-card > div {
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
        }
            .deal-offer-card > div .contentt{
                margin-top:5px;
                text-align:center;
            }
            .category-section .slick-slide {
                margin: 0px 10px !important;
            }
        .deal-offer-card > div .logoo {
            margin-right:0px !important;
        }
        /*.slick-list.draggable{
            overflow-x:visible;
        }*/
        .slick-slide img:not(.deal-cat-img) {
            width: 100% !important;
            height: auto;
        }

            .category-section .slick-slide .cat-title {
                display: -webkit-box;
                -webkit-line-clamp: 2; /* Number of lines */
                -webkit-box-orient: vertical;
                overflow: hidden;
                height: 58px;
            }
    }

    @media (min-width: 992px) {
        #clearFilters {
            color: #212529;
            border: 1px solid #212529;
            padding: 5px 15px;
            border-radius: 0.5rem;
        }

        .search-box {
            max-width: 350px;
        }

        .logo-img {
            height: 60px;
        }

        .sidebar-container.navbar-expand-lg .navbar-collapse.filter-sidebar {
            display: block !important;
        }
    }

    .slick-slide .item-category-container img, .item-category-container img {
        width: 200px !important;
        margin: auto;
        height: 200px;
        object-fit: cover;
    }

    .slick-prev {
        left: 0px !important;
    }

    .slick-next {
        right: 0 !important;
    }

    .subtitle {
        color: #FF7851;
        display: inline-block;
        line-height: 25.5px;
        font-size: 17px;
        font-weight: 600;
    }

    h2.title {
        font-size: 38px;
        font-weight: 600;
        line-height: 50px;
        color: #35404e;
    }

    .how-it-work .shopwithus-container {
        text-align: center;
    }

    .shopwithus-container.blue {
        background: rgba(71, 134, 238, 0.2);
    }

    .shopwithus-container {
        padding: 40px;
        height: 100%;
        position: relative;
        border-radius: 12px;
    }

    .shopwithus-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        margin-bottom: 15px;
    }

    .how-it-work .shopwithus-icon {
        margin-left: auto;
        margin-right: auto;
    }

    h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .shopwithus-container.orange {
        background: rgba(255, 120, 81, .2);
    }

    .shopwithus-container.purple {
        background: rgba(133, 89, 230, .2);
    }

    .shopwithus-container.green {
        background: rgba(25, 135, 84, .2);
    }

    .shopwithus-container.orange .shopwithus-icon {
        background: #FF7851;
    }

    .shopwithus-container.purple .shopwithus-icon {
        background: #8559E6;
    }

    .shopwithus-container.green .shopwithus-icon {
        background: #198754;
    }

    .shopwithus-container.disabled:before {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgb(255 255 255 / 50%);
        /* opacity: 0.3; */
        position: absolute;
        top: 0;
        left: 0;
    }

    .shopwithus-container.disabled:after {
        opacity: 0.4;
        display: block;
        /* width: 100%; */
        /* height: 100%; */
        content: 'Coming Soon';
        position: absolute;
        top: 30%;
        line-height: 40px;
        left: 0;
        font-size: 40px;
        font-weight: bold;
        color: #FF7851;
        transform: rotate(-30deg);
    }

    .how-it-work .shopwithus-icon p {
        margin: auto !important;
        color: #fff;
        font-weight: bold;
        font-size: 36px;
    }

    ol.breadcrumb {
        margin-bottom: 0px;
    }

    @media (min-width: 1200px) {

        section {
            padding: 60px 0 60px 0;
        }
    }

    .breadcrumb a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
        color: #727a8a;
        text-decoration: none;
    }

    .pagination .page-item:not(.active) .page-link {
        color: #212529;
    }

    #faqs .accordion-item {
        background: transparent !important;
        margin-right: 15px;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-radius: 0;
    }

    #faqs .accordion-button {
        background: transparent !important;
    }

        #faqs .accordion-button:not(.collapsed), .accordion-button:focus {
            background-color: #fff;
            box-shadow: none;
        }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        color: #35404e;
    }

    .shopwithus-icon i {
        margin: auto;
        font-size: 35px;
    }

    .cta-section {
        background: rgba(71, 138, 234, .1);
    }

    button.favorite-button.badge.text-bg-light.my-2.border-light-subtle.btn.btn-light, #blogs-container .position-absolute.top-0.end-0.m-3.z-3 {
        display: none;
    }
    /*Blog detail page css start here*/
    .blog-page .card-img-ratio {
        border-radius: var(--bs-border-radius) !important;
        width: 100% !important;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    div#blogs-container .d-grid.gap-2 {
        padding-bottom: 15px;
    }

    .blog-page .mb-4.card.mb-3 {
        border: none;
    }

    .blog-page .col-lg-8.col-md-10.mx-auto.pb-4 {
        width: 100%;
    }

    .blog-page h1 {
        font-size: 1.5rem;
        font-weight: 700 !important;
        margin-top: 0;
        margin-bottom: .5rem;
        font-family: var(--bs-body-font-family);
        line-height: 1.2;
        color: rgb(33, 37, 41);
    }

    [data-widget-name="ContentFragment"] .img-fluid {
        max-width: 500px;
        width: 100%
    }

    div#blogs-container .card-img-top {
        object-position: top;
        width: 138px;
        height: 138px;
        object-fit: cover;
        flex-shrink: 0;
        border-radius: 0px;
    }


    .blog-page p, p.cms-blogpost-desc-preview > a {
        --bs-text-opacity: 1;
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        color: #727a8a;
        font-family: var(--bs-body-font-family);
    }

        .blog-page p.mb-lg-5.mb-md-3,
        div#blogs-container .card-body p.mb-2,
        #blogs-container button.favorite-toggle.rounded-circle.shadow-sm.d-flex.align-items-center.justify-content-center.btn.btn-light,
        .blog-page button.favorite-button.badge.text-bg-light.my-2.border-light-subtle.btn.btn-light {
            display: none !important;
        }

    .blog-page .disabled > .page-link, .page-link.disabled {
        background-color: #ffffff;
    }

    div#blogs-container .card-body a.btn.btn-light {
        padding: 0;
        text-align: left;
        color: #FF7851;
        background-color: transparent;
        border: none;
    }

    .blog-page .col-md-2.d-sm-none.d-md-block {
        display: none !important;
    }

    section.blog-body.hero {
        padding-bottom: 0px !important;
    }

    @media (min-width: 768px) {
        .top-space {
            margin-top: 106px;
        }

        .blog-page .col-md-10 {
            width: 100%;
        }
    }

    div #blogs-container .card-body a.btn.btn-light:after {
        font-family: "bootstrap-icons";
        content: "\F138";
        position: relative;
        top: 3px;
    }

    div#blogs-container .card-body {
        --bs-bg-opacity: 1;
        background-color: #ffffff !important;
        box-shadow: none;
        border-radius: 0px;
    }

    .blog-page .card {
        border: none;
    }

    div#blogs-container .card {
        border: none;
    }

    #blogs-container h5 {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #727a85;
        font-weight: 600;
    }

    .cms-blogpost-desc-preview {
        font-size: 14px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .cms-blogpost-desc-preview:after {
            display: inline-block;
            content: '...'
        }

    .blog-page th {
        white-space: nowrap;
        /* padding: 30px; */
        background-color: rgba(248,249,250,1) !important;
        text-align: center;
    }

    .blog-page td {
        text-align: center;
    }

    .blog-page table {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .blog-page:not(#blogs-container) .card-body > .row:last-child, [data-widget-name="CmsCommenting"] {
        display: none;
    }

    .blog-page:not(#blogs-container) .mb-4.card.mb-3, .blog-page:not(#blogs-container) .card-body, .blog-page:not(#blogs-container) .col-lg-8.col-md-10.mx-auto.pb-4 {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .about-us {
        background: rgba(255, 120, 81, .1);
    }

    @media (max-width: 1199.98px) {
        section {
            padding: 30px 0 30px 0;
        }

        .top-space {
            margin-top: 90px;
        }
    }

    .form-check-input:focus {
        border: none;
        outline: 0;
        box-shadow: none;
    }

    li.breadcrumb-item.active a, li.breadcrumb-item.active {
        color: #FF7851;
    }

    .btn-orange {
        background-color: #FF7851;
        border-color: #FF7851;
        color: #ffffff;
    }

        .btn-orange:hover {
            background-color: #f55222;
            border-color: #f55222;
            color: #ffffff;
        }

    .offer-card-container {
        width: 333px;
        flex: 0 0 auto;
        height: 272px !important;
        overflow: hidden;
        max-height: 285px !important;
    }

    .deal-offer-logo, .top-deal-container .slick-slide img.deal-offer-logo {
        width: 65px !important;
        margin-bottom: 15px;
        height: unset !important;
        /* position: absolute;
        bottom: -20px;
        left: 5px; */
        object-fit: scale-down;
    }

    .deal-card-body {
        margin-top: 20px;
    }




    .card-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .deal-offer-card {
        background: linear-gradient(135deg, #ECE8FF, #E0D9FF);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 138px;
        height: 100%;
        border-radius: 16px;
        padding: 24px;
        color: #fff;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

        .deal-offer-card:hover {
            transform: translateY(-6px);
        }

            .deal-offer-card:hover p.subtitle {
                text-decoration: underline;
            }

        .deal-offer-card .card-content {
            z-index: 2;
            width: 100px;
            flex-shrink: 0; /*
                max-width: 60%; */
        }

        .deal-offer-card h2 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 6px;
        }

        .deal-offer-card .subtitle {
            font-size: 17px;
            line-height: 20px;
            color: #000;
            font-weight: 600;
            margin-bottom: 6px;
        }




    .card-img {
        /*  width: 50%;
         */
        /* object-fit: contain; */
        z-index: 1;
        margin-left: 15px;
    }

    .deal-category {
        font-size: 15px;
        font-weight: 600;
    }

    .top-deal-container .slick-slide {
        margin: 0px 10px;
    }

.fashion {
    background: linear-gradient(135deg, #C2D9F6 0%, #99B9E4 100%);
}

.baby-kids {
    background: linear-gradient(135deg, #F8C6D9 0%, #FF99B4 100%);
}

.books {
    background: linear-gradient(135deg, #FFF3A3 0%, #FFD67B 100%);
}

.electronics {
    background: linear-gradient(135deg, #B0D0F5 0%, #99B2E5 100%);
}

.finance-finance {
    background: linear-gradient(135deg, #C4FFD6 0%, #84F6C2 100%);
}

.flower-gift {
    background: linear-gradient(135deg, #F9C1E7 0%, #FF99CA 100%);
}

.food-groc {
    background: linear-gradient(135deg, #F9E16B 0%, #FFD87C 100%);
}

.health-beauty {
    background: linear-gradient(135deg, #B3F7D1 0%, #8AEAD1 100%);
}

.home-kitchen {
    background: linear-gradient(135deg, #FFD1A7 0%, #FF9C7E 100%);
}

.recharge {
    background: linear-gradient(135deg, #A6D6FF 0%, #8AB8E6 100%);
}

.travel {
    background: linear-gradient(135deg, #A2E0FF 0%, #8CC9E6 100%);
}

.others {
    background: linear-gradient(135deg, #D4D4D4 0%, #BDBDBD 100%);
}

.gaming {
    background: linear-gradient(135deg, #D2B7FF 0%, #B7A6FF 100%);
}

.services {
    background: linear-gradient(135deg, #B3FFDC 0%, #8CFFB9 100%);
}

.education {
    background: linear-gradient(135deg, #D1B8FF 0%, #B4A0FF 100%);
}

.sports {
    background: linear-gradient(135deg, #D6FFCE 0%, #B3FFB3 100%);
}

.entertainment {
    background: linear-gradient(135deg, #FFD2B3 0%, #FFB18D 100%);
}

.pets {
    background: linear-gradient(135deg, #FFE2B5 0%, #FFD0A3 100%);
}
    .cursor-pointer {
        cursor: pointer;
    }
    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0 0px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 16px;
                height: 16px;
                padding: 0px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent;
            }

                .slick-dots li button:hover,
                .slick-dots li button:focus {
                    outline: none;
                }

                    .slick-dots li button:hover:before,
                    .slick-dots li button:focus:before {
                        opacity: 1;
                    }

                .slick-dots li button:before {
                    font-family: 'slick';
                    font-size: 30px;
                    line-height: 24px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: '•';
                    text-align: center;
                    opacity: .35;
                    color: black;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .slick-dots li.slick-active button:before {
                opacity: .75;
                color: black;
            }
.required-field:after {
content:'*';
color:red;
}
.slider {
    width: 100%;
    margin: 20px auto 0 auto;
}

.slick-prev, .slick-next {
    opacity: 0;
}

.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
    opacity: 1;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img:not(.deal-cat-img) {
        width: 100%;
        /* height:200px; */
        /* object-fit:cover; */
        border-radius: 0px;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}



.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 100%;
    z-index: 9;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}


.slick-prev:before {
    content: '\F284';
}

.slick-next:before {
    content: '\F285';
}

.slick-prev:before, .slick-next:before {
    font-family: bootstrap-icons !important;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    opacity: .75;
    /* color: #4A3AFF; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*new deal card with image ui*/
.default-bg {
    background: linear-gradient(135deg, #A1C4FD 0%, #C2E9FB 100%);
}


/* Grid Wrapper */
.deals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

/* Glass Card */
.image-deal-card {
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

    /* Hover Glow */
    .image-deal-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 45px rgba(0,0,0,0.25);
    }

    /* Decorative Glow Circle */
    .image-deal-card::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle, rgba(255,255,255,0.55), transparent);
        top: -40px;
        right: -40px;
        border-radius: 50%;
    }

/* Image */
.deal-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
}

/* Brand Badge */


.image-deal-card .brand-badge img {
    width: auto !important;
    height: 30px !important;
    margin-bottom: 10px;
}

/* Category */
.category {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.85;
    color: rgba(33, 37, 41, 0.75);
}

/* Title */
.deal-title {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 18px;
}
@media (max-width: 575.98px) {
    .deals-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .deals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.orange-text {
    color: #f55222;
}
.image-deal-card {
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}
    .image-deal-card::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.55), transparent);
        top: -40px;
        right: -40px;
        border-radius: 50%;
    }
.deal-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
}
.category {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.85;
    color: rgba(33, 37, 41, 0.75);
}
.deal-title {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 18px;
}
/* Hover Glow */
.image-deal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}
.image-deal-card .brand-badge img {
    width: auto !important;
    height: 30px !important;
    margin-bottom: 10px;
}
/* Grid Wrapper */
.deals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}
/*new deal card with image ui*/
.default-bg {
    background: linear-gradient(135deg, #A1C4FD 0%, #C2E9FB 100%);
}