.woocommerce div.product .fl-module-fl-woo-cart-button .stock.out-of-stock {
  display: none;
}
.woocommerce div.product .woocommerce-product-gallery__parent-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  gap: 20px;
  width: 100% !important;
}
@media (max-width: 500px) {
  .woocommerce div.product .woocommerce-product-gallery__parent-wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.woocommerce div.product .woocommerce-product-gallery__parent-wrapper .product-part-info-label {
  align-items: flex-end;
  background-color: #222222;
  display: flex;
  height: 91px;
  justify-content: center;
  position: absolute;
  right: -65px;
  text-align: center;
  top: -22px;
  transform: rotate(45deg);
  width: 176px;
  padding: 10px 46px;
  z-index: 9;
}
.woocommerce div.product .woocommerce-product-gallery__parent-wrapper .product-part-info-label p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.12;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .woocommerce div.product .mainProductPart__gallery {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .woocommerce div.product .mainProductPart__gallery {
    max-width: 100%;
    margin-bottom: 24px;
    width: 100% !important;
  }
}
@media (max-width: 1300px) {
  .woocommerce div.product .mainProductPart__content {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .woocommerce div.product .mainProductPart__content {
    max-width: 100%;
    width: 100% !important;
  }
  .woocommerce div.product .mainProductPart__content > .fl-col-content {
    margin: 0 !important;
  }
}
.woocommerce div.product .woocommerce-product-gallery {
  display: flex;
  gap: 20px;
  width: 100% !important;
}
@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-product-gallery {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.woocommerce div.product .woocommerce-product-gallery.images--without-gallery .woocommerce-product-gallery__wrapper {
  max-width: 100%;
  flex: 1 0 100%;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
  max-width: 100px;
  flex: 0 0 100px;
}
@media (max-width: 1025px) {
  .woocommerce div.product .woocommerce-product-gallery__wrapper {
    order: 2;
  }
}
@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-product-gallery__wrapper {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .woocommerce div.product .woocommerce-product-gallery__wrapper .slick-slide {
    margin-right: 20px;
  }
}
.woocommerce div.product .woocommerce-product-gallery__wrapper .slick-list {
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper a {
  pointer-events: none;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    margin-bottom: 0;
  }
}
.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.woocommerce div.product .woocommerce-product-gallery__big-images {
  margin-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
}
.woocommerce div.product .woocommerce-product-gallery__big-images.slick-initialized {
  flex: 0 0 calc(100% - 120px);
}
@media (max-width: 600px) {
  .woocommerce div.product .woocommerce-product-gallery__big-images {
    max-width: 100%;
    flex: 1 1 100% !important;
  }
}
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-list,
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-track {
  height: 100% !important;
}
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-slide a {
  display: block;
  height: 100%;
}
.woocommerce div.product .woocommerce-product-gallery__big-images img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-prev,
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 48px;
  height: 48px;
  border: none;
  z-index: 5;
  cursor: pointer;
  box-shadow: none;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1B1F1E;
}
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-prev:after,
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-next:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-prev {
  left: 11px;
  background-image: url("../assets/images/arrow-left.svg");
}
.woocommerce div.product .woocommerce-product-gallery__big-images .slick-next {
  right: 11px;
  background-image: url("../assets/images/arrow-right.svg");
}
.woocommerce div.product .product_title {
  font-size: 39px;
  font-weight: 400;
  line-height: 135%;
  color: #1B1F1E;
}

.single-product .woocommerce-product-details__short-description:after {
  clear: both;
  content: "";
  display: block;
}
.single-product .woocommerce-product-details__short-description p img {
  float: left;
  margin-right: 17px;
}
@media (max-width: 480px) {
  .single-product .woocommerce-product-details__short-description p img {
    float: none;
  }
}
.single-product .woocommerce-product-details__short-description ul {
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  .single-product .woocommerce-product-details__short-description ul {
    float: none;
  }
}

.fl-module-fl-woo-product-description .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.fl-module-fl-woo-product-description .woocommerce-product-details__short-description ul li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.fl-module-fl-woo-product-description .woocommerce-product-details__short-description ul li:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-right: 8px;
  border-radius: 10px;
  background: #e7f2d8 url("/wp-content/themes/savaria/assets/images/check.svg") no-repeat center;
}

.bw-variations-header {
  color: #1b1f1e;
}

.bw-variations {
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
}
.bw-variations li {
  flex: 0 0 109px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 479px) {
  .bw-variations li {
    flex: 0 0 65px;
  }
}
.bw-variations li.active .bw-variations__img {
  background-color: #e7f2d8;
  border: 2px solid #85BD3E;
}
.bw-variations__img {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #F5F2EF;
  border: 1px solid #dddad8;
  transition: 0.2s ease-in-out;
}
@media (max-width: 479px) {
  .bw-variations__img {
    width: 65px;
    height: 65px;
  }
}
.bw-variations__img img {
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 424px) {
  .product-details-buttons {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
/*# sourceMappingURL=single-product.css.map */
