/* Extra large devices (≥1400px) */
@media (min-width: 1300px) and (max-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
    .container-fluid, .app-block  {
    max-width: 1300px;
}

    .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;
}
}

@media (min-width: 1200px) and (max-width:1299px) {
    .category-box .category-icon{
    width: 100px;
    height: 100px;
}
.category-box p{
    font-size: 16px;
}
}

/* Large devices (≤1199px) */
@media (max-width: 1199px) {
  .price {
    font-size: 16px !important;
}
       .category-box .category-icon{
    width: 100px;
    height: 100px;
}
.category-box p{
    font-size: 16px;
}
  
.credit-box .offer-details {
    bottom: 6%;
}
.btn.btn-theme {
    font-size: 14px;
    padding: 5px 18px;
    border-radius: 4px;
}
.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;
}
}

/* Medium devices (≤991px) */
@media (max-width: 992px) {
    .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;
}
.close-profile {
    position: absolute;
    top:-90px;
    right: 16px;
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    padding: 0;
    line-height: 1.3;
}
.caseback-box{
    margin-bottom: 20px;
}
.store-logo {
    padding: 35px 0;
    height: 120px;
}
.cashback-btn {
    margin-top: 0px;
    font-size: 13px;
}

}

/* Small devices (≤768px) */
@media (max-width: 768px) {
    .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: auto;
    }

    .w-25.brand-logo {
        min-width: 110px;
    }

    .w-25.login-block {
        min-width: 100px;
        gap: 10px !important;
    }

    button.btn.login-button span {
        font-size: 0;
    }
        .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;
}
.viewers-box{
    font-size: 12px;
}
.deal-card {
    border: 1px solid var(--orange-color);
    padding: 6px;
    border-radius: 12px;
    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 img {
        width: 40%;
        max-width: 160px;
    }
.offercard-right .offer-day {
    bottom: 11px;
    padding: 5px 13px;
    right: 13px;
    border-radius: 7px;
    font-weight: 800;
    font-size: 16px !important;
}
.btn.btn-theme {
    font-size: 16px;
    padding: 3px 18px;
    border-radius: 8px;
}
.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;
}

.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, .hero-slider .slick-dots li.slick-active 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;
}
.page-header {
    font-size: 28px;
}
.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;
}
}
@media (max-width: 575px) {
.offer-details .btn.btn-theme {
        font-size: 12px;
        padding: 5px 16px;
        border-radius: 4px;
    }
     .credit-box {
        border-radius: 7px;
        margin: 0 !important;
    }
    .header-top.d-flex {
    padding-left: 0 !important;
}
.deal-card .deal-item img {
    max-height: 86px !important;
}
 .btn.btn-theme {
      line-height: 1.7;
        padding: 10px 30px;
    }
    .store-slider .slick-slide {
  padding: 0 0px;   /* 20px total gap (10 left + 10 right) */
}

}

/* Extra small devices (≤575px) */
@media (max-width: 575px) {
      .category-box .category-icon{
    width: 76px;
    height: 76px;
}
    .d-flex.applink a img {
    max-height: 33px;
}
.footer-logo {
    margin-bottom: 43px;
}
.footer-links h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
    .deal-card .deal-item {
    padding: 30px 0 15px; 
}
    .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.py-3.site-header.top-header-gap {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
    .brand-logo img {
        height: auto;
        max-width: 100px;
    }
.main-wrapper {
    padding-top: 80px;
}
.slick-dots li{
    width: 14px;
}

    .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;
    }
}

@media (max-width: 420px) {
        .btn.btn-theme {
        font-size: 15px;
        border-radius: 4px;
    }
    .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: 4px;
}

    .footer-links h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
        ul.footer-link li a {
        font-size: 12px;
        font-weight: 500;
    }
        .footer-logo {
        max-width: 100px;
    }
        .btn.btn-theme {
        line-height: 1.7;
        padding: 10px 16px;
    }
        .store-logo {
        height: 46px;
    }
}
@media (max-width: 390px) {
.viewers-box span {
    margin: 0 1px;
}
    .viewers-box {
        font-size: 11px;
    }
    .viewers-box {
    padding: 5px 0;
    border-radius: 4px;
    margin: 4px 0;
     letter-spacing: -0.5px;
}
.deal-card{
    margin: 0 2px !important;
    padding: 5px !important
}
.deal-card .price {
    letter-spacing: -0.5px;
}
span.treand{
    top: 0;
}
a.btn.cashback-btn.w-100.orange-btn{
    margin-top: 0 ;
}
.btn.btn-theme {
        padding: 6px 16px;
    }
}
