.m-order {
    background-color: #f4f4f4;
    /*background-color: #eee;*/
    padding: 0 0 115px 0;
}

.m-order .order-h1 {
    margin: 50px 0 35px 0;
    font-size: 39px;
    font-weight: 400;
    color: #1d1d1d;
    overflow: hidden;
}

.m-order .order-cart,
.m-order .order-content {
    background: #ffffff;
}

.m-order .order-content {
    padding: 35px 70px 80px 60px;
}

.m-order .order-cart {
    padding: 35px 30px 50px 30px;
}

.m-order .sale_order_full_table.confirmer {
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-size: 12px;
    border: none;
}

.m-order table.sale_order_full th {
    font-size: 11px;
}

.m-order .order-group-title {
    font-size: 31px;
    color: #1d1d1d;
    border-bottom: solid 2px rgb(216, 217, 217);
}

.m-order .title-group {
    margin: 0 0 35px 0;
}

.m-order .delivery-group {
    margin: 25px 0 0 0;
}

.m-order .payment-group {
    margin: 30px 0 0 0;
}

.m-order .col-group-h {
    font-size: 16px;
    font-weight: bold;
    color: #1b1b1b;
}

.m-order .or-cart-body-wrap {
    margin: 10px 0 0 0;
}

.m-order .or-cart-item {
    line-height: 22px;
    overflow: hidden;
    padding: 15px 0 15px 0;
    border-bottom: solid 2px #f4f4f4;
    /*border-bottom: solid 2px #e6e6e6;*/
}

.m-order .or-cart-item.item-dostavka {

}

.m-order .or-cart-item.item-skidka {
    color: #7a4ecc;
    border-bottom: none;
}

.m-order .or-cart-body {
    width: 70%;
    float: left;
}

.m-order .or-cart-head {
    font-size: 31px;
    color: #1d1d1d;
    border-bottom: solid 2px rgb(216, 217, 217);
}

.m-order .or-cart-price {
    width: 30%;
    float: left;
    text-align: right;
    font-size: 14px;
}

.m-order .or-cart-title {
    font-weight: 600;
    font-size: 16px;
}

.m-order .total-price {
    padding: 0 0 0 0;
    font-size: 23px;
    font-weight: 800;
    margin: 30px 0 0 0;
}

.m-order .or-cart-text {
    font-weight: 300;
}

.m-order .input_group {
    float: left;
    width: 50%;
    margin: 0 0 20px 0;
}

.m-order .input_group.full_width {
    width: 100%;
}

.m-order .input_group .name_text {
    display: none;
}

.m-order .input_group .input_value {
    border-radius: 30px;
    height: 44px;
    margin: 0 20px 0 0;
    box-shadow: 0 0 0 3px #e6e6e6 inset;
}

.m-order .input_group.full_width .input_value {
    margin: 0 0 0 0;
}

.m-order .input_group:nth-child(even) .input_value {
    margin: 0 0 0 0;
}

.m-order .input_value input {
    height: 44px;
    border: none;
    background: transparent;
    padding: 0 20px 0 20px;
    font-size: 14px;
    width: 100%;
}

.m-order .input_value input:focus,
.m-order .input_value input:active {
    outline: none;
}

/*.m-order .input_value input::-webkit-input-placeholder {
    color: #1b1b1b;
}*/

.m-order .sale_order_full_table.confirmer_no_border .body-group:first-child {
    margin: 0 0 20px 0;
}

.m-order input.search-suggest {
    margin: 0 0 0 0;
}

.m-order .delivery_input_group,
.m-order .paysys_latest_input_group {
    display: block;
    min-height: 28px;
    margin: 0 30px 25px 0;
    line-height: 28px;
    cursor: pointer;
}

.m-order .delivery_input,
.m-order .pay_radio {
    position: relative;
    width: 28px;
    height: 28px;
    float: left;
    z-index: 1;
}

.m-order .delivery_inn {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
}

.m-order .delivery_input input,
.m-order .pay_radio input {
    width: 28px;
    height: 28px;
    margin: 0;
    opacity: 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.m-order .delivery_inn:before,
.m-order .pay_inn:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: inset 0 0 0 3px #e6e6e6;
    border-radius: 50%;
    /*transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;*/
}

.m-order .delivery_input input[type=radio]:checked + .delivery_inn:before,
.m-order .pay_radio input[type=radio]:checked + .pay_inn:before {
    content: "\2022";
    color: #008ffe;
    font-size: 59px;
    text-align: center;
    line-height: 26px;
}

.m-order .delivery_label,
.m-order .pay_label {
    position: relative;
    padding: 0 0 0 42px;
}

.m-order .del_label_desc {
    display: inline-block;
    padding: 0 0 0 0;
    color: #ccc;
}

.m-order .del_label_desc .del_price {
    display: inline-block;
    padding: 0 0 0 5px;
    color: #008ffe;
}

.m-order .del_label_desc .del_description {
    /*display: none;*/
}

.m-order .del_label_desc .del_description.del_description_vis {
    display: block;
    color: #750d00;
}

.m-order .del_label_desc .del_period {

}

.m-order .del_label_desc .del_period br {
    display: none;
}

.m-order .del_label_desc .del_period a {
    padding: 0 0 0 5px;
}

.m-order .delivery_label label,
.m-order .pay_label label {
    margin: 0 0 0 0;
    font-size: 14px;
    color: #1b1b1b;
    font-weight: 500;
    cursor: pointer;
}

.m-order .delivery_input_group:hover .delivery_inn:before {
    content: "\2022";
    color: rgba(0, 143, 254, 0.4);
    font-size: 59px;
    text-align: center;
    line-height: 26px;
}

.m-order .delivery_label b,
.m-order .pay_label b {
    font-weight: 500;
    display: block;
}

.m-order .pay_desc {
    display: none;
}

.m-order .pay_desc_wraper {
    font-size: 14px;
    color: #8e8e8e;
    max-width: 350px;
    margin: -15px 0 25px 0;
}

.m-order .pay_desc_wraper img {
    padding: 10px 0 0 0;
}

.m-order .button-group {
    margin: 50px 0 0 0;
}

.m-order .order-btn {
    border: none;
    cursor: pointer;
    margin: 0 0 0 0;
    border-radius: 50px;
    background: #ff3b23;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 0 53px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

.m-order .order-btn:hover {
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
}

.m-order .order-btn:active,
.m-order .order-btn:focus {
    outline: none;
}

.m-order .order-btn-txt {
    padding: 18px 0 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #8e8e8e;
}

.m-order .order-btn-txt a {
    color: #008ffe;
    text-decoration: underline;
}

.m-order .order-btn-txt a:hover {
    text-decoration: none;
}

.m-order .sale_order_table.profile_name {
    display: none;
}

.m-order font.errortext {
    color: #9b3737;
    /* padding: 0 0 0 110px; */
    margin: 0 0 5px 0;
    display: inline-block;
}

.sale_order_full_table.confirmer{position:relative;display:block;margin:0 auto;max-width:730px;}
.sale_order_full_table.confirmer:first-of-type{background: inherit;margin-top:21px;padding:101px 0 0 !important;text-align:center;color:#333;border:none !important;}
.sale_order_full_table.confirmer:first-of-type:before{content:"";position:absolute;left:50%;top:0;margin:0 0 0 -35px;width:70px;height:70px;background:url(/local/templates/onme/img/order_ext.png) -103px -5px no-repeat;}
.sale_order_full_table.confirmer:last-of-type{background: inherit;border: none;padding:34px 39px 34px;}
.sale_order_full_table.confirmer:last-of-type tr:last-child td:first-child{padding-top:20px;}
.sale_order_full_table.confirmer tbody{display:block;}
.sale_order_full_table.confirmer tr{display:block;}
.sale_order_full_table.confirmer .ps_logo{display:block;}
.sale_order_full_table.confirmer .ps_logo br{display:none;}
.sale_order_full_table.confirmer .ps_logo .pay_name{margin:0 0 22px;font-size:18px;font-weight:500;line-height:20px;color:#333;}
.sale_order_full_table.confirmer .ps_logo .image{margin:0 25px 0 0;display:inline-block;vertical-align:middle;width:120px;height:72px;line-height:68px;text-align:center;border:1px solid #e5e5e5;}
.sale_order_full_table.confirmer .ps_logo .paysystem_name{display:inline-block;vertical-align:middle;font-size:14px;line-height:20px;color:#333333;}
.sale_order_full_table.confirmer td>.tablebodytext{display:block;color:#333;}
.sale_order_full_table.confirmer .tablebodytext br:first-of-type{display:none;}
.sale_order_full_table.confirmer input[name="BuyButton"]{margin:-7px 0 0;padding:7px 19px 9px;font-size:14px;line-height:20px;font-weight:bold;color:#fff;border:1px solid transparent;transition: all .1s ease-in-out;}
.sale_order_full_table.confirmer form[name="ShopForm"] .tablebodytext{display:block;margin:8px 0 0;font-size:12px;line-height:18px;color:#777777;}
.sale_order_full_table.confirmer form[name="ShopForm"] .tablebodytext b{font-weight:normal;color:#333333;}
.sale_order_full_table.confirmer input[name="Submit"]{
    margin: 10px 0 0 0;
    background: #ff3b23;
    padding: 9px 19px 9px 19px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid transparent;
    transition: all .1s ease-in-out;
}

.tf-block {
    margin: 35px 0 0 0;
    padding: 0 0 0 50px;
}

.tf-block-img {
    width: 141px;
    height: 44px;
    background-image: url(../../img/tf.png);
    background-repeat: no-repeat;
}

.tf-block-text {
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #535353;
    max-width: 160px;
}

.sale_order_full_table.pays {
    margin: 0 0 15px 0;
}

.m-order #order_form_div {

}

.m-order table.sale_order_full_table td {
    display: block;
    text-align: center;
}

/*--------------------------------- REGISTRATION PAGE -----------------------------------*/

.m-order.register-page .order-h1 {
    margin: 50px 0 15px 0;
}

.order-h1-text {
    margin: 0 0 35px 0;
    max-width: 470px;
    font-size: 14px;
    color: #1b1b1b;
}

.m-order .reg-content {
    padding: 50px 100px 28px 100px;
    background: #ffffff;
}

.m-order .reg-row-wrap {
    margin: 0 0 20px 0;
}

.m-order.forgoter .reg-row-wrap {
    margin: 20px 0 20px 0;
}

.m-order.register-page .input_group {
    width: 100%;
    margin: 0 0 0 0;
}

.m-order.register-page .input_group .input_value {
    margin: 0 0 0 0;
}

.m-order .agree-group {

}

.reg-btn-group {
    margin: 10px 0 0 0;
}

.m-order .reg-btn {
    outline: none;
    border: none;
    cursor: pointer;
    margin: 0 0 0 0;
    border-radius: 50px;
    width: 100%;
    background: #ff3b23;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 0 53px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

.m-order .reg-btn:hover {
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
}

.m-order .reg-right-wr {

}

.m-order .reg-right-head {
    font-size: 22px;
    color: #1d1d1d;
    margin: 0 0 15px 0;
}

.m-order .reg-right-body {

}

.m-order .reg-right-btn-wr {
    margin: 30px 0 0 0;
}

.m-order .reg-right-btn {
    box-shadow: 0 0 0 3px #ff3b23 inset;
    border-radius: 50px;
    background: #fff;
    color: #ff3b23;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    width: 125px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

.m-order .reg-right-btn:hover {
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    box-shadow: none;
    text-decoration: none;
    color: #fff;
}

.success-wrap {
    margin: 90px 0 90px 0;
}

.success-wrap .success-text {
    font-family: Circe;
    font-size: 39px;
    font-weight: 300;
    color: #1d1d1d;
}

.success-wrap a {
    margin: 10px 0 0 0;
    display: inline-block;
    color: #008ffe;
    text-decoration: underline;
}

.success-wrap a:hover {
    text-decoration: none;
}


.reg-content .forgot_block {
    margin: 22px 0 0 0;
}

.clear-order-wrap {
    margin: 100px 0 50px 0;
    text-align: center;
}

.clear-order-text {
    font-size: 44px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    color: #1b1b1b;
}

.clear-order-btn {
    position: relative;
    cursor: pointer;
    margin: 25px 0 0 0;
    border-radius: 50px;
    background: #ff3b23;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 0 25px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    text-decoration: none;
    color: #fff;
}

.clear-order-btn:hover {
    background-image: linear-gradient(to bottom, #fc3c0c, #ec1900);
    text-decoration: none;
    color: #fff;
}

/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .m-order .reg-content {
        padding: 50px 10px 60px 10px;
    }
    .m-order.register-page .input_group {
        margin: 0 0 20px 0;
    }
    .m-order .reg-row-wrap {
        margin: 0 0 0 0;
    }
    .m-order .order-h1 {
        font-size: 30px;
    }
    .m-order {
        background-color: #fff;
    }
    .m-order .order-group-title {
        font-size: 22px;
    }
    .m-order .order-content {
        padding: 0 0 30px 0;
    }
    .col-submitbutton {
        text-align: center;
    }
    .m-order {
        padding: 0 0 30px 0;
    }
    .m-order .input_group {
        width: 100%;
    }
    .m-order .input_group .input_value {
        margin: 0 0 0 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .m-order.register-page .input_group {
        margin: 0 0 20px 0;
    }
    .m-order .reg-row-wrap {
        margin: 0 0 0 0;
    }
    .m-order {
        padding: 0 0 30px 0;
    }
    .m-order .input_group {
        width: 100%;
    }
    .m-order .input_group .input_value {
        margin: 0 0 0 0;
    }
}

/* --- NEW --- */

.payment-note {
    margin-bottom: 10px;
    font-size: 15px;
}
.m-order .error.input_value {
    box-shadow: 0 0 0 3px #ca2e1aed inset;
}
.add-text {
    color: #ee3d23;
}
.info-block__text {
    font-size: 14px;
    max-width: 100%;
}
.info-block .fa {
    transition-duration: 0.3s;
    color: #ee3d23;
}
.info-block .fa:hover {
    color: black;
}

.sale_order_full_table .jq-selectbox__select {
    margin: 0;
    background: none;
    box-shadow: 0 0 0 3px #e6e6e6 inset;
}
.sale_order_full_table .select-wr {
    margin-right: 20px;
}

@media screen and (max-width: 992px) {
    .col-order-cart {
        margin-bottom: 40px;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        width: 100%;
    }
    .m-order .order-cart {
        padding: 35px 70px 50px 60px;
    }
    .tf-block {
        margin: -50px 0 0 0;
        padding: 0 20px 20px 50px;
        background: white;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .tf-block-img {
        width: 160px;
    }
}

@media screen and (max-width: 479px) {
    .m-order .order-cart {
        padding: 0;
    }
    .col-order-cart {
        margin-bottom: 0;
    }
    .tf-block {
        margin: 0;
    }
}