body {
    background: #f3f5f5;
     font-family: Heebo,sans-serif!important;
     padding-top: 60px;
}
.container-fluid {
    padding: 0 150px !important;
}
.headerLeft a img {
    max-width: 250px;
    width: 100%;
    display: block;
}

.headerMain {
    background: #628819;
    box-shadow: 0 0 10px 0 #0000001a;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}



.headerRight ul li {
    list-style: none;
    display: inline-block;
}

.headerRight ul li a {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    display: block;
}

.headerRight {
    float: right;
}

.headerCenter {
    margin: 10px;
}



.headerCenter .input-group-text {
        min-width: 55px;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 2px;
    border: none;
    border-radius: 20px !important;
    z-index: 99;

}

.headerCenter .form-control {
    border-radius: 30px !important;
    padding: 7px !important;
}

.headerCenter .input-group input::placeholder {
    color: #988e8e;
    font-size: 14px;
}







.productSectionTitle h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}






div#carouselExampleAutoplaying {
    padding: 6px;
    background: #fff;
}

.homeCategoryList ul li {
    display: inline-block;
}

.homeCategoryList ul li a img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    transition: 0.5s all;
}
.homeCategoryList ul li a:hover img {
    transform: scale(1.1);
}

.homeCategoryList ul {
    margin: 0;
    background: #ffff;
    padding: 20px 0;
}

.homeCategoryList ul li a span {
    display: block;
    text-align: center;
        font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}

.homeCategoryList ul li a {
    color: #000;
    text-decoration: none;
}

.homeyoutubeInfoTitle {
    margin-top: 10px;
}

.info-box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  transition: 0.3s;
  height: 100%;
}

.info-box:hover {
  background: #e9ecef;
  transform: translateY(-3px);
}

.icon {
  width: 40px;
  height: 40px;
  background: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 18px;
}

.title {
  font-size: 14px;
  font-weight: 600;
  color: green;
  margin: 0;
}

.desc {
  font-size: 13px;
  margin: 0;
  color: #333;
}


.productSectionWrap {
    padding: 15px;
    background: #fff;
    margin: 10px 0;
}
.productSectionTitle h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 700;
}
.productCardImg img {
    width: 100%;
    display: block;
    transition: 0.5s all;
    border-radius: 5px;
}

.productCard {
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    padding: 5px;
    border-radius: 8px;
    transition: 0.5s all;
}

.productCardImg {
    overflow: hidden;
}


.productCard:hover {
    border-color: #009320;
}
.productCard:hover img {
    transform: scale(1.2);
}

.productCardInfo h6 {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    height: 18px;
    overflow: hidden;
    margin: 0;
    margin-top: 4px;
}

.productCardInfo {
    padding: 10px 0;
}

.cardDiscount {
    background: #f5dad2;
    font-size: 13px;
    padding: .05rem .275rem;
    color: #222;
    font-weight: 500;
    border-radius: 2px;
    display: inline-block;
    margin: 6px 0;
}

.cardPrice span {
    color: #f45430;
    font-weight: 600;
    font-size: 16px;
}

.cardPrice del {
    color: #aaa;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 500;
    margin-right: .5rem;
}



.productViewLink {
    text-align: center;
    padding: 10px 0;
}

.productViewLink a {
    border: none;
    padding: 10px 32px;
    border-radius: 32px;
    background-image: linear-gradient(to right, #628819 50%, #628819 100%);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    text-decoration: none;
    transition: 0.5s all;
}

.productViewLink a:hover {
    background-image: linear-gradient(to right, #1d770b 50%, #097837 100%);
}



.footerMainWraper {
    border-top: 4px solid #7bbf43;
    background: #fff;
    padding: 20px 0;
    margin-top: 25px;
}


.footer-logo h5 {
  font-weight: 700;
  line-height: 1.1;
}

.footer-text {
  font-size: 14px;
  color: #333;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ddd;
  color: #333;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #ff0000;
  color: #fff;
}

.app-buttons img {
  height: 40px;
  margin-right: 8px;
  margin-top: 5px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
      display: block;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #7bbf43;
}

.footer-bottom {
  padding: 20px 0;

  font-size: 16px;
}

.footer-bottom span {
  color: #ff6a00;
  font-weight: 600;
}
.footer-bottom p {
    margin: 0;
}
 .title {
        text-align: left !important;
    }
    
    
    
    
    
    
    
    * ===================================================
   BREADCRUMB / PRODUCT TITLE TOP
   =================================================== */
.cs-breadcrumb-section {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.cs-product-title-top {
    font-size: 13px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* ===================================================
   PRODUCT SECTION
   =================================================== */
.cs-product-section {
    padding: 20px 0 30px;
}

/* Single unified product container box */
.cs-product-box {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 20px;
}

/* ---------- Gallery ---------- */
.cs-product-gallery {
    padding: 0;
}

.cs-gallery-main {
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
}

.cs-main-image {
    width: 100%;
    display: block;
    cursor: zoom-in;
}

.cs-gallery-badge {
    position: absolute;
    bottom: 12px;
    left: 240px;
    background: #628819;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* Image Zoom Styles */
.cs-gallery-main.zoomed {
    cursor: zoom-out;
}

.cs-gallery-main.zoomed .cs-main-image {
    cursor: zoom-out;
    transition: transform 0.1s ease-out;
}

.cs-gallery-thumbs {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.cs-thumb {
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s;
}

.cs-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-thumb.active,
.cs-thumb:hover {
    border-color: #2e7d32;
}

.cs-download-link {
    display: inline-block;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 500;
}

.cs-download-link:hover {
    text-decoration: underline;
    color: #256b27;
}

/* ---------- Product Details (Center) ---------- */
.cs-product-details {
    padding: 0 10px;
}

/* ===================================================
   WINTER OFFER SECTION (wo- prefix)
   =================================================== */

/* Winter Offer Container */
.wo-section {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 22px 26px 24px;
    margin-bottom: 18px;
}

/* Offer Header — title left, badge right */
.wo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wo-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    line-height: 1.2;
}

/* Coral/salmon discount badge — pill shape */
.wo-discount-badge {
    background-color: #e8706a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 18px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    line-height: 1;
    white-space: nowrap;
}

/* "OFFER ENDS IN" label */
.wo-countdown-label {
    font-size: 13px;
    color: #d84040;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Countdown timer row */
.wo-countdown {
    display: flex;
    gap: 10px;
}

/* Each countdown block — dark charcoal */
.wo-countdown-block {
    display: flex;
    font-size: 14px;
    background-color: #1d262d;
    margin-right: .5rem;
    border-radius: 8px;
    padding: .5rem .65rem;
    align-items: center;
    justify-content: center;
    color: #fff
}

/* Countdown number */
.wo-countdown-num {
    display: block;
    line-height: 1.3;
    color: #fff;
}

/* Countdown label text */
.wo-countdown-text {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

/* ===================================================
   WINTER OFFER — RESPONSIVE
   =================================================== */
@media (max-width: 575.98px) {
    .wo-section {
        padding: 16px 18px 18px;
    }

    .wo-title {
        font-size: 18px;
    }

    .wo-discount-badge {
        font-size: 11px;
        padding: 5px 12px;
    }

    .wo-countdown-label {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .wo-countdown {
        gap: 6px;
    }

    .wo-countdown-block {
        min-width: 58px;
        padding: 8px 10px;
        border-radius: 8px;
    }

    .wo-countdown-num {
        font-size: 17px;
    }

    .wo-countdown-text {
        font-size: 10px;
    }
}

/* ===================================================
   PRICING & COLOR SECTION (pc- prefix)
   =================================================== */

/* Pricing Cards Container */
.pc-pricing {
    margin-bottom: 20px;
}

.pc-price-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

/* Individual Price Card */
.pc-price-card {
    background-color: #f5f7f7;
    border: none;
    border-radius: 8px;
    padding: 18px 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.pc-price-card:hover {
    background-color: #e5f1ec;
}

/* Active / First Card — light green tint */
.pc-price-card.pc-price-active {
    background-color: #e0eee8;
}

/* Current price */
.pc-current-price {
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}

/* Old/strikethrough price */
.pc-old-price {
    display: block;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* MOQ label */
.pc-moq-label {
    display: block;
    font-size: 15px;
    color: #111;
    font-weight: 400;
}

/* ---- Color Variant Section ---- */
.pc-color-section {
    margin-bottom: 20px;
}

.pc-color-label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Thumbnail Grid — 8 per row */
.pc-color-thumbs {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
}

/* Each color thumbnail */
.pc-color-thumb {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
    transition: border-color 0.2s;
    background-color: #fff;
    padding: 2px;
}

.pc-color-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.pc-color-thumb:hover {
    border-color: #628819;
}

/* Active color — green border */
.pc-color-thumb.active {
    border-color: #628819;
    border-width: 2px;
    padding: 1px;
}

/* ===================================================
   PRICING & COLOR — RESPONSIVE
   =================================================== */
@media (max-width: 767.98px) {
    .pc-color-thumbs {
        grid-template-columns: repeat(6, 1fr);
        gap: 6px;
    }

    .pc-current-price {
        font-size: 22px;
    }

    .pc-old-price {
        font-size: 14px;
    }

    .pc-moq-label {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .pc-color-thumbs {
        grid-template-columns: repeat(5, 1fr);
        gap: 5px;
    }

    .pc-current-price {
        font-size: 18px;
    }

    .pc-price-cards {
        gap: 8px;
    }

    .pc-price-card {
        padding: 12px 6px;
    }
}

/* PC Size Table */
.pc-size-table {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #e8ede9;
    border-radius: 6px;
    overflow: hidden;
}

.pc-st-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fafbfc;
    padding: 14px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #e8ede9;
}

.pc-st-rows {
    max-height: 240px;
    overflow-y: auto;
    transition: max-height 0.4s ease;
}

/* Custom super-thin scrollbar for the table */
.pc-st-rows::-webkit-scrollbar {
    width: 4px;
}

.pc-st-rows::-webkit-scrollbar-track {
    background: #f4f6f5;
}

.pc-st-rows::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.pc-st-rows::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.pc-st-rows.expanded {
    max-height: 800px;
}

.pc-st-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 12px 10px;
    align-items: center;
    text-align: center;

}

.bg-white {
    background-color: #ffffff;
}

.bg-light-alt {}

.pc-st-size {
    font-size: 13px;
    color: #111;
}

.pc-st-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.pc-price-current {
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.pc-price-old {
    font-size: 13px;
    font-weight: 500;
    color: #aaa;
    text-decoration: line-through;
}

.pc-st-qty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.pc-add-btn {
    background-color: #628819;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 4px 24px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    line-height: 1.5;
}

.pc-add-btn:hover {
    background-color: #4f7013;
}

.pc-stock-count {
    font-size: 10px;
    color: #111;
    font-weight: 600;
}

.pc-st-scroll {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #444;
    cursor: pointer;
    border-top: 1px solid #f0f0f0;
}

/* PC Order Summary */
.pc-summary-box {
    background-color: #f2f5f4;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pc-summ-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #111;
}

.pc-summ-label {
    font-weight: 700;
    min-width: 140px;
}

.pc-summ-value {
    font-weight: 400;
    text-align: right;
}

/* Shipping Info Box */
.pc-shipping-box {
    background-color: #f2f5f4;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 24px;
}

.pc-ship-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.pc-ship-text {
    font-size: 12px;
    color: #c62828;
    margin-bottom: 8px;
    line-height: 1.6;
}

.pc-ship-text:last-of-type {
    margin-bottom: 0;
}

.pc-ship-link-wrap {
    text-align: right;
    margin-top: 10px;
}

.pc-ship-link {
    font-size: 12px;
    font-weight: 600;
    color: #111;
}

.pc-ship-link:hover {
    text-decoration: underline;
}

/* Action Buttons */
.pc-action-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pc-btn-save {
    flex: 0 0 auto;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    transition: all 0.2s;
}

.pc-btn-save:hover {
    border-color: #ccc;
    background-color: #fafafa;
}

.pc-btn-addcart {
    flex: 1 1 auto;
    background-color: #628819;
    border: none;
    border-radius: 24px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.pc-btn-addcart:hover {
    background-color: #4f7013;
}

.pc-btn-buynow {
    flex: 1.2 1 auto;
    background-color: #9c4545;
    border: none;
    border-radius: 24px;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.pc-btn-buynow:hover {
    background-color: #833939;
}

/* ---------- Quick Info Sidebar (Right) ---------- */
.qi-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.qi-box {
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px dashed #628819;
    padding: 16px;
}

.qi-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.qi-rows {
    margin-bottom: 16px;
}

.qi-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 13px;
    color: #222;
}

.qi-row span:first-child {
    font-weight: 600;
    color: #333;
}

/* Share Row */
.qi-share-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #111;
}

.qi-share-label {
    font-weight: 500;
}

.qi-share-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qi-share-icons a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.qi-share-icons a:hover {
    opacity: 0.85;
}

.qi-icon-fb {
    background-color: #3b5998;
}

.qi-icon-wa {
    background-color: #25d366;
}

.qi-btn-copy {
    background-color: #f1f2f3;
    border: none;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.qi-btn-copy:hover {
    background-color: #e2e4e6;
}

/* Seller Store Button */
.qi-seller-store-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #628819;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.qi-seller-store-btn:hover {
    background-color: #4f7013;
    color: #fff;
}

/* Bangla Info Blocks */
.qi-bn-box {
    padding: 16px 14px;
}

.qi-bn-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.4;
}

.qi-bn-text {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* ===================================================
   TABS SECTION
   =================================================== */
.cs-tabs-section {
    background-color: #fff;
    padding: 0 0 30px;
    border-top: 3px solid #eee;
}

.cs-tabs-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    border-bottom: 2px solid #e8e8e8;
    justify-content: center;
    gap: 0;
}

.cs-tab-item {
    padding: 14px 30px;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cs-tab-item:hover {
    color: #333;
}

.cs-tab-item.active {
    color: #2e7d32;
    border-bottom-color: #2e7d32;
}

/* Tab Content */
.cs-tab-content {
    display: none;
    padding: 20px 0;
}

.cs-tab-content.active {
    display: block;
}

/* Specification Table */
.cs-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.cs-spec-table tr {
    border-bottom: 1px solid #f0f0f0;
}

.cs-spec-table tr:hover {
    background-color: #fafafa;
}

.cs-spec-label {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    width: 35%;
    vertical-align: top;
}

.cs-spec-value {
    padding: 10px 16px;
    font-size: 13px;
    color: #666;
}

/* ===================================================
   SIMILAR PRODUCTS SECTION
   =================================================== */
.cs-similar-section {
    padding: 30px 0 40px;
    background-color: #fff;
    border-top: 3px solid #eee;
}

.cs-similar-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
    position: relative;
}

.cs-similar-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #2e7d32;
    margin: 8px auto 0;
    border-radius: 2px;
}

/* Similar Card */
.cs-similar-card {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
    background-color: #fff;
}

.cs-similar-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.cs-similar-img-wrap {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.cs-similar-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.cs-similar-card:hover .cs-similar-img-wrap img {
    transform: scale(1.05);
}

.cs-express-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #2e7d32;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
}

.cs-similar-info {
    padding: 10px;
}

.cs-similar-name {
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.cs-similar-discount {
    display: inline-block;
    background-color: #e8f5e9;
    color: #2e7d32;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    margin-bottom: 4px;
}

.cs-similar-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.cs-similar-current {
    font-size: 13px;
    font-weight: 700;
    color: #c62828;
}

.cs-similar-sold,
.cs-similar-old {
    font-size: 10px;
    color: #999;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    




/* Desktop */
@media (max-width: 1400px) {
  .container-fluid {
        padding: 0 50px !important;
    }
}
/* mobile */
@media (max-width: 768px) {
  .container-fluid {
        padding: 0 0 !important;
    }
    body {
        padding-top: 120px;
    }
    .icon {
        width: 34px;
        height: 22px;
        font-size: 15px;
    }
    .title {
    font-size: 11px;
        text-align: left !important;
    }
    
    .info-box {
        padding: 8px 5px;
    }
    .headerMain {
        padding: 10px;
    }
    
    
}