.panel, .order-section {
    margin-bottom: 18px;
    position: relative;
    background: #fff;
}
.panel__head, .order-section .order-section__title {
    font-size: 20px;
    overflow: hidden;
    padding: 9px 18px;
    text-align: left;
}
.panel__name {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
.panel__body, .order-section .bx-soa-section-content {
    margin: 0;
    padding-top: 18px;
}
.panel__body .table_items, .order-section .bx-soa-section-content .table_items {
    margin-bottom: 0;
}
.panel__body .table_items tr:last-child>td, .order-section .bx-soa-section-content .table_items tr:last-child>td {
    border-bottom: 0;
}
.panel__body.is-hidden, .order-section .is-hidden.bx-soa-section-content {
    display: none;
}
.panel__col {
    margin-bottom: 18px;
}
.panel__col .list-inline {
    margin-bottom: 0;
}
.panel__icon {
    fill: #e0e0e0;
    margin-right: .5em;
}
.panel__icon.icon-user {
    height: 22px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 22px;
}
.panel__icon.icon-box {
    height: 22px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 23px;
}
.panel__icon.icon-cart {
    height: 22px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 26px;
}
.panel__more {
    color: #0f7cc0;
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.panel__sub {
    padding: 9px 0 7.2px;
    text-transform: uppercase;
}
.panel__subtitle {
    color: #999999;
    float: left;
    font-size: 10px;
    margin: 0 4.5px 0 0;
}
.panel__subborder {
    background: #e0e0e0;
    display: block;
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
}
.panel__footer {
    margin: 9px 18px;
    padding-top: 9px;
    border-top: 1px solid #e0e0e0;
}
.panel__footer a {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.panel__footer a:hover {
    text-decoration: underline;
}

#basket_items_list {
    background: #fff;
}
.table_items, .table_items>tbody, .table_items>tbody>tr {
    display: block;
}
.table_items>tbody>tr>td {
    display: block;
    border: none;
    padding: 0;
}
.table_item {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}
.table_item__td:first-line {
    line-height: 36px;
}
.table_item__pic {
    box-sizing: border-box;
    float: left;
    padding: 0 9px 9px 0;
    text-align: center;
    width: 30%;
}
.table_item__img{
    max-width: 100%;
    height: auto;
}
.table_item__head {
    margin-bottom: 9px;
    text-align: left;
}
.table_item__name {
    margin: 0;
}
.table_item__offer_props {
    margin-bottom: 9px;
}
.table_item .table_item__price {
    float: left;
}
.table_item .table_item__sum {
    clear: right;
    float: right;
}
.table_item__quantity {
    float: right;
    margin-bottom: 9px;
}
.table_item__total {
    clear: both;
    text-align: center;
}
.table_item__link {
    margin-left: 0.75em;
    margin-right: 0.75em;
    white-space: nowrap;
}
.table_item .price__pdv {
    color: #333;
}
.table_item .dl-list {
    overflow: hidden;
}
.old_price_basket{
    text-decoration: line-through;
}
.table_item__price, .table_item__sum{
    font-weight: bold;
}
.basket-warning{
    border: 1px solid #0000B2;
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    font-weight: 500;
}
@media (min-width: 768px) {
    .table_item__name {
        font-size: 15px;
    }
    .table_item__pic {
        padding: 0 18px 18px 0;
    }
    .table_item__props {
        clear: none;
    }
}
@media (min-width: 992px) {
    .table_items {
        display: table;
        min-height: auto;
        width: 100%;
    }
    .table_items>tbody {
        display: table-row-group;
    }
    .table_items>tbody>tr {
        display: table-row;
    }
    .table_item__td, .table_items>tbody>tr>td, .table_item .table_item__quantity, .table_item .table_item__price, .table_item .table_item__total, .table_item .table_item__sum {
        display: table-cell;
        float: none;
        margin: 0;
        padding: 15px 5px;
        vertical-align: top;
    }
    
    .table_item {
        display: table-row;
        margin: 0;
        padding: 0;
        position: static;
    }
    .table_item__title {
        display: none;
    }
    .table_item .table_item__total {
        float: right;
        text-align: right;
        text-transform: lowercase;
        font-weight: bold;
    }
    .table_item__link {
        display: block;
        margin: 0 0 9px 0;
    }
}

.img-del-icon {
    width: 30px;
    margin: 3px 30px 5px 0;
}

.bx-sbb-empty-cart-image {
    margin: 50px auto 42px;
    width: 131px;
    height: 116px;
    background: url(./img/empty_cart.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
}

.bx-sbb-empty-cart-text {
    margin-bottom: 42px;
    color: #bababa;
    text-align: center;
    font-size: 36px;
}

.bx-sbb-empty-cart-desc {
    margin-bottom: 42px;
    color: #000;
    text-align: center;
    font-size: 16px;
}

.bx-sbb-empty-cart-desc a {
    color: #44b1c9;
}
.bx-sbb-empty-cart-desc a:hover {
    color: #0000B2;
    text-decoration: underline;
}

.basket-warning,
.basket-item-warning {
    border: 1px solid #ff8abf;
    padding: 10px;
    border-radius: 7px;
    text-align: center;
    font-weight: 500;
    background: #ff8abf;
}
.basket-item-warning {
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.basket-item-warning-promo{
    background: rgb(255, 245, 71);
}

@media (max-width: 991px) {
    
    .table_item.product .table_item__price.price,
    .table_item.product .table_item__quantity,
    .table_item.product .table_item__sum.price
    {
        clear: right;
        float: right;
    }
}

