.product-filters__button.selected .product-filters__label {
	color: #000000;
	border: 1px solid #474747;
}
li.product-filters__button {
	list-style-type: none; /* Убираем маркеры */
}
.product-details__add-cart {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
a.product-details__add-cart:hover {
	text-decoration: none;
}
a.product-details__add-cart:focus {
	color: #fff;
	background: #000;
	text-decoration: none;
	outline: none;
	outline-offset:0;
}
section.catalog{
	/*padding-bottom: 0!important;*/
}
@media(min-width: 1061px){
	footer.footer{
		margin-top: -140px;
	}
}
@media(max-width: 1060px){
	section.catalog{
		padding-bottom: 0!important;
	}
}