label.seld {
    padding: 1.8rem 2rem 2.2rem;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 7px;
    position: relative;
    padding-right: 55px;
    width: 188px;
    height: 80px !important;
}

label.selt {
    padding: 1.8rem 2rem 2.2rem;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 2px;
    position: relative;
    width: 212px;
}

label.selp {
    padding: 1.8rem 2rem 2.2rem;
    border: 1px solid #ccc;
    margin-top: 10px;
    height: 70px;
    /*padding: 10px 62px 0 25px;*/
    /*height: 125px;*/
    position: relative;
    padding-right: 55px;
    width: 188px;
    border-radius: 7px;
}

label.selp .red_checkbox, label.seld .red_checkbox, label.selt .red_checkbox  {
    position: absolute;
    right: 15px;
    top: 20px;
}

.cartorder .p2, .cartorder .p1, .cartorder .p3 { font-size: 22px; }

.cartorder .p1 { margin:0 0 15px 0;}
.cartorder .p2 { margin: 15px 0;}
.cartorder .p3 { margin: 15px 0;}


.select_dd { position: relative; }
.select_dd_popup { position: absolute; top: 29px; background: #fff; max-height: 400px; width: 340px; border: 1px solid #ccc; z-index: 9999; display: none; overflow-y: auto; }

.select_dd_popup .item {
    padding: 5px 10px;
}

.select_dd_popup .item:hover {
    background-color: #ccc;
    cursor: pointer;
}

.cart_header {
    background: #f8f8f8;
    padding: 8px 10px;
    font-weight: bold;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

table.cart {
    border: 1px solid #ececec;
}

.cart tbody tr td {

    padding: 10px;
    border-bottom: 1px solid #ececec;

}

.cart tbody tr td .minitext { color: #81807C; }

.cart_box {
    overflow: auto;
    max-height: 236px;
}

.cart_footer { float: right; width: 575px; position: relative; }

.footer3 { margin-bottom: 10px; border-bottom: 1px solid #ececec; width: 553px;}

.footer1, .footer3, .footer_promocode {
    background: #f8f8f8;
    padding: 8px 10px;
    font-weight: bold;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-right: 1px solid #ececec;
    width: 553px;
}

.footer2 {
    width: 553px;
    padding: 8px 10px;
    color: #81807C;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;

}

div.order_start {
    border-radius: 4px;
    border: 0;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #5bb75b;
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}

.order_start.disabled {

    opacity: 0.5;
    cursor: default;

}

label.selp img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

label.selp.apple img {
    opacity: 0.5;
}

label.selp.act img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none; /* IE 6-9 */
}

label.selp.act.apple img {
    opacity: 1;
}

label.selp img[src='/images/app.png'] {
    filter: contrast(0.1);
}

label.selp.act, label.seld.act {
    border: 1px solid #64717f;
}

label.seld.deny {
    background-color: #eee;
    cursor: default;
}

input.error {
    border: 1px solid #ed1d24;
    margin-bottom: 0;
}

.texterror { color: #ed1d24; font-size: 11px; display: block; }

td.maintxt-vat { padding: 5px 5px; }

.redtext {

    color: #ed1d24;

}

.box_smartpost {
    display: none;
    width: 760px;
    margin-top: 20px;
}

.row_smartpost {
    padding: 10px 5px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.row_smartpost.act {
    background-color: #eaeaea;
}






/* Скрываем реальный чекбокс */
.checkbox_custom {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.checkbox_custom:checked + .checkbox-custom::before {
    content: "";
    /*display: block;*/
    position: absolute;

    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    /*background: #413548;*/
    border-radius: 2px;

    background: #ed1d24;
    width: 8px;
    height: 8px;
    display: inline-block;
    font-size: 0;

}

span.delivery_name {margin-right: 15px;}

table.address input[type=text] {
    width: 350px;
}
table.address textarea {
    width: 350px;
    height: 100px;
}

table.address select {
    width: 360px;
}

ol {list-style-type: none; counter-reset: num; margin: 0;}
ol:not(.mp_list) li::before {content: counter(num) '. '; counter-increment: num;}
ol li.nonum::before {content: ''; counter-increment: none;}
ol li::before, ol li span.step_header {font-size: 22px;}
ol li span.step_header {margin-bottom: 15px; display: inline-block;}
ol li#orderItemList::before {content: '';}
ol li#deliveryContactData::before {content: '1. ';}
ol li#deliveryTypeData::before {content: '2. ';}
ol li#paymentsData::before {content: '3. ';}
ol li#orderItemList > .step_header{display: none;}
ol li#orderItemList.nonum::before,
ol li#deliveryContactData.nonum::before,
ol li#deliveryTypeData.nonum::before,
ol li#paymentsData.nonum::before {
    display: none !important;
}
.info_box li::before {content: none!important;}
.info_box ul {
    list-style-type: disc!important;
}
.info-box li::before {content: none!important;}
.info-box ul {
    list-style-type: disc!important;
}
@media screen and (max-width: 1200px) {
    ol li#orderItemList::before {content: '1. ';}
    ol li#deliveryContactData::before {content: '2. ';}
    ol li#deliveryTypeData::before {content: '3. ';}
    ol li#paymentsData::before {content: '4. ';}
    ol li#orderItemList > .step_header{display: inline;}
}

ol li {margin: 5px 0;}
ol li .items_list {float: right; width: 575px; margin-left: 20px;}
ol li .dtypes .variant, ol li .spay .variant {position: relative; display: inline-block; width: auto; height: 160px; float: left; margin-left: 0;}
ol li .dtypes .variant .qbtn2, ol li .spay div.qbtn2, ol li .spay .variant .qbtn2, ol li .dtypes .delivery_box .qbtn2, span.qbtn2 {color:#000; display: inline-block;border-radius: 50%;background-color: #edb421;padding: 5px;width: 18px;font-weight:  bold;height: 18px;font-size: 17px;text-align: center;line-height: 18px;margin-left: 15px; cursor: pointer; margin-right: 38px; }
ol li .dtypes .variant .qbtn2 {float: right; position: absolute; z-index: 998; right: 10px; bottom: 22px; margin-right: 0; background-color: #F2F2F2; font-size: 13px; }
span.qbtn2 {margin-right: 0;}
ol li .spay div.qbtn2 {margin: 0; right: 10px; position: absolute; bottom: 10px}
ol li .spay .variant .qbtn2 {margin-right: 0; right: 10px; bottom: 30px; position: absolute; z-index: 998; }
ol li .selp span.qbtn2 {margin-right: 0; position: absolute; right: 15px; bottom: 10px; }
div.info_box {color:#000; background-color: rgb(255, 255, 255);position: absolute;padding: 30px 30px 20px;width: 300px;z-index: 999991111;border-radius: 2px;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;left: 250px; top: 40px;display: none}
div.info_box_close {content: '';
    position: absolute;
    height: 36px;
    width: 36px;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/new_style/images/icon-close.svg);
    border-radius: 2px;}
ol li label.selp input[type=radio], ol li label.seld input[type=radio] {display: none;}

ol li .op {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; background: #eee; z-index: 999; display: none}
ol li#deliveryTypeData, ol li#paymentsData {position: relative; margin: 0 -10px; padding: 10px;}

label.error { background-color: #fff !important; border: solid 1px red !important; padding: 5px; border-radius: 6px;}

.choose_address {margin-bottom: 20px; display: flex; justify-content: space-between;}
.choose_address .address_add { display: inline-block; border-radius: 4px; border: 0; text-align: center; font-size: 14px; color: #fff; font-weight: bold; margin-top: 0; padding: 5px 0; background-color: #28618E; width: 40px; cursor: pointer; }
.choose_address .address_select {margin-bottom: 0;margin-right: 8px; background-color: #fff; border: 1px solid #ccc; width: 475px;}
.address_action { width: 525px; max-width: 100%; text-align: right; margin-bottom: 30px;}
.address_action a { cursor: pointer; margin-left: 20px;}
.not_supported { position: absolute; top: 50px; left: 140px; }

.info_order div div.span11 { width: 500px; }

.pleasewait {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.pleasewait span::before {
    color: #edb421;
    position: relative;
    font-size: 39px;
}

.cart_certificate { display: none; margin-top: 10px;}

div.info { position: relative; }
div.info span.notes-circle { position:absolute; left: -20px }
div.info span.notes-circle:before { content: '\f129'; color: #edb421; font-size: 16px; font-weight: 100; position: relative; top: -4px}
div.info span.notes-circle:after { content: '\f1db'; color: #edb421; font-size: 25px; font-weight: 100; position: relative; left: -14px; top: -1px;}

.cart_items_price {width: -moz-min-content; width: -webkit-min-content; width: min-content; }
.cart_items_price_total {white-space: nowrap;}
.cart_items_price_min {color: #999999; font-weight: initial; float: right; }

ul.bra-paging-nav li.disabled{
    background-color: transparent !important;
}
ul.bra-paging-nav li.disabled:before{
    content:'';
}
.container.cartorder .choose_address .select2-container{
    flex-grow: 1;
    margin-right: 10px;
}
@media screen and (max-width: 1000px){
    .cabinet table.address select{
        width: 100%;
        max-width: 100%; }
    .cabinet .address_action{
        width: 100%; }
    .cabinet .address_action a {
        margin-left: 0;
        margin-right: 0; }
    form {
        width: 100%; }
    .information {
        width: 100% !important;
        order: -1;
    }
}
@media screen and (max-width: 480px){
    .cabinet table.address,
    .cabinet table.address input,
    .cabinet table.address select,
    .cabinet table.address label{
        font-size: 12px;
        line-height: 1.5; }
}

.security_spn {
    display: inline-block;
    background: rgba(136, 248, 152, 0.53);
    border-radius: 7px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 10px;
    color: #333333;
    margin-left: 15px;
    cursor: pointer;
}

.security_spn span {
    display: flex;
    align-items: center;
}

.security_spn svg {
    margin-right: 5px;
    height: 13px;

}
.cart_box.shadow_more:before {
    content:"";
    display:block;
    height:20px;
    position:sticky;
    top:216px;
    background-image:linear-gradient(to bottom, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.35) 100%);
}

ol li .spay .variant .qbtn2, ol li .dtypes .variant .qbtn2 {
    background-color: transparent;
}

.qbtn2.info span.notes-circle:after {
    left: 18px;
    color: #7F7F7F;
}

.qbtn2.info span.notes-circle:before {
    left: 32px;
    color: #7F7F7F;
}

.open_safe{
  
    color: #000;
    background-color: rgb(255, 255, 255);
    position: absolute;
    padding: 20px;
    width: 300px;
    z-index: 999991111;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;
    top: 30px;
    display: none;

    left: auto;
    right: 0;
}

form div.info span.notes-circle:after {
    color: #edb421 !important;
}
form div.info span.notes-circle:before {
    color: #edb421 !important;
}
form div.qbtn3 {
    display: none;
}
form div.qbtn3.visible {
    display: block;
    margin-right: 0;
}
@media screen and (min-width: 1000px){
    table > tbody > tr:nth-child(8) > td.maintxt-vat > label {
        margin-right: 0!important;
    }
    .container.cabinet form {
        width: 50%;
    }
}
@media screen and (max-width: 1000px){
    form div.qbtn3 {
        display: block;
    }
    form div.qbtn3.visible {
        display: none;
    }

    div.promocodeNoticeBrokenCodeDiv {
        margin-right: 0px !important;
    } 

    span.promocodeNoticeText {
        margin-right: 0px !important;
        display: block;
    }
    span.promocodeNoticeBrokenCode {
        color: #0088cc;
    }

}


