

/* Start:/local/templates/rb/components/rb/sale.basket.order.ajax/.default/style.css?17714922577080*/
.text_right {
    text-align: right;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.text_right i {
    margin-right: 5px;
}

.cart_table {
    width: 100%;
    margin-bottom: 20px;
}

.cart_table tbody td, .cart_table tfoot td {
    vertical-align: middle;
}

#popup_one_click_form .cart_table tbody td, #popup_one_click_form .cart_table tfoot td {
    height: 5em;
}

.cart_left_label {
    margin-right: 10px;
}

.fw_normal {
    font-weight: normal;
}

.orders_history tbody tr td .cart-item-name-wrap {
    flex-direction: row;
}

.color-basket {
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
}

input[type=checkbox] + label > span.checkbox_square {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #2f2f2f;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    transition: .2s all;
    margin-right: 10px;
}

input[type=checkbox] + label > span.checkbox_square:before {
    content: "";
    width: 15px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 1px;
    right: -5px;
    transform: rotate(-50deg);
    transition: .2s all;
}

input[type=checkbox] + label > span.checkbox_square:after {
    content: "";
    width: 8px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 4px;
    left: -1px;
    transform: rotate(45deg);
    transition: .2s all;
}

input[type=checkbox]:checked + label > span.checkbox_square {
    background: rgba(254, 195, 43, 1);
    border-color: rgba(254, 195, 43, 1);
}

input[type=checkbox]:checked + label > span.checkbox_square:before,
input[type=checkbox]:checked + label > span.checkbox_square:after {
    background: #2f2f2f;
}

.input_req_container .checkbox_square {
    margin-bottom: 20px;
    float: left;
    margin-top: 25px;
    margin-right: 15px !important
}

.order_props .checkbox_square {
    margin-bottom: 20px;
    float: left;
    margin-top: 12px;
    margin-right: 15px !important
}

.cart_inp_container .checkbox_square {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    transform: translateY(100%);
}

@media screen and(max-width: 1220px) {
    .cart_inp_container .checkbox_square {
        float: left;
        margin-right: 10px;
        margin-bottom: 35px;
        margin-top: 0;
        transform: translateY(180%);
    }
}

.orders_history .thead_td {
    color: #8c8c8c;
    padding-left: 28px !important;
}

.big_empty_txt {
    font-weight: 400;
}

.order_big_number {
    font-size: 29px;
    font-weight: normal;
    color: #2f2f2f;
}

.order_cancel {
    text-decoration: none;
    border-bottom: 1px dashed #8c8c8c;
    display: inline;
    line-height: 12px;
    position: relative;
    width: fit-content;
}

.order_cancel_x {
    position: absolute;
    right: -16px;
    width: 12px;
    height: 12px;
    transition: .3s all ease-out;
}

.order_cancel_x:after,
.order_cancel_x:before {
    content: '';
    width: 12px;
    height: 1px;
    background-color: #8c8c8c;
    display: inline-block;
    position: absolute;
    top: 5px;
}

.order_cancel_x:after {
    transform: rotate(135deg);
}

.order_cancel_x:before {
    transform: rotate(45deg);
}

.cart_inp_container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cart-item-name a {
    font-size: 19px;
}

.cart_table .cart_table_img_a img {
    opacity: 0;
}

.cart_table .cart_table_img_a {
    background-color: #f2f2f2;
    background-blend-mode: multiply;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.cart_table tbody td, .cart_table tfoot td {
    vertical-align: middle;
}


#popup_one_click_form .cart_table tbody td, #popup_one_click_form .cart_table tfoot td {
    height: 5em;
}

.input_exp {
    width: 37px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-out
}

.input_exp:hover {
    background-color: #fede8b;
    cursor: pointer;
}

.dec_exp {
    left: 17px;
    border-right: 2px solid #f8d988;
}

.inc_exp {
    right: 17px;
    border-left: 2px solid #f8d988;
}

.dec_exp:after,
.inc_exp:after {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #000;
}

.inc_exp:before {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #000;
    transform: rotate(90deg);
    position: absolute;
}

.exp_inp_main {
    width: 102px !important;
    border: 2px solid #f8d988;
    border-radius: 5px;
    height: 26px;
    padding: 5px;
}

.orders_history tbody tr td {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.orders_history tbody tr td:first-child {
    border-left: 1px solid #cdcdcd;
}

.orders_history tbody tr td:last-child {
    border-right: 1px solid #cdcdcd;
    padding-right: 30px;
}

.orders_history tbody tr td div {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    box-sizing: border-box;
}

.orders_history tbody .row_breaker td {
    padding: 5px 0 !important;
    border: 0 !important;
}

@media screen and(max-width: 1220px) {
    .cart-item-name > div {
        max-width: 220px;
    }
}


.order_sum, .order_sum span {
    font-weight: bold;
}

.order_props select {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 16px;
    padding: 11px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: transparent;
    transition: .2s all;
}

.order_props input[disabled], .order_props textarea[disabled] {
    cursor: not-allowed;
    background: #e4e4e4;
}

.btn_offer {
    width: unset !important;
    padding: 12px 22px !important;
    margin-top: 15px;
    background-color: #10c96c !important;
}

#ORDER_PROP_10_label {
    display: flex;
    align-items: center;
}

#ORDER_PROP_10_label .checkbox_square {
    margin-bottom: 0px;
    transform: none;
    flex-basis: 12px;
}

@media screen and (max-width: 1007px) {
    #ORDER_PROP_10_label .checkbox_square {
        flex-basis: 14px;
    }
}

.clear_cart {
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px dashed #8c8c8c;
    display: inline-block;
    line-height: 23px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    color: #3c3c3c;
    margin-bottom: 20px;
}

@media screen and (max-width: 1007px){
    .clear_cart {
        font-size: 16px!important;
        margin-top: 11px;
        margin: 0;
    }
    .color-basket {
        padding-left: 20px;
        font-size: 15px;
        font-weight: 600;
    }
}






/* End */
/* /local/templates/rb/components/rb/sale.basket.order.ajax/.default/style.css?17714922577080 */
