

/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/.default/style.css?16746288788211*/
#basket-item-table thead tr {
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    text-transform: none;
    background-color: #626262;
}

@media screen and (max-width: 1200px) {
    #basket-item-table thead {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #basket-item-table tbody {
        display: block;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    #basket-item-table tbody::before,
    #basket-item-table tbody::after {
        content: "";
        display: table;
    }

    #basket-item-table tbody::after {
        clear: both;
    }
}

@media screen and (max-width: 600px) {
    #basket-item-table tbody {
        margin-left: 0;
        width: 100%;
    }
}

#basket-item-table tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
    line-height: 1.375;
}

@media screen and (max-width: 1200px) {
    #basket-item-table tbody tr {
        position: relative;
        float: left;
        box-sizing: border-box;
        margin: 15px;
        padding: 15px;
        width: 270px;
        border: 1px solid #d0d0d0;
    }
}

@media screen and (max-width: 600px) {
    #basket-item-table tbody tr {
        display: block;
        float: none;
        margin: 15px auto;
    }
}

#basket-item-table tbody td {
    padding: 20px;
    padding-right: 0;
}

#basket-item-table tbody td:first-child {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    #basket-item-table tbody td {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }

    #basket-item-table tbody td:last-child {
        margin-bottom: 0;
    }
}

.basket-items-list-item-removed-name {
    float: left;
}

.basket-items-list-item-removed-block {
    float: right;
    color: #92b438;
}

.basket-items-list-item-removed-block a:hover {
    color: #9fd121;
}

.basket-item-block-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 113px;
    height: 113px;
    text-align: center;
    border: 1px solid #d0d0d0;
}

@media screen and (max-width: 1200px) {
    .basket-item-block-image {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 160px;
        border: none;
    }
}

.basket-item-image-link {
    display: table-cell;
    vertical-align: middle;
    width: 113px;
    height: 113px;
}

@media screen and (max-width: 1200px) {
    .basket-item-image-link {
        width: 160px;
        height: 160px;
    }
}

.basket-item-image {
    max-width: 100%;
    max-height: 100%;
}

.basket-item-block-info {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
}

@media screen and (max-width: 1200px) {
    .basket-item-block-info {
        max-width: none;
    }
}

.basket-item-info-name {
    margin-top: 0;
    font-size: 14px;
    text-transform: none;
}

@media screen and (max-width: 1200px) {
    .basket-item-info-name {
        margin-bottom: 5px;
    }
}

.basket-item-property {
    font-size: 14px;
    color: #9f9f9f;
}

.basket-item-property-name,
.basket-item-property-value {
    display: inline-block;
    vertical-align: top;
}

#basket-item-table tbody .basket-items-list-item-discount {
    font-size: 14px;
    font-weight: bold;
    color: #a80000;
}

@media screen and (max-width: 1200px) {
    #basket-item-table tbody .basket-items-list-item-discount {
        float: right;
    }
}

.basket-item-price-current {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.basket-item-price-old {
    font-size: 12px;
    color: #9c9c9c;
    text-decoration: line-through; 
}

@media screen and (max-width: 1200px) {
    .basket-item-block-amount {
        text-align: center;
    }
}

.basket-item-amount-filed {
    max-width: 95px;
}

.basket-item-amount-filed-block,
.basket-item-amount-field-description {
    display: inline-block;
    vertical-align: middle;
}

.basket-items-list-item-price {
    position: relative;
}

@media screen and (max-width: 1200px) {
    .basket-items-list-item-price {
        position: static;
    }
}

.basket-item-block-actions {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .basket-item-block-actions {
        position: absolute;
        top: 0;
        right: 0;
        transform: none;
    }
}

.basket-item-actions-remove {
    display: block;
    width: 26px;
    height: 26px;
    font-size: 24px;
    line-height: 30px;
    color: #d0d0d0;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .basket-item-actions-remove {
        border: none;
    }
}

.basket-checkout-container {
    position: relative;
    margin: 30px 0;
}

.basket-coupon-section {
    float: left;
    margin-right: 30px;
    padding: 30px 15px 20px;
    max-width: calc(100% - 60px);
    width: 340px;
    background-color: #f5f5f5;
}

@media screen and (max-width: 1200px) {
    .basket-coupon-section {
        float: none;
    }
}

@media screen and (max-width: 900px) {
    .basket-coupon-section {
        margin: 0 auto;
    }
}

.basket-coupon-block-field-description {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    text-transform: uppercase;
}

.basket-coupon-block-field .form,
.basket-coupon-block-field .form-control,
.basket-coupon-block-coupon-btn {
    display: inline-block;
    vertical-align: middle;
}

.basket-coupon-block-field .form-control {
    margin-right: 10px;
    width: 100px;
    height: 35px;
    line-height: 35px;
}

.basket-coupon-block-field .basket-coupon-block-coupon-btn {
    font-size: 12px;
}

.basket-coupon-alert-inner:first-child {
    margin-top: 10px;
}

.basket-coupon-text {
    float: left;
    width: calc(100% - 80px);
}

.close-link {
    float: right;
    color: #a80000;
    cursor: pointer;
}

.basket-callback {
    float: left;
    margin-right: 30px;
    max-width: calc(100% - 30px);
    width: 370px;
}

@media screen and (max-width: 1200px) {
    .basket-callback {
        float: none;
        margin-top: 20px;
    }
}

@media screen and (max-width: 900px) {
    .basket-callback {
        margin: 20px auto;
    }
}

.basket-callback-text {
    padding: 15px;
    font-size: 14px;
    color: #626262;
    background-color: #f5f5f5;
}

.basket-callback-bottom {
    position: relative;
    padding-left: 65px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    background-color: #626262;
}

.basket-callback-bottom a:hover {
    color: #fff;
}

.basket-callback-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #21a73f url(/local/templates/.default/img/icons.png) no-repeat 7px -467px;
}

.basket-total-price {
    float: left;
    max-width: calc(100% - 30px);
    width: 370px;
}

@media screen and (max-width: 1200px) {
    .basket-total-price {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 900px) {
    .basket-total-price {
        position: static;
        margin: 20px auto;
    }
}

.basket-total-price-content {
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #626262;
    text-transform: uppercase;
    background-color: #f5f5f5;
}

.basket-total-price-content strong {
    text-transform: none;
}

.basket-total-price-bottom {
    padding-left: 15px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #626262;
}

.basket-checkout-block {
    margin-top: 15px;
}

.basket-btn-checkout {
    float: right;
}

.empty-basket-header {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.empty-basket .empty-basket-btn {
    display: block;
    margin: 20px auto 30px;
    width: 235px;
    font-size: 12px;
}

.empty-basket-text {
    font-size: 18px;
    text-align: center;
}
/* End */
/* /local/templates/.default/components/bitrix/sale.basket.basket/.default/style.css?16746288788211 */
