.feature_header {
    display: flex;
    justify-content: center;
}

.feature_header span {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.cz-product-gallery {
    display: block;
}

.cz-preview {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-height: 100% !important;
    background: white;
    border-radius: 10px;
}

.cz-preview-item.active {
    border: 1px solid #e2f0ff;
    border-radius: 3px;
    padding: 2%;
}

.cz-preview-item > img {
    width: 100%;
    max-height: 688px;
}

.details {

    padding: 16px;

}

img,
figure {
    max-width: 100%;
    vertical-align: middle;
}

.cz-thumblist-item.active {
    border-color: #8888883b!important;
    padding: 10%;
    background: white!important;
}

.cz-thumblist-item {
    border-color: #8888883b!important;
    background: white!important;
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border-radius: 0.3125rem;
    text-decoration: none !important;
    overflow: hidden;
}

.cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity 0.2s ease-in-out;
    max-height: 58px;
    opacity: 0.6;
}

.seller_details {
    height: 114px;
    border: 1px solid #e2f0ff;
    padding-left: 20px;
    padding-right: 20px;
    background: white!important;
}

.product_overview{
    background: white!important;
}

.shop_name {
    padding-left: 10px;
}

.shop_name a {
    font-size: 18px;
    font-weight: 600;
    color: black !important;
}

.shop_name .review {
    font-size: 17px;
    font-weight: 600;
}

.star-rating {
    margin-top: 3px;
}

.contact {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.follow {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.product_overview .nav-tabs {
    height: 59px;
    border: 1px solid #e2f0ff;
}

.product_overview .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    font-size: 25px;
}

.product_overview .nav-tabs .nav-link.active::before {
    background-color: #1b7fed;
}

.product_overview .nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    background-color: transparent;
    content: "";
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #422afe;
    background-color: rgba(0, 0, 0, 0);
    border-color: #12d7fe;
    padding-bottom: 0;
}

/*.text-accent {
    color: #1B7FED !important;
    font-size: 29px;
    font-weight: 700;
}*/

.pro {
    font-weight: 600;
    font-size: 16px;
}

.details .h3 {
    font-weight: 700 !important;
    font-size: 25px;
}



.product-description-label {
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 700; */
    font-size: 17px;
}

.product-price {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.single_product_review {
    box-shadow: 0px 0px 8px #00000026;
    border-radius: 6px;
}

.product_review_rating {
    color: #1b7fed;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}

.overall_review {
    font-weight: 700 !important;
    font-size: 30px;
}

.specification .h6 {
    font-weight: 700 !important;
    font-size: 22px !important;
}

.text-muted {
    font-weight: 600;
    font-size: 20px;
    color: #6a6a6a !important;
}

.list-unstyled li {
    font-weight: 700;
    font-size: 20px;
    color: black !important;
}

.seller_contact {
    height: 100%;
    display: flex !important;
    justify-content: flex-end !important;
}

.seller_shop {
    display: flex !important;
    justify-content: flex-start !important;
}

.view_all {
    display: flex;
    justify-content: flex-end !important;
}

.view_border {
    margin-top: -53px;
    border-top: 2px solid #e3e9ef;
    margin-bottom: 53px;
}


/* css start */ 

span.seller_sty {
            background-color: #b96828;
            color: #fff;
            font-size: 12px;
            padding: 4px 8px;
            border-radius: 17px;
            font-weight: bold;
        }
        .save_tag.badge {
            background-color: #b96828;
            color: #fff;
            padding: 5px 13px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: bold;
            margin-left: 10px;
        }
        .circle-box {
            border-radius: 40px;
        }
        .addtocart_btn {
            background-color: #b96828;
            color: #fff;
            border-radius: 2rem;
        }
        .addtocart_btn:hover {
            color: #fff;
            filter: unset !important;
        }
        button.heart_btn_sty {
            padding: 5px 13px !important;
            border-radius: 3rem;
            border: 1px solid #333 !important;
        }
       .section-heading {
            font-weight: bold;
            gap: 5px;
            border-bottom: 1px solid #000;
            width: fit-content;
            padding-bottom: 2px;
            font-size: 14px;
            margin-top: 18px;
        }

    .offer-card {
      border: 1px solid #e74c3c;
      border-radius: 5px;
      padding: 15px;
      width: 100%;
      max-width: 250px;
    }

    .offer-header {
      background-color: #f9f6f6;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding: 5px 10px;
      font-weight: bold;
      margin: -15px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e5e5e5;
      font-size: 14px;
    }

    .offer-text {
        font-size: 13px;
    }

    .offer-text span {
      color: #e74c3c;
      font-weight: bold;
    }
    .offer_sty {
        font-size: 15px;
    }
    .payment_img img {
        width: 100%;
        height: auto;
    }

    .pincode-input {
        border-radius: 50px;
        padding: 8px 20px;
        border: 1px solid #ccc;
        outline: none;
        width: 382px;
    }

    .check-button {
        border-radius: 50px;
        background-color: #b96828;
        color: white;
        padding: 9px 25px;
        border: none;
        font-weight: 600;
        transition: 0.3s ease;
    }

    .check-button:hover {
      background-color: #b96828;
    }

      .infinite-slider {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
  }

  .slider-track {
    display: flex;
    animation: scroll-left 55s linear infinite;
    width: max-content;
  }
  .promo_img {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4c59411a;
    border-radius: 25px;
    margin-right: 10px;
}

.slider-item {
    display: flex;
    align-items: center;
    margin-right: 25px;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 14px;
}

  .slider-item img {
    width: 24px;
    height: 24px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

.scroll-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.product-img-wrapper {
    display: flex;
    align-items: center;
}

.plus-sign {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}


    .scroll-container::-webkit-scrollbar {
      height: 6px;
    }

    .scroll-container::-webkit-scrollbar-thumb {
      background-color: #aaa;
      border-radius: 10px;
    }

    .product-img {
        width: 148px;
        height: 140px;
        object-fit: cover;
        border-radius: 12px;
        flex-shrink: 0;
    }

    .plus-sign {
      font-size: 24px;
      font-weight: bold;
      align-self: center;
    }

    .price-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .add-btn {
        background-color: #b96828;
        color: white;
        padding: 9px 25px;
        border-radius: 50px;
        border: none;
        font-weight: 600;
        white-space: nowrap;
        font-size: 14px;
    }

    .old-price {
      text-decoration: line-through;
      color: #555;
      font-size: 15px;
    }

    .new-price {
      color: #b96828;
      font-weight: bold;
      font-size: 15px;
      margin-left: 10px;
    }

    .card-header {
      cursor: pointer;
    }

    .card-header i {
      margin-right: 10px;
    }

    .toggle-icon {
      float: right;
      transition: transform 0.3s;
    }

    .collapsed .toggle-icon {
      transform: rotate(0deg);
      content: '+';
    }

    .toggle-icon.rotate {
      transform: rotate(45deg);
    }
    .card-header.collapsed {
        font-size: 17px;
        font-weight: 500;
    }
    .sticky {
        position: sticky;
        top: 20px;
    }

      .item-list-wrapper {
      max-width: 600px;
    }

    .item-list-wrapper h4 {
        font-weight: bold;
        margin-bottom: 17px;
        font-size: 15px;
    }

    .item-entry {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .item-checkbox {
      margin-top: 5px;
      margin-right: 10px;
      transform: scale(1.3);
      cursor: pointer;
    }
    .item-list-wrapper input.item-checkbox {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    .item-details {
        line-height: 1.4;
        font-size: 15px;
    }
    .item-title {
      margin-bottom: 5px;
    }

    .item-price {
      color: #b96828;
      font-weight: bold;
    }

    .item-original-price {
      text-decoration: line-through;
      color: #888;
      font-size: 14px;
      margin-left: 8px;
    }

/* css end */ 


@media (max-width: 767.98px) and (min-width: 576px) {
    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0px;
        border-top: 2px solid #e2f0ff !important;
    }
}

@media (max-width: 575.98px) {
    .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -1rem;
        margin-left: 0;
        padding-top: 1rem;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .cz-thumblist-item {
        margin: 0px;
    }

    .cz-thumblist {
        padding-top: 8px !important;
    }

    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0px;
        border-top: 2px solid #e2f0ff !important;
    }
    @media (max-width: 375px) {
        .for-dicount-div {
            margin-top: -5% !important;
            margin-right: -5% !important;
            margin-bottom: 6%;
        }
    }
}
