.bestsellers .bx_item_list_bestsellers{
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
.bestsellers .bx_item_list_bestsellers .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
    width: 278px;
    min-width: 278px;
    height: 413px;
    min-height: 413px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
	border: 1px solid #BEBEBE;
}
.bestsellers .bx_catalog_item_label{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #13100D;
	opacity: 0.6;
	margin-top: 5px;
}


.bestsellers .bx_catalog_item_controls_blocktwo {    
	display: flex;
    gap: 10px;
}
.bestsellers .bx_catalog_item_controls a{
	display:inline-block;
	width: 36px;
	height: 36px;
	position:relative;
	background: #EBEBEB;
	border-radius: 6px;
}
.bestsellers .bx_catalog_item_controls a:last-child{
	background: #ee1f27;
}
.bx_catalog_item_controls_blocktwo a .fa-shopping-cart:before {background-image: url('/local/templates/news/images/cart-white.svg') !important;}
.bx_catalog_item_controls_blocktwo a:hover .fa-shopping-cart:before {background-image: url('/local/templates/news/images/cart.svg') !important;}
.bestsellers .bx_catalog_item_controls a:last-child:hover{
	background: #EBEBEB;
}
.bestsellers .bx_catalog_item_controls a i.fa{
    font-size: 20px;
    position: relative;
    top: 3px;
	left: 3px;
}.bx_catalog_item_controls_blocktwo a{cursor:pointer;}
.bx_catalog_item_controls_blocktwo a:hover{color:#EE1C24;}
.bestsellers .bx_price .base{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #13100D;
}

.bestsellers .bx_price .base4{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #13100D;

	opacity: 0.6;
}










.bestsellers .bx_catalog_item_params{
    display: flex;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bestsellers .bx_catalog_basket_inner{display:flex;justify-content: space-between;}
.bestsellers .bx_catalog_item_header{display:flex;justify-content: space-between;}
.bestsellers .bx_catalog_item_approved{
    /* одобрено */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    gap: 10px;
    width: 108px;
    height: 18px;
    font-size:12px;
    background: #13100D;
    border-radius: 6px;
    color:#FFFFFF;
    background: #13100D;
    border-radius: 6px;

}
.bestsellers .bx_catalog_item_artnumber{
    width: max-content;
    margin-top: 4px;
    height: 14px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #71706E;
}
.bestsellers .bx_catalog_image,.bestsellers .bx_catalog_image a{
    display:block;
    width:255px;
    height:255px;
}
.bestsellers .bx_catalog_image a{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bestsellers .bx_catalog_item_title{
    width: 252px;
    height: 19px;
    display: block;
    overflow: hidden;
}
.bestsellers .bx_catalog_item_title a{

    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #EE1C24;
    text-decoration:none;
}
.bestsellers .bestsellers-inner{
    display:flex;
    justify-content: flex-start;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .bestsellers .bx_item_list_bestsellers .bx_catalog_item{
        box-sizing: border-box;
        width: 278px;
        height: 413px;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        border-radius: 6px;
    }
}
.bx_bt_button{
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    background: #EBEBEB;
    border-radius: 6px;
    background: #ee1f27;

}
.bx_bt_button .fa-shopping-cart{position:absolute;left:1px;}
.bx_bt_button .fa-shopping-cart:before {
    background-image: url('/local/templates/news/images/cart-white.svg') !important;
}

.bx_bt_button:hover .fa-shopping-cart:before {
    background-image: url('/local/templates/news/images/cart.svg') !important;
}