.popup-window-buttons .btn-default{
	
	background: #7AA141 !important;
	color: #fff;
	border-color: #7AA141 !important;
}

.popup-window-content img {
	margin: auto;
	max-height: 210px !important;
	margin-bottom: 15px;
}

.info-card__btn-group .bx-catalog-subscribe-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	padding: 0 10px;
	border: 1px solid #FFB800;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	min-width: 150px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 16px;
	line-height: 1;
	color: #FFB800;
}

.info-card__btn-group .bx-catalog-subscribe-button:hover {
	background-color: #FE9800;
	color: #fff;
	border-color: #FE9800;
}
.price-card__count{
	display: flex;
	flex-direction: column;
}
.old-price{
	text-decoration: line-through;
	font-size: 20px;
	color: grey;
}