#xsell h2.productscategory_h2 {
    margin:40px 0 20px 0;
    padding:10px 0;
    border-bottom:1px solid #ccc;
    font-size:18px;
    color:#333
}

#order #xsell {
    width: 100%;
}

#xsell {
    border: solid 1px #d2d2d2;
    overflow:hidden;
}

#xsell ul {
    list-style-type:none;
    display: grid;
    grid-auto-flow: column;
    width: auto !important;
}

#xsell li {
    display: flex;
    flex-direction: column;
}

#xsell li a.lnk_img {
    display:block;
}
#xsell li a img {
    border:1px solid transparent;
}
#xsell li p.product_name {
    text-align:center;
}

#xsell_list {
    float: left;
    width: 100%;
}

#xsell_scroll_left,
#xsell_scroll_right {
    background: url('../img/thumbs_left.gif') no-repeat center;
    text-indent: -3000px;
    display: block;
    width: 9px;
    height: 18px;
    float: left;
    margin-top: 30px;
}
#xsell_scroll_right {
    background-image: url('../img/thumbs_right.gif');
}

#xsell_list .bx-wrapper  {
    max-width: unset !important;
    margin-bottom: 0;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
    background: unset;
}

#xsell_list .bx-wrapper .bx-viewport {
    overflow: visible !important;
    height: unset;
}

#xsell_list .sale-box {
right: -4px;
top: -3px;
}

#xsell_list .sale-box .sale-label {
text-transform: none;
}

#xsell_list .sale-box .sale-label {
background: #88b027;
}

#xsell_list .sale-box .sale-label:before,
#xsell_list .sale-box .sale-label:after {
border-color: #435813 transparent transparent transparent;
}

#xsell_list_car .product-box .s_title_block {
min-height: 46px;
flex: 1 1 auto;
}

#xsell_list_car li .product-name a {
font: normal 15px/23px "MuseoSlab-500";
}
