@charset "UTF-8";
/* Malli: @include icon($facebook)*/
body.single-product #content .woocommerce-content-wrapper > .grid-wrapper > .grid-container {
  position: relative;
}
body.single-product #content .woocommerce-content-wrapper > .type-product {
  position: relative;
}
body.single-product #content .onsale {
  position: absolute;
  left: 1.875rem;
  top: 0;
  z-index: 10;
  background: white;
  padding: 0.3125rem 1.25rem;
}
body.single-product #content .go-back-product {
  position: relative;
  display: block;
}
body.single-product #content .go-back-product:hover, body.single-product #content .go-back-product:active, body.single-product #content .go-back-product:focus {
  text-decoration: underline;
}
body.single-product #content .go-back-product .icon:before {
  font-size: 0.5rem;
  margin-right: 0.3125rem;
  position: relative;
  top: -0.0625rem;
}
body.single-product #content .stock-value-wrapper {
  width: 100%;
}
body.single-product #content .stock-value-wrapper p {
  margin: 0;
  padding: 0.9375rem 0;
}
body.single-product #content .stock-value-wrapper p::before {
  content: "";
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
  top: 0.125rem;
}
body.single-product #content .product .summary h1.product_title {
  margin: 0;
}
body.single-product #content .product .summary .add_to_cart_notification {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 1.25rem;
  margin-top: -1.875rem;
}
body.single-product #content .product .summary .add_to_cart_notification .add_to_cart_notification_text, body.single-product #content .product .summary .add_to_cart_notification .add_to_cart_notification_link {
  font-size: 0.875rem;
}
body.single-product #content .product .summary .add_to_cart_notification .add_to_cart_notification_link {
  text-decoration: underline;
}
body.single-product #content .product .summary .price-add-to-cart {
  display: flex;
  align-items: center;
  margin: 1.25rem 0 2.5rem 0;
}
@media screen and (max-width: 71.25em) {
  body.single-product #content .product .summary .price-add-to-cart {
    display: block;
  }
}
body.single-product #content .product .summary .price-add-to-cart.simple .stock {
  display: none;
}
body.single-product #content .product .summary .price-add-to-cart form.cart {
  display: flex;
}
body.single-product #content .product .summary .price-add-to-cart form.cart.variations_form {
  display: block;
}
body.single-product #content .product .summary .price-add-to-cart form.cart table.variations td {
  display: block;
}
body.single-product #content .product .summary .price-add-to-cart form.cart table.variations td .reset_variations {
  display: none;
}
body.single-product #content .product .summary .price-add-to-cart form.cart .quantity {
  margin-right: 0.9375rem;
  display: inline-block;
  vertical-align: top;
  width: 4.6875rem;
}
body.single-product #content .product .summary .price-add-to-cart form.cart .quantity input {
  margin: 0;
}
body.single-product #content .product .summary .price-add-to-cart form.cart .single_add_to_cart_button {
  margin: 0;
}
@media screen and (max-width: 37.5em) {
  body.single-product #content .product .summary .price-add-to-cart form.cart .single_add_to_cart_button {
    margin-left: 0.625rem;
  }
}
body.single-product #content .product .summary .price-add-to-cart form.cart .single_add_to_cart_button.disabled {
  opacity: 0.8;
}
body.single-product #content .product .summary .price-add-to-cart form.cart .single_add_to_cart_button.adding_product {
  width: 100%;
}
body.single-product #content .product .summary .price-add-to-cart form.cart .single_add_to_cart_button.adding_product:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
body.single-product #content .product .summary .price-add-to-cart form.cart .single_add_to_cart_button.adding_product::before {
  position: relative;
  display: inline-block;
  animation: spin 1.8s linear infinite;
}
body.single-product #content .product .summary .price-add-to-cart .price {
  padding-right: 1.875rem;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  body.single-product #content .product .summary .price-add-to-cart .price {
    margin-right: 0.9375rem;
    position: relative;
    top: -0.25rem;
  }
}
@media screen and (max-width: 71.25em) {
  body.single-product #content .product .summary .price-add-to-cart .price {
    margin-bottom: 1.25rem;
  }
}
body.single-product #content .product .summary .price-add-to-cart .price del {
  display: block;
}
body.single-product #content .product .summary .price-add-to-cart .price .regular-price, body.single-product #content .product .summary .price-add-to-cart .price .sale-price {
  display: block;
}
body.single-product #content .product .summary .price-add-to-cart .price .sale-price > span {
  text-decoration: line-through;
}
body.single-product #content .product .summary .price-add-to-cart table.variations {
  width: 100%;
}
body.single-product #content .product .summary .price-add-to-cart table.variations .reset_variations {
  display: none;
}
body.single-product #content .product .summary .price-add-to-cart .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 37.5em) {
  body.single-product #content .product .summary .price-add-to-cart .single_variation_wrap {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-product #content .product .summary .price-add-to-cart .single_variation_wrap {
    display: block;
  }
}
body.single-product #content .product .summary .price-add-to-cart .single_variation_wrap .single_variation {
  position: relative;
  align-items: center;
}
body.single-product #content .product .summary .price-add-to-cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  width: 100%;
}
body.single-product #content .product .summary .price-add-to-cart .single_variation_wrap .woocommerce-variation-availability {
  display: none;
}
body.single-product #content .product .summary .share-wrapper {
  display: flex;
  margin-top: 1.875rem;
  align-items: center;
}
body.single-product #content .product .summary .share-wrapper span.share-text {
  position: relative;
}
body.single-product #content .product .summary .share-wrapper .addthis_inline_share_toolbox {
  clear: none !important;
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}
body.single-product #content .product .summary .share-wrapper .addthis_inline_share_toolbox .at-share-btn-elements {
  position: relative;
  top: 0.5rem;
}
body.single-product #content .product .summary .share-wrapper .addthis_inline_share_toolbox .at-share-btn-elements .at-label {
  font-weight: 400;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container {
  position: relative;
  z-index: 1;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery {
  position: relative;
  height: 25.9375rem;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery:before {
  position: absolute;
  top: 1.25rem;
  right: 1.3125rem;
  color: #ffffff;
  font-size: 1.5rem;
  z-index: 11;
  pointer-events: none;
  color: #00478e;
}
@media screen and (max-width: 63.9375em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery {
    height: 34.375rem;
  }
}
@media screen and (max-width: 47.9375em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery {
    height: 25rem;
  }
}
@media screen and (max-width: 31.1875em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery {
    height: 18.75rem;
  }
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery a {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .image-gallery .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.5s ease-out;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails {
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0 !important;
}
@media screen and (max-width: 47.9375em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 31.1875em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item {
  cursor: pointer;
  margin: 0.625rem;
  position: relative;
  display: inline-block;
  outline: 0;
}
@media screen and (max-width: 31.1875em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item {
    margin: 0.4375rem;
  }
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item img {
  min-width: 100%;
  width: auto;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item .overlay {
  position: absolute;
  background: #000;
  opacity: 0.25;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item.active {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item.active img {
  border: 0.4375rem solid #fff;
}
@media screen and (max-width: 31.1875em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item.active img {
    border: 0.3125rem solid #fff;
  }
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .thumbnails .gallery-item.active .overlay {
  display: none;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow {
  width: 1.25rem;
  top: 0;
  position: absolute;
  transform: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  align-self: center;
}
@media screen and (max-width: 31.1875em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow {
    width: 1.375rem;
  }
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-prev:before, body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-next:before {
  color: #222;
}
@media screen and (max-width: 31.1875em) {
  body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-prev:before, body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-next:before {
    font-size: 1.375rem;
  }
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-prev {
  left: 0;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-prev:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-next {
  right: -0.3125rem;
}
body.single-product #content .images-wrapper .image-gallery-with-preview-container .slick-arrow.slick-next:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
body.single-product #content .single-product-tabs-wrapper {
  width: 100%;
}
body.single-product #content .single-product-tabs-wrapper .tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: row;
}
@media screen and (max-width: 47.9375em) {
  body.single-product #content .single-product-tabs-wrapper .tabs {
    flex-flow: column;
  }
}
body.single-product #content .related.products {
  clear: both;
}
body .slick-lightbox .slick-arrow {
  height: 1.25rem;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
