.catalog_item.article-card{
	min-height:340px;
	margin-bottom: 15px;
	padding-bottom:15px;
}
.catalog_item .article-card_content.ti{
	height:65px;
	overflow:hidden;
}

.catalog_item .price_value{
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:600;
}
.catalog_item .price_buttons{
	text-align: center;
}
.catalog_item .button_in_cart{
		background: #ffd633;
		margin: 0 auto;
		color: #000;
		line-height: 28px !important;
		border-radius:3px;
		height: 28px;
		-webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
		box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
		font-weight: 600;
		box-sizing: unset;
		padding: 5px 28px;
		display: inline-block;
		vertical-align: top;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
}
.button_in_cart.grey_b{
	background:grey;
	color:#fff;
}
.button_in_cart.grey_b>span>i{
	background: url(/static/img/cart_ico_white.svg) no-repeat !important;
}
.catalog_item .button_in_cart>span{
	display:block;
	height:100%;
	display:flex;
}
.catalog_item .button_in_cart>span>font{
	display:block;
	line-height:32px;
}
	
.catalog_item .button_in_cart>span>i{
	display:block;
	background-size: contain;
	height:28px;
	width:28px;
	background: url(/static/img/cart_ico.svg) no-repeat;
	margin-right:10px;
}


.catalog_item .button_in_cart_rp{
		background: #ffd6339e;
		margin: 0 auto;
		color: #000;
		line-height: 28px !important;
		border-radius:3px;
		height: 28px;
		-webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
		box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
		font-weight: 600;
		box-sizing: unset;
		padding: 5px 28px;
		display: inline-block;
		vertical-align: top;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
}
.catalog_item .button_in_cart_rp>span{
	display:block;
	height:100%;
	display:flex;
}
.catalog_item .button_in_cart_rp>span>font{
	display:block;
	line-height:32px;
}

 @media (min-width: 500px) {
	.bottom_cart{
		display:none;
	}
 }
 @media (max-width: 500px) {
	.ht__right{
		display:none;
	}
 }
 
.bottom_cart{
	position:fixed;bottom:0;width:100%;height: 40px;background:black;z-index: 10;text-align: center;padding-top: 5px;
}
.bottom_cart>a{
	margin: 0 auto;
    display: inline-block;
    color: white;
	border: 1px solid;
    padding: 3px 12px;
    border-radius: 21px;
    height: 32px;
    display: block;
    font-size: 16px !important;
    line-height: 1.75 !important;
    font-family: GothamPro, sans-serif;
	max-width: 175px;
}
.bottom_cart>a>nav{
	display: inline-block;
    vertical-align: top;
    height: 18px;
    margin-top: -5px;
    line-height: 27px;
    margin-top: -2px;
}
.bottom_cart>a>nav>div{
    text-decoration: none;
    color: #fff;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
	margin-right: 6px;
}
.bottom_cart>a>nav>div>span{
	width: 26px;
    height: 26px;
    background: url(/static/img/cart_ico_white.svg);
    background-size: contain;
	display: block;
}
.bottom_cart>a>nav>span{
	line-height: 27px;
}







.price_buttons2 .button_in_cart{
		background: #ffd633;
		margin: 0 auto;
		color: #000;
		line-height: 28px !important;
		border-radius:3px;
		height: 28px;
		-webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
		box-shadow: 0 30px 50px rgb(0 0 0 / 10%);
		font-weight: 600;
		box-sizing: unset;
		padding: 5px 28px;
		display: inline-block;
		vertical-align: top;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
}
.button_in_cart.grey_b{
	background:grey;
	color:#fff;
}
.button_in_cart.grey_b>span>i{
	background: url(/static/img/cart_ico_white.svg) no-repeat !important;
}
.price_buttons2 .button_in_cart>span{
	display:block;
	height:100%;
	display:flex;
}
.price_buttons2 .button_in_cart>span>font{
	display:block;
	line-height:32px;
}
	
.price_buttons2 .button_in_cart>span>i{
	display:block;
	background-size: contain;
	height:28px;
	width:28px;
	background: url(/static/img/cart_ico.svg) no-repeat;
	margin-right:10px;
}