@media all and (min-width: 969px) {
  body.single-product .single_product__main {
    display: flex;
  }
}
@media print {
  body.single-product .single_product__main {
    display: flex;
  }
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main .single_product__main-left {
    margin-right: 65px;
  }
}
@media print {
  body.single-product .single_product__main .single_product__main-left {
    margin-right: 65px;
  }
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main .single_product__main-left {
    width: 56%;
    flex-grow: 1;
  }
}
@media print {
  body.single-product .single_product__main .single_product__main-left {
    width: 56%;
    flex-grow: 1;
  }
}
body.single-product .single_product__main .single_product__main-right {
  flex-grow: 1;
  margin-bottom: 80px;
  position: relative;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main .single_product__main-right {
    width: 44%;
    min-width: 300px;
    overflow: hidden;
  }
}
@media print {
  body.single-product .single_product__main .single_product__main-right {
    width: 44%;
    min-width: 300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__main .single_product__main-right {
    display: none;
    margin-bottom: 50px;
  }
}
body.single-product .single_product__main .single_product__main-right .product_icon {
  display: block;
  position: relative;
  right: 0px;
  width: 100%;
  text-align: left;
}
body.single-product .single_product__main .single_product__main-right .product_icon .item_icon {
  display: inline-block;
  width: auto;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main .single_product__mobile_info {
    display: none;
  }
}
@media print {
  body.single-product .single_product__main .single_product__mobile_info {
    display: none;
  }
}
body.single-product .single_product__main .single_product__info .info__price {
  margin-bottom: 0px;
}
body.single-product .single_product__main .single_product__info .info__buy_wrap {
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  body.single-product .single_product__main .single_product__info .info__buy_wrap {
    margin-top: 35px;
  }
}
body.single-product .single_product__main .single_product__info .add_to_waitlist,
body.single-product .single_product__main .single_product__info .view_waitlist {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__main .single_product__info .add_to_waitlist,
  body.single-product .single_product__main .single_product__info .view_waitlist {
    margin: 0px 0px 10px 0px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    padding: 0px;
  }
}
body.single-product .single_product__main .single_product__main-right .product_low_stock_label, body.single-product .single_product__main .single_product__mobile_info .product_low_stock_label, body.single-product .single_product__main .single_product__sticky_card .product_low_stock_label {
  display: inline-block;
  font-size: 16px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 8px 24px;
  border: 1px solid #EA522E;
  background-color: rgba(234, 82, 46, 0.1);
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__main .single_product__main-right .product_low_stock_label, body.single-product .single_product__main .single_product__mobile_info .product_low_stock_label, body.single-product .single_product__main .single_product__sticky_card .product_low_stock_label {
    font-size: 14px;
    padding: 6px 11px;
    margin-bottom: 25px;
  }
}
body.single-product h1, body.single-product .h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  color: #302E3F;
  margin-bottom: 10px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.single-product h1, body.single-product .h1 {
    font-size: 18px;
  }
}
body.single-product .single_product__green_handle {
  color: #302E3F;
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 19px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__green_handle {
    font-size: 20px;
  }
}
body.single-product .single_product__green_handle.with_sub_handle {
  margin-bottom: 0;
}
body.single-product .single_product__green_handle.with_sub_handle:before {
  margin-top: -3px;
}
body.single-product .single_product__green_handle.with_sub_handle:after {
  display: none;
}
body.single-product .single_product__green_handle:before {
  margin-top: -12px;
}
body.single-product .single_product__green_handle + .related-products {
  display: flex;
}
body.single-product .single_product__sub_handle {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__sub_handle {
    margin-top: 12px;
  }
}
body.single-product .single_product__gallery {
  min-height: 200px;
  position: relative;
  margin-bottom: 93px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
body.single-product .single_product__gallery.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75) url(../images/preloader.svg) 50% 50% no-repeat;
  position: absolute;
}
body.single-product .single_product__gallery.loading .sale_label,
body.single-product .single_product__gallery.loading .gallery__main,
body.single-product .single_product__gallery.loading .gallery__thumbnails,
body.single-product .single_product__gallery.loading .product_icon,
body.single-product .single_product__gallery.loading .bogo_rule_excerpt,
body.single-product .single_product__gallery.loading .bogo_icon_big {
  display: none;
}
body.single-product .single_product__gallery .product_left_markers {
  position: absolute;
  top: 40px;
  left: -5px;
}
body.single-product .single_product__gallery .product_left_markers .sale_label {
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  height: 26px;
  width: auto;
  display: inline-block;
  background-color: #ED9023;
  padding-left: 5px;
  padding-right: 3px;
  z-index: 5;
}
body.single-product .single_product__gallery .product_left_markers .sale_label::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #EA522E;
  border-left: 5px solid transparent;
  position: absolute;
  top: 26px;
  left: 0;
}
body.single-product .single_product__gallery .product_left_markers .sale_label::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 10px solid #EA522E;
  border-bottom: 13px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
body.single-product .single_product__gallery .gallery__main,
body.single-product .single_product__gallery .gallery__main_empty {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  overflow: hidden;
  border: none;
}
body.single-product .single_product__gallery .gallery__main:before,
body.single-product .single_product__gallery .gallery__main_empty:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70%;
}
body.single-product .single_product__gallery .gallery__main > *,
body.single-product .single_product__gallery .gallery__main_empty > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-product .single_product__gallery .gallery__main .owl-stage-outer,
body.single-product .single_product__gallery .gallery__main_empty .owl-stage-outer {
  position: absolute;
}
body.single-product .single_product__gallery .gallery__main_wrap {
  position: relative;
}
body.single-product .single_product__gallery .gallery__main_block {
  position: relative;
}
body.single-product .single_product__gallery .gallery__main_block .product_icon {
  z-index: 1;
  white-space: nowrap;
  top: 8px;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__gallery .gallery__main_block .product_icon {
    display: none;
  }
}
@media print {
  body.single-product .single_product__gallery .gallery__main_block .product_icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__main_block .product_icon .shipping_class.free-shipping {
    display: none;
  }
}
body.single-product .single_product__gallery .gallery__main_block .bogo_rule_excerpt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5299F7;
  color: white;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  word-break: break-word;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 520px) {
  body.single-product .single_product__gallery .gallery__main_block .bogo_rule_excerpt {
    font-size: 12px;
  }
}
body.single-product .single_product__gallery .gallery__main_block .bogo_icon_big {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: 58px;
  background: 50% 50% no-repeat;
  background-size: contain;
  pointer-events: none;
}
body.single-product .single_product__gallery .gallery__main_block .bogo_icon_big.bogo_rule_b1g1_free {
  background-image: url("../images/bogo/ic_icon_big_b1g1_free.svg");
}
body.single-product .single_product__gallery .gallery__main_block .bogo_icon_big.bogo_rule_b3g1_free {
  background-image: url("../images/bogo/icon-b2g3_sale.svg");
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__gallery .gallery__main_block .bogo_icon_big {
    top: unset;
    left: unset;
    right: 8px;
    bottom: 34px;
  }
}
body.single-product .single_product__gallery .gallery__main {
  margin-bottom: 20px;
  position: relative;
  z-index: unset;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__main {
    overflow: visible;
  }
}
body.single-product .single_product__gallery .gallery__main .owl-stage, body.single-product .single_product__gallery .gallery__main video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-product .single_product__gallery .gallery__main .owl-item {
  height: 100%;
  width: 100%;
  padding: 0px 1px;
}
body.single-product .single_product__gallery .gallery__main .owl-nav {
  position: absolute;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 0;
  z-index: 2;
}
body.single-product .single_product__gallery .gallery__main button.owl-prev, body.single-product .single_product__gallery .gallery__main button.owl-next {
  font-size: 30px;
  color: #4E628E;
  position: absolute;
  top: -15px;
  font-weight: 700;
  transition: color 0.2s ease-in-out 0ms;
}
body.single-product .single_product__gallery .gallery__main button.owl-prev:hover, body.single-product .single_product__gallery .gallery__main button.owl-next:hover {
  color: #5299F7;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__main button.owl-prev, body.single-product .single_product__gallery .gallery__main button.owl-next {
    font-size: 18px;
  }
}
body.single-product .single_product__gallery .gallery__main button.owl-prev {
  left: 10px;
}
body.single-product .single_product__gallery .gallery__main button.owl-next {
  right: 10px;
}
body.single-product .single_product__gallery .gallery__main .owl-dots {
  position: absolute;
  top: unset;
  bottom: 14px;
  height: 14px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__main .owl-dots {
    bottom: -23px;
  }
}
body.single-product .single_product__gallery .gallery__main .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 10px;
}
body.single-product .single_product__gallery .gallery__main .owl-dots .owl-dot.active span {
  background: #2D44E1;
}
body.single-product .single_product__gallery .gallery__main .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #5299F7;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__main .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #5299F7;
    border: 1px solid #5299F7;
  }
}
body.single-product .single_product__gallery .gallery__main .gallery__item.gallery__item-video {
  position: relative;
}
body.single-product .single_product__gallery .gallery__main .gallery__item.gallery__item-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(78, 98, 142, 0.1);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out 0ms;
}
body.single-product .single_product__gallery .gallery__main .gallery__item.gallery__item-video:after {
  content: "\f144";
  font-family: "lh-icons";
  font-size: 74px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 0;
  right: 0;
  color: white;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0ms;
  opacity: 0.75;
}
body.single-product .single_product__gallery .gallery__main .gallery__item.gallery__item-video:hover:before {
  background-color: rgba(78, 98, 142, 0.5);
}
body.single-product .single_product__gallery .gallery__main .gallery__item.gallery__item-video:hover:after {
  opacity: 0.95;
  transform: scale(1.2);
}
body.single-product .single_product__gallery .gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.single-product .single_product__gallery .gallery__item img:not(.zoomImg), body.single-product .single_product__gallery .gallery__item picture:not(.zoomImg) {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__item img.zoomImg, body.single-product .single_product__gallery .gallery__item picture.zoomImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__item img.zoomImg, body.single-product .single_product__gallery .gallery__item picture.zoomImg {
    display: none !important;
  }
}
body.single-product .single_product__gallery .gallery__thumbnails {
  margin-left: -4px;
  margin-right: -4px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__thumbnails {
    margin-bottom: 36px;
  }
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item {
  width: 56px;
  height: 56px;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out 0ms, transform 0.2s ease-in-out 0ms;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item {
    margin-left: 3px;
    margin-right: 3px;
  }
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.image {
  position: relative;
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.image img, body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.image picture {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.video {
  position: relative;
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(78, 98, 142, 0.1);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out 0ms;
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.video:after {
  content: "\f144";
  font-family: "lh-icons";
  font-size: 28px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  right: 0;
  color: white;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0ms;
  opacity: 0.75;
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.video img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item.current {
  box-shadow: 0px 0px 0px 2px #CCCED6;
}
body.single-product .single_product__gallery .gallery__thumbnails .thumbnails__item:hover {
  box-shadow: 0px 0px 0px 2px #CCCED6;
  transform: scale(1.05);
}
body.single-product .single_product__description {
  margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__description {
    margin-bottom: 50px;
  }
}
body.single-product .single_product__description .description__text {
  overflow: hidden;
  position: relative;
  color: #302E3F;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__description .description__text {
    font-size: 14px;
  }
}
body.single-product .single_product__description .description__text.has_collapse:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
body.single-product .single_product__description .description__text.has_collapse.short {
  height: 155px;
}
body.single-product .single_product__description .description__text.has_collapse.short .button_unshort {
  display: none;
}
body.single-product .single_product__description .description__text.has_collapse.unshort {
  height: auto;
  padding-bottom: 20px;
}
body.single-product .single_product__description .description__text.has_collapse.unshort:after {
  display: none;
}
body.single-product .single_product__description .description__text.has_collapse.unshort .button_short {
  display: none;
}
body.single-product .single_product__description .description__text p {
  margin-top: 0px;
}
body.single-product .single_product__description .description__text .short_unshort_wrap {
  position: absolute;
  z-index: 3;
  bottom: 4px;
  color: #2D44E1;
  text-decoration: underline;
  cursor: pointer;
}
body.single-product .single_product__description .description__text .short_unshort_wrap:hover {
  color: #2D44E1;
}
body.single-product .single_product__description #gtx-anchor,
body.single-product .single_product__description .jfk-bubble,
body.single-product .single_product__description .gtx-bubble {
  display: none;
}
body.single-product .product_icon {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
  margin-bottom: 20px;
}
body.single-product .product_icon .item_icon {
  margin-right: 0.4em;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
body.single-product .product_icon .item_icon {
  display: inline-block;
  border-radius: 5px;
}
body.single-product .product_icon .new {
  background-color: #5299F7;
}
body.single-product .product_icon .shipping_class.free-shipping {
  background-color: #EA522E;
  white-space: nowrap;
}
body.single-product .product_icon .recommendation {
  background-color: #56B688;
}
body.single-product .product_icon .bestsellers {
  background-color: #56B688;
}
body.single-product .product_icon .handmade {
  background-color: #56B688;
}
body.single-product .product_icon .bogo_sale {
  background-color: #56B688;
}
body.single-product .product_icon .b2g3_sale {
  background-color: #56B688;
}
body.single-product .product_icon .bngd_sale {
  background-color: #56B688;
}
body.single-product .product_marker_free_shipping_class {
  display: block;
  background-color: #EA522E;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 4px;
  text-align: center;
  margin-bottom: 16px;
}
body.single-product .info__rate {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body.single-product .info__rate {
    margin-bottom: 33px;
  }
}
body.single-product .info__rate .stars {
  color: #302E3F;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  body.single-product .info__rate .stars {
    margin-right: 6px;
  }
}
body.single-product .info__rate .stars i:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  body.single-product .info__rate .stars i:not(:last-child) {
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  body.single-product .info__rate .stars i {
    line-height: 12px;
    font-size: 12px;
  }
}
body.single-product .info__rate .stars i.far {
  font-weight: 900;
  color: #CCCED6;
}
body.single-product .info__rate .votes_count {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #4E628E;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0ms;
}
body.single-product .info__rate .votes_count:hover {
  color: #88A6E3;
}
body.single-product .info__price {
  margin-top: 40px;
  margin-bottom: 27px;
}
body.single-product .info__price ins, body.single-product .info__price .regular_price {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  margin-right: 10px;
  color: #302E3F;
}
@media screen and (max-width: 767px) {
  body.single-product .info__price ins, body.single-product .info__price .regular_price {
    font-size: 23px;
  }
}
body.single-product .info__price ins {
  color: #56B688;
}
body.single-product .info__price del {
  font-weight: 500;
  font-size: 17px;
}
body.single-product .info__variations {
  margin-bottom: 1em;
}
body.single-product .info__variations .dropdown-wrap {
  position: relative;
  cursor: pointer;
}
body.single-product .info__variations .dropdown-wrap .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4 !important;
  width: 100%;
  height: 100%;
}
body.single-product .info__variations .dropdown-wrap .dropdown-target, body.single-product .info__variations .dropdown-wrap .dropdown-target-slide {
  position: absolute;
  z-index: 5;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body.single-product .info__variations .dropdown-wrap .dropdown-target-slide {
  top: 80%;
}
body.single-product .info__variations .dropdown-wrap .dropdown-label {
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
body.single-product .info__variations .dropdown-wrap .dropdown-label [data-order-label] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.single-product .info__variations .dropdown-wrap .dropdown-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: initial;
}
body.single-product .info__variations .dropdown-wrap .over {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 0;
}
body.single-product .info__variations .dropdown-wrap .over [data-order-label] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.single-product .info__variations .dropdown-wrap .dropdown-placeholder {
  display: none;
}
body.single-product .info__variations .dropdown-wrap .dropdown-label {
  z-index: 6 !important;
  overflow: hidden;
}
body.single-product .info__variations .dropdown-wrap .dropdown-target {
  transition: all 0.3s linear !important;
  max-height: 345px;
  overflow: auto;
}
body.single-product .info__variations .dropdown-wrap .dropdown-label:focus {
  outline: none;
  z-index: 4 !important;
}
body.single-product .info__variations .dropdown-wrap .dropdown-label:focus .dropdown-icon {
  transform: rotate(180deg);
}
body.single-product .info__variations .dropdown-wrap .dropdown-label:focus ~ .dropdown-target {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
  visibility: visible !important;
  top: 100%;
}
body.single-product .info__variations .dropdown-wrap {
  position: relative;
  max-width: 100%;
  width: 480px;
}
body.single-product .info__variations .dropdown-wrap .dropdown-label {
  cursor: pointer;
  z-index: 4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-appearance: none;
  border: 1px solid #CCCFD6;
  background-color: white;
  line-height: 1.2;
  padding: 0.4em 2.2em 0.4em 1.2em;
  color: #302E3F;
  height: 2.2em;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  body.single-product .info__variations .dropdown-wrap .dropdown-label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.8em;
    z-index: 2;
  }
  body.single-product .info__variations .dropdown-wrap .dropdown-label:hover {
    color: #4E628E;
  }
}
@media print {
  body.single-product .info__variations .dropdown-wrap .dropdown-label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.8em;
    z-index: 2;
  }
  body.single-product .info__variations .dropdown-wrap .dropdown-label:hover {
    color: #4E628E;
  }
}
body.single-product .info__variations .dropdown-wrap .dropdown-icon {
  right: 1em;
  font-size: 10px;
}
body.single-product .info__variations .dropdown-wrap .dropdown-target {
  right: 0;
  left: 0;
  padding: 0.8em 1.2em;
  z-index: 3;
}
body.single-product .info__variations .dropdown-wrap .dropdown-item {
  cursor: pointer;
  color: #302E3F;
  margin-bottom: 0.2em;
  line-height: 1.8;
  display: inline-block;
  width: 100%;
}
body.single-product .info__variations .dropdown-wrap .dropdown-item:last-child {
  margin-bottom: 0;
}
body.single-product .info__variations .dropdown-wrap .dropdown-item:hover {
  color: #5299F7;
}
body.single-product .single_product__main_info .info__variations-grid,
body.single-product .single_product__mobile_info .info__variations-grid {
  margin-bottom: 30px;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main_info .info__variations-grid,
  body.single-product .single_product__mobile_info .info__variations-grid {
    display: flex;
    width: 100%;
    justify-content: left;
  }
}
@media print {
  body.single-product .single_product__main_info .info__variations-grid,
  body.single-product .single_product__mobile_info .info__variations-grid {
    display: flex;
    width: 100%;
    justify-content: left;
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__main_info .info__variations-grid,
  body.single-product .single_product__mobile_info .info__variations-grid {
    border-top: 1px solid rgba(204, 206, 214, 0.5);
    border-bottom: 1px solid rgba(204, 206, 214, 0.5);
    padding: 28px 0px;
  }
}
body.single-product .single_product__main_info .info__variations-grid .variations__item,
body.single-product .single_product__mobile_info .info__variations-grid .variations__item {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.05);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
  width: 100%;
  margin-right: 10px;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main_info .info__variations-grid .variations__item,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__item {
    min-width: 120px;
    max-width: 200px;
    cursor: pointer;
    border-bottom: 2px solid #5299F7;
    transition: all 0.2s ease-in-out 0ms;
  }
  body.single-product .single_product__main_info .info__variations-grid .variations__item:hover,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__item:hover {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
    transform: scale(1.05);
  }
}
@media print {
  body.single-product .single_product__main_info .info__variations-grid .variations__item,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__item {
    min-width: 120px;
    max-width: 200px;
    cursor: pointer;
    border-bottom: 2px solid #5299F7;
    transition: all 0.2s ease-in-out 0ms;
  }
  body.single-product .single_product__main_info .info__variations-grid .variations__item:hover,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__item:hover {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__main_info .info__variations-grid .variations__item,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__item {
    flex-grow: 1;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 8px;
    align-items: center;
  }
}
body.single-product .single_product__main_info .info__variations-grid .variations__item:before,
body.single-product .single_product__mobile_info .info__variations-grid .variations__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid #88A6E3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in-out 0ms;
  z-index: 1;
}
body.single-product .single_product__main_info .info__variations-grid .variations__item.active,
body.single-product .single_product__mobile_info .info__variations-grid .variations__item.active {
  border: none;
}
body.single-product .single_product__main_info .info__variations-grid .variations__item.active:before,
body.single-product .single_product__mobile_info .info__variations-grid .variations__item.active:before {
  border: 3px solid #5299F7;
}
body.single-product .single_product__main_info .info__variations-grid .variations__item.active .variations__thumbnail,
body.single-product .single_product__mobile_info .info__variations-grid .variations__item.active .variations__thumbnail {
  filter: none;
  opacity: 1;
  background-size: contain;
  background-position: center center;
}
body.single-product .single_product__main_info .info__variations-grid .variations__thumbnail,
body.single-product .single_product__mobile_info .info__variations-grid .variations__thumbnail {
  background-size: cover;
  background: 50% 50% no-repeat;
  background-size: contain;
  background-position: center center;
  filter: grayscale(50%);
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main_info .info__variations-grid .variations__thumbnail,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__thumbnail {
    height: 94px;
  }
}
@media print {
  body.single-product .single_product__main_info .info__variations-grid .variations__thumbnail,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__thumbnail {
    height: 94px;
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__main_info .info__variations-grid .variations__thumbnail,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__thumbnail {
    min-height: 60px;
    height: 100%;
    width: 100px;
  }
}
body.single-product .single_product__main_info .info__variations-grid .variations__content,
body.single-product .single_product__mobile_info .info__variations-grid .variations__content {
  padding: 8px;
}
body.single-product .single_product__main_info .info__variations-grid .variations__title,
body.single-product .single_product__mobile_info .info__variations-grid .variations__title {
  font-weight: 600;
  font-size: 14px;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__main_info .info__variations-grid .variations__title,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__title {
    line-height: 1.4em;
    height: 2.7em;
    max-height: 2.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media print {
  body.single-product .single_product__main_info .info__variations-grid .variations__title,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__title {
    line-height: 1.4em;
    height: 2.7em;
    max-height: 2.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__main_info .info__variations-grid .variations__title,
  body.single-product .single_product__mobile_info .info__variations-grid .variations__title {
    line-height: 1.4em;
    height: 1.3em;
    max-height: 1.3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
body.single-product .single_product__main_info .info__variations-grid .variations__price,
body.single-product .single_product__mobile_info .info__variations-grid .variations__price {
  font-size: 16px;
  font-weight: 800;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__item {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.05);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 8px;
  align-items: center;
  cursor: pointer;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid #88A6E3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in-out 0ms;
  z-index: 1;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__item.active {
  border: none;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__item.active:before {
  border: 3px solid #5299F7;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__item.active .variations__thumbnail {
  filter: none;
  opacity: 1;
  background-size: contain;
  background-position: center center;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__thumbnail {
  background-size: cover;
  background: 50% 50% no-repeat;
  background-size: contain;
  background-position: center center;
  filter: grayscale(50%);
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 60px;
  height: 100%;
  max-width: 75px;
  width: 100%;
  flex-grow: 1;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__content {
  padding: 8px;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4em;
  height: 1.3em;
  max-height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.single-product .single_product__sticky_card .info__variations-grid .variations__price {
  font-size: 16px;
  font-weight: 800;
}
body.single-product .product__buy_block {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: stretch;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block {
    margin-bottom: 23px;
  }
}
body.single-product .product__buy_block .product__add_to_cart_wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
  line-height: 1;
}
body.single-product .product__buy_block .product__add_to_cart_wrap .product_order_disabled {
  min-height: 40px;
}
body.single-product .product__buy_block .product__add_to_cart_wrap .button_default,
body.single-product .product__buy_block .product__add_to_cart_wrap .button_add_to_waitlist,
body.single-product .product__buy_block .product__add_to_cart_wrap .button_view_waitlist {
  min-height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block .product__add_to_cart_wrap .button_default,
  body.single-product .product__buy_block .product__add_to_cart_wrap .button_add_to_waitlist,
  body.single-product .product__buy_block .product__add_to_cart_wrap .button_view_waitlist {
    min-height: 40px;
  }
}
body.single-product .product__buy_block .product__add_to_cart_wrap .product__add_to_cart {
  min-height: 40px;
}
body.single-product .product__buy_block .product__add_to_cart_wrap .product__add_to_cart .button {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
body.single-product .product__buy_block .product__add_to_cart_wrap [data-qty_minus],
body.single-product .product__buy_block .product__add_to_cart_wrap [data-qty_plus],
body.single-product .product__buy_block .product__add_to_cart_wrap input {
  font-size: 16px;
  font-weight: 800;
  height: 44px;
  width: 44px;
  min-width: 34px;
  line-height: 44px;
}
body.single-product .product__buy_block .product__add_to_cart_wrap input {
  font-size: 18px;
}
body.single-product .product__buy_block .product__add_to_cart_wrap .item__wishlist_wrap {
  margin-left: 15px;
}
body.single-product .product__buy_block .product_add_to_favorite {
  position: relative;
  display: inline-block;
  display: block;
  width: 100%;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list],
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable] {
  opacity: 0.5;
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  transition: color 0.2s ease-in-out 0ms;
  min-width: 1em;
  min-height: 1em;
  width: -moz-min-content;
  width: min-content;
  height: 1em;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list]:hover,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable]:hover {
  opacity: 1;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added=""] i, body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added=""] svg,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added=""] i,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added=""] svg {
  animation: heartbeat 1s linear infinite;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list].added, body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added="1"],
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable].added,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added="1"] {
  color: #2D44E1;
  opacity: 1;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list].added:focus ~ .button__popup, body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list].added.hover ~ .button__popup, body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added="1"]:focus ~ .button__popup, body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added="1"].hover ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable].added:focus ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable].added.hover ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added="1"]:focus ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added="1"].hover ~ .button__popup {
  display: block;
  opacity: 1;
  visibility: visible;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list].added .icon__add, body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added="1"] .icon__add,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable].added .icon__add,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added="1"] .icon__add {
  opacity: 0;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list].added .icon__remove, body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added="1"] .icon__remove,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable].added .icon__remove,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added="1"] .icon__remove {
  opacity: 1;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list] {
  color: #4E628E;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list]:hover {
  color: #2D44E1;
}
body.single-product .product__buy_block .product_add_to_favorite button[data-favorite_list-disable] {
  border: none;
  padding: 0px;
}
body.single-product .product__buy_block .product_add_to_favorite .button__icon {
  left: 0;
  top: 0;
  line-height: 1;
  position: absolute;
  transition: opacity 0.2s ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block .product_add_to_favorite .button__icon {
    line-height: 1.4;
  }
}
body.single-product .product__buy_block .product_add_to_favorite .icon__add {
  opacity: 1;
}
body.single-product .product__buy_block .product_add_to_favorite .icon__remove {
  opacity: 0;
}
body.single-product .product__buy_block .product_add_to_favorite .button__label {
  display: inline-block;
  padding-left: 1.8em;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup {
  z-index: 8;
  position: absolute;
  bottom: 100%;
  margin-bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D44E1;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 180px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  white-space: normal;
  opacity: 0;
  text-align: center;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup.tooltip-shift_left {
  transform: translateX(-90%);
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup.tooltip-shift_left:after {
  left: 90%;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup.tooltip-shift_right {
  transform: translateX(-10%);
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup.tooltip-shift_right:after {
  left: 20%;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block .product_add_to_favorite .button__popup {
    display: none;
  }
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup a:hover {
  color: #ED9023;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #2D44E1;
  box-sizing: border-box;
  left: 50%;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup p {
  margin-top: 0px;
  margin-bottom: 10px;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block .product_add_to_favorite .button__popup {
    display: none;
  }
}
body.single-product .product__buy_block .product_add_to_favorite:hover .added ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite:hover [data-favorite_list-added="1"] ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite:hover [data-favorite_list-disable] ~ .button__popup, body.single-product .product__buy_block .product_add_to_favorite.hover .added ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite.hover [data-favorite_list-added="1"] ~ .button__popup,
body.single-product .product__buy_block .product_add_to_favorite.hover [data-favorite_list-disable] ~ .button__popup {
  opacity: 1;
  visibility: visible;
}
body.single-product .product__buy_block .product_add_to_favorite:hover .button__label {
  color: #302E3F;
}
body.single-product .product__buy_block .product_add_to_favorite:hover .button__icon {
  color: #302E3F;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list],
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable] {
  opacity: 1;
  height: 40px;
  width: 40px;
  border-radius: 7px;
  background-color: #F7F7F7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list],
  body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable] {
    height: 40px;
    line-height: 38px;
  }
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list] .button__label,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable] .button__label {
  font-size: 16px;
  font-weight: 800;
  color: #302E3F;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list] .button__icon,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable] .button__icon {
  top: unset;
  left: unset;
  margin: unset;
}
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list][data-favorite_list-added="1"] .button__icon,
body.single-product .product__buy_block .product_add_to_favorite [data-favorite_list-disable][data-favorite_list-added="1"] .button__icon {
  color: #2D44E1;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup {
  right: 0px;
  transform: unset;
  margin-bottom: 4px;
}
body.single-product .product__buy_block .product_add_to_favorite .button__popup:after {
  left: unset;
  transition: unset;
  right: 0px;
}
body.single-product .product__buy_block .product_add_to_favorite .button__icon {
  color: #2D44E1;
  top: 50%;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block .product_add_to_favorite .button__icon {
    margin-top: -11px;
  }
}
body.single-product .product__buy_block .qty {
  width: 104px;
  height: 40px;
  flex: 0 0 104px;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  body.single-product .product__buy_block .qty {
    height: 40px;
  }
}
body.single-product .product__buy_block .qty [data-qty_minus] {
  opacity: 0.7;
}
body.single-product .product__buy_block .qty [data-qty_minus]:hover {
  opacity: 1;
}
body.single-product .product__buy_block .qty [data-qty_minus] i:before {
  content: "\f068";
}
body.single-product .product__buy_block .qty [data-qty_plus] {
  opacity: 0.7;
}
body.single-product .product__buy_block .qty [data-qty_plus]:hover {
  opacity: 1;
}
body.single-product .product__buy_block .qty [data-qty_plus] i:before {
  content: "\f067";
}
body.single-product .product__buy_block .qty input {
  font-weight: 500;
  font-size: 17px;
}
body.single-product .lh_happy_hours_banner_single_product {
  margin-bottom: 12px;
}
body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner {
  border: 1px solid #EA522E;
  border-radius: 10px;
  font-weight: 500;
  max-width: 100%;
  position: relative;
}
@media all and (min-width: 768px) {
  body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner {
    letter-spacing: -0.5px;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    line-height: 30px;
    padding: 4px 10px;
  }
}
@media print {
  body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner {
    letter-spacing: -0.5px;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    line-height: 30px;
    padding: 4px 10px;
  }
}
@media screen and (max-width: 767px) {
  body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner {
    font-size: 16px;
    text-align: center;
    padding: 3px 10px 3px 54px;
  }
}
body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner:before {
  content: "";
  display: inline-block;
  background: url(../images/happy_hours/icon.png) 50% 50% no-repeat;
  background-size: contain;
  width: 32px;
  height: 28px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner:before {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -17px;
    width: 36px;
    height: 32px;
  }
}
body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner .lh_happy_hours_text {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 30px);
  line-height: 22px;
}
@media all and (min-width: 768px) {
  body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner .lh_happy_hours_text {
    white-space: normal;
  }
}
@media print {
  body.single-product .lh_happy_hours_banner_single_product .lh_happy_hours_inner .lh_happy_hours_text {
    white-space: normal;
  }
}
@media all and (min-width: 768px) {
  body.single-product .lh_happy_hours_banner_single_product .second-text {
    display: inline;
  }
}
@media print {
  body.single-product .lh_happy_hours_banner_single_product .second-text {
    display: inline;
  }
}
body.single-product .lh_happy_hours_banner_single_product .extra-time-left {
  color: #F86262;
  font-weight: 700;
}
body.single-product .sales-countdown {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 24px;
  margin-bottom: 24px;
}
body.single-product .sales-countdown__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.single-product .sales-countdown__wrapper {
    width: 100%;
  }
}
body.single-product .sales-countdown__inner {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #F86262;
  border-radius: 10px;
  padding: 10px 24px;
}
@media screen and (max-width: 767px) {
  body.single-product .sales-countdown__inner {
    width: 100%;
    justify-content: center;
    padding: 11px 15px;
  }
}
body.single-product .sales-countdown__inner > * {
  margin-right: 3px;
  margin-bottom: 2px;
}
body.single-product .sales-countdown__description {
  padding-left: 28px;
  position: relative;
  font-weight: bold;
  font-style: normal;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  body.single-product .sales-countdown__description {
    width: 100%;
    align-self: center;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
    margin-bottom: 8px;
    line-height: 18px;
  }
  body.single-product .sales-countdown__description::before, body.single-product .sales-countdown__description::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background-image: url(../images/triangle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    position: relative;
  }
  body.single-product .sales-countdown__description::before {
    left: -15px;
  }
  body.single-product .sales-countdown__description::after {
    right: -15px;
    transform: rotate(180deg);
  }
}
body.single-product .sales-countdown__description-icon {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/badge-dollar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.single-product .sales-countdown__description-icon {
    display: inline-block;
    position: static;
    margin-right: 4px;
    transform: none;
    vertical-align: middle;
    flex-shrink: 0;
  }
}
body.single-product .sales-countdown__item {
  font-weight: normal;
  line-height: 20px;
  color: #F86262;
}
@media screen and (max-width: 767px) {
  body.single-product .sales-countdown__item {
    font-weight: bold;
    line-height: 18px;
  }
}
body.single-product .sales-countdown .timeout {
  display: inline-block;
  white-space: nowrap;
  margin-left: 5px;
}
body.single-product .single_product__cross_sale {
  margin-bottom: 80px;
}
body.single-product .single_product__cross_sale .single_product__green_handle {
  margin-bottom: 27px;
}
body.single-product .single_product__cross_sale .inner_crosssales {
  position: relative;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__cross_sale .inner_crosssales {
    box-shadow: 3px 4px 18px rgba(28, 43, 71, 0.07);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
  }
}
@media print {
  body.single-product .single_product__cross_sale .inner_crosssales {
    box-shadow: 3px 4px 18px rgba(28, 43, 71, 0.07);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__cross_sale .inner_crosssales {
    margin-bottom: 140px;
  }
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__cross_sale .cross_sale__thumbnails {
    display: none;
  }
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails .thumbnail {
  display: flex;
  margin-right: 50px;
  flex-grow: 1;
  position: relative;
  max-width: 150px;
  position: relative;
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails .thumbnail > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails .thumbnail:after {
  position: absolute;
  content: "+";
  font-size: 33px;
  right: -36px;
  color: #302E3F;
  top: 50%;
  margin-top: -27px;
  font-weight: 500;
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails .thumbnail:last-child {
  margin-right: 0px;
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails .thumbnail:last-child:after {
  display: none;
}
body.single-product .single_product__cross_sale .cross_sale__thumbnails .thumbnail img {
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.single-product .single_product__cross_sale .cross_sale__items {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
body.single-product .single_product__cross_sale .cross_sale__items .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
body.single-product .single_product__cross_sale .cross_sale__items .item__thumbnail-mobile {
  max-width: 85px;
  min-width: 85px;
  width: 85px;
  height: 60px;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-right: 15px;
  display: flex;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__cross_sale .cross_sale__items .item__thumbnail-mobile {
    display: none;
  }
}
@media print {
  body.single-product .single_product__cross_sale .cross_sale__items .item__thumbnail-mobile {
    display: none;
  }
}
body.single-product .single_product__cross_sale .cross_sale__items .item__thumbnail-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-product .single_product__cross_sale .cross_sale__items .out_or_stock {
  opacity: 0.5;
}
body.single-product .single_product__cross_sale .cross_sale__items .item__label {
  flex-grow: 1;
  margin-right: 15px;
  word-break: break-word;
  width: 100%;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__cross_sale .cross_sale__items .item__label {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    align-self: stretch;
  }
}
body.single-product .single_product__cross_sale .cross_sale__items label a, body.single-product .single_product__cross_sale .cross_sale__items label div {
  color: #302E3F;
  cursor: pointer;
}
body.single-product .single_product__cross_sale .cross_sale__items .item__price-desktop {
  min-width: 110px;
  text-align: right;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__cross_sale .cross_sale__items .item__price-desktop {
    display: none;
  }
}
body.single-product .single_product__cross_sale .cross_sale__items .item__price-mobile {
  text-align: left;
  margin-bottom: 5px;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__cross_sale .cross_sale__items .item__price-mobile {
    display: none;
  }
}
@media print {
  body.single-product .single_product__cross_sale .cross_sale__items .item__price-mobile {
    display: none;
  }
}
body.single-product .single_product__cross_sale .cross_sale__items .item__price {
  font-weight: 600;
  font-size: 14px;
  color: #302E3F;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__cross_sale .cross_sale__items .item__price {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
body.single-product .single_product__cross_sale .cross_sale__items .out_of_stock {
  color: #EA522E;
  white-space: nowrap;
}
body.single-product .single_product__cross_sale .cross_sale__buy_block {
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
body.single-product .single_product__cross_sale .cross_sale__buy_block.disabled > .total_price__wrap {
  visibility: hidden;
  opacity: 0;
}
body.single-product .single_product__cross_sale .item__checkbox {
  position: relative;
  top: -3px;
  width: 17px;
  height: 17px;
  margin-right: 15px;
}
body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] {
  display: none;
}
body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:before {
  content: "";
  position: absolute;
  background-color: #CCCED6;
  border: 1px solid #CCCED6;
  top: 1px;
  transition: all 0.2s ease-in-out 0ms;
}
@media all and (min-width: 768px) {
  body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:before {
    left: 0;
    width: 17px;
    height: 17px;
  }
}
@media print {
  body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:before {
    left: 0;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:before {
    width: 19px;
    height: 19px;
  }
}
body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:after {
  content: "\e803";
  position: absolute;
  opacity: 0;
  color: white;
  text-shadow: #000 1px 0 3px;
  transition: all 0.2s ease-in-out 0ms;
  transform: scale(1.5);
  font-family: "lh-icons";
  font-weight: normal;
  font-size: 20px;
  width: 17px;
  height: 15px;
  z-index: 0;
}
body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox]:checked ~ .items__item_label:before {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox]:checked ~ .items__item_label:after {
  opacity: 1;
  transform: scale(0.6) translate(1px, 1px);
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox]:checked ~ .items__item_label:after {
    transform: scale(0.5) translate(0, 1px);
  }
}
body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:before {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:after {
  content: "\e80c";
}
@media all and (min-width: 768px) {
  body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:after {
    top: 0;
    left: 1px;
  }
}
@media print {
  body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:after {
    top: 0;
    left: 1px;
  }
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__cross_sale .item__checkbox input[value][type=checkbox] ~ .items__item_label:after {
    top: 2px;
    left: 2px;
  }
}
body.single-product .single_product__cross_sale .total_price__wrap {
  flex-grow: 1;
}
body.single-product .single_product__cross_sale .total_price__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 15px;
  color: #CCCED6;
}
body.single-product .single_product__cross_sale .total_price {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  white-space: nowrap;
  color: #302E3F;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__cross_sale .total_price {
    font-size: 24px;
  }
}
body.single-product .single_product__cross_sale .button_wrap .button {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
  overflow: hidden;
}
body.single-product .single_product__cross_sale .button_wrap .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__cross_sale .button_wrap .button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .single_product__cross_sale .button_wrap .button.loading .button_label {
  opacity: 0.2;
}
body.single-product .single_product__cross_sale .button_wrap .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__cross_sale .button_wrap .button.added {
  display: none;
}
body.single-product .single_product__cross_sale .button_wrap .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__cross_sale .button_wrap .button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__cross_sale .button_wrap .button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__cross_sale .button_wrap .button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__cross_sale .button_wrap .button {
    font-size: 15px;
    height: 45px;
    line-height: 43px;
  }
}
body.single-product .single_product__cross_sale .button_wrap .button .success_label {
  display: none;
}
body.single-product .single_product__cross_sale .button_wrap .button.added {
  display: inline-block;
}
body.single-product .single_product__cross_sale .button_wrap .button.added .default_label {
  display: none;
}
body.single-product .single_product__cross_sale .button_wrap .button.added .success_label {
  display: inline-block;
}
body.single-product .single_product__cross_sale .button_wrap .button:before, body.single-product .single_product__cross_sale .button_wrap .button:after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out 0ms, visibility 0.2s ease-in-out 0ms;
}
body.single-product .single_product__cross_sale .button_wrap .button:before {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  background-color: rgba(255, 255, 255, 0.85);
}
body.single-product .single_product__cross_sale .button_wrap .button:after {
  background: url(../images/preloader.svg) 50% 50% no-repeat;
  background-size: 20px;
}
body.single-product .single_product__cross_sale .button_wrap .button.process {
  border-color: #CCCFD6;
}
body.single-product .single_product__cross_sale .button_wrap .button.process:before, body.single-product .single_product__cross_sale .button_wrap .button.process:after {
  opacity: 1;
  visibility: visible;
}
body.single-product .single_product__cross_sale .button_wrap .button.process .gallery__main_block {
  visibility: hidden;
}
body.single-product .single_product__cross_sale .button_wrap .button.disabled {
  opacity: 0.5;
  background-color: #5299F7;
}
body.single-product .single_product__cross_sale .cross_sale_popup {
  display: none;
  position: absolute;
  left: 0px;
  top: calc(100% + 10px);
  height: 50px;
  width: 100%;
  padding: 4px 15px;
  align-items: center;
  justify-content: left;
  text-align: left;
  border-radius: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}
body.single-product .single_product__cross_sale .cross_sale_popup:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #56B688;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__cross_sale .cross_sale_popup {
    font-size: 14px;
    line-height: 19px;
    padding: 6px 15px;
  }
}
body.single-product .single_product__cross_sale .cross_sale_popup.open {
  display: flex;
}
body.single-product .single_product__cross_sale .cross_sale_popup i {
  font-size: 16px;
  color: #56B688;
  margin-right: 7px;
}
body.single-product .single_product__cross_sale .cross_sale_popup .description {
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #56B688;
}
body.single-product .single_product__cross_sale .cross_sale_popup .text-nowrap {
  white-space: nowrap;
}
body.single-product .single_product__cross_sale .cross_sale_popup .text_for_one_product {
  display: none;
}
body.single-product .single_product__cross_sale .cross_sale_popup .text_for_more_products {
  display: inline-block;
}
body.single-product .single_product__cross_sale .cross_sale_popup[data-added="1"] .text_for_one_product {
  display: inline-block;
}
body.single-product .single_product__cross_sale .cross_sale_popup[data-added="1"] .text_for_more_products {
  display: none;
}
body.single-product .product_availability {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #302E3F;
  margin-bottom: 30px;
}
@media screen and (max-width: 968px) {
  body.single-product .product_availability {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
body.single-product .product_availability .title {
  font-weight: 700;
}
body.single-product .product_availability .info__tooltip {
  display: inline-block;
  transition: all 0.2s ease-in-out 0ms;
}
@media screen and (max-width: 767px) {
  body.single-product .product_availability .info__tooltip {
    border-bottom-color: #5299F7;
  }
}
body.single-product .product_availability .info__tooltip .info__delivery {
  cursor: pointer;
  transition: color 0.2s ease-in-out 0ms;
  position: relative;
  color: #5299F7;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap {
  z-index: 8;
  position: absolute;
  bottom: 100%;
  margin-bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D44E1;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 300px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  white-space: normal;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_left {
  transform: translateX(-90%);
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_left:after {
  left: 90%;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_right {
  transform: translateX(-10%);
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_right:after {
  left: 20%;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap {
    display: none;
  }
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap a:hover {
  color: #ED9023;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #2D44E1;
  box-sizing: border-box;
  left: 50%;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap p {
  margin-top: 0px;
  margin-bottom: 10px;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 350px) {
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap {
    z-index: 8;
    position: absolute;
    bottom: 100%;
    margin-bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2D44E1;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 12px;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 20px !important;
    width: 275px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
    white-space: normal;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_left {
    transform: translateX(-90%);
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_left:after {
    left: 90%;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_right {
    transform: translateX(-10%);
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_right:after {
    left: 20%;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_bottom {
    top: 100%;
    bottom: unset;
    margin-top: 18px;
    margin-bottom: unset;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap.tooltip-shift_bottom:after {
    border-bottom-color: #2D44E1;
    border-top-color: transparent;
    top: unset;
    bottom: 100%;
  }
}
@media screen and (max-width: 350px) and (max-width: 767px) {
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap a {
    color: white;
    text-decoration: underline;
    font-weight: 700;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap a:hover {
    color: #ED9023;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap:after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    top: 99%;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top-color: #2D44E1;
    box-sizing: border-box;
    left: 50%;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap p {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap p:last-child {
    margin-bottom: 0px;
  }
}
body.single-product .product_availability .info__tooltip .info__delivery:hover {
  color: #2D44E1;
}
body.single-product .product_availability .info__tooltip .info__delivery:hover .tooltip_wrap {
  visibility: visible;
  opacity: 1;
  display: inline !important;
}
body.single-product .product_availability .info__tooltip .info__delivery:focus {
  outline: none;
}
body.single-product .product_availability .info__tooltip .info__delivery:focus .tooltip_wrap {
  visibility: visible;
  opacity: 1;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap {
  max-width: 264px;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #302E3F;
  background-color: #EDEFFB;
  border-radius: 10px;
  word-break: break-word;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap:after {
  border-top-color: #EDEFFB;
}
body.single-product .product_availability .info__tooltip .info__delivery .tooltip_wrap strong {
  font-weight: 700;
}
body.single-product .product_availability .second__availability.second__availability_in {
  color: #56B688;
}
body.single-product .product_availability .second__availability.second__availability_out {
  color: #EA522E;
}
body.single-product .single_product__producer_tiny {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  background-color: #F7F7F7;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  color: #302E3F;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer_tiny {
    margin-bottom: 62px;
  }
}
body.single-product .single_product__producer_tiny .producer__thumbnail {
  position: relative;
  max-width: 54px;
  width: 54px;
  flex-grow: 1;
  height: 100%;
  background-color: white;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  overflow: hidden;
  margin-right: 15px;
}
body.single-product .single_product__producer_tiny .producer__thumbnail img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.single-product .single_product__producer_tiny .producer__name {
  font-weight: 700;
  color: #302E3F;
  text-decoration: none;
  transition: 0.3s;
}
body.single-product .single_product__producer_tiny .producer__name:hover {
  color: #302E3F;
  opacity: 0.8;
}
body.single-product .single_product__producer_tiny .producer__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.single-product .single_product__producer_tiny a {
  color: #2D44E1;
  text-decoration: underline;
}
body.single-product .single_product__producer_tiny a:hover {
  color: #5299F7;
}
body.single-product .single_product__producer {
  margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__producer {
    margin-bottom: 50px;
  }
}
body.single-product .single_product__producer .single_product__green_handle {
  margin-bottom: 27px;
}
body.single-product .single_product__producer .producer__info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__producer .producer__info {
    justify-content: space-around;
  }
}
@media all and (min-width: 768px) {
  body.single-product .single_product__producer .producer__info:not(.have_thumbnail) .producer__card {
    display: none;
  }
}
@media print {
  body.single-product .single_product__producer .producer__info:not(.have_thumbnail) .producer__card {
    display: none;
  }
}
body.single-product .single_product__producer .producer__card {
  min-width: 180px;
  max-width: 255px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer .producer__card {
    margin-right: 0px;
  }
}
body.single-product .single_product__producer .producer__card .product__thumbnail {
  max-width: 100%;
  height: 290px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer .producer__card .product__thumbnail {
    margin-bottom: 0px;
  }
}
body.single-product .single_product__producer .producer__card .product__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media all and (min-width: 768px) {
  body.single-product .single_product__producer .producer__card .product__link {
    display: none;
  }
}
@media print {
  body.single-product .single_product__producer .producer__card .product__link {
    display: none;
  }
}
body.single-product .single_product__producer .producer__card .product__link a {
  margin-top: 16px;
  width: 100%;
}
body.single-product .single_product__producer .producer__name_wrap .producer__name {
  color: #302E3F;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer .producer__name_wrap .producer__name {
    font-size: 16px;
  }
}
body.single-product .single_product__producer .tags {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #2D44E1;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer .tags {
    display: none;
  }
}
body.single-product .single_product__producer .producer__description {
  flex-grow: 1;
  min-width: 300px;
  width: 50%;
  word-break: break-all;
}
@media all and (min-width: 768px) {
  body.single-product .single_product__producer .producer__description {
    font-size: 20px;
  }
}
@media print {
  body.single-product .single_product__producer .producer__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer .producer__description {
    margin-top: 23px;
    width: 100%;
  }
}
body.single-product .single_product__producer .producer__description .description__text {
  overflow: hidden;
  position: relative;
  color: #302E3F;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
body.single-product .single_product__producer .producer__description .description__text.has_collapse:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
body.single-product .single_product__producer .producer__description .description__text.has_collapse.short {
  height: 155px;
}
body.single-product .single_product__producer .producer__description .description__text.has_collapse.short .button_unshort {
  display: none;
}
body.single-product .single_product__producer .producer__description .description__text.has_collapse.unshort {
  height: auto;
  padding-bottom: 20px;
}
body.single-product .single_product__producer .producer__description .description__text.has_collapse.unshort:after {
  display: none;
}
body.single-product .single_product__producer .producer__description .description__text.has_collapse.unshort .button_short {
  display: none;
}
body.single-product .single_product__producer .producer__description .description__text .short_unshort_wrap {
  position: absolute;
  z-index: 3;
  bottom: 4px;
  color: #2D44E1;
  text-decoration: underline;
  cursor: pointer;
}
body.single-product .single_product__producer .producer__description .description__text .short_unshort_wrap:hover {
  color: #2D44E1;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer .producer__description .product__link {
    text-align: center;
  }
}
body.single-product .single_product__producer .product__link a {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  margin-top: 57px;
  font-size: 16px;
  height: 40px;
}
body.single-product .single_product__producer .product__link a:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__producer .product__link a.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .single_product__producer .product__link a.loading .button_label {
  opacity: 0.2;
}
body.single-product .single_product__producer .product__link a:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__producer .product__link a.added {
  display: none;
}
body.single-product .single_product__producer .product__link a[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__producer .product__link a:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__producer .product__link a:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__producer .product__link a[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__producer .product__link a {
    margin-top: 30px;
    min-width: 280px;
  }
}
body.single-product .single_product__more_from_producer {
  margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__more_from_producer {
    margin-bottom: 50px;
  }
}
body.single-product .single_product__keywords {
  margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__keywords {
    margin-bottom: 50px;
  }
}
body.single-product .single_product__keywords .single_product__items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.single-product .single_product__keywords .single_product__items .list_item {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: #EDEFFB;
  border-color: #EDEFFB;
  font-weight: 500;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 16px;
}
body.single-product .single_product__keywords .single_product__items .list_item:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__keywords .single_product__items .list_item.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .single_product__keywords .single_product__items .list_item.loading .button_label {
  opacity: 0.2;
}
body.single-product .single_product__keywords .single_product__items .list_item:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__keywords .single_product__items .list_item.added {
  display: none;
}
body.single-product .single_product__keywords .single_product__items .list_item[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__keywords .single_product__items .list_item:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
body.single-product .single_product__keywords .single_product__items .list_item:active {
  color: white;
  background-color: #4E628E;
  border-color: #4E628E;
}
body.single-product .single_product__keywords .single_product__items .list_item[disabled] {
  color: #EDEFFB;
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__sticky_card_wrap {
  position: fixed;
  z-index: 1;
  top: 0;
  padding-top: 120px;
  transition: all 0.2s ease-in-out 0ms;
}
body.single-product .single_product__sticky_card_wrap.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}
body.single-product .single_product__sticky_card_wrap.stick-bottom {
  position: absolute;
  bottom: 0;
  top: unset;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__sticky_card_wrap {
    display: none;
  }
}
body.single-product .single_product__sticky_card_wrap .single_product__sticky_card {
  border: none;
  padding: 26px 24px 22px;
  box-shadow: 3px 4px 18px rgba(28, 43, 71, 0.07);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: white;
  max-width: 473px;
  margin-top: 20px;
}
body.single-product .single_product__sticky_card_wrap .thumbnail_wrap {
  margin-bottom: 14px;
  width: 100%;
  height: 264px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #F7F7F7;
}
body.single-product .single_product__sticky_card_wrap .thumbnail_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-product .single_product__sticky_card_wrap .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.single-product .single_product__sticky_card_wrap .info__price ins,
body.single-product .single_product__sticky_card_wrap .info__price .regular_price {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}
body.single-product .single_product__sticky_card_wrap .info__price del {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
}
body.single-product .single_product__sticky_card_wrap .info__variations .dropdown-wrap {
  width: 100%;
}
body.single-product .single_product__sticky_card_wrap .product__buy_block {
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
body.single-product .single_product__sticky_card_wrap .product__buy_block .add_to_cart_button,
body.single-product .single_product__sticky_card_wrap .product__buy_block .added_to_cart {
  width: calc(100% - 108px - 20px - 40px);
}
body.single-product .single_product__reviews {
  margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__reviews {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
body.single-product .single_product__reviews .woocommerce-Reviews {
  max-width: 800px;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
body.single-product .single_product__reviews .woocommerce-Reviews-title, body.single-product .single_product__reviews .comment-reply-title {
  display: none;
}
body.single-product .single_product__reviews .comment-notes {
  font-size: 14px;
  font-weight: 500;
}
body.single-product .single_product__reviews p, body.single-product .single_product__reviews .comment-form-rating, body.single-product .single_product__reviews .comment-form-comment {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
body.single-product .single_product__reviews p {
  margin: 0 0 20px;
}
body.single-product .single_product__reviews label {
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
body.single-product .single_product__reviews .comment-form-rating {
  position: relative;
  margin-bottom: 20px;
}
body.single-product .single_product__reviews p.stars {
  margin: 0;
}
body.single-product .single_product__reviews p.stars, body.single-product .single_product__reviews p.stars a {
  display: inline-block;
}
body.single-product .single_product__reviews p.stars a {
  display: inline-block;
  float: left;
  padding: 0 12px;
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  overflow: hidden;
  text-decoration: none;
  font-weight: 700;
}
body.single-product .single_product__reviews p.stars a::before {
  left: 3px;
  display: block;
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "lh-icons";
  content: "\e800";
  font-size: 0.95em;
  text-indent: 0;
  font-weight: 400;
  color: #302E3F;
  opacity: 1;
}
body.single-product .single_product__reviews p.stars.selected a.active::before, body.single-product .single_product__reviews p.stars:hover a::before, body.single-product .single_product__reviews p.stars.selected a:not(.active)::before, body.single-product .single_product__reviews p.stars.selected a.active::before {
  color: #302E3F;
  content: "\f005";
  font-weight: 900;
  opacity: 1;
}
body.single-product .single_product__reviews p.stars a:hover ~ a:before, body.single-product .single_product__reviews p.stars.selected a.active ~ a:before {
  opacity: 0.25;
}
body.single-product .single_product__reviews .comment-form-email {
  position: relative;
}
body.single-product .single_product__reviews .stars-error-popup, body.single-product .single_product__reviews .email-error-popup {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  background-color: white;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.35);
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out 0ms, margin 0.2s ease-in-out 0ms;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 1;
}
body.single-product .single_product__reviews .stars-error-popup.show, body.single-product .single_product__reviews .email-error-popup.show {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__reviews .stars-error-popup.show, body.single-product .single_product__reviews .email-error-popup.show {
    margin-top: -6px;
    max-width: 100%;
  }
}
body.single-product .single_product__reviews .stars-error-popup:before, body.single-product .single_product__reviews .email-error-popup:before {
  content: "\f321";
  font-family: "lh-icons";
  color: #ED9023;
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: normal;
}
body.single-product .single_product__reviews .stars-error-popup:after, body.single-product .single_product__reviews .email-error-popup:after {
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  left: 20px;
  top: -20px;
}
body.single-product .single_product__reviews .stars-error-popup .stars-error-text, body.single-product .single_product__reviews .email-error-popup .stars-error-text {
  display: block;
  padding: 12px;
  line-height: 1.2;
  margin-left: 28px;
}
body.single-product .single_product__reviews textarea {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #CCCED6;
  box-shadow: none;
  transition: all 0.5s ease;
  width: 100%;
  padding: 15px;
  vertical-align: top;
  max-width: 100%;
}
body.single-product .single_product__reviews [type=text], body.single-product .single_product__reviews [type=email] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #CCCED6;
  box-shadow: none;
  transition: all 0.5s ease;
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  vertical-align: top;
}
body.single-product .single_product__reviews [type=submit] {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  text-transform: none;
  -webkit-appearance: none;
}
body.single-product .single_product__reviews [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews [type=submit].loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .single_product__reviews [type=submit].loading .button_label {
  opacity: 0.2;
}
body.single-product .single_product__reviews [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews [type=submit].added {
  display: none;
}
body.single-product .single_product__reviews [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
body.single-product .single_product__reviews input[type=checkbox] {
  display: none;
}
body.single-product .single_product__reviews input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
}
body.single-product .single_product__reviews input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #CCCED6;
  position: absolute;
  top: 3px;
  left: 0px;
}
body.single-product .single_product__reviews input[type=checkbox]:checked + label:before {
  background-color: #4E628E;
  border-color: #4E628E;
}
body.single-product .single_product__reviews input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  display: block;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
}
body.single-product .single_product__reviews .required {
  color: #EA522E;
}
body.single-product .single_product__reviews ol {
  margin: 0 0 1.41575em 3em;
  padding: 0;
}
body.single-product .single_product__reviews ul {
  margin: 0 0 1.41575em 3em;
  padding: 0;
}
body.single-product .single_product__reviews #reviews .commentlist {
  list-style: none;
  margin-left: 0;
}
body.single-product .single_product__reviews #reviews .commentlist li {
  margin-bottom: 2.617924em;
  list-style: none;
  clear: both;
}
body.single-product .single_product__reviews #reviews .commentlist li:after {
  content: "";
  display: table;
}
body.single-product .single_product__reviews #reviews .commentlist li:before {
  content: "";
  display: table;
}
body.single-product .single_product__reviews #reviews .commentlist li .avatar {
  width: 9.0909090909%;
  float: left;
  margin-right: 9.0909090909%;
  height: auto;
}
body.single-product .single_product__reviews #reviews .commentlist li .comment_container .comment-text {
  width: 81.8181818182%;
  float: right;
  margin-right: 0;
}
body.single-product .single_product__reviews #reviews .commentlist li .comment_container .comment-text .star-rating {
  float: right;
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
}
body.single-product .single_product__reviews #reviews .commentlist li .comment_container:after {
  clear: both;
  content: "";
  display: table;
}
body.single-product .single_product__reviews #reviews .commentlist li .comment_container:before {
  content: "";
  display: table;
}
body.single-product .single_product__reviews .review {
  padding-bottom: 2em;
}
body.single-product .single_product__reviews img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 3px;
}
body.single-product .single_product__reviews .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.55em;
  font-family: "lh-icons";
  font-weight: 400;
}
body.single-product .single_product__reviews .star-rating:before {
  content: "\e800\e800\e800\e800\e800";
  opacity: 1;
  font-weight: 300;
  color: #56B688;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
body.single-product .single_product__reviews .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #2c2d33;
}
body.single-product .single_product__reviews .star-rating span:before {
  content: "\e800\e800\e800\e800\e800";
  top: 0;
  left: 0;
  position: absolute;
  font-weight: 800;
  color: #56B688;
}
body.single-product .single_product__reviews .star-rating span::before {
  color: #aad551;
}
body.single-product .single_product__reviews .reviews__form {
  position: relative;
}
body.single-product .single_product__reviews .reviews__form:before, body.single-product .single_product__reviews .reviews__form:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0ms;
}
body.single-product .single_product__reviews .reviews__form:before {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
body.single-product .single_product__reviews .reviews__form:after {
  background: url(../images/preloader.svg) 50% 50% no-repeat;
  background-size: 40px;
}
body.single-product .single_product__reviews .reviews__form.loading:before, body.single-product .single_product__reviews .reviews__form.loading:after {
  opacity: 1;
  visibility: visible;
}
body.single-product .single_product__reviews .reviews__form_wrap {
  margin-bottom: 53px;
}
body.single-product .single_product__reviews .reviews__form_wrap .button {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  height: 40px;
  font-size: 16px;
}
body.single-product .single_product__reviews .reviews__form_wrap .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews .reviews__form_wrap .button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .single_product__reviews .reviews__form_wrap .button.loading .button_label {
  opacity: 0.2;
}
body.single-product .single_product__reviews .reviews__form_wrap .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews .reviews__form_wrap .button.added {
  display: none;
}
body.single-product .single_product__reviews .reviews__form_wrap .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews .reviews__form_wrap .button:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews .reviews__form_wrap .button:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews .reviews__form_wrap .button[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: white;
  border-color: #302E3F;
  line-height: 1.4;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white.loading .button_label {
  opacity: 0.2;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white.added {
  display: none;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white:active {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
body.single-product .single_product__reviews .reviews__form_wrap .button-white[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
body.single-product .single_product__reviews .upload_review_images:before {
  background: url(../images/preloader.svg) 50% 50% no-repeat;
  background-size: 40px;
}
body.single-product .single_product__reviews .reviews__rating {
  display: flex;
  margin-bottom: 48px;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 20px 36px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__reviews .reviews__rating {
    padding: 20px 12px;
    margin-bottom: 38px;
  }
}
body.single-product .single_product__reviews .reviews__rating.empty {
  display: none;
}
body.single-product .single_product__reviews .reviews__rating .rating__stars_wrap, body.single-product .single_product__reviews .reviews__rating .rating__count_wrap {
  flex-grow: 1;
  width: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__reviews .reviews__rating .rating__stars_wrap, body.single-product .single_product__reviews .reviews__rating .rating__count_wrap {
    margin-bottom: 0px;
  }
}
body.single-product .single_product__reviews .reviews__rating .rating__label {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__reviews .reviews__rating .rating__label {
    font-size: 14px;
  }
}
body.single-product .single_product__reviews .reviews__rating .stars {
  display: flex;
  align-items: center;
  color: #2D44E1;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__reviews .reviews__rating .stars {
    font-size: 13px;
  }
}
body.single-product .single_product__reviews .reviews__rating .stars i {
  display: inline-block;
  margin-right: 0.3em;
}
body.single-product .single_product__reviews .reviews__rating .stars .rate {
  font-weight: 600;
  font-size: 27px;
  color: #302E3F;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__reviews .reviews__rating .stars .rate {
    font-size: 20px;
  }
}
body.single-product .single_product__reviews .reviews__rating .rating__count {
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__reviews .reviews__rating .rating__count {
    font-size: 20px;
  }
}
body.single-product .single_product__reviews .reviews__list {
  position: relative;
  min-height: 100px;
}
body.single-product .single_product__reviews .reviews__list.empty {
  display: none;
}
body.single-product .single_product__reviews .reviews__list:before, body.single-product .single_product__reviews .reviews__list:after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out 0ms, visibility 0.2s ease-in-out 0ms;
}
body.single-product .single_product__reviews .reviews__list:before {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  background-color: rgba(255, 255, 255, 0.85);
}
body.single-product .single_product__reviews .reviews__list:after {
  background: url(../images/preloader.svg) 50% 50% no-repeat;
  background-size: 40px;
}
body.single-product .single_product__reviews .reviews__list.loading:before, body.single-product .single_product__reviews .reviews__list.loading:after {
  opacity: 1;
  visibility: visible;
}
body.single-product .single_product__reviews .reviews__list .comment__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body.single-product .single_product__reviews .reviews__list .comment_item {
  margin-bottom: 45px;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  background-color: #FCE0B7;
  border-radius: 10px;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #EA522E;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap {
  z-index: 8;
  position: absolute;
  bottom: 100%;
  margin-bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2D44E1;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 224px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  white-space: normal;
  transform: unset !important;
  left: 0px;
  opacity: 1;
  visibility: visible;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap.tooltip-shift_left {
  transform: translateX(-90%);
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap.tooltip-shift_left:after {
  left: 90%;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap.tooltip-shift_right {
  transform: translateX(-10%);
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap.tooltip-shift_right:after {
  left: 20%;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap.tooltip-shift_bottom {
  top: 100%;
  bottom: unset;
  margin-top: 18px;
  margin-bottom: unset;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap.tooltip-shift_bottom:after {
  border-bottom-color: #2D44E1;
  border-top-color: transparent;
  top: unset;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap {
    display: none;
  }
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap a {
  color: white;
  text-decoration: underline;
  font-weight: 700;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap a:hover {
  color: #ED9023;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 99%;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top-color: #2D44E1;
  box-sizing: border-box;
  left: 50%;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap p {
  margin-top: 0px;
  margin-bottom: 10px;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap p:last-child {
  margin-bottom: 0px;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__unapproved .tooltip_wrap:after {
  left: 12% !important;
}
body.single-product .single_product__reviews .reviews__list .comment_item.unapproved .comment__date {
  color: #302E3F;
}
body.single-product .single_product__reviews .reviews__list .comment__author {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #302E3F;
}
body.single-product .single_product__reviews .reviews__list .comment__date {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #CCCED6;
  margin-left: 7px;
}
body.single-product .single_product__reviews .reviews__list .comment__rating {
  font-size: 10px;
  color: #2D44E1;
  margin-bottom: 10px;
}
body.single-product .single_product__reviews .reviews__list .comment__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__reviews .reviews__list .comment__content {
    font-size: 13px;
  }
}
body.single-product .single_product__reviews .reviews__more_button_wrap a {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #302E3F;
  background-color: white;
  border-color: #302E3F;
  height: 40px;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .single_product__reviews .reviews__more_button_wrap a.loading .button_label {
  opacity: 0.2;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a.added {
  display: none;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a:hover {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a:active {
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
}
body.single-product .single_product__reviews .reviews__more_button_wrap a[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
body.single-product .single_product__producer_icons_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__producer_icons_wrap {
    margin-bottom: 50px;
  }
}
body.single-product .single_product__producer_icons_wrap .producer_icons {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__producer_icons_wrap .producer_icons {
    margin-right: -55px;
  }
}
@media print {
  body.single-product .single_product__producer_icons_wrap .producer_icons {
    margin-right: -55px;
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__producer_icons_wrap .producer_icons {
    margin-right: -15px;
  }
}
body.single-product .single_product__producer_icons_wrap .producer_icons .icon {
  flex-grow: 1;
  display: flex;
  width: 40%;
  min-width: 400px;
  margin-right: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__producer_icons_wrap .producer_icons .icon {
    min-width: 100%;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
body.single-product .single_product__producer_icons_wrap .producer_icons .icon__image {
  margin-right: 30px;
}
@media all and (min-width: 969px) {
  body.single-product .single_product__producer_icons_wrap .producer_icons .icon__image {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}
@media print {
  body.single-product .single_product__producer_icons_wrap .producer_icons .icon__image {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__producer_icons_wrap .producer_icons .icon__image {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
body.single-product .single_product__producer_icons_wrap .producer_icons .icon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.single-product .single_product__producer_icons_wrap .producer_icons .icon__text {
  color: #4E628E;
  font-size: 20px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__producer_icons_wrap .producer_icons .icon__text {
    font-size: 12px;
  }
}
body.single-product .products-list .item__title_wrap--mobile {
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  color: #1C2B47;
  font-weight: 400;
}
@media screen and (max-width: 968px) {
  body.single-product .products-list .item__title_wrap--mobile {
    line-height: 1.4em;
    height: 2.7em;
    max-height: 2.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
body.single-product .products-list .item__title_wrap--mobile a {
  color: #1C2B47;
  display: inline !important;
}
body.single-product .products-list .item__title_wrap--mobile a:nth-of-type(1) {
  font-weight: 700;
}
body.single-product .single_product__recently_viewed {
  margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__recently_viewed {
    margin-bottom: 50px;
  }
}
body.single-product .single_product__recently_viewed .button_default {
  padding: 0px;
}
body.single-product .single_product__recently_viewed .qty {
  flex: 0 0 50px;
  width: 50px;
  height: 30px;
}
body.single-product .single_product__recently_viewed .qty [type=button] {
  width: 14px;
  padding: 0px;
}
body.single-product .single_product__recently_viewed .item__action_wrap {
  opacity: 1;
  visibility: visible;
  display: flex;
  padding: 10px 10px 0px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__recently_viewed .item__action_wrap {
    padding: 0px;
    margin: 0px;
  }
}
body.single-product .single_product__recently_viewed .item__action_wrap:before {
  display: none;
}
body.single-product .recently_viewed__items {
  margin-left: -9px;
  margin-right: -9px;
}
body.single-product .recently_viewed__items .owl-stage {
  padding-left: 0px !important;
}
body.single-product .recently_viewed__items .block_thumbnails {
  height: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 10px;
  display: block;
}
body.single-product .recently_viewed__items .block_thumbnails .block_thumbnails_inner {
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
body.single-product .recently_viewed__items .block_thumbnails img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-product .recently_viewed__items .block_thumbnails .product_low_stock_label {
  font-size: 9px;
  padding: 3px 0 2px 0;
  line-height: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
body.single-product .recently_viewed__items .item__title_wrap {
  display: block;
  min-height: unset;
}
body.single-product .recently_viewed__items .view_waitlist {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ED9023;
  background-color: white;
  border-color: #ED9023;
  width: 100%;
  font-weight: 800;
  padding: 0px;
  line-height: 30px;
}
body.single-product .recently_viewed__items .view_waitlist:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .recently_viewed__items .view_waitlist.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.single-product .recently_viewed__items .view_waitlist.loading .button_label {
  opacity: 0.2;
}
body.single-product .recently_viewed__items .view_waitlist:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
body.single-product .recently_viewed__items .view_waitlist.added {
  display: none;
}
body.single-product .recently_viewed__items .view_waitlist[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
body.single-product .recently_viewed__items .view_waitlist:hover {
  color: #ED9023;
  background-color: white;
  border-color: #ED9023;
}
body.single-product .recently_viewed__items .view_waitlist:active {
  color: #ED9023;
  background-color: white;
  border-color: #ED9023;
}
body.single-product .recently_viewed__items .view_waitlist[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
@media screen and (max-width: 575px) {
  body.single-product .recently_viewed__items .button__popup {
    max-width: 150px;
  }
}
body.single-product .single_product__characteristics {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border: none;
  border-radius: 10px;
  color: #302E3F;
  background-color: #F7F7F7;
  margin: 34px 0px 70px;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__characteristics {
    font-size: 13px;
    margin-bottom: 50px;
    padding: 15px 15px 0px;
  }
}
@media screen and (max-width: 413px) {
  body.single-product .single_product__characteristics {
    display: block;
    width: 100%;
  }
  body.single-product .single_product__characteristics table,
  body.single-product .single_product__characteristics table tr,
  body.single-product .single_product__characteristics table tr td {
    display: block;
    width: 100%;
  }
}
body.single-product .single_product__characteristics.has_description {
  margin-top: -60px;
}
@media screen and (max-width: 968px) {
  body.single-product .single_product__characteristics.has_description {
    margin-top: -40px;
  }
}
body.single-product .single_product__characteristics table {
  width: auto;
}
body.single-product .single_product__characteristics .inner {
  display: flex;
  align-items: center;
}
body.single-product .single_product__characteristics .list__item {
  padding: 10px 15px;
  margin-right: 20px;
}
body.single-product .single_product__characteristics .list__item:nth-child(even) {
  margin-right: 0;
}
body.single-product .single_product__characteristics .item__icon {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  body.single-product .single_product__characteristics .item__icon {
    margin-right: 7px;
  }
}
body.single-product .single_product__characteristics .item__icon path, body.single-product .single_product__characteristics .item__icon img {
  display: inline-block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  color: #2D44E1;
}
body.single-product [data-items=related_products] {
  margin-left: -9px;
  margin-right: -9px;
}
@media screen and (max-width: 575px) {
  body.single-product [data-items=related_products] .owl-stage {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  body.single-product [data-items=related_products] .item__content {
    padding-bottom: 10px;
  }
}
body.single-product [data-items=related_products] .item__action_wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.single-product [data-items=related_products] .item__action_wrap {
    padding: 0px;
  }
}
body.single-product [data-items=related_products] .item__variation_dropdown_wrap {
  width: 100%;
}
body.single-product [data-items=related_products] .owl-nav button.owl-prev {
  background-image: url(../images/arrow-left.svg);
}
body.single-product [data-items=related_products] .owl-nav button.owl-next {
  background-image: url(../images/arrow-right.svg);
}
body.single-product [data-items=related_products] .owl-nav button i {
  display: none !important;
}
body.single-product [data-items=related_products] .item__meta_wrap .item__rate {
  order: 1;
}
body.single-product [data-items=related_products] .item__meta_wrap .item__price {
  order: 2;
  justify-content: right;
  text-align: right;
}
body.single-product [data-items=related_products] .item__meta_wrap .item__price ins {
  margin-right: 0px;
}
