/* Malli: @include icon($facebook)*/
@media print, screen and (max-width: 31.24875em) {
  .module-woocommerce_product_image_gallery .product-image-gallery-container, .child-module-woocommerce_product_image_gallery .product-image-gallery-container {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem; } }

@media print, screen and (max-width: 31.24875em) {
  .module-woocommerce_product_image_gallery.module-width-full-area:not(.module-full-width-side-margins) .product-image-gallery-container, .module-width-full-area:not(.module-full-width-side-margins) .child-module-woocommerce_product_image_gallery .product-image-gallery-container {
    margin-left: 0;
    margin-right: 0; } }

.product-image-gallery-container .image-gallery {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0rem;
  box-shadow: none; }
  .product-image-gallery-container .image-gallery .image-placeholder {
    position: absolute;
    padding-top: 40%; }
  .product-image-gallery-container .image-gallery a {
    border-radius: 0rem;
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
.product-image-gallery-container .thumbnails {
  margin-top: 1.25rem;
  text-align: center;
  padding-left: calc(1.625rem * 2);
  padding-right: calc(1.625rem * 2); }
@media print, screen and (max-width: 47.99875em) {
  .product-image-gallery-container .thumbnails {
    margin-top: 0.9375rem; } }
@media print, screen and (max-width: 31.24875em) {
  .product-image-gallery-container .thumbnails {
    margin-top: 0.625rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem; } }
.product-image-gallery-container .thumbnails .gallery-item-wrapper {
  outline: 0; }
.product-image-gallery-container .thumbnails .gallery-item {
  cursor: pointer;
  margin: 0.625rem;
  position: relative;
  outline: 0;
  border-radius: 0.25rem;
  box-shadow: none;
  background-color: #ffffff;
  overflow: hidden; }
@media print, screen and (max-width: 31.24875em) {
  .product-image-gallery-container .thumbnails .gallery-item {
    margin: 0.4375rem; } }
.product-image-gallery-container .thumbnails .gallery-item .image {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center; }
.product-image-gallery-container .thumbnails .gallery-item .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.product-image-gallery-container .thumbnails .gallery-item.active {
  box-shadow: none;
  border-style: solid;
  border-color: #e5e5e5;
  border-top-width: 0.125rem;
  border-bottom-width: 0.125rem;
  border-left-width: 0.125rem;
  border-right-width: 0.125rem; }
  .product-image-gallery-container .thumbnails .gallery-item.active .overlay {
    display: none; }
.product-image-gallery-container.cropped .image-gallery a {
  background-size: cover; }
.product-image-gallery-container.cropped .thumbnails .gallery-item .image {
  background-size: cover; }
.product-image-gallery-container.not-cropped .image-gallery a {
  background-size: contain; }
.product-image-gallery-container.not-cropped .thumbnails .gallery-item .image {
  background-size: contain;
  margin: 0.3125rem;
  padding-bottom: calc(100% - 0.625rem); }
.product-image-gallery-container .slick-arrow {
  width: 1.625rem; }
@media print, screen and (max-width: 31.24875em) {
  .product-image-gallery-container .slick-arrow {
    width: 1.375rem; } }
@media print, screen and (max-width: 31.24875em) {
  .product-image-gallery-container .slick-arrow.slick-prev:before, .product-image-gallery-container .slick-arrow.slick-next:before {
    font-size: 1.375rem; } }
.product-image-gallery-container .slick-arrow.slick-prev {
  left: calc(1.625rem / 2); }
@media print, screen and (max-width: 31.24875em) {
  .product-image-gallery-container .slick-arrow.slick-prev {
    left: 0.6875rem; } }
.product-image-gallery-container .slick-arrow.slick-next {
  right: calc(1.625rem / 2); }
@media print, screen and (max-width: 31.24875em) {
  .product-image-gallery-container .slick-arrow.slick-next {
    right: 0.6875rem; } }
