@charset "UTF-8";

/* List */
.product-list li { 	-webkit-transition: all .5s ease; transition: all .5s ease; }
.product-list li:hover { border-color: #c20430; -webkit-transition: all .5s ease; transition: all .5s ease; }
.product-list li a:hover img { opacity: .8; }
.product-list li a:hover span { background: #c20430; color: #fff; -webkit-transition: all .5s ease; transition: all .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 .5s ease; transition: all .5s ease; border-color: #c20430; }

@media only screen and (min-width : 1024px) and (max-width : 1400px) {
	.home-cta li span,
	.home-catalog span { font-size: 24px; }
}