/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.footer-extra-icons {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    clear: both;
    margin-top: 15px;
}

.footer-extra-icons a {
    display: inline-block !important;
    float: none !important;
}

.footer-extra-icons img {
    width: 32px;
    opacity: 0.85;
    transition: 0.3s;
}

.footer-extra-icons img:hover {
    opacity: 1;
    transform: scale(1.05);
}
.zoomContainer {
  position: absolute !important;
  z-index: 9999 !important;
}

.zoomContainer img {
  max-width: none !important;
}

/* setas do slick no produto */
.product-gallery .slick-prev,
.product-gallery .slick-next {
  display: block !important;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 30;
  top: 50%;
  transform: translateY(-50%);
}

/* afasta para fora da imagem */
.product-gallery .slick-prev {
  left: -60px;
}

.product-gallery .slick-next {
  right: -60px;
}

/* ícones das setas */
.product-gallery .slick-prev:before,
.product-gallery .slick-next:before {
  font-size: 28px;
  line-height: 1;
  opacity: 0.85;
  color: #333;
}

.product-gallery .slick-prev:before { content: "←"; }
.product-gallery .slick-next:before { content: "→"; }

