.simple-content {
    margin: 0px 5px;
}
.simple-content fieldset {
    text-align: left;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.page__checkout .simple-content .buttons {
    margin: 0;
    margin-left: 0px;
    border: none;
    width: 46.5%;
    margin-left: auto;
}
.simple-content .form-control {
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}
.simplecheckout:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-button-block:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-three-column {
    float:left;
    margin-right:2%;
    min-width: 200px;
    max-width: 500px;
    width:32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right:0px;
    float: right;
}
.description-online-pay label {
    font-size: 10px;
}
@media only screen and (max-width:768px) {
    .simplecheckout-three-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}
.simplecheckout-left-column {
    float:left;
    margin-right:10px;
    min-width: 280px;
    max-width: 900px;
    width:52%;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:46.5%;
}
@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
}
/*.simplecheckout-block-content {*/
/*    padding: 10px;*/
/*}*/
@media only screen and (min-width:1200px) {
    .simplecheckout-block-content>fieldset:nth-of-type(2),
    .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simplecheckout-block-content:after {
    content:"";
    display:block;
    clear:both;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    /* padding: 10px; */
}

p.simpleregister-have-account {
    margin-bottom: 2.6rem;
}

@media only screen and (min-width:1200px) {
    .simpleregister-block-content>fieldset:nth-of-type(2),
    .simpleregister-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simpleregister-block-content:after {
    content:"";
    display:block;
    clear:both;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;

    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    padding: 5px;
}
.simplecheckout-methods-table td.title label {
    display: block !important;
}
.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
}
.simplecheckout-methods-description {
    padding: 5px;
    margin: 5px 0px;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    clear: both;
    margin-bottom: 20px;
    padding: 6px;
    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simplecheckout-button-right {
    /*float: right;*/
    /*text-align: right;*/
    width: 250px;
    font-size: 17px;
    margin: 0 auto;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: url('../image/button.png') top left repeat-x;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
.simplecheckout-button:hover {
   background: url('../image/button-active.png') repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-login-right .button {
    float: left;
    margin: 0;
}
.simplecheckout-login-right input {
    max-width: 160px !important;
    text-align:left;
}

#simplecheckout_cart {
    transition: all 0.5s ease;
}

#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 50px;
}
.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    /*border-collapse: collapse;*/
    /*border-top: 1px solid #DDDDDD;*/
    /*border-right: 1px solid #DDDDDD;*/
    /*border-left: 1px solid #DDDDDD;*/
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    /*border-right: 1px solid #DDDDDD;*/
    /*border-bottom: 1px solid #DDDDDD;*/
    /*border-left: 1px solid #DDDDDD;*/
    text-align: right;
}
.simplecheckout-cart-total:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-cart-total .buttons {
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout-cart-total input {
    margin-right: 0px !important;
    /*max-width: 100px;*/
}
.simplecheckout-cart-total span.inputs {
    margin: 0 3px 0 0 !important;
    display: flex;
    align-items: center;
    width: 100%;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}
.simplecheckout-cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.simplecheckout-cart col.zctuwokcuagjx {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #dddddd!important;
    border-top: none;
    /*background-color: #F8F8F8;*/
    /*color: #4D4D4D;*/
    /*font-weight: bold;*/
    font-size: 1rem;
    font-weight: 400;
    color: #5a5a5a;
    text-align: left;
}
.simplecheckout-cart th.image {
    width: 1px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart .name {
    font-size: inherit !important;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart .zctuwokcuagjx {
    text-align: right;
    display: table-cell !important;
    /* font: inherit !important; */
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    text-align: right;
    display: table-cell;
    /* font: inherit !important; */
    font-weight: bold !important;
}
.simplecheckout-cart .quantity {
    display: table-cell;
    float: none !important;
    position: static !important;
}
.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}
.simplecheckout-cart td.name {
    text-align: center;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    min-width:70px;
    vertical-align:top;
    text-align: center;
    white-space: nowrap;
}
.simplecheckout-cart td.quantity input {
    float: none !important;
}
.simplecheckout-cart  td.quantity .input-group {
    margin: auto !important;
}
.simplecheckout-cart  td.quantity .quantity button {
    margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
    display:inline-block;
    border: 0px;
    cursor:pointer;
}
.simplecheckout-cart td.zctuwokcuagjx {
    text-align: right;
    white-space: nowrap;
    display: table-cell;
    font: inherit !important;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell;
}
.simplecheckout-cart td.remove {
    padding-right: 3px;
    padding-left: 3px;
    width: 7px;
    vertical-align: top;
    text-align: center;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
    cursor: pointer;
}
.simplecheckout-cart td.iqpdcpqrvsso-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    vertical-align: middle;
    text-align: right;
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.zctuwokcuagjx,
.simplecheckout-three-column .simplecheckout-cart th.zctuwokcuagjx,
.simplecheckout-three-column .simplecheckout-cart td.zctuwokcuagjx,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
    display: block;
}
.simplecheckout-scroll{
    overflow-y:scroll;
    max-height:300px;
}
.simplecheckout-error-text {
    display: block;
    margin-top: 3px;
    color: #FF0000;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simpleregister-warning-block {
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#000000;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    padding:5px;
    width:300px;
    height:250px;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    background:none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius:7px 7px 7px 7px;
}
#simple_login:after {
    content:"";
    display:block;
    clear:both;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
    display: none;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0 0 8px 0;
}
.simplecheckout label input, .simpleregister label input {
    margin-right: 5px;
}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
}
.simple-step {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0px 5px;
}
.simple-step-completed {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
.simplecheckout-summary-info {
    margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
    text-align: left;
}
.simplecheckout-summary-info td {
    text-align: left;
}
.simplecheckout-cart-buttons .buttons {
    border: none !important;
    padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#temp_flat_container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
#simplecheckout_comment textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    /* display: inline-block !important; */
    display: none;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    opacity:1 !important;
}
#easyTooltip:before {
    content:'';
    position:absolute;
    left:10px;
    top:-8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
    cursor: pointer;
    font-size: 20px;
}

.simple-content .table-responsive{
    margin-bottom: 0 !important;
    border: none !important;
}

@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,.simplecheckout-cart th.image,.simplecheckout-cart td.image {
        display: none;
    }
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
    .simplecheckout-cart col.zctuwokcuagjx,.simplecheckout-cart th.zctuwokcuagjx,.simplecheckout-cart td.zctuwokcuagjx {
        display: none;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }
    
}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
    td.quantity button[data-onclick*="Quantity"] {
        display: none;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.gwdgjqytqqj-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
.simple-step-vertical-completed {
    
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}

.control-label.labels-customer_register.raajqodiivapr {
    display: none !important;
}

.radio-column {
    display: flex;
    flex-direction: column;
}

.cart__tab {
    display: none;
}

.tab__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.4s ease;
}

.step__icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #9C9C9C;
    margin: 0 auto 10px;
    position: relative;
    z-index: 999;
    background-color: #EFEFEF;
    transition: all 0.4s ease;
}

.tab__line::after {
    content: '';
    position: absolute;
    top: 28%;
    width: 93%;
    height: 2px;
    background-color: #9C9C9C;
    z-index: 99;
    transform: translateX(2%);
    transition: all 0.4s ease;
}

.step__title {
    font-size: 14px;
    color: #9C9C9C;
    font-weight: 600;
    transition: all 0.4s ease;
}

.tab__line .active .step__icon {
    background-color: #fff;
    border: 2px solid #347DF1;
}

.tab__line .active .step__title {
    color: #347DF1;
    transition: all 0.4s ease;
}

.tab__line .active svg path {
    fill: #347DF1;
    opacity: 1;
}

.tab__line .active.done .step__icon {
    background-color: #347CF1;
    border: 2px solid #347DF1;
}

.tab__line .active.done svg path {
    fill: #fff;
    opacity: 1;
}

.tab__line .done::after {
    content: '';
    position: absolute;
    top: 28%;
    width: 25%;
    height: 2px;
    background-color: #347CF1;
    z-index: 100;
    transform: translateX(-16%);
}

.button__step {
    width: 100%;
    height: 44px;
    background-color: #347DF1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 15px;
    transition: all 0.5s ease;
}

.button__step:hover {
    background-color: #fff;
    color: #347DF1;
    border: 2px solid #347DF1;
}

.button__step img {
    margin-left: 25px;
}

.button__step-text {
    width: max-content;
    display: flex;
    margin: 10px auto 0;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #8b8b8b;
}

.step__back-cart img,
.step__back-user img {
    margin-right: 5px;
    margin-left: 0;
}

.button__step,
.button__step-text {
    display: none;
}

.rotate__arrow {
    transform: rotate(180deg);
}

.simple__editpage {
    overflow-x: hidden;
}

.step-2 .tab__line::before {
    content: '';
    position: absolute;
    top: 28%;
    width: 40%;
    height: 2px;
    background-color: #347DF1;
    z-index: 101;
    transform: translateX(8%);
    transition: all 0.4s ease;
}

.step-2 .tab__line .active .step__icon {
    background-color: #347DF1;
    border: 2px solid #347DF1;
}

.step-2 .step__cart svg path {
    fill: #fff;
    opacity: 1;
}

.step-2 .step__user .step__icon {
    background-color: #fff;
    border: 2px solid #347DF1;
}

.step-2 .step__user .step__title {
    color: #347DF1;
}


.step-3 .tab__line::before {
    content: '';
    position: absolute;
    top: 28%;
    width: 83%;
    height: 2px;
    background-color: #347DF1;
    z-index: 101;
    transform: translateX(8%);
    transition: all 0.4s ease;
}

.step-3 .tab__line .active .step__icon {
    background-color: #347DF1;
    border: 2px solid #347DF1;
}

.step-3 .step__cart svg path {
    fill: #fff;
    opacity: 1;
}

.step-3 .step__user .step__icon {
    background-color: #347DF1;
    border: 2px solid #347DF1;
}

.step-3 .step__user .step__title {
    color: #347DF1;
}

.step-3 .step__user svg path {
    fill: #fff;
    opacity: 1;
}

.step-3 .step__delivery .step__icon {
    background-color: #fff;
    border: 2px solid #347DF1;
}

.step-3 .step__delivery .step__title {
    color: #347DF1;
}

.step-3 .step__delivery svg path {
    fill: #347DF1;
    opacity: 1;
}

.alert__providers {
    background: #FAE6E0;
    border: 1px solid #DD5531;
    padding: 29px 22px;
    margin-bottom: 20px;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alert__providers img {
    margin-right: 16px;
}

.alert__providers span {
    font-style: normal;
    font-weight: 600;
    font-size: 15.2px;
    line-height: 20px;
    color: #DD5531;
}

.cart__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart__wrap .simplecart__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEE2E6;
}

.cart__wrap .simplecart__top-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #444444;
}

.cart__wrap .simplecart__top-total {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #666666;
}

.simplecart__provider {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
}

.simplecart__provider b {
    font-size: 15.2px;
    line-height: 20px;
    color: #444444;
}

.simplecart__provider span {
    font-weight: 600;
    font-size: 15.2px;
    line-height: 20px;
    color: #666666;
    margin-left: 10px;
}

.last__provider .payment__block {
    border-top: none;
}

.first__provider #simplecheckout_payment {
    border-top: none;

    opacity: 1!important;
    visibility: visible!important;
    position: relative!important;
    bottom: initial!important;
    right: initial!important;
}

@media(max-width: 992px) {
    .tab__line::after {
        width: 90%;
    }
}

@media(max-width: 769px) {
    .simplecheckout-right-column,
    #simplecheckout_customer,
    .simplecheckout-button-block,
    #simplecheckout_comment,
    #simplecheckout_payment,
    .button__step-confirm {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        bottom: 0;
        right: -1000%;
        transition: all 0.4s ease;
    }


    #simplecheckout_customer .simplecheckout-block-content {
        text-align: initial;
    }
    .button__step-user {
        display: flex;
    }
    .cart__tab {
        display: block;
        position: relative;
        z-index: 1;
    }

    .step-2 #simplecheckout_cart,
    .step-2 .button__step-user{
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 0;
        right: -1000%;
    }

    .step-2 #simplecheckout_customer,
    .step-2 .button__step-confirm,
    .step-2 #simplecheckout_comment {
        opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .step-2 #simplecheckout_customer {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0!important;
    }
    .step-2 #simplecheckout_comment {
        margin-top: -1px;
        border-top: 0;
        padding-top: 1rem!important;
    }


    .step-2 .button__step-confirm, .step-2 .step__back-cart {display: flex;}

    .step-2 #simplecheckout_customer .radio-column.mb-4 {
        margin-bottom: 0!important;
    }

    .step-3 #simplecheckout_cart,
    .step-3 .button__step-user{
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 0;
        right: -1000%;
    }

    .step-3 #simplecheckout_payment,
    .step-3 .simplecheckout-right-column,
    .step-3 .simplecheckout-button-block {
        opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .step-3 .button__step-confirm, .step-3 .step__back-cart {display: none;}

    .step-3 .simplecheckout-block.checkout__border,
    .step-3 #simplecheckout_shipping {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .step-3 #simplecheckout_shipping,
    .step-3 #simplecheckout_shipping_address {border-top: 0;}

    .step-3 .simplecheckout-button-block {
        background: transparent;
        border: 0;
    }

    .step-3 .simplecheckout-button-right {
        width: 100%;
    }

    .step-3 .simplecheckout-button-block .btn-cart {
        background-color: #347DF1;
        height: 44px!important;
        border: 1px solid #347DF1;
    }

    .step-3 .step__back-user {
        display: flex;}

    .step-3 #simplecheckout_button_confirm {
        margin: 0 0 1.5rem;
    }

    .step-3 .confirm__text { margin: 0 auto 1rem;}

    .step-3 #simplecheckout_payment {
        padding-bottom: 0!important;
        margin-bottom: -1px;
    }

    .step-3 #simplecheckout_shipping {
        padding-top: 0.5rem!important;
    }

    .step-3 #simplecheckout_payment .radio {
        padding: 0!important;
    }

    .simplecheckout-cart .mobile__total {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

}

@media(max-width: 665px) {
    .tab__line::after {
        width: 85%;
        transform: translateX(4%);
    }
}

@media(max-width: 440px) {
    .tab__line::after {
        width: 75%;
        transform: translateX(9%);
    }
    .button__step {
        font-size: 12px;}
    .tab__line .done::after {
        content: '';
        position: absolute;
        top: 28%;
        width: 25%;
        height: 2px;
        background-color: #347CF1;
        z-index: 100;
        transform: translateX(-16%);
    }

    .step-3 .tab__line::before {
        width: 80%;
    }

    .alert__providers {
        padding: 15px;
    }

    .cart__wrap .simplecart__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cart__wrap .simplecart__top-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .cart__wrap .simplecart__top-total {
        font-size: 18px;
    }
}

@media(max-width: 376px) {
    .step__title {
        font-size: 12px;
    }
}