/* Extra large devices (≥1400px) */
@media screen and (min-width: 1921px) {
    .container-fluid {
        max-width: 92vw;
    }

    .workflow-slider,
    .product-process .container {
        max-width: 75vw;
        margin: auto;
    }
    .hero-slider .slick-center, .hero-slider .slick-slide {
    opacity: 1 !important;
    transform: scale(0.98) !important;
}
}

@media (min-width: 1581px) {
    .step-no {
        font-size: 1.4rem;
    }
    .category-box .category-icon{
        width: 124px;
        height: 124px;
    }
}

@media (min-width: 1279px) and (max-width: 1580px) {
    .profile-block {
        max-width: 280px;
        /* margin-right: 2vw; */
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }

    .container-fluid {
        padding: 0 40px;

    }

    .faq-block .container,
    .product-process .container {
        max-width: 86%;
    }

    .offer-card .offercard-left .offers-details h3 {
        font-size: 22px;
    }

    .offercard-right img {
        max-width: 160px;
    }

    .offer-card .offercard-left .offers-details h5 {
        font-size: 20px;
    }

    .offer-card .offercard-left .offers-details {
        margin-top: 40px;
    }



    .credit-card-image.position-absolute {
        width: 40%;
    }

    .offer-details p {
        font-size: 13px;
    }

    .credit-box .offer-details h3 img {
        width: 15px;
    }

    .credit-box .offer-details h3 {
        font-size: 24px;
    }

    .reword-text {
        padding-left: 0;
    }

    .reword-text h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .reword-text h3 span {
        width: 22px;
    }

    .reword-text h3 span span {
        font-size: 26px;
    }

    .bank-logo img {
        max-height: 22px;
    }

    .category-box .category-icon {
        width: 100px;
        height: 100px;
    }

    .profile-block .profile-left ul li a {
        padding-left: 25px;
    }

    .search-box input[type="text"] {
        height: 42px;
    }

    .search-box .search-icon {
        right: 20px;
        top: 9px;
        font-size: 1rem;
    }

    .btn {
        font-size: 0.9rem !important;
        padding: 8px 16px;
    }

    .menu-btn {
        font-size: 1.4rem;
        width: 42px;
        height: 42px;
    }

    .main-wrapper {
        padding-top: 84px;
    }

    .partner-logo-slide div {
        font-size: 0.9rem;
    }

    .header-top h2 {
        font-size: 2.4rem;

    }

    .header-top {
        margin-bottom: 2.5rem;
    }

    .gap-block {
        padding: 50px 0px 50px 0;
    }

    .store-logo img {
        max-width: 10rem;
    }

    .deal-card p,
    .viewers-box,
    .current-price {
        font-size: 0.8rem;
    }

    .old-deal,
    .deal-offer {
        font-size: 0.8rem !important;
    }

    .deal-card .deal-item img {
        max-height: 140px;
    }

    .viewers-box {
        padding: 8px 0;
    }

    .step-no {
        width: 46px;
        height: 46px;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .step-title h3 {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .step-box p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 0;
        letter-spacing: 0.5px;
    }

    a.btn.btn-theme.btn-white {
        background-color: #fff;
        color: var(--dark-green) !important;
        font-weight: 500;
    }

    .offer-details .btn.btn-theme,
    a.btn.grabdeal-btn {
        padding: 2px 12px;
        border-radius: 8px;
        font-size: 12px !important;
    }

    .credit-box .offer-details,
    a.btn.grabdeal-btn {
        bottom: 6% !important;
    }

    .app-text-box {
        margin-left: 2%;
    }

    .app-text-box h2 {
        font-size: 2.3rem;
    }

    .app-text-box p {
        font-size: 0.9rem
    }

    .app-screen a {
        max-width: 120px;
    }

    .delivery-item {
        font-size: 14px;
    }

    .cashblock-content {
        max-width: 86%;
        margin: auto;
    }

    .card-banner-block .container-fluid,
    .brand-block .container-fluid,
    .breadcrumb .container-fluid {
        max-width: 96vw;
    }

    .card-banner-block {
        padding: 50px 0;
    }

    .brand-detail-item h2 {
        font-size: 2.4vw;
    }

    .brand-detail-item p {
        font-size: 14px;
        line-height: 1.4;
    }

    p.offer-time {
        font-size: 0.8rem;
        line-height: 25px;
        font-weight: 600;
    }

    .site-header {
        padding: 8px 30px;
    }

    .reward-box-item h3 {
        font-size: 14px;
    }

    .icon-circle img {
        width: 34px;
    }








}

@media (min-width: 1201px) and (max-width:1299px) {
    
    .reword-text h3 {
        font-size: 20px;
    }

    .deal-card>.deal-item {
        min-height: 205px;
    }

    .brand-detail-ratng {
        min-width: 132px;
    }

    .footer-links.fllow-link-gap {
        margin-left: 9%;
    }

    .category-box .category-icon {
        width: 100px;
        height: 100px;
    }

    .category-box p {
        font-size: 16px;
    }

    .profile-block .profile-left ul li a {
        padding-left: 20px;
    }
  
}

/* Large devices (≤1199px) */
@media (max-width: 1200px) {
        .btn.btn-theme {
        padding: 2px 16px;
    }
    .credit-box .offer-details {
        bottom: 4%;
    }
     .bank-logo img{
        height: 26px;
       }
       .deal-card .price>div {
        display: flex;
        align-items: end;
    }
        span.set-price {
        display: flex;
        flex-direction: column;
    }
        .deal-card .price {
        align-items: end;
    }
        .deal-card p, .price, span.current-price, .old-deal, .deal-offer {
        font-size: 14px;
    }
    .brand-detail-item h2 {
        font-size: 30px;
    }

    .profile-block .profile-left ul li a {
        padding-left: 20px;
    }

    .price {
        font-size: 16px !important;
    }

    .category-box .category-icon {
        width: 100px;
        height: 100px;
    }

    .category-box p {
        font-size: 16px;
    }

   .step-no {
    width: 4vw;
    height: 4vw;
}

   

    .reword-right-img {
        width: 22%;
    }

    .reword-text h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .reword-text h3 span {
        width: 22px;
    }

    .reword-text h3 span span {
        font-size: 26px;
    }

    .reword-text {
        padding-left: 0;
    }
      .viewers-box {
    font-size: 14px;
    padding: 8px 0;
}
.deal-card p, .price, span.current-price, .old-deal, .deal-offer{
    font-size: 14px;
}
.cashback-btn {
    padding: 8px 0;
    font-size: 14px;
}
    .deal-card .price>div {
        display: flex;
        align-items: end;
    }
        span.set-price {
        display: flex;
        flex-direction: column;
    }
        .deal-card .price {
        align-items: end;
    }
}

/* Medium devices (≤991px) */
@media (max-width: 992px) {
    .menu-btn{
        display: none;
    }
      .slick-dots li {
        width: 10px;
        margin: 0
       }
      
  
    .step-no {
    width: 5vw;
    height: 5vw;
}
    .brand-detail-item h2 {
        font-size: 26px;
    }

    .card-banner-block .banner-content h1 {
        font-size: 28px;
    }

    .card-banner-block {
        padding: 30px 0;
    }

    .app-mob-image img {
        width: 100% !important;
    }

    .total-price {
        font-size: 20px;
    }

    .avalable-blance p {
        font-size: 16px;
    }

    .slick-dots {
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .review-card {
        margin: 0 auto;
    }

    .category-box .category-icon {
        width: 84px;
        height: 84px;
    }

    .filter-icon {
        display: flex;
    }

    .filter-block.py-4 {
        position: fixed;
        background: #fff;
        top: 0 !important;
        z-index: 2052;
        left: -480px;
        padding: 20px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        transition: all 0.3S ease-in-out 0S;
    }

    .close-filter {
        display: block;
        position: absolute;
        right: 8px;
        top: 0px;
        font-size: 28px;
    }

    .filter-block.view {
        left: 0;
    }

    .reword-text {
        max-width: 86%;
    }

    .reword-right-img {
        display: none;
    }

    .reword-text {
        max-width: 100%;
    }

    .delivery-item span {
        font-size: 25px;
        margin-right: 6px;
    }

    .delivery-item {
        font-size: 14px;
    }

    .review-box {
        right: 20px;
        top: 15px;
    }

    .brand-info .brand-logo-box {
        width: 100%;
        max-width: 200px;

        border-radius: 6px;

        padding: 15px;
    }

    .profile-block {
        position: fixed;
        top: 0;
        z-index: 1250;
        left: -100%;
        transition: all 0.3s ease-in-out 0s;
        height: 100%;
    }

    .profile-icon {
        position: fixed;
        top: 100px;
        z-index: 1250;
        right: 17px;
        background: #34a27f;
        color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
    }

    .profile-block.view {
        left: 0;
    }

    .profile-block.view .profile-icon {
        display: none;
    }

    .close-profile {
        position: fixed;
        top: 23px;
        right: 17px;
        background: #fff;
        width: 38px;
        height: 38px;
        justify-content: center;
        border-radius: 5px;
        font-size: 20px;
        padding: 0;
        line-height: 1.3;
        z-index: 1252;
        align-items: center;
    }

    .profile-block.view .close-profile {
        display: flex;
    }

    .caseback-box {
        margin-bottom: 20px;
    }

    .store-logo {
        padding: 35px 0;
        height: 120px;
    }

    .cashback-btn {
        margin-top: 0px;
        font-size: 13px;
    }

    .filter-block.view {
        z-index: 2502 !important;
        background-color: #fff;
        left: 0 !important;
        padding: 20px;

    }

    .filter-block.sticky-top {
        z-index: 999;
        position: fixed;
        left: -100%;
        width: 100%;
        top: 0 !important;
        height: 100%;
    }

    .offer-details>.btn.btn-theme {
        font-size: 16px;
        padding: 9px 28px;
    }

    button.btn.login-button span {
        font-size: 0;
    }

    button.btn.login-button {
        width: 46px;
        padding: 0 !important;
        justify-content: right;
        min-width: 46px;
    }

    .credit-box .offer-details {
        bottom: 5%;
    }

    .offer-details>.btn.btn-theme {
        font-size: 14px;
        padding: 2px 18px;
    }

.profile-setting-box .my-profile-box h3.price, .my-profile-box.payment-box .price-box h3.price{
    font-size: 28px !important;
}
.filter-box {
overflow-y: scroll;
height: 100%;
}

}

@media (max-width: 840px) {
    .d-flex.align-items-center.login-block {
        gap: 7px !important;
    }

    .partner-logo-slide span {
        width: 20px;
    }

    .partner-logo-slide span img {
        width: 100%;
        height: auto;
    }

    .app-text-box h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .app-mob-image img {
        min-height: 360px;
    }

}

/* Small devices (≤768px) */
@media (max-width: 768px) {
    .offer-box.d-flex {
    flex-direction: column-reverse;
        max-width: 420px;
        width: 96%;
}
.offer-bn-right {
    height: 300px;
    overflow: hidden;
}
.offer-box .offer-bn-right, .offer-box .offer-bn-left {
    width: 100%;
}
    .our-review {
    position: absolute;
    top: 15px;
    right: 15px;
}
    .stikey-button-footer.footer-active {
    position: relative;
    margin:20px auto !important;
    left: auto;
    right: auto;
    top: auto;
   
}
    .stikey-button-footer {
        position: fixed;
        display: block;
        width: 100%;
        bottom: 0px;
        padding: 15px 20px !important;
         transition: transform 0.05s linear; /* smooth follow */
    will-change: transform;
    background-color: #fff;
     z-index: 1010;
    
        
    }

     .stikey-button-footer a{
        width: 100%;
        padding: 8px !important;
        border-radius: 5px !important;
     }
    .offer-details>.btn.btn-theme {
        font-size: 14px;
        padding: 2px 17px;
    }

    .gap-block {
        padding: 30px 0px 30px 0;
    }

    .page-header {
        font-size: 24px;
        color: #0A0A0A;
    }

    .reword-text a {
        display: none;
    }

    .d-flex.align-items-center.login-block {
        gap: 10px !important;
    }

    .categories-box p {
        font-size: 16px;
    }

    .card-banner-block .banner-content {
        padding-left: 25px;
    }

    .app-mob-image img {
        min-height: auto;
    }

    .store-slider {
        display: block;
    }

    .profile-intro .profile-info .profile-pic {
        width: 60px;
        height: 60px;
        font-size: 20px;
        margin-right: 10px;
    }

    .profile-id p {
        font-size: 14px;
        margin: 0;
    }

    .profile-id h3 {
        margin-bottom: 0;
        font-size: 20px;
    }

    

    .profile-setting-box .my-profile-box {
        padding: 15px;
    }

   

    .live-tag {
        font-size: 13px;
        padding: 4px 0;
    }

    .caseback-reword {
        margin-top: 25px;
    }

    h2.product-name {
        font-size: 26px;
    }

    .price.pro-details-price .current-price {
        font-size: 22px;
    }

    .price.pro-details-price {
        flex-direction: column;
        align-items: center;
    }

    .breadcrumb.breadcrumb-light li {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .link-share ul {
        flex-wrap: wrap;
    }

    .link-share ul li {
        margin-bottom: 15px;
    }

    .header-top h2 {
        font-size: 28px;
    }

    .share-box {
        margin-bottom: 25px;
    }

    .mobile-search {
        display: block;
    }

    .search-box {
        display: none;
    }

    .menu-btn {
        border-radius: 7px;
        font-size: 21px;
        padding: 2px;
        min-width: 40px;
    }

    .brand-logo img {
        height: 36px;
    }

    .category-slider .slick-prev,
    .category-slider .slick-next {
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }

    .store-card-box {
        border-radius: 8px;
    }

    .cashback-btn {
        padding: 8px 0;
        border-radius: 8px;
        font-weight: 500;
        margin-top: 10px;
        font-size: 14px;
    }

    .w-25.brand-logo {
        min-width: 110px;
    }

    .w-25.login-block {
        min-width: 100px;
        gap: 10px !important;
    }


    .partner-logo-slide span {
        width: 20px;
        margin-right: 5px;
    }

    .partner-logo-slide div {
        font-size: 16px;
    }

    .partner-logo-slide span img {
        width: 100%;
        height: auto;
    }

    .category-slider.slick-slider {
        padding: 0;
    }

    .store-desktop {
        display: none;
    }

    .store-slider {
        display: block;
    }

    .store-card {
        border-radius: 12px;
        padding: 8px;
        margin: 0 5px !important;
    }

    .deal-card p,
    .price,
    span.current-price,
    .old-deal,
    .deal-offer {
        font-size: 12px;
        align-items: center;
    }

    .viewers-box {
        font-size: 12px;
    }

    .deal-card {
        /* border: 1px solid var(--orange-color); */
        padding: 5px;
        border-radius: 10px;
        margin: 0 3px !important;
    }

    .app-block {
        margin: 0 15px;
        border-radius: 30px;
        padding: 0 15px;
    }

    .app-text-box {
        margin: 6% 0;
    }

    .app-text-box h2 {
        font-size: 24px;
    }

    .app-text-box p {
        font-size: 14px;
        line-height: normal;
    }

    .app-screen a {
        width: 40%;
        max-width: 160px;
        margin-right: 15px;
    }

    .offercard-right .offer-day {
        bottom: 11px;
        padding: 5px 13px;
        right: 13px;
        border-radius: 7px;
        font-weight: 800;
        font-size: 16px !important;
    }

    .share-box .share-icon {
        margin-bottom: 34px;
        height: 32px;
        width: 32px;
    }

    .brand-image {
        bottom: -6px;
        right: -17px;
        width: 72px;
        opacity: 0.2;
    }

    .share-box {
        padding: 10px;
    }

    .share-box h2 {
        font-size: 28px;
    }

    .share-box p {
        font-size: 13px;
        color: #000;
    }

    #accordionFaq .accordion-item h2.accordion-header .accordion-button {
        font-size: 16px !important;
    }

    #accordionFaq .accordion-item {
        margin: 10px 0;
    }

    .applink.mt-4 {
        margin-bottom: 15px !important;
    }

    .footer-links {
        padding-left: 0px;
    }

    .copy-text {
        text-align: center;
    }

    .for-mobileview {
        display: block;
    }

    .only-deskop {
        display: none;
    }

    .offer-card .offercard-left .offer-brand {
        max-width: 86px;
        margin: 0px;
        padding: 3px;
    }

    .reword-box.position-absolute.top-0.left-0.d-flex.align-items-center.justify-content-between.px-5.h-100.w-100 {
        padding: 20px !important;
        flex-direction: column;
    }

    .live-offer-img img {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .reward-box-item {
        padding: 25px 12px;
    }

    .reward-icon.mb-5 {
        margin-bottom: 25px !important;
    }

    .caseback-reword,
    .reward-box {
        padding: 10px;
    }

    .big-links {
        color: white;
        text-align: left !important;
        margin-bottom: 25px;
    }

    .store-logo img {
        max-width: 60%;
        max-height: 50px;
        object-fit: contain;
    }

    .hero-slider .slick-dots li button {
        width: 6px;
        height: 6px;
    }

    .hero-slider .slick-dots {
        bottom: -10px;
    }

    .slick-dots li {
        margin: 0;
    }

    .profile-search .search-box.profile-search-box {
        display: block;
    }


    .profile-setting-box.p-4 {
        padding: 0 !important;
    }

    .partner-logo-slider {
        padding: 8px 0;
        margin-top: 10px;
    }

    .store-logo {
        padding: 25px 0;
        height: 80px;
    }

    .search-box.position-relative.active {
        width: 100%;
        left: 0;
        right: 0;
        bottom: auto;
        top: 0;
        background-color: #fff;
        padding: 15px;
        max-width: none;
    }

    .search-box.position-relative.active #searchInput {
        border-radius: 5px;
        border-color: #333;
    }

    .search-box .search-icon {
        right: 30px;
        top: 25px;
        color: #000;
        font-size: 20px;
    }

    .main-wrapper.gap-mainblock {
        padding-top: 75px;
    }

  

    .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .category-slider .slick-dots {
        bottom: -5px;
    }

    .step-no {
        width: 42px;
        height: 42px;
    }
    .step-title h3 {
    font-size: 22px;
}
.step-box p {
    font-size: 14px;
}
    .btn.btn-theme {
        font-size: 14px;
        padding: 3px 16px;
    }
    a.btn.grabdeal-btn {
    bottom: 6%;
}
.bank-logo img {
    width: auto;
    height: 25px;
    max-height: 100%;
}

}

@media (max-width: 575px) {
    .reword-text h3 br{
        display: none;
    }
    .deal-card .price>div {
        display: flex;
        align-items: end;
    }

    .product-image.border-0>img {
        max-height: 140px;
        padding: 0 0;
    }

    h2.product-name {
        display: block;
        -webkit-line-clamp: unset;
        overflow: hidden;
        text-overflow: unset;
    }

    .product-details-card h2.product-name {
        font-size: 18px;
    }

    .categories-box {
        border: 1px solid #e5e5e5;
        padding: 8px;
        border-radius: 10px;
    }

    .offer-details .btn.btn-theme {
        font-size: 14px;
        padding: 6px 15px;
    }

    .credit-box {
        border-radius: 7px;
        margin: 0 !important;
    }

    .header-top.d-flex {
        padding-left: 0 !important;
    }

    .deal-card .deal-item img {
        max-height: 100px !important;
    }

    .popular-slider .slide-item .deal-card .deal-item img {
        max-height: 80px !important;
    }

    .popular-slider .slide-item .deal-card .deal-item {
        max-height: 120px;
    }

    .btn.btn-theme {
        line-height: 1.7;
        padding: 5px 10px;
    }

    .store-slider .slick-slide {
        padding: 0 0px;
        /* 20px total gap (10 left + 10 right) */
    }

    .icon-circle img {
        width: 42px;
    }

    .link-share ul li {
        margin: 0 10px;
    }

    .accordion.product-details h2 {
        margin-bottom: 15px;
    }

    .stikey-button-footer.footer-active {
        display: block;
    }

    .viewers-box {
        padding: 4px 0;
        border-radius: 10px;
        margin: 3px 0;
    }

}

/* Extra small devices (≤575px) */
@media (max-width: 575px) {
    .category-box .category-icon {
        width: 76px;
        height: 76px;
    }

    .d-flex.applink a img {
        max-height: 48px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .deal-card .price {
        letter-spacing: -0.5px;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    span.set-price {
        display: flex;
        flex-direction: column;
    }

    .deal-card .deal-item {
        padding: 30px 0 15px;
        min-height: 150px;
    }

    .brand-detail-item h2 {
        font-size: 28px;
        margin-top: 15px;
    }

    .brand-detail-item p {
        font-size: 14px;
    }

    .credit-box .offer-details h3 {
        font-size: 20px;
    }

    .credit-box .offer-details span img {
        max-width: 12px !important;
    }

    .deal-card .deal-item span.deal-dealer img {
        max-height: 14px;
    }

    .deal-card .deal-item span.deal-dealer {
        border-radius: 5px;
        top: 1px;
        padding: 6px 7px;
    }

    .gap-block {
        padding: 25px 0px;
    }

    .header-top {
        margin-bottom: 25px;
    }

    .store-logo {
        height: 60px;
    }

    .store-logo img {
        max-height: 30px;
    }

    .cashback-btn {
        padding: 6px;
        border-radius: 10px;
        font-weight: 500;
        margin-top: 10px;
        font-size: 12px;
    }



    .category-box p {
        font-size: 13px;
        margin-top: 10px;
    }

    .step-box {
        padding: 28px;
        min-height: auto;
    }

    .step-title h3 {
        font-size: 24px;
    }

    .step-box p {
        font-size: 14px;
    }

    .offercard-right img {
        max-width: 160px;
    }

    .offer-card .offercard-left .offers-details h3 {
        font-size: 20px;
    }

    .offer-card .offercard-left .offers-details h2 {
        font-size: 18px;
    }

    .offer-card .offercard-left .offers-details {
        margin-top: 15%;
    }

    .main-wrapper {
        padding-top: 106px;
    }

    .pagination .page-item .page-link {
        width: 26px;
        height: 26px;
        line-height: 14px;
        border-radius: 4px;
        font-size: 12px;
    }

    .sort-select {
        width: 200px;
        border-radius: 4px;
    }

    .custom-select {
        font-size: 14px;
    }

    .sort-select select {
        max-width: 125px;
    }

    .sort-select label {
        margin-right: 10px;
        font-size: 14px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .breadcrumb li,
    .banner-content p {
        font-size: 16px;
    }

    .faq-right {
        display: none;
    }

    .caseback-reword ul li a,
    .accordion-body,
    .accordion-body p {
        font-size: 14px;
    }

    .casback-header.text-start h2 {
        font-size: 22px;
    }

    span.deal-dealer img {
        max-width: 48px;
    }

    .footer-links {
        margin-bottom: 50px;
    }

    header.site-header {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .brand-logo img {
        height: auto;
        max-width: 100px;
    }

    .main-wrapper {
        padding-top: 80px;
    }

    .cashback-btn {
        padding: 6px;
        border-radius: 6px;
        font-size: 11px;
    }

    .store-card-box {
        border-radius: 5px;
    }

    .store-card {
        border-radius: 8px;
        padding: 5px;
        margin: 10px 3px 0 !important;
    }

    .current-price {
        margin-right: 2px;
    }

    .old-deal {
        font-size: 10px !important;
        position: relative;
        top: -3px;
    }

    .old-deal {
        margin-right: 3px
    }

    .deal-card p {
        font-weight: 600;
    }

    .creditcard-slider .slick-slide {
        margin: 0 8px;
    }

    .creditcard-slider .slick-list {
        margin: 0 -8px;
    }

    .deal-card .price {
        align-items: end;

    }
    .offer-bn-right {
    height: 250px;
}
}

@media (max-width: 420px) {
    div#countdown {
        font-size: 16px;
    }

    .brand-info .brand-logo-box {
        max-width: none;
    }

    .site-header.is-sticky {
        padding: 6px 8px !important;
    }

    .btn.btn-theme {
        font-size: 14px;
    }

    .footer-links ul.footer-link li {
        margin-bottom: 0px;
    }

    ul.footer-link li a {
        font-size: 14px;
        font-weight: 500;
    }

    .offercard-right img {
        max-width: 153px;
    }

    .offer-card .offercard-left .offers-details h3 {
        font-size: 18px;
    }

    .offer-card .offercard-left .offers-details {
        margin-top: 24%;
    }

    .reward-box-item h3 {
        font-size: 15px;
    }

    .reward-icon img {
        max-height: 30px;
    }

    .delivery-item span {
        font-size: 22px;
        margin-right: 4px;
    }

    .delivery-item {
        font-size: 12px;
    }

    .category-box .category-icon {
        width: 70px;
        height: 70px;
    }

    .deal-card p,
    .price,
    span.current-price,
    .old-deal,
    .deal-offer {
        font-size: 11px;
    }

    span.treand {
        position: relative;
        top: 0px;
        width: 14px;
    }

    p.offer-time {
        position: relative;
        top: -3px;
    }

    .deal-card .deal-item img {
        max-height: 65px !important;
    }

    .deal-card .deal-item {
        padding: 20px 0 0px;
        min-height: 120px;
    }

    .footer-links h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    ul.footer-link li a {
        font-size: 12px;
        font-weight: 500;
    }

    .footer-logo {
        max-width: 130px;
    }

    .btn.btn-theme {
        line-height: 1.7;
        padding: 6px 10px;
    }

    .store-logo {
        height: 46px;
    }

    .welcome-popup {
        padding: 5px 0;
    }

    .popup-content h2 {
        font-size: 13px;
    }

    .top-header-gap {
        margin-top: 25px;
    }

    .main-wrapper {
        padding-top: 66px;
    }

    .main-wrapper.gap-mainblock {
        padding-top: 38px;
    }

    .viewers-box {
        padding: 5px 0;
        border-radius: 4px;
        margin: 4px 0;
        letter-spacing: -0.5px;

    }

    .deal-card .price {
        letter-spacing: -0.5px;
        display: flex;
        justify-content: space-between;
        align-items: end;

    }

    .deal-card .price>div {
        display: flex;
        align-items: end;
    }

    .link-share ul li {
        margin: 5px 6px;
    }

    .icon-circle img {
        width: 32px;
    }

    .link-share ul li p {
        font-size: 10px;
    }

    span.set-price {
        display: flex;
        flex-direction: column;
    }

    .app-download {
        padding: 8px 14px !important;
        font-size: 14x !important;
    }

    .payment-method {
        padding: 20px 10px;
        min-height: 140px;
    }

    .popular-slider .slide-item .deal-card .deal-item {
        min-height: 120px;
    }

    .card-banner-block .banner-content {
        padding-left: 25px;
    }

    .deal-card p {
        margin-top: 0px;
    }
.profile-intro {
    flex-wrap: wrap;
}
a.profile-btn {
    border: 2px solid var(--dark-green);
    font-size: 12px;
    padding: 6px 9px;
    margin-left: 70px;
}
.profile-edit {
    margin-top: 10px;
}
}

@media (max-width: 390px) {
    .popular-slider .slide-item .deal-card .deal-item img {
        max-height: 65px !important;
    }

    .categories-box p {
        font-size: 12px;
    }

    .categories-box {
        margin-bottom: 10px;
    }

    .card-banner-block .banner-content {
        padding-left: 25px;
    }

    .missing-c-info p {
        flex-direction: column;
        align-items: center;
    }

    .offer-details .btn.btn-theme {
        font-size: 13px;
        padding: 4px 11px;
    }

    .viewers-box span {
        margin: 0 1px;
    }

    .viewers-box {
        font-size: 11px;
    }


    .deal-card {
        margin: 0 2px !important;
        padding: 5px !important
    }

    span.treand {
        top: 0;
    }

    a.btn.cashback-btn.w-100.orange-btn {
        margin-top: 0;
    }

    .btn.btn-theme {
        padding: 6px 16px;
    }

    p.track-id,
    p.track-id span {
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    a.btn.grabdeal-btn {
        position: absolute;
        bottom: 10px;
        left: 10px;
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 7px;
    }

    .deal-card p,
    .price,
    span.current-price,
    .old-deal,
    .deal-offer {
        font-size: 10px;
    }
}



@media (max-width: 360px) {
    .deal-card .price {
        flex-direction: column;
        align-items: center;
    }

    .deal-card .price>div {
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }

    .deal-card p,
    .price,
    span.current-price,
    .old-deal,
    .deal-offer {
        font-size: 12px;
    }




}


@media (min-width:768px) {}