.good-card{
	border: 1px solid #d8d9db;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border-radius: 4px;

}
.good-card-img-a{
	display: block;
	height: 220px;
	margin-bottom: 10px;
}
.good-card-img{
	width: auto;
    max-height: 220px;
}
.good-card-name{
	display: block;
	text-align: center;
	height: 87px;
	overflow: hidden;
	color: black;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 10px;
    cursor: pointer;
}
.current-price{
	float: right;
	font-size: 22px;
	color: #000;
	vertical-align: middle;
}
.good-buy-block{
	margin-top: 10px;
}
.good-buy-block .buy-btn{
	display: inline-block;
	text-align: center;
	background-color: #c41a50;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    border: none;
    padding: 13px 19px;
    line-height: 1;
    cursor: pointer;
    float: left;
    border-radius: 4px;
    margin-left: 10px;
}
.good-buy-block .buy-btn:hover{
	text-decoration: none;
	background: #ff0000;
}
.good-buy-block .buy-btn.grey{
	background: #ccc;
}
.good-buy-block .buy-btn.grey:hover{
	text-decoration: none;
	cursor: text;
}
.razmery-block{
	float: left;
	width: 50%;
	vertical-align: middle;
}
.razmery-block select{
	width: 100%;
}
.good-quantity-input{
	float: left;
	width: 30% !important;
}
.good-more-a{
	margin-top: 10px;
	display: block;
	text-align: right;
	font-size: 18px;
	text-decoration: underline;
	color: #747474;
}
.good-card .price-block .current-price{
	float: right;
    font-size: 22px;
    color: #000;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}