.wrap {
  max-width: unset !important;
  padding: 0px !important;
}

aside#secondary {
  display: none;
}

div#primary {
  width: 100% !important;
}

.single-container .woocommerce-breadcrumb {
  margin: 30px 0 !important;
  padding: 0 !important;
}

.single-container .woocommerce-product-gallery img {
  width: 100%;
  border-radius: 10px;
}

.single-container .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.single-container .cart {
  display: flex;
  align-items: center;
}


.woocommerce-breadcrumb {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--text-color) !important;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
  object-fit: cover;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: none !important;
  border: none !important;
  color: var(--coral-red) !important;
}

.summary.entry-summary .yith-add-to-wishlist-button-block {
  display: inline-block;
  margin: 0;
  border: 0.9px solid var(--bg-black);
  height: 40px;
  width: 40px;
  border-radius: 6px;
  margin-left: 8px;
}

.single_variation_wrap .woocommerce-variation-description {
  display: none !important;
}

.variations .variable-items-wrapper li.disabled .variable-item-contents::before {
  content: "";
  position: absolute;
  top: 50%;
  /*left: 10%;*/
  width: 55px !important;
  height: 2px !important;
  /* line thickness */
  background: #ff0000 !important;
  /* line color */
  transform: rotate(-45deg) !important;
  z-index: 9;
  pointer-events: none;
}

p.stock.out-of-stock {
  color: var(--red-color);
}

.product-wash-wear-tips ul {
  padding: 0 !important;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}

/* Quantity redesign */
.single-product .quantity {
  display: flex;
  align-items: center;
  border: 0.9px solid #0B1A57BF;
  border-radius: 6px;
  overflow: hidden;
  /* margin-right: 8px; */
  height: 40px;
}

.single-product .quantity input.qty {
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  color: var(--bg-black);
  margin: 0 8px !important;
  width: 35px;
  height: 41px;
  padding: 6px 5px 8px;
  font-size: 20px;
  line-height: 20px;
  box-shadow: none;
}

.woocommerce-error {
  background: var(--bg-blue) !important;
  color: var(--bg-black) !important;
  border-radius: 10px;
  padding: 25px;
  list-style: none;
}

.woocommerce-error .button.wc-forward {
  text-decoration: none;
  color: var(--bg-black) !important;
}

.single-product .qty-btn {
  width: 38px;
  height: 38px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  color: var(--bg-black);
}

.single-product .woocommerce-variation-add-to-cart .button.disabled {
  opacity: inherit;
}

.single-product .qty-btn:hover,
.single-product .qty-btn:focus {
  background: var(--bg-blue);
}

.summary.entry-summary button.single_add_to_cart_button.button.alt {
  background: var(--bg-black);
  border-radius: 6px;
  padding: 9px 27px;
  position: relative;
  padding-left: 57px;
}

.summary.entry-summary button.single_add_to_cart_button.button.alt:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  background: url("/wp-content/uploads/2025/12/cart-imgg.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.summary.entry-summary button.single_add_to_cart_button.button.alt:hover {
  background: var(--bg-blue);
  color: var(--bg-black);
}

.add-to-cart-btn a.button.view-cart-btn img {
  display: none;
}

.add-to-cart-btn a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart img {
  display: flex;
}

.add-to-cart-btn a.button.product_type_variable.add_to_cart_button img {
  display: none;
}

.summary.entry-summary button.single_add_to_cart_button.button.alt:hover:before {
  filter: brightness(0) saturate(100%) invert(16%) sepia(12%) saturate(306%) hue-rotate(91deg) brightness(99%) contrast(89%) !important;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist-button {
  box-shadow: none;
}

.summary.entry-summary .yith-add-to-wishlist-button-block svg {
  width: 20px;
  height: 18px;
}

.variations_form .variations .label {
  padding: 0px !important;
}

p.woocommerce-noreviews {
  margin-top: 15px !important;
}

.single-product .summary p.price {
  order: 4;
  margin-bottom: 12px !important;
}

.summary.entry-summary .price ins {
  background: transparent;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  color: transparent;
  border-bottom: none !important;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger:hover,
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger:focus {
  background: var(--bg-blue);
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger span.dashicons-search {
  color: var(--bg-black);
}



.woocommerce-product-details__short-description {
  order: 5;
}

.single-container .cart {
  order: 6;
}

.variations_form {
  order: 6;
}

.yith-add-to-wishlist-button-block {
  order: 7;
}

.variations_form .variations .label label {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.47px;
}

/* Filled stars */
.woocommerce .star-rating span {
  color: #97a3ce;
}

.woocommerce .star-rating::before {
  color: #97a3ce;
}

.woocommerce .star-rating span::before {
  color: #97a3ce;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-coupon-container {
  margin: 18px 0;
}

.product-coupon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px dashed #e5e5e5;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
}

.product-coupon-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-coupon-left img {
  width: 26px;
  height: 26px;
}

.product-coupon-title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.product-coupon-learn {
  margin-left: 6px;
  background: none;
  border: none;
  font-size: 12px;
  color: #0071dc;
  cursor: pointer;
}

.product-coupon-right {
  display: flex;
  align-items: center;
}

.product-coupon-code {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px dashed #000;
  background: #f7f7f7;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.product-coupon-code img {
  width: 16px;
  height: 16px;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.single-product .woocommerce-product-rating {
  margin-bottom: 12px !important;
  order: 3;
  display: flex;
  align-items: center;
  gap: 40px;
}

.single-product .woocommerce-product-rating .star-rating {
  /* margin-right: 40px !important; */
  font-size: 20px;
  letter-spacing: 1px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  justify-content: center !important;
  height: 100%;
}

td.value.woo-variation-items-wrapper {
  display: flex !important;
  gap: 10px;
}

.onsale {
  position: absolute;
  top: 15px;
  background: var(--coral-red);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  z-index: 9;
  left: 11%;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 50px !important;
}

section.up-sells.upsells.products {
  display: none !important;
}

.summary.entry-summary .woocommerce-product-details__short-description p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 16px;
  font-family: Manrope !important;
}

.single-container .woocommerce-tabs {
  margin-bottom: 0 !important;
}

.tabs {
  padding-left: 0 !important;
}

.woocommerce-tabs .entry-content {
  margin-top: 25px !important;
}

.woocommerce-tabs .entry-content p {
  color: var(--text-color) !important;
  font-family: Manrope !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.tabs li a {
  font-family: "Borel", sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 100%;
  border-bottom: 5px solid #d5d8db !important;
  border-radius: 5px !important;
  color: #30353299 !important;
}

.tabs li a:hover {
  color: var(--coral-red) !important;
  border-bottom: 5px solid var(--coral-red) !important;
}

.tabs li a:focus {
  outline: none !important;
}

.tabs .active a {
  color: var(--coral-red) !important;
  border-bottom: 5px solid var(--coral-red) !important;
}

#tab-additional_information .markdown-new-styling ul li:before {
  background-color: var(--bg-black) !important;
}

#tab-reviews li img {
  border-radius: 50%;
}

#tab-reviews input[type="submit"] {
  background-color: var(--bg-black) !important;
  border-radius: 10px !important;
}

ol.commentlist {
  padding: 0;
  margin-top: 20px;
}

.woocommerce-Reviews .btn-close {
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--bg-black);
}
.rtl .woocommerce-Reviews .btn-close {
  right: unset;
  left: 15px;
}
.woocommerce-Reviews .modal.show .modal-dialog {
  margin-top: 100px;
}

.woocommerce-Reviews .cr-single-product-review textarea {
  height: 65px;
}

.woocommerce-Reviews .btn-close i {
  color: #fff;
}

.woocommerce-Reviews .btn-close:hover {
  background-color: var(--bg-blue) !important;
}

.woocommerce-Reviews .btn-close:hover i {
  color: var(--bg-black);
}

.woocommerce-tabs #reviews p.stars a:hover,
.woocommerce-tabs #reviews p.stars a:focus {
  color: var(--bg-black) !important;
  text-decoration: none;
  border-bottom: none;
}

.woocommerce-tabs .comment-reply-title {
  display: none;
}

.woocommerce-Reviews .comment-respond {
  margin-top: 12px;
}

#tab-reviews .woocommerce-Reviews-title {
  margin-bottom: 0 !important;
}

button.write-review-btn {
  margin-top: 0px !important;
  border-radius: 6px;
  background: var(--bg-black);
  padding: 9px 27px;
  color: #fff;
}

button.write-review-btn:hover {
  background-color: var(--bg-blue);
  color: var(--bg-black);
}

#tab-reviews .star-rating {
  margin-bottom: 10px !important;
}

#tab-reviews #review_form_wrapper {
  padding-inline: 35px !important;
}

.summary.entry-summary {
  display: flex;
  flex-direction: column;
}

.woocommerce-product-rating a:hover {
  text-decoration: none !important;
  border: none !important;
  color: var(--coral-red) !important;
}

a.woocommerce-Question-link {
  margin-left: 18px !important;
}

.related .add_to_cart_button {
  background: var(--bg-black);
  padding: 8px 25px 8px 25px !important;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
}

.related .add_to_cart_button:hover {
  background: #676767;
  transition: all 0.3s ease;
}

.related.products {
  /* padding-top: 100px; */
}

.related.products li {
  /* box-shadow: 2px 4px 8px 0px #1a1a1a29; */
  border-radius: 15px;
  height: 100%;
  padding: 15px !important;
  margin-bottom: 0 !important;
  background: #ffffff;
}

.related.products li .woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  border: none !important;
}

.related .yith-add-to-wishlist-button-block {
  display: none !important;
}

.related ul.products li.product .button:hover {
  box-shadow: none !important;
}

.related.products li .woocommerce-LoopProduct-link {
  color: unset !important;
}

.related ul.products li.product .button {
  box-shadow: none !important;
}

.related .price {
  color: var(--bg-black) !important;
  margin-bottom: 5px !important;
}

.related.products .add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  position: relative !important;
}

.related.products li.product {
  display: flex;
  flex-direction: column;
}

.related.products li.product .add_to_cart_button {
  margin-top: auto;
}

.related.products>ul.products {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.related.products .woocommerce-loop-product__title {
  font-family: Manrope !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-align: center;
  color: var(--bg-black) !important;
}

.feature-text h3 {
  font-family: Manrope !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--bg-black);
  margin-bottom: 5px !important;
}

.feature-text p {
  font-family: Manrope !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--bg-black);
  margin-bottom: 0;
}

.summary.entry-summary .variations {
  /* display:none !important; */
}

.summary.entry-summary .woocommerce-variation-price {
  display: none !important;
}

.delevery-info-section {
  margin: 100px 0 !important;
  border-bottom: 1px solid #1a1a1a26;
  padding: 60px 0px;
  border-top: 1px solid #1a1a1a26;
  gap: 28px !important;
}

.delevery-info-section .feature-icon {
  width: 60px;
  height: 60px;
}

.delevery-info-section .feature-icon img {
  height: 100%;
  width: 100%;
}

.delevery-info-section .feature-box {
  gap: 10px !important;
}

@media (max-width: 768px) {
  .woocommerce-product-gallery {
    flex-direction: column;
  }

  .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    order: 2;
    flex-direction: row;
    width: 100%;
    max-height: none;
    margin-right: 0;
    margin-top: 10px;

    overflow-x: auto;
    overflow-y: hidden;
  }

  .woocommerce-product-gallery .flex-control-thumbs li {
    width: 90px;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .woocommerce-product-gallery .flex-viewport {
    order: 1;
    width: 100%;
  }

  .tabs {
    display: flex !important;
    overflow: auto !important;
  }

  .tabs li {
    flex-shrink: 0 !important;
  }

  .single-product .quantity input.qty {
    width: 40px;
    padding: 8px 0 8px 0px;
  }

  .summary.entry-summary button.single_add_to_cart_button.button.alt {
    padding: 11px;
    padding-left: 30px;
  }

  .summary.entry-summary button.single_add_to_cart_button.button.alt:before {
    left: 8px;
  }

  .delevery-info-section {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .delevery-info-section {
    margin: 30px 0 !important;
    border-bottom: 1px solid #1a1a1a26;
    padding: 20px 0px;
    border-top: 1px solid #1a1a1a26;
  }

  ul.tabs.wc-tabs {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    min-height: 50px !important;
    padding-bottom: 5px !important;

    /* Firefox */
    scrollbar-color: var(--coral-red) #eb715340;
    scrollbar-width: thin;
  }

  ul.tabs.wc-tabs li {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: stretch !important;
  }

  /* Tab links */
  ul.tabs.wc-tabs li a {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 20px !important;
    height: 100% !important;
    position: relative !important;
    z-index: 1 !important;
  }

  ul.tabs.wc-tabs li.active a {
    z-index: 2 !important;
  }

  .woo-variation-gallery-thumbnail-wrapper {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-4 {
    flex-direction: row !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    width: 100% !important;
  }

  .wvg-gallery-thumbnail-image {
    padding: 0 5px;
    box-sizing: border-box;
  }

  .woo-variation-gallery-thumbnail-slider img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }

  .wvg-gallery-image .wvg-single-gallery-image-container img {
    aspect-ratio: 1 / 1;
  }
}

/* Variation selection styles */
.variations {
  margin-bottom: 20px;
}

.variation-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.variation-label {
  font-weight: bold;
  margin-right: 10px;
  min-width: 60px;
}

.variation-radios {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.variation-radio {
  cursor: pointer;
}

.variation-radio input {
  display: none;
}

.variation-radio span {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.variation-radio:hover span {
  background-color: #f0f0f0;
}

.variation-radio input:checked+span {
  background-color: #e0e0e0;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .woo-variation-gallery-thumbnail-slider {
    margin-top: 20px !important;
  }

  /*.woo-variation-product-gallery {*/
  /*  width: 100%;*/
  /*  max-width: 100% !important;*/
  /*}*/

  .related.products {
    padding-top: 30px;
  }

  .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    display: flex !important;
  }

  .woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-4 {
    margin-top: 15px !important;
  }

}

@media (min-width: 767px) and (max-width: 991px) {
  .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
    width: 100% !important;
  }

  .tabs.wc-tabs {
    padding-top: 25px !important;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .single-product .summary {
    width: 50% !important;
    padding-left: 15px;
  }

  .wvg-gallery-thumbnail-image>div {
    width: 100% !important;
  }

  /*.woo-variation-gallery-thumbnail-wrapper{*/
  /*    width:20% !important;*/
  /*}*/
  .woo-variation-gallery-wrapper {
    width: 100%;
    min-width: 50% !important;
    min-height: 100% !important;
    height: 100%;
  }

  .top-section .woo-variation-product-gallery {
    max-width: 50% !important;
    width: 50% !important;
  }

}

@media(min-width:768px) and (max-width:1024px) {
  .summary.entry-summary button.single_add_to_cart_button.button.alt {
    padding-left: 42px;
  }

  .summary.entry-summary button.single_add_to_cart_button.button.alt:before {
    left: 15px;
  }
}

@media (max-width: 1024px) {
  .woo-variation-product-gallery {
    width: 50%;
    max-width: 50% !important;
  }
}

@media(max-width:767px) {
  .woo-variation-product-gallery {
    width: 100%;
    max-width: 100% !important;
  }

  .top-section .woo-variation-product-gallery {
    max-width: 100% !important;
    width: 100% !important;
  }

  .woocommerce-Reviews .modal.show .modal-dialog {
    margin-top: 80px;
  }
}

/* gallary image */

@media (min-width: 991px) {
  .woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-4 {
    display: flex !important;
    flex-direction: column;
  }

  .woo-variation-gallery-container.preload-style-blur {
    display: flex !important;
    flex-direction: row-reverse !important;
  }

  .woo-variation-gallery-thumbnail-wrapper {
    overflow: hidden !important;
    height: 100% !important;
  }

  .wvg-gallery-thumbnail-image {
    width: 100% !important;
    height: 100%;
  }

  .woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-4 {
    flex-direction: column !important;
    margin-right: 21px !important;
  }

  .wvg-gallery-thumbnail-image {
    margin-bottom: 16px !important;
  }

  .top-section {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 50px;
  }

  .woo-variation-gallery-wrapper {
    min-height: 100% !important;
    height: 100%;
  }

  .wvg-single-gallery-image-container,
  .wvg-gallery-image,
  .slick-slide,
  .slick-slide>div,
  .slick-track,
  .slick-list,
  .woo-variation-gallery-wrapper .woo-variation-gallery-slider,
  .woo-variation-gallery-slider-wrapper,
  .woo-variation-gallery-container.preload-style-blur,
  .wvg-gallery-image>div {
    height: 100% !important;
  }

  .woo-variation-product-gallery {
    /* height: 100%  !important; */
    margin-bottom: 0 !important;
  }

  .woo-variation-gallery-thumbnail-wrapper {
    overflow: hidden !important;
    box-sizing: border-box;
  }


  .wvg-gallery-thumbnail-image.current-thumbnail {
    border: 1px solid var(--coral-red);
    border-radius: 10px;
  }

  .woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-4 {
    display: flex !important;
    flex-direction: column;
  }

  .woo-variation-gallery-slider-wrapper {
    max-height: 500px !important;
    position: sticky !important;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .woo-variation-gallery-thumbnail-slider::-webkit-scrollbar {
    display: none;
  }

  .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
  }
}

.wvg-gallery-thumbnail-image img {
  border-radius: 12px !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  cursor: pointer;
  margin: 0;
  opacity: 1 !important;
}

.wvg-gallery-image .wvg-single-gallery-image-container img {
  border-radius: 12px;
  height: 100%;
}

/* ONLY Color attribute → Circle */
ul[data-attribute_name="attribute_pa_color"] li.variable-item.button-variable-item {
  border-radius: 50% !important;
  height: 40px !important;
  width: 40px !important;
  border: 0.74px solid var(--coral-red) !important;
  box-shadow: none !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 2px !important;
}

.variable-item-contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner span for color */
ul[data-attribute_name="attribute_pa_color"] span.variable-item-span.variable-item-span-button {
  border-radius: 50%;
  color: transparent;
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
}

.summary.entry-summary .variations .variable-items-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
}

/* Selected color */
ul[data-attribute_name="attribute_pa_color"] li.variable-item.button-variable-item.selected {
  border: 2px solid var(--bg-black) !important;
}

.summary.entry-summary .woocommerce-variation-availability p.stock.in-stock {
  display: none;
}

.summary.entry-summary .product_meta .posted_in {
  display: none;
}

.designer-title {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

h1.product_title.entry-title,
.review-heading h5 {
  font-family: "Borel" !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: var(--coral-red) !important;
  line-height: 100% !important;
  margin-bottom: 12px !important;
  order: 1;
  text-transform: capitalize !important;
  word-break: normal !important;
}

.summary.entry-summary .product_meta {
  margin-bottom: 12px !important;
  order: 2;
}

.summary.entry-summary>p.price .price {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row-reverse;
  gap: 10px;
}

.summary.entry-summary>p.price .price del {
  font-size: 12px;
}

.summary.entry-summary .variations .reset_variations {
  margin-top: 0;
  display: flex;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  align-items: center;
}

.summary.entry-summary .variations .reset_variations:hover {
  color: var(--coral-red) !important;
  /*border-bottom: 1px solid var(--coral-red) !important;*/
  border: none !important;
}

.summary.entry-summary span.sku_wrapper {
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.woo-variation-gallery-wrapper {
  min-height: 100% !important;
  height: 100%;
}

.wvg-single-gallery-image-container,
.wvg-gallery-image,
.slick-slide,
.slick-slide>div,
.slick-track,
.slick-list,
.woo-variation-gallery-wrapper .woo-variation-gallery-slider,
.woo-variation-gallery-slider-wrapper,
.woo-variation-gallery-container.preload-style-blur,
.wvg-gallery-image>div {
  height: 100% !important;
}

.tabs.wc-tabs {
  border-bottom: 1px solid #30353266 !important;
  margin: 0 !important;
  padding-bottom: 14px !important;
}


.related.products img,
.related-products-carousel img {
  height: auto;
  max-width: 100%;
  width: 100%;
  /* border-radius: 12px; */
  height: 215px;
}

.frequently_caorusel .owl-nav button span {
  background: transparent !important;
}

.frequently_caorusel .owl-nav button {
  background: var(--bg-black) !important;
}

/* ------Dummy whishlist hide--------- */
.single_variation_wrap .yith-add-to-wishlist-button-block {
  display: block !important;
  margin-right: 8px !important;
}

.yith-add-to-wishlist-button-block {
  display: none !important;
}