.bx-basket-item-list{
    margin-top: 30px;
}

.bx-basket-item-list-container{
    border-bottom: 1px solid #d8d8d8;
}

.bx-basket-item-list-item {
    position: relative;
    margin-bottom: 20px;
    padding-right: 30px;
    display: flex;
}

.bx-basket-item-list-item-img {
    width: 50px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 10px;
    float: left;
    text-decoration: none;
}

.bx-basket-item-list-item-img img{
    max-width: 100%;
    width: 90%;
    height: auto;
}

.bx-basket-item-list-item-info {
    flex: 1;
}

.bx-basket-item-list-item-name {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
}

.bx-basket-item-list-item-price-summ {
    font-size: 14px;
}

.delete_cart_item{
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/partners/img/del-cart.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.bottom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.bottom-block-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 16px / 28px "Bebas Neue", Roboto;
    padding: 15px 50px 14px !important;
    color: #202335;
    font-size: 20px;
    letter-spacing: 0.5pt;
    line-height: 1;
    border-top: 3px solid #758be0 !important;
    border-bottom: 3px solid #b9c7fd;
    background: #b9c7fd;
    text-decoration: none;
    transition: .2s ease-in-out;
    text-transform: uppercase;
}

.bottom-block-btn a:hover {
    background: #758be0;
}

.bottom-block-total {
    font-weight: 500;
}