.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;
}
.product-card__content {
	min-height: 262px!important;
	bottom: -144px!important;
}
.product-card:hover .product-card__content {
	bottom: 0!important;
}
.product-card__content.no-can-buy {
	min-height: 100px!important;
	bottom: -55px!important;
}
.product-card:hover .product-card__name-wrap {
	 margin: 0!important;
}
.product-card:hover .product-card__content.no-can-buy .product-card__name-wrap,
.product-card .product-card__content.no-can-buy .product-card__name-wrap {
	margin-bottom: 30px !important;
}
.product-card:hover .product-card__btn.quan-block {
    visibility: initial;
}
.product-card__btn.quan-block {
    flex-direction: column;
    align-items: start;
    gap: 20px;
	visibility: hidden;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.quan-block-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
input.quan-block__input::-webkit-outer-spin-button,
input.quan-block__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quan-block__down,
.quan-block__up {
	width: 30px;
	height: 42px;
	background: #F9F9F9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #BEC8CD;
	cursor: pointer;
}
.quan-block__input {
	width: 48px;
	height: 42px;
	background: #F9F9F9;
	border: 0;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.quan-block__down {
	border-radius: 10px 0px 0px 10px;
}
.quan-block__up {
	border-radius: 0px 10px 10px 0px;
}
.quan-block__down:hover,
.quan-block__up:hover {
	background: #BEC8CD;
	color: #FFFFFF;
}
.quan-block__parametr {
	display:flex;
}
.quan-block__container {
	display: flex;
	gap: 16px;
}
.quan-block__info {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #BEC8CD;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.price-card__count-d.old-price{

	text-decoration: line-through;
	font-size: 15px;
	color: grey;
}
.product-card__price{
	display: flex;
	flex-direction: column;
}