.wr .add-to-card {
	width: 125px;
	line-height: normal;
	background-position: right;
	color: #000;
	padding: 5px;
	font-size: 14px;
	padding-top: 7px;
	border: 1px solid #bfbfbf;
	height: unset;
	background-size: 24px;
	background-position-x: 90px;
	padding-bottom: 7px;
}
.wr .add-to-card.active {
    background-color: #ebebeb;
}
.wr .add-to-card span {
	display: inline-block;
	margin-left: -20px;

}

.contact-menu {
	margin-top: 20px;
}
.contact-menu div {
	margin-top: 10px;
}
.contact-menu a {
	font-weight: bold;
}
.contact-menu span {
	font-size: 90%;
}

button.product-card__in-cart.active {
	position: relative;
	height: 55px;
}

button.product-card__in-cart.active b {
	position: absolute;
    font-size: 60%;
    bottom: -5px;
    font-weight: normal;
    left: calc(50% - 30px);
}


.leave-review__error {
	font-size: 90%;
	font-weight: bold;
	color: red;
}

@media (max-height: 600px) {
#delivery_payment {
	top: 40px !important;
}
}
