.product-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.product-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-card__header {
  position: relative;
}
.product-card__header .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  z-index: 1;
}
.product-card__header .yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.product-card__header .yith-wcwl-icon {
  margin-right: 0 !important;
  width: 22px;
  height: 22px;
  opacity: 0;
  transition: 0.4s;
}
.product-card__header .add_to_wishlist span {
  display: none;
}
.product-card__item {
  position: relative;
  margin-bottom: 2.604vw;
}
.product-card__item:hover .product-card__image {
  transform: scale(1.1);
}
.product-card__item:hover .fa-heart-o {
  opacity: 1;
}
.product-card__item .fa-heart-o::before,
.product-card__item .fa-heart::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card__item .fa-heart-o::before {
  background-image: url(../../../images/wishlist-outline.svg);
}
.product-card__item .fa-heart {
  opacity: 1;
}
.product-card__item .fa-heart::before {
  background-image: url(../../../images/wishlist-solid.svg);
}
.product-card__image-container {
  overflow: hidden;
}
.product-card__image {
  transform: scale(1);
  transition: 0.4s;
}
.product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.25vw;
  color: #1C1F21;
}
.product-card__category {
  position: relative;
  z-index: 1;
}
.product-card__category a {
  color: rgba(28, 31, 33, 0.6);
  font-size: 0.625vw;
  text-transform: uppercase;
}
.product-card__name {
  margin-top: 0.417vw;
  margin-bottom: 0.313vw;
  font-size: 1.042vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.product-card__sale .product-card__price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.product-card__price {
  font-weight: 700;
  font-size: 1.042vw;
}
.product-card__price ins {
  text-decoration: none;
}
.product-card__price del {
  margin-left: 5px;
  font-size: 0.833vw;
  font-weight: 400;
}
.product-card__button {
  padding-right: 1.042vw !important;
  padding-left: 1.042vw !important;
  margin-left: 4px;
  font-size: 0.833vw !important;
}
.product-card__sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card__sold-out img {
  width: 100%;
  max-width: 7.292vw;
  opacity: 0.5;
  object-fit: contain;
}
.product-card__badge, .product-card__badge--new, .product-card__badge--sale {
  padding: 4px 8px;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.625vw;
  color: #ffffff;
}
.product-card__badge--sale {
  background-color: #E33E38;
}
.product-card__badge--new {
  background-color: #6BC55D;
}
.product-card__link-mobile {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .product-card__header .yith-wcwl-add-to-wishlist {
    top: 12px;
    right: 8px;
  }
  .product-card__button {
    display: none;
  }
  .product-card__item {
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-bottom: 16px;
  }
  .product-card__item .fa-heart-o {
    opacity: 1;
  }
  .product-card__footer {
    padding: 12px 0px;
  }
  .product-card__category a {
    font-size: 10px;
  }
  .product-card__name {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .product-card__price {
    font-size: 16px;
  }
  .product-card__price del {
    font-size: 12px;
  }
  .product-card__badge, .product-card__badge--sale, .product-card__badge--new {
    font-size: 12px;
  }
  .product-card__sold-out img {
    max-width: 100px;
  }
}

p.stars a:before, p.stars a:hover ~ a:before, p.stars.selected a.active ~ a:before {
  color: #43454b;
  opacity: 0.25;
}

p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before {
  color: #FEB700;
  opacity: 1;
}

p.stars {
  display: inline-block;
  margin-bottom: 2.083vw;
}
p.stars:hover a::before {
  color: #FEB700;
  opacity: 1;
}
p.stars a {
  position: relative;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.417vw;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 1.146vw;
  color: #43454b;
  text-indent: 0;
  opacity: 0.25;
}

@media screen and (max-width: 991px) {
  p.stars {
    margin-bottom: 35px;
  }
  p.stars a {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  p.stars a::before {
    width: 24px;
    height: 24px;
    font-size: 22px;
  }
}
.detail-product .stock {
  display: none;
}
.detail-product .variable-items-wrapper {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.detail-product .variable-items-wrapper[aria-label=Size] .variable-item-span {
  background-color: #F2F3F7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.042vw;
}
.detail-product .color-variable-item {
  margin: 0.417vw;
}
.detail-product .color-variable-item.selected .variable-item-span::before {
  border: 1px solid #4F86CB;
}
.detail-product .button-variable-item {
  margin: 0 0.417vw;
}
.detail-product .button-variable-item.selected .variable-item-span {
  background-color: #4F86CB;
  color: #ffffff;
}
.detail-product .variable-item-span {
  position: relative;
  display: block;
  border-radius: 100%;
  cursor: pointer;
}
.detail-product .variable-item-span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.563vw;
  height: 1.563vw;
  transform: translate(-50%, -50%) scale(1.3);
  border: 1px solid transparent;
  border-radius: 100%;
}
.detail-product .variable-item-span-color {
  width: 1.563vw;
  height: 1.563vw;
}
.detail-product .variable-item-span-button {
  width: 2.083vw;
  height: 2.083vw;
}
.detail-product .variations {
  width: 100%;
}
.detail-product .woocommerce-variation-price {
  margin: 0px 0px 8px;
}
.detail-product .reset_variations {
  display: none !important;
}
.detail-product .single_variation {
  margin: 0.625vw 0;
  font-size: 0.938vw;
}
.detail-product .single_variation .stock {
  margin-bottom: 0px;
}
.detail-product .add-to-cart-button-desktop {
  display: contents;
}
.detail-product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.detail-product #tab-additional_information {
  display: none;
}
.detail-product .single_add_to_wishlist {
  display: flex;
  align-items: center;
  color: #1C1F21;
}
.detail-product .yith-wcwl-icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 6px;
}
.detail-product .fa-heart-o::before,
.detail-product .fa-heart::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-product .fa-heart-o::before {
  background-image: url(../../../images/wishlist-outline.svg);
}
.detail-product .fa-heart::before {
  background-image: url(../../../images/wishlist-solid.svg);
}
.detail-product .fa-heart::after {
  content: "Wishlist";
  position: absolute;
  top: 42%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  font-family: "Inter";
  font-weight: 400;
}
.detail-product .woo-selected-variation-item-name {
  display: none;
}
.detail-product .woocommerce-notices-wrapper {
  padding: 0px 0px 25px;
  font-size: 1.042vw;
}
.detail-product .woocommerce-notices-wrapper a {
  text-decoration: underline;
  color: #1C1F21;
}
.detail-product .woocommerce-error {
  margin-bottom: 0px;
}
.detail-product .images.nickx_product_images_with_video {
  height: 100%;
  width: 100%;
  max-width: unset;
  max-height: 80%;
}
.detail-product #nickx-gallery.nslick-initialized {
  height: 100%;
}
.detail-product #nickx-gallery .nslick-slide {
  padding-top: 1.563vw;
}
.detail-product #nickx-gallery .nslick-slide:first-child {
  padding-top: 0px;
}
.detail-product .nickx-slider-nav img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-product .vertical-img-left.nickx-slider-for {
  width: 70%;
  height: 100%;
  margin-left: 1.563vw;
  margin-bottom: 0px;
}
.detail-product .vertical-img-left.nickx-slider-for i.btn-prev,
.detail-product .vertical-img-left.nickx-slider-for i.btn-next {
  opacity: 1;
  margin: 0;
  display: none;
}
.detail-product .vertical-img-left.nickx-slider-for .nslick-list.draggable {
  height: 100%;
}
.detail-product .images.nickx_product_images_with_video .slider.nickx-slider-for .zoom.nslick-slide img {
  height: 100%;
  object-fit: cover;
}
.detail-product .single-product-main-image {
  height: 100%;
}
.detail-product .vertical-img-left.nickx-slider-for i.btn-prev,
.detail-product .vertical-img-left.nickx-slider-for i.btn-next,
.detail-product i.btn-next,
.detail-product i.btn-prev {
  width: 30px;
  height: 50px;
  background: rgba(28, 31, 33, 0.5) !important;
  color: #ffffff !important;
}
.detail-product .vertical-img-left.nickx-slider-for i.btn-prev::before,
.detail-product .vertical-img-left.nickx-slider-for i.btn-next::before,
.detail-product i.btn-next::before,
.detail-product i.btn-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-product i.btn-prev.thumb_arrow {
  top: -2%;
}
.detail-product i.btn-next.thumb_arrow {
  bottom: -2% !important;
}
@media (max-width: 991px) {
  .detail-product .images.nickx_product_images_with_video {
    max-height: 98%;
  }
}
@media (max-width: 767px) {
  .detail-product .images.nickx_product_images_with_video {
    max-height: 75%;
  }
  .detail-product #nickx-gallery.nslick-initialized {
    height: auto;
  }
  .detail-product #nickx-gallery.nslick-initialized .nslick-list.draggable {
    margin: 12px -6px 0px -6px;
  }
  .detail-product #nickx-gallery.nslick-initialized .nslick-slide {
    padding: 0px 6px;
  }
  .detail-product #nickx-gallery.nslick-initialized .thumb_arrow {
    display: none !important;
  }
  .detail-product .vertical-img-left.nickx-slider-for i.btn-prev,
  .detail-product .vertical-img-left.nickx-slider-for i.btn-next {
    display: block;
  }
}
.detail-product__theme-content {
  margin: 1.25vw 0px;
}
.detail-product__name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.625vw;
}
.detail-product__badge {
  padding: 4px 8px;
  margin-left: 8px;
  background-color: #E33E38;
  text-transform: uppercase;
  font-size: 0.833vw;
  color: #ffffff;
}
.detail-product__variations-table-body {
  display: flex;
  flex-direction: column-reverse;
}
.detail-product__variations-table-body tr {
  margin: 0.625vw 0;
}
.detail-product__variations-table-body .label {
  min-width: 50px;
}
.detail-product__product-title {
  font-size: 2.344vw !important;
}
.detail-product .sale .price {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.detail-product .sale .price del {
  margin-left: 5px;
}
.detail-product__price {
  display: flex;
  align-items: center;
  margin-bottom: 1.667vw;
  font-size: 2.083vw;
  font-weight: 700;
}
.detail-product__price ins {
  text-decoration: none;
}
.detail-product__price del {
  font-size: 1.563vw;
  font-weight: 400;
}
.detail-product__add-to-cart, .detail-product__add-to-cart--simple {
  display: flex;
  align-items: center;
  margin-top: 1.25vw;
}
.detail-product__quantity-wishlist {
  display: flex;
  align-items: center;
}
.detail-product__single-add-to-cart-button {
  margin: 0 1.563vw;
  padding-right: 3.125vw !important;
  padding-left: 3.125vw !important;
}
.detail-product__rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.625vw;
}
.detail-product__rating span,
.detail-product__rating a {
  color: #1C1F21;
  font-style: italic;
  font-size: 0.938vw;
}
.detail-product__rating-icon {
  width: 24px;
  height: auto;
}
.detail-product__rating-average {
  margin: 0 10px;
}
.detail-product__rating-category a {
  color: #1C1F21;
}
@media screen and (max-width: 991px) {
  .detail-product .variable-item-span-color,
  .detail-product .variable-item-span-button {
    width: 30px;
    height: 30px;
  }
  .detail-product .single_variation_wrap {
    margin-top: 24px;
  }
  .detail-product .single_variation {
    margin: 12px 0px;
    font-size: 16px;
  }
  .detail-product .variable-items-wrapper {
    padding-top: 18px;
    margin-left: -8px;
  }
  .detail-product .variable-items-wrapper[aria-label=Size] .variable-item-span {
    font-size: 15px;
  }
  .detail-product .color-variable-item {
    margin: 8px;
  }
  .detail-product .button-variable-item {
    margin: 0px 8px;
  }
  .detail-product .variable-item-span::before {
    width: 30px;
    height: 30px;
  }
  .detail-product .woocommerce-notices-wrapper {
    font-size: 16px;
  }
  .detail-product__theme-content {
    margin: 24px 0px;
  }
  .detail-product__badge {
    font-size: 16px;
  }
  .detail-product__name-wrapper {
    padding-top: 32px;
    margin-bottom: 0px;
  }
  .detail-product__product-title {
    font-size: 30px !important;
  }
  .detail-product__price {
    margin: 15px 0px;
    font-size: 25px;
  }
  .detail-product__price del {
    font-size: 20px;
  }
  .detail-product__add-to-cart, .detail-product__add-to-cart--simple {
    margin-top: 30px;
  }
  .detail-product__rating {
    padding-bottom: 35px;
    margin-bottom: 0px;
    border-bottom: 0.5px solid rgba(28, 31, 33, 0.2);
  }
  .detail-product__rating span,
  .detail-product__rating a {
    font-size: 20px;
  }
  .detail-product__variations-table-body {
    padding-top: 20px;
  }
  .detail-product__variations-table-body tr {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 12px 0px;
  }
  .detail-product__single-add-to-cart-button {
    margin: 0px 30px;
  }
}
@media (max-width: 767px) {
  .detail-product__single-add-to-cart-button {
    margin: 30px 0px 0px;
    padding: 14px 60px !important;
  }
  .detail-product__add-to-cart, .detail-product__add-to-cart--simple {
    justify-content: space-between;
  }
  .detail-product__add-to-cart--simple {
    display: inherit;
  }
  .detail-product__quantity-wishlist {
    justify-content: space-between;
  }
  .detail-product .fa-heart::before {
    right: 240%;
    left: unset;
  }
  .detail-product .fa-heart::after {
    left: unset;
    right: -9px;
  }
}

.reviews-section {
  background-color: #F2F3F7;
}
.reviews-section .comment-notes {
  display: none;
}
.reviews-section .theme-form__input {
  width: 25% !important;
}
.reviews-section .comment-form-cookies-consent label {
  display: inline;
}
.reviews-section__title-wrapper {
  margin-bottom: 3.385vw;
}
.reviews-section__title {
  font-size: 3.125vw !important;
}
.reviews-section__title-second {
  text-transform: capitalize !important;
}
.reviews-section__comment-container {
  display: flex;
}
.reviews-section__comment-container .description p:last-child {
  margin-bottom: 0;
}
.reviews-section__comment-text {
  margin-left: 1.563vw;
}
.reviews-section__comment-text .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  width: 5.55em;
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.reviews-section__comment-text .star-rating::before,
.reviews-section__comment-text .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0px;
  left: 0px;
  position: absolute;
}
.reviews-section__comment-text .star-rating::before {
  opacity: 0.25;
}
.reviews-section__comment-text .star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
  color: #2c2d33;
}
.reviews-section__comment-text .star-rating span::before {
  color: #FEB700;
}
.reviews-section__rating-date {
  display: flex;
  align-items: center;
  margin: 0.729vw 0;
}
.reviews-section__list {
  list-style: none;
  padding-left: 0;
}
.reviews-section__list li {
  padding: 3.385vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.reviews-section__list li:first-child {
  padding-top: 0;
}
.reviews-section__author {
  font-family: "Fenix";
  font-size: 1.563vw;
  font-weight: 400;
  text-transform: capitalize;
}
.reviews-section__date {
  font-style: italic;
  font-size: 0.781vw;
  color: #828282;
  margin-left: 6px;
}
.reviews-section__comment-reply-title {
  display: block;
  margin-top: 4.427vw;
  margin-bottom: 2.083vw !important;
  font-size: 3.125vw !important;
}
.reviews-section__comment-form-comment textarea {
  width: 50% !important;
}
@media (max-width: 991px) {
  .reviews-section .theme-form__input {
    width: 100% !important;
  }
  .reviews-section__title-wrapper {
    text-align: center;
    margin-bottom: 35px;
  }
  .reviews-section__title {
    font-size: 35px !important;
  }
  .reviews-section__title-second {
    font-size: 15px !important;
  }
  .reviews-section__comment-reply-title {
    font-size: 35px !important;
    text-align: center;
    margin: 35px 0px !important;
  }
  .reviews-section__date {
    font-size: 15px;
  }
  .reviews-section__author {
    font-size: 20px;
  }
  .reviews-section__comment-form-comment textarea {
    width: 100% !important;
  }
  .reviews-section__list li {
    padding: 35px 0px;
  }
}

/*# sourceMappingURL=detail-product.css.map */
