body main {
    background-color: #fff;
}
.add-to-cart{
   
        border-radius: 31px; 
}
/*.buy-btn{*/
/*    background-color: #f0c14b; */
/*    border-radius:50px !important;*/
/*    color: #fff;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    padding: 10px 18px;*/
/*    border: none;*/
/*    border-radius: 3px;*/
/*    margin-bottom: 10px;*/
/*    margin-top: 25px;*/
/*    display: inline-block;*/
/*}*/
.buy-now-btn:hover{
    background-color: #f0c14b;
    color: #fff;
}
.main-content {
      background: #fff;
      padding: 24px;
    }
    .sidebar {
      background: #fff;
      padding: 24px;
    }
    /* Shopping Cart Header */
    h2.cart-title {
      font-size: 1.7rem;
      font-weight: 500;
      margin-bottom: 20px;
    }

    /* Cart Item List */
    .cart-item-list {
    }
    .cart-item {
      display: flex;
      gap: 18px;
      align-items: center;
      padding: 16px 0;
          border-bottom: 1px solid #e3e6e6;
    }
    .cart-item-img {
    width: 120px;
    height: 120px;
    }
    .product_all{
        display:flex;
            justify-content: space-between;
    }
    .cart-item-details {
      flex: 1;
      min-width: 0;
    }
    .cart-item-title {
          font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0px;
    }
    .cart-item-desc, .cart-flavor, .cart-size, .cart-seller {
      font-size: 13px;
      margin-bottom: 10px;
      color: #00683d;
    }
    .cart-item-price {
         color: #272727;
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0px 0 4px 0;
    text-align: right;
    }
    .cart-item-quantity {
      display: flex;
      align-items: center;
      margin-top: 6px;
    }
    .cart-item-quantity button {
      width: 27px;
      height: 27px;
      border: 1px solid #d5d9d9;
      background: #f0f2f2;
      cursor: pointer;
      border-radius: 2px;
      font-size: 1.05rem;
      margin: 0 3px;
    }
    .cart-item-quantity input {
      width: 28px;
      text-align: center;
      border: 1px solid #d5d9d9;
      border-radius: 2px;
      margin: 0 2px;
    }
    .cart-item-actions {
          margin-top: 0px;
    font-size: 12px;
    color: #007185;
    padding-left: 10px;
    }

    .cart-price-summary {
      text-align: right;
      font-weight: 600;
      font-size: 1.12rem;
      margin-top: 24px;
      margin-bottom: 2px;
    }

    /* Saved for Later */
    .saved-for-later-section {
      margin-top: 32px;
    }
    .saved-title {
      font-size: 1.18rem;
      font-weight: 500;
      margin-bottom: 10px;
    }
    .saved-item {
      display: flex;
      align-items: center;
      gap: 16px;
      background: #fafbfb;
      padding: 10px 0;
      border-bottom: 1px solid #e3e6e6;
      margin-bottom: 8px;
    }
    .saved-img {
      width: 90px;
      height: 90px;
      object-fit: contain;
      border: 1px solid #e3e6e6;
      border-radius: 4px;
    }
    .saved-details {
      flex: 1;
    }
    .saved-title-item {
      font-weight: 500;
      font-size: 1rem;
      margin-bottom: 4px;
    }
    .saved-price {
      color: #b12704;
      font-weight: 600;
    }
    .saved-move {
      color: #007185;
      font-size: 0.93rem;
      margin-top: 4px;
      cursor: pointer;
    }

    /* Sidebar Style */
    .cart-sidebar-summary {
      font-size:1rem;
      font-weight: 500;
      margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    }
    .cart-sidebar-offer {
      background: #e6f1e7;
      padding: 8px 10px;
      border: 1px solid #28a745;
      border-radius: 4px;
      color: #205928;
      font-size: 0.98rem;
      margin-bottom: 12px;
    }
    .cart-sidebar-btn {
    display: block;
    width: 100%;
    background: #0b5838;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.1rem;
    border-radius: 7px;
    border: 1px solid #0b5838;
    padding: 11px 0;
    cursor: pointer;
    margin-bottom: 18px;
    transition: background 0.14s;
    }
    .cart-sidebar-btn:hover {
      background: #f7ca00;
    }
    .emi-selector {
      font-size: 0.98rem;
      margin-bottom: 16px;
      color: #007185;
    }
    .related-products {
      border-top: 1px solid #e3e6e6;
      padding-top: 14px;
      margin-top: 18px;
    }
    .related-title {
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: 10px;
    }
    .related-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .related-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.95rem;
    }
    .related-img {
      width: 45px;
      height: 45px;
      object-fit: contain;
    }
    .related-desc {
      flex: 1;
      min-width: 0;
    }
    .related-stars {
      color: #ffa41c;
      font-size: 0.97em;
      margin-bottom: 2px;
    }
    .related-price {
      color: #b12704;
      font-weight: 600;
      font-size: 1rem;
    }
    .related-rating {
      color: #565959;
      font-size: 0.93rem;
    }
    .related-options {
      color: #007185;
      font-size: 0.95rem;
      margin-top: 2px;
      cursor: pointer;
    }

    /* Beauty Bestsellers Carousel */
    .beauty-section {
      margin: 36px 0 0 0;
      padding: 28px 0 0 0;
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }
    .beauty-title {
      font-size: 1.2rem;
      font-weight: 700;
      padding: 0 24px;
    }
    .beauty-list {
      display: flex;
      gap: 18px;
      overflow-x: auto;
      padding: 16px 24px 0 24px;
    }
    .beauty-item {
      min-width: 170px;
      background: #fafafc;
      border: 1px solid #e3e6e6;
      border-radius: 6px;
      padding: 12px 10px 10px 10px;
      flex: 0 0 auto;
      text-align: center;
    }
    .beauty-img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 8px;
      margin-top: 4px;
    }
    .beauty-brand, .beauty-title-item {
      font-size: 0.97rem;
      font-weight: 600;
      margin-bottom: 2px;
    }
    .beauty-rating {
      color: #ffa41c;
      font-size: 0.95em;
      margin-bottom: 3px;
    }
    .beauty-price {
      color: #b12704;
      font-weight: 600;
      margin-bottom: 2px;
    }
    .add-to-cart-btn {
      background: #ffd814;
      color: #111;
      border: 1px solid #fcd200;
      border-radius: 4px;
      padding: 5px 22px;
      font-weight: 700;
      cursor: pointer;
      font-size: 0.93rem;
      margin-top: 7px;
    }
    .beauty-delivery {
      font-size: 0.89rem;
      color: #008a00;
      margin: 2px 0 0 0;
    }

    /* Footer Note */
    .footer-note {
      font-size: 0.92rem;
      color: #727272;
      padding: 34px 24px 26px 24px;
      background: #fff;
      text-align: center;
    }
    /* Scrollbar styling for carousel */
    .beauty-list::-webkit-scrollbar {
      height: 7px;
      background: #eee;
    }
    .beauty-list::-webkit-scrollbar-thumb {
      background: #ddd;
      border-radius: 4px;
    }
    .coupan_code{
          margin: 15px 0 22px 0;  
    }
    .coupan_code input{
         border-radius: 3px;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #dedede;   
    }
    
    .product-gallery {
    position: relative;
    display: flex;
    }

    .img-zoom-container {
      position: relative;
      display: flex;
          width: 70%;
    }

    #mainImage {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #ededed;
      cursor: crosshair;
    }

    .img-zoom-result {
    border: 1px solid #ededed;
    width: 155px;
    height: 155px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-size: 800px 800px;
    border-radius: 10px;
    display: none;
    position: absolute;
    bottom: -5%;
    right: -10%;
    }
    .checked {
  color: orange;
}
.star_rating{
        color: #cecece;
}

    .thumbnail-container {
          display: block;
    margin-top: 10px;
        width: 20%;
    }

    .thumbnail-container img {
          width: 90px;
    border-radius: 6px;
    border: 1px solid #ededed;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 10px;
    }

    .thumbnail-container img:hover {
      border-color: #007bff;
    }

    /* Product Info */
    .product-info {
      flex: 1;
      min-width: 350px;
    }

    .product-info h1 {
      font-size: 32px;
      margin-bottom: 5px;
    }

    .product-short-desc {
      color: #2e2e2e;
      font-size: 16px;
      margin-bottom: 15px;
          margin-top: 20px;
    }

    .product-price {
      margin-bottom: 10px;
    }

    .current-price {
      font-size: 34px;
      font-weight: bold;
      color: #28a745;
      margin-right: 10px;
    }

    .old-price {
      font-size: 18px;
      color: #999;
      text-decoration: line-through;
    }

    /* Options */
    .product-options {
      margin-bottom: 20px;
    }

    .product-options label {
      display: block;
      margin: 10px 0 5px;
      font-weight: 500;
    }

    .product-options select,
    .product-options input {
      padding: 8px 10px;
      width: 100%;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

    /* Buttons */
    .product-actions {
      display: flex;
      gap: 15px;
      margin-bottom: 25px;
      margin-top:15px;
    }

    .btn {
      flex: 1;
      padding: 12px;
      font-size: 16px;
      font-weight: 600;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    .add-to-cart,
a.add-to-cart {
     background-color: #116844;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 18px;
    border: none;
    border-radius: 3px;
    }
.top-circle-img img{
        border-radius: 50% !important;
    object-fit: cover !important;
    height: 50px !important;
    width: 50px !important;
}
    .add-to-cart:hover {
          background-color: #0b482f;
    color: #fff;
    }
    
    .add-to-cartinner {
    background-color: #116844;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 25px;
    border: none;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 14px;
}
.add-to-cartinner:hover {
      background-color: #0056b3;
    }
    
    #foot footer > div:nth-of-type(1) div > ul > li {
        font-size: 18px;
        font-weight: 400;
        line-height: 44px;
    }
    .media-icons {
    display: flex;
    margin-top: 20px;
}

.media-icons a {
    height: 35px;
    width: 35px;
    margin: 10px 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #0b462e;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s 
ease;
    background: #e5cc64;
        display: flex;
    justify-content: center;
    align-items: center;
}
a{
    text-decoration: none !important;    
}
.footer_bottom{
      background: #053c25;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;  
}
    .buy-now {
    background-color: #ffffff;
    color: #2f2f2f;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 25px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    margin-top: 14px;
    }

    .buy-now:hover {
      background-color: #116844;
      color: #fff;
    }

    /* Description & Reviews */
    .product-description, .product-reviews {
      margin: 40px auto;
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .product-description h2,
    .product-reviews h2 {
      margin-bottom: 15px;
      color: #333;
    }

    .product-description p {
      line-height: 1.7;
      color: #555;
    }

    .product-description ul {
      margin-top: 10px;
      padding-left: 20px;
    }

    .product-reviews .review {
      border-top: 1px solid #eee;
      padding-top: 10px;
      margin-top: 10px;
    }

    /* Related Products */
    .related-products {
      max-width: 1000px;
      margin: 40px auto;
    }

    .related-products h2 {
      margin-bottom: 20px;
    }

    .product-grid {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .product-card {
      flex: 1 1 calc(25% - 20px);
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      text-align: center;
      padding: 15px;
      transition: 0.3s;
    }

    .product-card:hover {
      transform: translateY(-5px);
    }

    .product-card img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 10px;
    }

    .trust-section {
      max-width: 1000px;
      margin: 40px auto;
      text-align: center;
    }

    .trust-section ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      color: #555;
    }
    
    .quantity-container {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
  background-color: #f7f8f9;
}

.quantity-btn {
  background: #f1f3f4;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quantity-btn:hover {
  background: #e0e0e0;
}

.quantity-container input {
  width: 50px;
  height: 40px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background: white;
}
.product_bg{
  padding-top:70px;   
}
.products_bottom{
      padding-top: 5%;  
}
.products_bottom .nav-link{
       border-radius: 0px;
    color: #333;
    font-size: 20px;
        padding: 0;
}
.products_bottom .nav-link.active{
    background: transparent;
    color: #008b51;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #008b51;  
}
.nav.nav-pills{
    gap: 35px; 
        border-bottom: 1px solid #ececec;
}
.review-section {
  max-width: 1100px;
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.review-section h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.review-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.review-summary {
  flex: 1;
  min-width: 320px;
}

.average-rating {
  text-align: center;
  margin-bottom: 20px;
}

.average-rating .stars {
  font-size: 28px;
  color: #ccc;
}

.rating-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-row .stars {
  color: gold;
  font-size: 16px;
  width: 70px;
}

.bar {
  flex: 1;
  background: #eee;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: gold;
  width: 0%;
  border-radius: 5px;
}

.count {
  width: 20px;
  text-align: right;
  color: #777;
}

.review-form {
  flex: 1;
  min-width: 320px;
}

.review-form h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.review-form label {
  display: block;
  margin: 10px 0 5px;
  font-weight: 500;
}

.required {
  color: red;
}

.star-rating {
  font-size: 24px;
  cursor: pointer;
  color: #ccc;
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.star-rating span.active,
.star-rating span:hover,
.star-rating span:hover ~ span {
  color: gold;
}

textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  resize: vertical;
  font-family: inherit;
}

.submit-btn {
  background: #1a4ed8;
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #103bb8;
}
.main-content h4{
       font-size: 20px;
    margin-bottom: 20px; 
}
.main-content label {
    font-size: 15px;
}
.main-content input {
    font-size: 15px;
    border: 1px solid #efefef;
    padding: 10px 15px;
}
.main-content select {
    font-size: 15px;
    border: 1px solid #efefef;
    padding: 10px 15px;
}
.main-content textarea {
    font-size: 15px;
    border: 1px solid #efefef;
    padding: 10px 15px;
}
.order-summary {
        position: sticky;
        top: 100px; /* adjust based on your header height */
        z-index: 10;
}
.categories_page .product_card{
       padding: 0 5px !important; 
}
.categories_page .product_text {
    padding-top: 12px;
    border: 1px solid #f2f2f2;
    border-top: none;
        padding-bottom: 10px;
}
.categories_page .product_text h6{
        color: #0e8f5a !important;
}
.cat_heading h3{
    font-size: 24px; 
    margin-bottom: 5px;
}
.cat_heading p{
    font-size: 15px;
}
.filter-box{ 
            background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 20px;
        margin-bottom: 12px;
    }

    .filter-box h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .price-values {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .range-slider {
        position: relative;
        height: 5px;
        background: #d3d3d3;
        border-radius: 5px;
    }

    .range-slider input[type=range] {
        position: absolute;
        width: 100%;
        height: 5px;
        -webkit-appearance: none;
        background: none;
        pointer-events: none;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #1e73be;
        border-radius: 50%;
        cursor: pointer;
        pointer-events: all;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    .slider-track {
        position: absolute;
        height: 5px;
        background: #1e73be;
        border-radius: 5px;
        z-index: 1;
    }

    .go-btn {
            margin-top: 15px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #116844;
    border-radius: 20px;
    background: #116844;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    }

    .go-btn:hover {
        background: #1e73be;
        color: #fff;
    }
    .menu_filter ul{
     padding-left: 0;  
         padding-top: 10px;
    }
    .menu_filter ul li{
         padding-bottom: 10px;   
    }
    .menu_filter ul li a{
           color: #333; 
    }