
.fa-chevron-right.slick-arrow {
	position: absolute;
	display: inline-block;
	right: -10px;
	padding: 20px;
	cursor: pointer;
	margin: 120px 0 0 0;
	top: 0;
	height: auto;
	z-index: 999;
}

.fa-chevron-left.slick-arrow {
	position: absolute;
	display: inline-block;
	left: -10px;
	padding: 20px;
	cursor: pointer;
	margin: 120px 0 0 0;
	top: 0;
	height: auto;
	z-index: 999;
}

.slick-list {
    overflow: initial;
}

a.product-item-image-wrapper:focus {
	outline: none;
}

h2 {
    text-align: center;
}
