/******* Detalle **********/
.product-carousel {
  margin-bottom: -20px;
}
.product-carousel .slick-prev,
.product-carousel .slick-next {
  margin-top: -21px;
}
@media (max-width: 767px) {
  .product-carousel .slick-prev,
  .product-carousel .slick-next {
    margin-top: -72px;
  }
}
.product-main-image {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.product-main-image__zoom {
  position: absolute;
  z-index: 10001;
  bottom: 0;
  right: 0;
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  cursor: pointer;
  background-color: #333333;
  color: #f7f8fa;
}
.product-main-image__zoom:after {
  font-family: 'FontAwesome';
  font-size: 15px;
  line-height: 46px;
  content: "\f002";
}
.product-main-image.no-zoom {
  position: relative;
}
.product-main-image.no-zoom .product-main-image__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.product-main-image.no-zoom .product-main-image__item.active {
  z-index: 1;
}
.product-main-image img {
  width: 100%;
}

.product-images-carousel {
  padding: 0 25px;
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.product-images-carousel .loader {
  opacity: 1;
}
.product-images-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition:  all 300ms 0s ease;
  -moz-transition:  all 300ms 0s ease;
  -ms-transition:  all 300ms 0s ease;
  -o-transition:  all 300ms 0s ease;
  transition:  all 300ms 0s ease;
}
.modal .product-images-carousel ul {
  opacity: 0;
  height: 90px;
  overflow: hidden;
}
.product-images-carousel ul li {
  display: inline;
}
.product-images-carousel ul li a {
  display: block;
  margin: 0 4px;
}
.product-images-carousel .slick-prev {
  left: -28px;
}
.product-images-carousel .slick-next {
  right: -28px;
}
.product-images-carousel.loaded ul {
  opacity: 1;
  overflow: visible;
  height: auto;
}
.product-images-carousel.loaded .loader {
  display: none;
}
.product-images-carousel .video-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.product-images-carousel .video-link:after {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Welldone';
  font-size: 42px;
  line-height: 42px;
  content: "\e638";
  line-height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#singleGallery {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
#singleGallery .slick-slide {
  margin-bottom: 30px;
}
#singleGallery .slick-dots {
  bottom: -15px;
}
#singleGalleryVertical {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
#singleGalleryVertical .slick-dots {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  bottom: auto;
  width: 20px;
}
#singleGalleryVertical .slick-track {
  top: 0 !important;
}
#singleGalleryVertical .slick-slide {
  border: 0 !important;
}
.slick-prev::before{
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 46px;
	content: "\f053";
	color: #1f191b;
}
.slick-next::before{
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 46px;
	content: "\f054";
	color: #1f191b;
}

.slick-slide img {
    border: 1px solid #e1e6eb;
}

.product-main-image img {
    width: 100%;
    border: 1px solid #e1e6eb;
}

/******* Detalle **********/