@charset "UTF-8";

/* List */
.product-list li {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-list li:hover {
	border-color: #002552;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-list li a:hover img {
	opacity: 0.8;
}
.product-list li a:hover span {
	background: #002552;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-list li a:hover span:after {
	background-image: url("../../img/icons/arrow-hover.svg");
}

/* Custom design */
.custom-design-list li a:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color: #002552;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
	.home-cta li span,
	.home-catalog span {
		font-size: 24px;
	}
}
