.red {
	color: #c83636;
}

.as-button {
	margin-top: 20px;
}

.btn-to-cart {
	width: 169px;
	height: 35px;
	background-color: #565656;
	border: none;
	color: white;
	font-size: 15px;
	cursor: pointer;
	padding: 10px 15px;
}

.btn-to-continue {
	width: 169px;
	height: 35px;
	border: none;
	background-color: #c83636;
	font-size: 15px;
	cursor: pointer;
	color: white;
	padding: 10px 15px;
	margin-right: 20px;
}

.price {
	text-align: right;
}

@media (max-width: 768px) {
	.as-button {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		white-space: nowrap;
		align-content: center;
		align-items: center;
	}

	.btn-to-continue {
		margin: 10px 0 !important;
	}

}

.buy_block {
	width: 14%;
}

.buy_block .icon.icon-cart {
	height: 19px;
	width: 23px;
}

@media (max-width: 768px) {
	.price-list .inner .price-list-table .fields .field .to-cart {
		/*width: 14%;*/
		margin-left: auto;
		color: #666666;
		font-size: 15px;
		font-weight: 400;
		text-decoration: underline;
		display: flex;
	}
	.price-list .inner .price-list-table .fields .field .to-cart::after {
		content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAACQElEQVQ4T7WUMWgUQRiF39s9ghaKhYKiUYKCFikuJPPvXMAyYHeFRCwCFkZRSSCiWKSwSCOiqIWIoki0MnpgIAQsVZDbmSUkIFYiGImFhYHYaHF3v2xM4Dj2ksuBUy077//+x9vHMo6iMajeRd0h8CXy/kj9u3ae+b6nZ8+2XG7/+rCSBxSYAdlpnVtqB7o+w6zhWOQHgNeqGv8P+CyA4wCW24TvBLA907kTGVFgxHp/rB14LPIQqvsy4UlfX3c1CD6C3GudSyNq+ShAZ8wSyeuZ8FWByE+Q561zpZbJALwxpkY6kNnOU1gsMg3VJZskI1uBx1E0AdUB630h0/kq/F//h6333VuCiyyAnLLO3dgI3gvVpBaGu/vL5ZZa86G//1BYqXwNVLslST41hb8cHAwPLi4uEzgTeT/divuyyCiBMev94VTfFL6W+xsAvQC+twIH0AnV5zZJLm8KdyLjClwAeadFeCqbtc593hReNuYcyUdQfYcgKEXOPSCgjYvS6sbGjJIsKrCCILhZiGPXNBZvTL5GegCpaF6BsyAnlXzVCGetdhrAEFQfg+wicKIahqZ5W4y5jyA4ap0bWM3fmEsg019zR0ZEFQUuFrx/kt45kbequtAcLvKMQBh5P7TW+5NQnbTe72iExyK/VfVUIUlm1rQvAPzaqOdFqJZU9UpAflPgFgG3vqx+gROZUiAP8hqALqjeJlDcuIpRdBWq4wBSt9O5anW4b25updH5fD6/609Hx9MUiPSDkhPWuXt/AWhb4Q+uIpU0AAAAAElFTkSuQmCC");
		width: 23px;
		height: 19px;
	}
	.product-card__button-cart {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.buy_block .icon-cart,
	.product-card__table div .icon-cart {
		display: none;
	}
	.in-cart.in_basket {
		width: 134px;
		padding: 16px;
		border: none;
		background-color: #565656;;
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		color: #FFFFFF;
		display: block;
	}
}
