/* Estilos bloque productos relacionados*/

#carrusel-relacionados .slick-arrow {
  position: absolute;
  top: -60px;
  z-index: 9;
  cursor: pointer;
  background-color: #f5f5f5;
  stroke: #333;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  transition: ease 0.2s;
}

#carrusel-relacionados .slick-arrow polygon {
  fill: #999 !important;
}

#carrusel-relacionados .slick-arrow:hover polygon {
  fill: #333 !important;
}

#carrusel-relacionados .icon-arrow-right.slick-arrow {
  right: 0px;
}

#carrusel-relacionados .icon-arrow-left.slick-arrow {
  right: 60px;
}

#carrusel-relacionados .slick-arrow i {
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  transform: translateY(25%);
}
