/* fixes */
.bnpdp__main-container .bnpdp__icon {
	font-size: 15px;
}
html body .item__main:hover {
    box-shadow: none;
}
.catalog-items .c-item:hover {
	box-shadow: 5px 5px 25px 3px rgba(0,0,0,.2);
}
.tech-chars__list .productfilters-feature-value-link {
	color: #3065ff;
    text-decoration: underline;
}
.tech-chars__list .productfilters-feature-value-link:hover {
	text-decoration: none;
	opacity: 0.9;
}