.slick-arrow{
	background-color: #1C1C1C;
	border-color: #1C1C1C;
	opacity: 1;
  transition: all .3s ease;
}

.slick-arrow:hover {
  background-color: #1C1C1C !important;
	border-color: #1C1C1C !important;
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before{
	font-size: 11px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  transition: all .3s ease;
}

.slick-arrow.slick-prev:before{
	content: url(//theme.hstatic.net/200000717755/1001055722/14/icon-arrow-left.svg?v=640);
}
.slick-arrow.slick-next:before{
	content: url(//theme.hstatic.net/200000717755/1001055722/14/icon-arrow-right.svg?v=640);
}

.slick-arrow:hover:before{
	transform: scale(1.4);
}