/* Product Page Styles */
.w-100 {
  width: 100%;
}
body {
  background-color: #fff !important;
}

.flexin {
  display: flex;
}
.gap-15 {
  gap: 15px;
}
.position-relative {
  position: relative !important;
}
.wrapper-20 {
  padding: 20px !important;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-center {
  justify-content: center !important;
}
.product-main-page {
  font-family: IBM Plex Sans, sans-serif;
  color: #333;
  line-height: 1.6;
  margin-top: 90px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid h2 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 0px;
  color: #000;
  padding-bottom: 40px;
}

.product-container {
  display: flex;
  /* max-width: 1200px; */
  max-width: 1360px !important;
  margin: 0 auto;
  padding: 20px 15px;
}

.product-main-page .container-fluid {
  /* max-width: 1200px; */
  max-width: 1360px !important;
  margin: 0 auto;
  padding: 0 15px;
}

.product-highlights {
  border-left: 3px solid #ed1b24;
  padding-left: 15px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.frequently-bought-section .container-fluid,
.full-width-image-section .container-fluid,
.image-content-section .container-fluid,
.faq-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.full-width-img-new {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.full-width-image-section.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-width-image-section.full-width img {
  width: 100%;
  display: block;
}

.full-width-image-section:not(.full-width) {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

.product-row {
  display: flex;
  width: 100%;
  gap: 30px;
}

.product-col {
  flex: 1;
}
.manage-account-section {
  overflow: visible;
}
.product-main-page {
  margin-top: 130px;
}

.product-images {
  flex: 0 0 48%;
  max-width: 48%;
  position: sticky;
  /* top: 20px; */
  top: 150px;
  height: fit-content;
  align-self: flex-start;
}

.product-info {
  flex: 0 0 52%;
  max-width: 52%;
  display: flex;
  flex-direction: column;
  max-width: 640px;
}

.main-image-slider {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

.main-image-slider .slide {
  text-align: center;
}

.main-image-slider img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.thumbnail-gallery {
  display: flex;
  gap: 10px;
}

.thumbnail-gallery .thumb {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  flex: 1;
}

.thumbnail-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.product-main-page .product-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #222;
}

.product-main-page .product-highlights {
  margin-bottom: 20px;
}

.product-main-page .product-highlights div {
  /*   margin-bottom: 8px;
  font-size: 16px; */
  font-size: 1.1em !important;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.4em;
}

.patented-image {
  margin-bottom: 0px;
  text-align: left;
}

.patented-image img {
  max-width: 50%;
  height: auto;
}
/* flex property */
.d-flex {
  display: flex;
}

/* Package Price Section */
.package-price-section {
  margin: 20px 0;
}

.price-display {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.current-price {
  /*     font-size: 24px;
    font-weight: bold;
    color: #2e7d32; /* Green color for price */
  font-size: 30px;
  font-weight: 300 !important;
  font-family: Jost, sans-serif !important;
  color: #111;
}
.regular-price {
  color: #ed1b24;
  text-decoration: line-through;
  margin-right: 10px;
  font-size: 34px;
  font-family: Jost, sans-serif;
  font-weight: 400;
  padding-left: 10px;
}
.discount-offer {
  color: #fff;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #ed1b24;
  border-radius: 2px;
  overflow: hidden;
  font-family: Jost, sans-serif;
  height: 20px;
  line-height: 1.5;
  font-size: 14px;
  margin-top: -3px;
}
.tax-info {
  font-size: 16px;
  color: #404040;
  font-family: IBM Plex Sans, sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}
.unit-sold {
  font-size: 16px;
  border: 1px solid #ed1b24;
  border-radius: 50px;
  display: table-column-group;
  position: relative;
  padding: 0px 13px;
  width: 168px;
  line-height: 1.2;
  margin: 0;
}

.package-quantity-container {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.package-quantity-container .package-dropdown {
  margin-bottom: 0;
}
.regular-btn {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  letter-spacing: 1px;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  width: 100%;
  margin-top: 15px;
}
.checkout-btn {
  background-color: rgb(107 171 45);
}
.add-to-cart-btn-new {
  background-color: rgb(249 161 25);
}
.add-to-cart-btn-new {
  display: flex;
}
.add-to-cart-btn-new img {
  margin-left: 8px;
}
.add-to-cart-btn-new .sr-powered-by {
  height: auto;
  margin: 0;
  position: absolute;
  bottom: 0px;
  right: 7px;
}

/* Package Selection */
.package-selection {
  flex: 1;
}

.package-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.package-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.package-option {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.package-option.active {
  border-color: #ed1b24;
  background-color: #fff8f0;
}

.package-option:hover {
  border-color: #ed1b24;
}

.discount {
  color: #ed1b24;
  font-size: 12px;
}

/* Quantity Selector */
.quantity-selector-container {
  flex: 1;
}

.quantity-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.quantity-controls {
  display: flex;
  height: 40px;
  align-items: center;
  border: 1px solid #11182733;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
.quantity-btn {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border: none;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.quantity-btn.minus {
  border-right: 1px solid #11182733;
}
.quantity-btn.plus {
  border-left: 1px solid #11182733;
}

.quantity-btn:hover {
  background: #eee;
}

.quantity-input {
  width: 250px;
  height: 36px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
}

/* Total Price Display */
.total-price-display {
  display: flex;
  align-items: center;
  gap: 10px;
}

.total-price {
  font-weight: bold;
  font-size: 18px;
}

.original-price {
  font-size: 14px;
}

.strike-price {
  color: #999;
  text-decoration: line-through;
}

.package-quantity-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; /* Allows stacking on small screens */
  margin-bottom: 16px;
}

.package-selection,
.quantity-selector-container {
  width: 50%;
  box-sizing: border-box;
}

.package-label,
.quantity-label {
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
  color: #000;
}

.package-dropdown {
  width: 100%;
  padding: 6px 2px 6px 12px;
  font-size: 14px;
  border: 1.5px solid #8787;
  border-radius: 0px;
  background: #fff
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"/></svg>')
    no-repeat right 10px center;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #333;
  cursor: pointer;
  font-size: 19.2px !important;
}

.package-dropdown:focus {
  border-color: #0073e6;
  box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.25);
  outline: none;
}

.package-selection {
  margin-bottom: 20px;
}

.package-selection h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.package-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.package-option {
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  flex: 1;
  min-width: 100px;
}

.package-option.active {
  border-color: #ed1b24;
  background-color: #fff8f0;
}

.discount {
  color: #ed1b24;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.quantity-price {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce div.product {
  margin-bottom: 15.456px;
}

/* .quantity-controls {
  display: flex;
  align-items: center;
  border: 1.5px solid #333;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
} */
/* 
.quantity-btn {
  background-color: #f2f2f2;
  border: none;
  width: 32px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
} */

.quantity-input {
  width: 100%;
  text-align: center;
  border: none;
  font-size: 14px;
  padding: 6px;
  outline: none;
}

.total-price {
  font-weight: bold;
  font-size: 18px;
  margin-left: 15px;
  text-align: center;
}

.original-price {
  text-align: right;
}

.strike-price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
}

.action-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.add-to-cart,
.buy-now {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.add-to-cart {
  background-color: #6bab2d;
  color: white;
}

.buy-now {
  background-color: #ed1b24;
  color: white;
}

.add-to-cart:hover {
  background-color: #5c9a1e;
}

.buy-now:hover {
  background-color: #F3474F;
}

.product-tabs {
  margin-top: 20px;
}

.tab-nav {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 20px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  text-transform: capitalize;
}

.tab-btn.active {
  color: #ed1b24;
  border-bottom-color: #ed1b24;
}

.tab-content {
  display: none;
  padding: 10px 0;
}

.tab-content.active {
  display: block;
}

.tab-content ul .ecom-iconlist--icon {
  /* padding-left: 20px; */
  margin-top: 5px;
}

.tab-content li {
  margin-bottom: 10px;
}

.frequently-bought-section {
  padding: 40px 0;
  background-color: #fff;
}

.frequently-bought-section h2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 28px;
  padding-bottom: 36px;
  color: #000;
}

.bought-together-products {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  min-width: 35%;
}

.product-item {
  flex: 0 0 250px;
  background: white;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.product-item img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-item h3 {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 400;
}

.product-item .price {
  font-weight: 400;
  margin-bottom: 5px;
  color: #ed1b24;
}

.product-item .add-to-cart {
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.first-image-content-section {
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}
.first-image-content-section span{
  color: #ed1b24 !important;
}
.full-width-image-section {
  margin: 20px 0;
}

.full-width-image-section img {
  width: 100%;
  height: auto;
  display: block;
}

.image-content-section {
  padding: 40px 0;
  background-color: #fff;
}

.image-content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.content-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.image-col {
  flex: 0 0 45%;
  max-width: 50%;
  padding: 0 15px;
}

.image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-table-section {
  margin: 40px 0;
}

.product-table-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.product-table-section th,
.product-table-section td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.product-table-section th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.product-table-section tr:nth-child(even) {
  background-color: #f9f9f9;
}

.content-col h2 {
  color: #7e990d;
  text-align: left;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: 0px;
}

.phyto-active-ingredients .heading-section h3 {
  color: #ed1b24 !important;
}

@media (max-width: 768px) {
  .product-table-section table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.faq-section {
  padding: 40px 0;
  background-color: #fff3f3 ;
}

.faq-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.faq-col {
  flex: 1;
  min-width: 300px;
}

.faq-item {
  margin-bottom: 15px;
  /* border: 1px solid #ddd; */
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  padding: 25px 30px;
  background-color: #f9f9f9;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background-color: #1118271a;
}

.faq-question h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  flex: 1;
  line-height: 1.3;
}

.toggle-icon {
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  transition: transform 0.3s;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}

.faq-item.active .faq-question {
  background-color: #ffe7e8;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 20px 20px;
}

.faq-item.active .faq-answer p {
  opacity: 1;
}

.faq-item.active .toggle-icon {
  transform: rotate(45deg);
}

.phyto-benefits {
  list-style: none;
  padding-left: 0;
  margin: 1em 0;
}

.phyto-benefits li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.6em;
  font-size: 1rem;
  line-height: 1.6;
}

.phyto-benefits li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #afc561;
  font-size: 1.2em;
  line-height: 1;
}

.image-slider-container {
  display: flex;
  gap: 15px;
  height: 500px;
}

.thumbnail-vertical-slider {
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
}

.thumbnail-vertical-slider .thumb {
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}

.thumbnail-vertical-slider .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbnail-vertical-slider .thumb.active-thumb {
  border-color: #ed1b24;
  box-shadow: 0 0 0 10px rgba(253, 178, 181, 0.3);
}

.main-image {
  flex: 1;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.bought-together-products .product-item {
  flex: 0 0 208px;
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
}
.bought-together-products .product-item img {
  height: 220px;
  width: 180px;
}
.bought-together-products .product-item::after {
  content: unset;
}
.bought-together-products .product-item h3,
.bought-together-products .product-item .price {
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
.bought-together-products .quantity-selection {
  margin-bottom: 15px;
}
.ecom-product-bundle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.quantity-selection {
  display: flex;
  justify-content: center;
  gap: 0 35px;
}
.quantity-selection input[type="checkbox"] {
  accent-color: #0691b1;
}
.quantity-selection select {
  font-size: 16px !important;
  width: 100px;
  padding: 0;
  margin: 0;
  border: 0;
}

.superior-science {
  display: flex;
  color: #fff;
}
.superior-science .superior-orange {
  background-color: #ed1b24;
  width: 788px;
  padding: 40px;
}
.superior-science .superior-orange .heading-md {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 0px;
  color: #fff;
}
.superior-science .superior-orange .superior-science-stat {
  display: flex;
}
.superior-science .superior-orange .superior-science-stat figure {
  width: 33.33%;
  padding: 20px;
}
figcaption.ecom-image__caption {
  line-height: 1.2;
}
.superior-science .superior-white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f3f7f8;
  padding: 15px 15px 15px 35px;
  width: 571px;
}
.superior-science .superior-white .subtext {
  color: #ed1b24;
  font-size: 24.8px;
  margin-top: 20px;
}
.superior-science .superior-white .element__heading .ecom__heading {
  text-align: left;
  border-bottom: 1px solid #ed1b24;
  padding-bottom: 10px;
  font-size: 43.2px;
  margin-bottom: 12.5px;
  font-weight: 500;
  color: #000;
}
.shake-btn {
  text-transform: capitalize;
  font-weight: 300;
  background-color: #ed1b24;
  border-radius: 5px;
  /* animation: shake 0.85s ease-in-out infinite 7s; */
  animation-iteration-count: infinite;
  animation-play-state: running;
  width: 236px !important;
  height: 52px;
  border: 0;
  padding: 0;
  color: #fff;
}
.shake-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.shake-area .total-price p {
  font-size: 14px;
}
.shake-area .total-price p span {
  font-weight: 600;
  font-size: 22px;
  color: #ed1b24;
  margin-left: 10px;
}
.h2-with-underline {
  display: inline;
  text-align: left !important;
  border-bottom: 1px solid #ed1b24;
  padding-bottom: 10px !important;
  font-size: 36px !important;
  margin-bottom: 12.5px;
  font-weight: 600 !important;
  color: #ed1b24 !important;
}
.p3-container {
  text-align: center;
  padding: 90px 45px;
  padding-top: 110px;
}
.p3-container .d-flex {
  display: flex;
  margin-top: 65px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.p3-container .d-flex .ecom-container-image {
  padding: 20px;
}
.p3-container .d-flex figure {
  width: 25%;
}
.p3-container .d-flex .ecom-container-image figcaption {
  font-size: 20px;
  line-height: 1.1;
}
.ratings-box ul {
  display: flex;
  align-items: center;
}
.ratings-box ul li {
  font-size: 20px;
  color: #fdbc00;
}
.ratings-box ul li:last-child {
  font-size: 13px;
  color: #000;
}
.arrival-expected {
  font-size: 14.52px;
  font-weight: 300;
  text-align: center;
  margin-top: 25px;
}
.arrival-expected svg {
  height: 20px;
  width: 20px;
}
.arrival-expected u {
  font-weight: 500;
}
.our-feature {
  justify-content: space-around;
  padding: 10px 0 20px;
}
.our-feature figure {
  width: 173px;
  text-align: center;
}
.our-feature figcaption {
  font-size: 12px;
}
.hr {
  width: 100%;
  border-top: 0;
  border-color: #999;
}
@media (max-width: 768px) {
  .image-slider-container {
    flex-direction: column-reverse;
    height: auto;
  }

  .thumbnail-vertical-slider {
    width: 100%;
    flex-direction: row;
    order: 2;
    height: 80px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .thumbnail-vertical-slider .thumb {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
  }

  .main-image {
    height: 300px;
  }

  .faq-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .product-images,
  .product-info {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
  }

  .product-row {
    flex-direction: column;
  }

  .product-images {
    margin-bottom: 30px;
  }

  .content-col,
  .image-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .image-col {
    margin-top: 30px;
  }

  .product-image-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  .product-title {
    font-size: 24px;
  }

  .package-options {
    flex-direction: column;
  }

  .package-option {
    width: 100%;
  }

  .quantity-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .original-price {
    text-align: left;
  }

  .faq-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.you-may-like-section {
  padding: 68px 0 100px 0px;
}
.you-may-like-section ul {
  padding: 0;
  /*justify-content: space-between;*/
}
.you-may-like-section ul li {
  text-align: center;
}
.you-may-like-section ul li p {
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 12px;
}
.you-may-like-section ul li .price {
  margin-top: 0;
  margin-bottom: 12px;
}
.you-may-like-section ul li button {
  position: relative;
  align-self: center;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.2;
  width: 172px;
  height: 38px;
  min-height: 38px;
  color: #fff;
  background-color: #6bab2d;
  border-style: none;
  border-radius: 3px;
  transition-duration: 0.3s;
  padding: 0px 30px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
.you-may-like-section ul li p span {
  font-size: 16px;
  color: red;
}
.you-may-like-section ul li p del {
  text-decoration: none;
  opacity: 1 !important;
}
.you-may-like-section ul li p del span {
  color: #000;
  text-decoration: line-through;
}
.you-may-like-section ul li img {
  transition: 0.3s ease-in-out;
  object-fit: contain;
}
.you-may-like-section ul li img.image-onhover {
  display: none;
}
.you-may-like-section ul li img.image-offhover {
  display: block;
}
.you-may-like-section ul li a:hover img.image-onhover {
  display: block;
}
.you-may-like-section ul li a:hover img.image-offhover {
  display: none;
}


/*07062025*/

.ymp-flexin {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    list-style: none;
    margin: 0;
}
.ymp-product-card {
    width: 250px;
    text-align: center;
}
.ymp-product-image {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.ymp-prod-name {
    font-weight: bold;
    margin: 10px 0 5px;
}
.ymp-price-wrapper {
    margin-bottom: 15px;
}
.ymp-original-price {
    text-decoration: line-through;
    color: #666;
    margin-right: 8px;
    font-size: 16px;
}
.ymp-discounted-price {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.ymp-buy-now-btn {
    background: #2a52be;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}



.move-prev,
.move-next {
  padding: 0;
  height: 30px;
  width: 30px;
  background: #e5e4e4;
  background: #b3b2b2;
  border-radius: 4px;
  border: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.move-prev {
  left: 0;
}
.move-next {
  right: 0;
}
.move-prev svg,
.move-next svg {
  height: 20px;
  width: 20px;
  color: #000;
}
.move-prev:hover,
.move-next:hover {
  background: #747373;
}
.usage-directions h3 {
  font-size: 25.6px;
  margin-bottom: 5px;
  color: #ed1b24;
  margin-top: 20px;
  line-height: 3;
}
.usage-directions li {
  display: flex;
  color: #000;
  margin: 5px 12.5px;
}
.usage-directions li .ecom-iconlist--icon {
  align-self: flex-start;
  color: #fff;
  background-color: #ed1b24;
  border-style: none;
  border-radius: 63%;
  margin: 0 12px 12px 0;
  padding: 5px;
}
.usage-directions .dosage-2 li {
  margin: 12.5px 12.5px 15px;
  line-height: 1.3;
}
.usage-directions .dosage-2 li strong {
  color: #ed1b24;
  font-weight: 600;
}
.phyto-active-ingredients {
  padding: 25px;
}
.phyto-active-ingredients .heading-section {
  margin-bottom: 25px;
}
.phyto-active-ingredients .heading-section h2,
.you-may-like-section .heading h2 {
  font-size: 36px;
  color: #000;
  line-height: 1.2;
  padding: 0;
}
.phyto-active-ingredients .heading-section h3 {
  font-size: 27px;
  color: #7e990d;
  margin-top: 20px;
  text-align: center;
}
.phyto-active-ingredients ul li figure {
  margin: 0;
  padding: 5px;
}
.phyto-active-ingredients .right-block {
  max-width: 595px;
}
.phyto-active-ingredients ul li span {
  padding: 5px;
}
.phyto-active-ingredients ul li strong {
  font-weight: 600;
  line-height: 1.3;
}
.phyto-active-ingredients ul li figure img {
  height: 143px;
  max-width: 143px !important;
}
.phyto-active-ingredients ul li .green {
  color: #72bb24;
}
.phyto-active-ingredients ul li .red {
  color: #af101a;
}
.phyto-active-ingredients ul li .orange {
  color: #ed1b24;
}
.customers-ratings {
  padding: 70px 0 0 0;
}
.customers-ratings .cm-heading {
  font-size: 38px;
  font-weight: 400;
  color: #ED1B24;
}
.customers-ratings .rating-summary {
  display: flex;
  align-items: center;
}
.customers-ratings .rating-summary h1 {
  font-size: 41px;
  margin-right: 10px;
  font-weight: 700;
  color: #000;
}
.customers-ratings .stars {
  color: #ffb102;
  font-size: 22px;
}
.customers-ratings .rating-bars {
  margin-left: 0px;
}
.customers-ratings .bar {
  display: flex;
  align-items: center;
  margin: auto;
  height: 33px;
}
.customers-ratings .bar span {
  width: 20px;
  margin-right: 10px;
  font-size: 13px;
}
.customers-ratings .progress {
  height: 8px;
  background: #ddd;
  margin-right: 10px;
  width: 235px;
  border-radius: 10px;
  overflow: hidden;
}
.customers-ratings .progress-fill {
  height: 100%;
  background: #fdbc00;
}
.customers-ratings .write-review {
  display: inline-block;
  border: none;
  margin: 0;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  overflow: hidden;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  background: rgb(255, 177, 2);
  height: 36px;
  font-weight: 500;
  width: 172px;
}
.customers-ratings .filters {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customers-ratings .filters select {
  padding: 4px 30px 4px 12px !important;
  color: #333 !important;
  border-radius: 6px;
  margin: 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
  border: solid 1px #e7e7e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://cdn2.ryviu.com/v/images/icon-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.55rem center !important;
  background-size: 20px !important;
  line-height: 1.5;
  min-height: 35px;
  background-color: #fff;
  cursor: pointer;
  width: 111px;
  height: 35px;
  margin-left: 5px;
  font-size: 16px !important;
}
.customers-ratings .reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.customers-ratings .review-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.customers-ratings .review-header {
  display: flex;
  align-items: center;
}
.customers-ratings .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.customers-ratings .name {
  font-weight: 600;
  color: #000;
}

.customers-ratings .review-text {
  /* margin: 10px 0; */
}
.customers-ratings .review-text .headline {
  font-weight: 600;
  color: #000;
}
.customers-ratings .helpful {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  color: #717171;
  margin-top: 8px;
}
.customers-ratings .helpful button {
  background: none;
  border: none;
  font-size: 15px !important;
  color: #000;
  cursor: pointer;
  align-items: center;
  font-weight: 100;
  display: flex;
}


.full-width-add-to-cart-container {
  background-color: #fff3f3 !important;
  border-top: 1px solid #ED1B24;
}
.full-width-add-to-cart-container .product-name-section h2 {
  color: #ED1B24;
}
.full-width-add-to-cart-container .add-to-cart-section .activeLi {
  border-top: 3px solid #ED1B24 !important;
}
.full-width-add-to-cart-container
  .add-to-cart-section
  .activeLi
  p:nth-child(1) {
  color: #ED1B24 !important;
}
.full-width-add-to-cart-container .product-quantity .increase-quantity::after,
.full-width-add-to-cart-container .product-quantity .increase-quantity::before,
.full-width-add-to-cart-container .product-quantity .reduce-quantity::after,
.full-width-add-to-cart-container .product-quantity .reduce-quantity::before {
  background: #ED1B24;
}
.full-width-add-to-cart-container .product-name-section h2:after{
border-right: 2px solid #ED1B24;
}
.full-width-add-to-cart-container .add-to-cart-btn .product-cost {
  color: #ED1B24;
  border: 0.073vw solid #ED1B24;
}
.full-width-add-to-cart-container .add-to-cart-btn .product-quantity {
  color: #ED1B24;
  border: 0.073vw solid #ED1B24;
}
button.product-add-to-cart-btn {
  background: #ED1B24;
  border: 1px solid #ED1B24;
}

/*31/05/2025 */
/* Modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: white;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
  font-family: "Segoe UI", sans-serif;
  margin: auto;
  margin-top: 50px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

.modal-heading {
  color: #000;
  font-size: 1.3333em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.miraqule-footer,
.miraqule-footer .footer-plus footer,
.miraqule-footer .faq-plus .faq-section {
  background-color: #fff3f3 !important;
}

#reviewForm input::placeholder,
#reviewForm textarea::placeholder {
  color: #000;
  opacity: 1;
}
#reviewForm .form-label {
  font-weight: 500;
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  display: block;
}

#reviewForm input,
#reviewForm textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  box-sizing: border-box;
}
.woocommerce #reviewForm .star-rating {
  float: unset;
  overflow: hidden;
  position: relative;
  height: 32px;
  line-height: 1;
  font-size: 28px;
  width: 170px;
  font-family: WooCommerce;
}
#reviewForm textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  background-color: rgb(255, 177, 2);
  color: white;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
  line-height: normal !important;
  min-height: 48px;
}

.submit-btn:hover {
  background-color: rgb(255, 160, 0);
}

/* Star rating */
.star-rating .stars {
  font-size: 28px;
  cursor: pointer;
  margin-bottom: 20px;
}

.star-rating .stars span {
  color: #ccc;
  transition: color 0.2s;
  margin-right: 5px;
}

#modalStars .star {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}
#modalStars .star.selected {
  color: gold;
}

.star-rating .stars span.hover,
.star-rating .stars span.selected {
  color: rgb(255, 177, 2);
}
.footer-logo-mobile img,
.footer-logo img {
  max-width: unset;
}
footer {
  padding-top: 7.321vw;
}
.footer-logo img {
  height: auto;
}
@media (max-width: 576px) {
  .action-buttons {
    flex-direction: column;
  }

  .add-to-cart,
  .buy-now {
    width: 100%;
  }

  .tab-nav {
    flex-direction: column;
    border-bottom: none;
  }

  .tab-btn {
    border-bottom: none;
    border-left: 3px solid transparent;
    text-align: left;
  }

  .tab-btn.active {
    border-bottom: none;
    border-left-color: #ed1b24;
  }
}

.product-tabs p {
  display: -webkit-inline-box;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0px;
  margin-bottom: 12.5px;
  color: #000;
}
.product-tabs ul li  span strong{
  color: #ed1b24 !important;
}

.ecom-iconlist--icon {
  display: flex;
  align-self: flex-start;
  color: #fff;
  background-color: #ed1b24;
  border-style: none;
  border-radius: 63%;
  margin: 0 12px 12px 0;
  padding: 5px;
  height: 15px;
  width: 15px;
}
input {
  margin: 0 !important;
}
@media (min-width: 1366px) {
  input {
    margin: 0 !important;
  }
}
.btn-div,
button {
  margin: 0 !important;
}

@media (min-width: 1366px) {
  .product-page-wrapper {
    position: unset;
  }
  /* .btn-div, */
  button {
    /* padding: 0 !important; */
    line-height: 1;
    padding: 0;
    /* margin: 0 !important; */
  }
}
.sign-in-btn.btn-div {
  width: 92px;
  max-width: 92px;
}
label {
  position: relative !important;
  top: 0 !important;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5px, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  30% {
    transform: translate(-5px, 0);
  }
  40% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
  60% {
    transform: translate(5px, 0);
  }
  70% {
    transform: translate(-5px, 0);
  }
  80% {
    transform: translate(5px, 0);
  }
  90% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
