


/* Start:/local/templates/texenergo_sale/components/bitrix/sale.basket.basket/modern/style.css?17731441719002*/
.header-order {
    display: flex;
    flex-direction: row;
    font-family: "Brutal Type", sans-serif;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.header-order .headline {font-size:24px;}
.header-order nav {
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-order nav li a,
.header-order nav li {
    color: #9c9da0;
    font-size: 14px;
    font-weight: 500;
    list-style-type: none;
    text-transform: uppercase;
}
.header-order nav li i {
    margin: 0 8px;
    font-size: 16px;
    font-weight: 500;
}
.header-order nav li.crumbsActive {
    color: #ff5a12;
}
@media (width < 752px) {
    .header-order nav li {display:none;}
    .header-order nav li.crumbsActive {display:inline;}
    li.crumbsActive + li {display:inline;}
}

.backgroud-grey {background-color: #f0f0f0;}
.shift-top {position: relative; top:-24px;background-color: #fff;}
#order_basket {margin-bottom:-48px;}
.basket-title-line {
    position: relative;
}
.blockHeader h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}
.blockHeader {
    font-family: "Brutal Type", sans-serif;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1);
}
#basket-delete {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 10;
}
#small-basket-delete {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 0 10px;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 10;
}
#small-basket-delete .zmdi {
    padding-top: 3px;
    font-size: 32px;
}
.flex-table {
    display: flex;
    flex-direction: column;
}
.flex-table-head {
    border-top:3px solid #f0f0f0;
    border-bottom:3px solid #f0f0f0;
    padding:12px 0;
}
.flex-table-row {
    border-bottom:3px solid #f0f0f0;
    padding:12px 0;
}
.flex-table-row {
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.flex-table-footer {
    padding: 8px 0;
    min-height: 32px;
}
.flex-table-footer .flex-block-a {
    justify-content: flex-end;
}
.flex-table-footer .flex-block-c {
    font-size: 18px;
    justify-content: flex-end;
}
.flex-table-cell {
    font-size: 16px;
}
.flex-table-left-cell {
    display:flex;
    align-items: flex-start;
    flex: 0 0 147px;
}
.flex-table-head .flex-table-left-cell {
    align-items: center;
}
.flex-table-left-cell label {
    font-size:16px;
    font-weight: normal;
    margin:0;
}
.flex-table-img-cell {
    position: relative;
}
.flex-table-title-cell {
    flex: 2 0 340px;
}
.flex-table-price-cell {
    display:flex;
    align-items: center;
    flex: 1 0 284px;
    flex-direction: row;
}
.flex-table-quant-cell {
    flex: 1 0 100px;
}
.flex-table-cost-cell {
    display: flex;
    flex: 1 0 224px;
    text-align: right;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}
.flex-table-cell a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-height: 40px;
    color: #000;
    margin-bottom: 6px;
}
.table-cell {
    padding:8px 4px;
}
.table-cell:last-child {
    padding-right:12px;
}

.flex-table-left-cell.table-cell {
    padding-left:0;
}
.flex-table-title-cell.table-cell {
    font-size:16px;
    padding:8px 30px;
}
.flex-table-head .table-cell {
    font-family: "Brutal Type", sans-serif;
    font-size:16px;
}
.flex-table-title-cell a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    max-height: 40px;
    color: #000;
    margin-bottom: 6px;
}
.col-quant-inner {
    height:32px;
}
.flex-table-cost-cell > .cartSum {
    font-family: "MuseoSansCyrl700", sans-serif;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    top:2px;
}
.flex-table-cost-cell > .cartSum-request {
    font-family: "MuseoSansCyrl700", sans-serif;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    top:2px;
}
.item-checkbox-clear {
    padding:0 12px 0 12px;
}
.flex-table-img-cell .picture {
    display: block;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    width:110px;
}
.catDiscount-cart {
    top: 0;
    right: 0px;
    margin-top: 2px;
}
.item-info div {
    color:#6f6f6f;
    font-size:12px;
}
.item-info div .text-black{
    color:#000;
    font-size:12px;
}

.item-rest {
    font-size:14px;
    padding:0;
    width: 138px;
}
.price-multiplicity {
    color:#7c7c7c;
    font-size:12px;
}
.col-price-inner {
    color: #6F6F6F;
    font-size:14px;
    width:138px;
}

.flex-table-price-cell .quantity-container {
    border: 1px solid #f0f0f0;
    width: 138px;
    /*height: 32px;*/
    /*font-size: 10px;*/
    /*line-height: 20px;*/
    /*text-align: center;*/
    margin-bottom: 0;
}
.flex-table-price-cell .quantity-container .value {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #6F6F6F;
    display: inline;
    border: none;
    background: none;
    outline: 0;
    width: 64px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}

.flex-table-price-cell .quantity-container .minus,
.flex-table-price-cell .quantity-container .plus {
    display: block;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    outline: 0;
    height: 32px;
    width:32px;
    text-indent: 0;
    cursor: pointer;
    background: #fff;
    color: #6f6f6f;
    position: relative;
}
.flex-table-footer {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    padding-right: 12px;
}
.flex-table-total-cost-cell {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 450px;
}
.flex-table-total-cost-cell .total-label {
    display:inline-block;
    font-size: 16px;
    padding: 0px 24px 0px 0px;
}
.flex-table-total-cost-cell .cartSum{
    display:inline-block;
    font-family: "MuseoSansCyrl700", sans-serif;
    font-size: 26px;
    line-height: 32px;
}
.zero-note {
    clear: both;
    color: #ff5a12;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    padding: 0 0 4px;
    text-align: left;
    width: 450px;
}
.cartButtons {
    text-align: right;
    padding: 0px 20px 12px;
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.1);
}
.flex-table-left {
    display:flex;
}
.flex-table-right {
    display:flex;
}
.flex-table-footer-note {
    border-top: 3px solid #ebebeb;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 15px 12px 15px 45px;
}
.flex-table-footer-note ul {
    display:flex;
    flex-direction: column;
    list-style-type: disc;
    font-size: 10pt;
    color: #3d3d3d;
}
.button.orange, .cartButtons .button {
    border-radius: 5px;
}

@media (width < 1200px) {
    .flex-table-price-cell {
        display: flex;
        align-items: center;
        flex: 1 0 150px;
        flex-direction: column-reverse;
    }
}
@media (width < 992px) {
    .flex-table-price-cell {
        display: flex;
        align-items: flex-start;
        flex: 1 0 150px;
        flex-direction: column-reverse;
        padding-left:37px;
    }
    .flex-table-title-cell {
        flex: 2 1 480px;
    }
    .flex-table-head .flex-table-price-cell {display:none;}
    .flex-table-left,
    .flex-table-right {width:100%;}
    .flex-table-price-cell {width: 50%;}
    .flex-table-cost-cell {width:50%;}
    .flex-table-head .flex-table-cost-cell {display:none;}
}
@media (width < 700px) {
    .flex-table-title-cell {
        flex: 2 1 400px;
    }
}
@media (width < 620px) {
    #basket-delete {
        display:none;
    }
    #small-basket-delete {
        display:inline-block;
    }
}
@media (width < 576px) {
    .flex-table-title-cell {
        flex: 2 1 320px;
    }
    .zero-note,
    .flex-table-total-cost-cell {
        width: 400px;
    }
}
@media (width < 501px) {
    .flex-table-title-cell {
        flex: 2 1 240px;
    }
}
.cartItem {
    background-color: #fff;
    padding: 12px 0;
    position: relative;
    margin-top: 3px;
    /*box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.1);*/
}
.b-emptyCart {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}
.importOrderBtn {
    margin-right:8px;
}
.blocked-link {pointer-events:none;}
/* End */
/* /local/templates/texenergo_sale/components/bitrix/sale.basket.basket/modern/style.css?17731441719002 */
