.simple-content {
    margin: 0px 5px;
}
.simple-content fieldset {
    text-align: left;
    line-height: 150%;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0px 0px 15px 0px;
    border: none;
}
.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;
}
@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%;
}
@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;
    margin: 0 -10px;
}
@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;
    color:#fff;
    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;
}
.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;
    -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_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 .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: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
    white-space: nowrap;
}
.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.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}
.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 .price {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .quantity {
    display: table-cell !important;
    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: middle;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}
.simplecheckout-cart td.name {
    text-align: left;
    line-height: 150%;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    min-width:70px;
    vertical-align:middle;
    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.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
}
.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.product-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.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.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;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
}
.simplecheckout label, .simpleregister label {
    display: block;
    margin: 0;
}
#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;
}
#simplecheckout_comment .simplecheckout-block-content:before {
    content: 'Ваш коментар';
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
}
.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;
}
.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;
}

.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,
    .simplecheckout-cart col.model,
    .simplecheckout-cart th.model,
    .simplecheckout-cart td.model,
    .simplecheckout-cart col.price,
    .simplecheckout-cart th.price,
    .simplecheckout-cart td.price,
    .simplecheckout-cart td.quantity [data-onclick*=increase],
    .simplecheckout-cart td.quantity [data-onclick*=decrease] {
        display: none !important;
    }
    .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;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.row-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;
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}

/**/
.simplecheckout-block {
    clear: both;
    margin-bottom: 80px;
}
.simplecheckout-block-content {
    padding: 0;
}
.simple-content .checkout-heading {
    background-color: transparent;
    border-color: transparent;
    color: #171717;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(25, 25, 25, 0.32);
}

.checkout-simplecheckout .form-group label.control-label {
    max-width: 100%;
    padding: 0;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
    display: block;
}
.checkout-simplecheckout .form-group {
    margin: 0;
}
.checkout-simplecheckout .form-group .col-sm-8 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.checkout-simplecheckout #content > h1 {
    display: none;
}

#simplecheckout_cart .checkout-heading-button {
    display: none !important;
}

#simplecheckout_customer .checkout-heading,
#simplecheckout_shipping .checkout-heading,
#simplecheckout_payment .checkout-heading,
#simplecheckout_comment .checkout-heading,
#simplecheckout_cart .checkout-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.simplecheckout-left-column .checkout-heading:after {
    content: '/ / /';
    color: rgba(23, 23, 23, 0.32);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.checkout-simplecheckout .simple-content span.customSelect {
    display: none !important;
}

.checkout-simplecheckout .simple-content input[type=text],
.checkout-simplecheckout .simple-content input[type=password],
.checkout-simplecheckout .simple-content input[type=email],
.checkout-simplecheckout .simple-content input[type=tel],
.checkout-simplecheckout .simple-content input[type=phone],
.checkout-simplecheckout .simple-content select,
.checkout-simplecheckout .simple-content  textarea {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: #FAFAFA;
    border: none;
    border-radius: 6px;
    height: 48px;
    color: #171717;
    padding: 15px 24px;
    letter-spacing: 0;
}

.jq-selectbox {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 10;
    height: 48px;
}
.jq-selectbox__select {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px;
    background: #FAFAFA !important;
    border: none !important;
    border-radius: 6px !important;
    color: #171717 !important;
    padding: 10px 24px !important;
    letter-spacing: 0;
    height: 48px !important;
    padding-right: 50px !important;
}
.jq-selectbox__select-text {
    line-height: 28px !important;
}
.jq-selectbox__dropdown {
    margin: 8px 0 0;
    padding: 0;
    background: #fff;
    font: 14px/19px 'Rubik', sans-serif;
    border-radius: 6px;
    border: 1px solid #F0F0F0;
}
.jq-selectbox__dropdown ul {
    max-height: 300px !important;
    margin: 8px 8px 8px 0;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 6px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 100px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 100px;
    border: 0 solid rgba(0, 0, 0, 0.24);
}

.jq-selectbox li {
    padding: 10px 20px;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background: #121212;
    border-radius: 0;
}

.jq-selectbox__trigger-arrow {
    top: 14px !important;
    right: 24px;
}
.jq-selectbox__trigger-arrow:after {
    content: url("/image/catalog/theme-updates/select-icon.svg");
}

ul.dropdown-address {
    margin: 8px 0 0;
    padding: 8px 0;
    background: #fff;
    font: 14px/19px 'Rubik', sans-serif;
    border-radius: 6px;
    box-shadow: none;
    max-height: 300px;
    width: 100%;
    border: 1px solid #F0F0F0;
}
ul.dropdown-address li {
    margin: 0;
    border-radius: 0 !important;
    background: transparent !important;
}
ul.dropdown-address li a {
    color: #777;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 20px;
}
ul.dropdown-address li:hover a {
    background: #121212;
    border-radius: 0 !important;
}
ul.dropdown-address::-webkit-scrollbar {
    width: 6px;
}
ul.dropdown-address::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 100px;
}
ul.dropdown-address::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 100px;
    border: 0 solid #242424;
}

.checkout-simplecheckout .simple-content input[type=text]::-webkit-input-placeholder,
.checkout-simplecheckout .simple-content input[type=password]::-webkit-input-placeholder,
.checkout-simplecheckout .simple-content input[type=email]::-webkit-input-placeholder,
.checkout-simplecheckout .simple-content input[type=tel]::-webkit-input-placeholder,
.checkout-simplecheckout .simple-content input[type=phone]::-webkit-input-placeholder,
.checkout-simplecheckout .simple-content  textarea::-webkit-input-placeholder {
    color: #A7A7A7;
}

.checkout-simplecheckout .simple-content input[type=text]::-ms-input-placeholder,
.checkout-simplecheckout .simple-content input[type=password]::-ms-input-placeholder,
.checkout-simplecheckout .simple-content input[type=email]::-ms-input-placeholder,
.checkout-simplecheckout .simple-content input[type=tel]::-ms-input-placeholder,
.checkout-simplecheckout .simple-content input[type=phone]:-ms-input-placeholder,
.checkout-simplecheckout .simple-content  textarea:-ms-input-placeholder {
    color: #A7A7A7;
}

.checkout-simplecheckout .simple-content input[type=text]::placeholder,
.checkout-simplecheckout .simple-content input[type=password]::placeholder,
.checkout-simplecheckout .simple-content input[type=email]::placeholder,
.checkout-simplecheckout .simple-content input[type=tel]::placeholder,
.checkout-simplecheckout .simple-content input[type=phone]::placeholder,
.checkout-simplecheckout .simple-content  textarea::placeholder {
    color: #A7A7A7;
}

#simplecheckout_customer .simplecheckout-block-content fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
#simplecheckout_customer .row-customer_firstname,
#simplecheckout_customer .row-customer_lastname,
#simplecheckout_customer .row-customer_register {
    /*    flex: 1 1 100%; */
    flex: 1 1 calc(50% - 8px);
    margin: 0;
}
#simplecheckout_customer .row-customer_telephone,
#simplecheckout_customer .row-customer_email,
#simplecheckout_customer .row-customer_password,
#simplecheckout_customer .row-customer_confirm_password {
    flex: 1 1 calc(50% - 8px);
    margin: 0;
}

#customer_register {
    position: absolute;
    left: -5000px !important;
    opacity: 0;
}
#customer_register + span {
    position: relative;
    padding-left: 70px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    min-height: 40px;
    display: flex;
    align-items: center;
}
/*#customer_register + span:before {
    content: url("/image/catalog/theme-updates/checkout/toggle-icon.svg");
    position: absolute;
    left: 0;
    top: 0;
}
#customer_register:checked + span:after {
    content: url("/image/catalog/theme-updates/checkout/toggle-active-icon.svg");
    position: absolute;
    left: 4px;
    top: 0;
    z-index: 2;
}*/

.checkout-simplecheckout .simplecheckout-error-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #EE1C25;
    margin-top: 6px;
}

.cart-new-wrap  input[type=text].input-quantity {
    height: 44px;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 6px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #171717;
    padding: 0 35px 0;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
}
.cart-new-wrap .number-spinner-cart {
    width: 256px;
    max-width: 100%;
}

.cart-new-wrap .number-spinner-cart:after {
    left: initial;
    right: -25px;
}
.cart-new-wrap .number-spinner-cart button {
    padding: 0 !important;
}
.cart-new-wrap .flex-bottom {
    gap: 18px;
}

.radio-shipping-wrap {
    border: 1px solid #EDEDED;
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 12px;
    position: relative;
}
.radio-shipping-wrap > .radio {
    margin: 0;
    position: relative;
}
.radio-shipping-wrap > .radio > label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
    cursor: pointer;
}
.radio-shipping-wrap > .radio > label > input {
    position: absolute;
    left: -5000px;
    opacity: 0;
}
.radio-shipping-wrap > .radio > label > input + span {
    position: relative;
    padding-left: 36px;
}
.radio-shipping-wrap > .radio > label > input + span:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 3px solid #EDEDED;;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: -2px;
}
.radio-shipping-wrap > .radio > label:hover > input + span:before,
.radio-shipping-wrap > .radio > label > input:checked  + span:before {
    border: 3px solid #121212
}
.radio-shipping-wrap > .radio > label > input:checked + span:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #121212;
    border-radius: 6px;
    position: absolute;
    left: 6px;
    top: 4px;
}
.radio-shipping-wrap > .radio + .form-group label {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #A7A7A7;
    display: block;
    padding-left: 36px;
}
.delivery-price-text {
    position: absolute;
    right: 24px;
    top: 16px;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
}
.delivery-price-text span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #121212;
}
label[for*="novaposhta"] .delivery-price-text span {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #121212;
}
label[for*="shipping_cs_0"] .delivery-price-text {
    top: 24px;
}
.radio-shipping-wrap > .radio > label[for*="shipping_cs_0"] > input + span:before {
    top: 6px;
}
.radio-shipping-wrap > .radio > label[for*="shipping_cs_0"] > input:checked + span:after {
    top: 12px;
}
.delivery-fields {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #EDEDED;
}
.delivery-fields[class*="shipping_cs_0"] {
    display: none !important;
}

.delivery-fields[class*="shipping_cs_2"] {
    display: none !important;
}

.delivery-fields fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.row-shipping_address_address_2,
.row-shipping_address_address_1 {
    flex: 1 1 100%;
}
.row-shipping_address_city,
.row-shipping_address_zone_id {
    flex: 1 1 calc(50% - 6px);
    margin: 0;
}

.checkout-simplecheckout .simple-content span.customSelect > span {
    line-height: 38px;
}

#simplecheckout_payment .radio-shipping-wrap > .radio + .form-group label {
    padding-left: 0;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #EDEDED;
}
#simplecheckout_payment .payment-info-text {
    background: rgba(131, 131, 131, 0.08);
    border-radius: 12px;
    padding: 24px 24px 24px 72px;
    position: relative;
    min-height: 110px;
}
#simplecheckout_payment label[for="mono"] .payment-info-text {
    display: flex;
    align-items: center;
}
#simplecheckout_payment .payment-info-text:before {
    content: url("/image/catalog/theme/delivery/info.svg");
    position: absolute;
    left: 24px;
    top: 24px;
}
#simplecheckout_payment .payment-info-text p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color:  #171717;
}
#simplecheckout_payment .payment-info-text > p:last-child {
    margin-bottom: 0;
}
#simplecheckout_payment .payment-info-text p span {
    color: #121212;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
#simplecheckout_payment .delivery-price-text span {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #121212;
    text-align: right;
}

#simplecheckout_payment .radio-shipping-wrap > .radio > label > input + span {
    position: initial;
}
#simplecheckout_payment .radio-shipping-wrap > .radio > label > input + span .delivery-price-text {
    right: 0;
    top: -10px;
    color: #A7A7A7;
}
#simplecheckout_payment .radio-shipping-wrap > .radio > label > input + span span {
    color: #121212;
}

#comment {
    height: 180px;
    resize: none;
    padding: 24px;
}
#simplecheckout_payment_form {
    border: none;
}

.simplecheckout-right-column {
    width: 372px !important;
    position: sticky;
    top: 70px;
}
.simplecheckout-left-column {
    width: calc(100% - 410px) !important;
    max-width: 100%;
}
.simplecheckout-step {
    position: relative;
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
}

.simple-content #simplecheckout_summary .checkout-heading {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    color: #191919;
    padding: 28px 24px 24px;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid #F0F0F0;
}
.simplecheckout-summary-totals {
    padding: 0 24px;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A7A7A7;
    padding: 16px 0;
    border-bottom: 1px solid #EDEDED;
    gap: 20px;
}
.simplecheckout-summary-totals .simplecheckout-cart-total span + span {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #171717;
}

.simplecheckout-summary-totals .simplecheckout-cart-total:after {
    display: none;
}

.simplecheckout-summary-totals #total_total {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #171717;
    border-bottom: none;
    padding: 25px 0;
}
.simplecheckout-summary-totals #total_total span + span {
    font-size: 18px;
    line-height: 130%;
    color: #121212;
    font-weight: 700;
}
.simplecheckout-summary-totals .simplecheckout-cart-total > span:first-child {
    text-align: left;
}
.simple-result-btn {
    background: #121212;
    border-radius: 6px;
    padding: 18px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    margin: 0 24px 16px;
    text-transform: uppercase;
}
.simple-result-btn:hover {
    background: #303030;
}
.simple-result-text {
    padding: 0 24px 24px;
}
.simple-result-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A7A7A7;
    padding: 0;
    margin-bottom: 15px !important;
}
.simple-result-text p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #121212;
}
.simple-result-text > p:last-child {
    margin-bottom: 0 !important;
}

.checkout-simplecheckout #buttons,
#simplecheckout_button_confirm {
    position: absolute !important;
    left: -5000px !important;
    opacity: 0 !important;
}

body {
    overflow-x: clip;
}

.has-error input[type="tel"],
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="password"],
.has-error .jq-selectbox__select {
    border: 1px solid #EE1C25  !important;
    /*background: rgba(255, 113, 91, 0.06) !important;*/
}

.checkout-simplecheckout .option-radio.option-checkbox > label {
    display: inline-block;
}
.checkout-simplecheckout .options-wrap .checkbox.form_radio_btn > label {
    display: inline-block;
}
.checkout-simplecheckout .options-wrap {
    padding: 0 24px 24px;
}


.cart-new-wrap {
    padding: 0;
    list-style: none;
}
.cart-new-wrap li {
    padding: 0;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    margin-top: 12px;
}
.cart-new-wrap li.warning-stock {
    border: 2px solid #EE1C25;
}
.cart-new-wrap .flex-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
}
.cart-new-wrap .flex-top .ft-2 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #171717;
    display: block;
    margin-bottom:  3px;
}
.cart-new-wrap .flex-top .ft-2 {
    min-width: calc(100% - 215px);
    max-width: calc(100% - 215px);
    min-height: 110px;
}
.cart-new-wrap .flex-top .ft-2 .options {
    font-size: 12px;
}
.cart-new-wrap .flex-top .ft-2 .options > span:last-child {
    display: none !important;
}
.cart-new-wrap .flex-top > div:first-child img {
    border: 1px solid #EDEDED;
    border-radius: 12px;
    padding: 10px;
    width: 111px;
}
.cart-new-wrap .flex-top .btn {
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    position: relative;
    display: block;
}
.cart-new-wrap .flex-top .btn img {
    display: block;
}
.cart-new-wrap .flex-top .btn:after {
    content: url("/image/catalog/theme-updates/remove-cart-hover-icon.svg");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.cart-new-wrap .flex-top .btn:hover:after {
    opacity: 1;
}

.cart-new-wrap .flex-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
}
.cart-new-wrap .number-spinner-cart {
    position: relative;
    width: 142px;
}
.cart-new-wrap .number-spinner-cart button {
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    display: block;
    position: relative;
}
.cart-new-wrap .number-spinner-cart button img {
    display: block;
    z-index: 2;
    position: relative;
}

.cart-new-wrap .number-spinner-cart .input-group-btn button:after {
    content: url("/image/catalog/theme-updates/minus-hover-icon.svg");
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 2;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.cart-new-wrap .number-spinner-cart .input-group-btn button:hover:after {
    opacity: 1;
}
.cart-new-wrap .number-spinner-cart .input-group-btn button:hover img {
    opacity: 0;
}
.cart-new-wrap .number-spinner-cart .input-quantity + .input-group-btn button:after {
    content: url("/image/catalog/theme-updates/plus-hover-icon.svg");
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 2;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.cart-new-wrap .number-spinner-cart .input-quantity + .input-group-btn button:hover:after {
    opacity: 1;
}

.cart-new-wrap .number-spinner-cart .input-group-btn {
    position: absolute;
    top: 2px;
    left: 6px;
    width: 32px;
    z-index: 4;
}
.cart-new-wrap .number-spinner-cart .input-group-btn ~ .input-group-btn {
    left: initial;
    right: 6px;
}
.cart-new-wrap .number-spinner-cart > p {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    left: 66px;
    top: 10px;
}

.cart-new-wrap .input-quantity {
    height: 44px;
    background: #fff;
    border: 2px solid #D7D7D8;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
    padding: 20px 65px 0;
    text-align: left;
}

.cart-new-wrap .flex-bottom-first {
    max-width: 90px;
    min-width: 90px;
}

.flex-bottom-last,
.cart-new-wrap .flex-bottom-last {
    max-width: 150px;
    min-width: 150px;
}

.cart-new-wrap .flex-bottom-first > div > p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    margin-bottom: 5px;
}
.cart-new-wrap .flex-bottom-first > div > p:last-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #171717;
    margin-bottom: 0;
}

.cart-new-wrap .flex-bottom-last > div > p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    margin-bottom: 0;
}
.cart-new-wrap .flex-bottom-last > div > p:last-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #171717;
    margin-bottom: 0;
    padding-right: 0 !important;
}

.row-customer_register > label {
    display: none !important;
}
.row-customer_register .checkbox>label > span {
    cursor: pointer;
}
.row-customer_register .checkbox>label > span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 56px;
    height: 32px;
    border-radius: 100rem;
    background: #fff;
    border: 2px solid #E3E3E3;
    transition: .2s,box-shadow 0s
}

.row-customer_register .checkbox>label > span:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100rem;
    background: #121212;
    transition: .2s,box-shadow 0s
}

.row-customer_register .checkbox>label input:checked + span:before {
    background: #121212;
    border: 2px solid #121212;
}

.row-customer_register .checkbox>label input:checked + span:after {
    left: 30px;
    background: #fff;
}

#simplecheckout_summary {
    border-radius: 12px;
    border: 1px solid #EDEDED;
}
@media (min-width: 1200px) {
    #total_shipping.vertical {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
}
#total_shipping .simplecheckout-cart-total-value {
    margin: 0;
}

/**/
#simplecheckout_customer .simplecheckout-block-content {
    border-radius: 12px;
    border: 1px solid #EDEDED;
    padding: 24px;
}
.checkout-simplecheckout .form-group.row-customer_register .col-sm-8 {
    margin-bottom: 0;
}
.cart-new-wrap .flex-bottom-last.old-total > div > p:first-child {
    color: #FF4D00;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3px !important;
    padding-right: 0 !important;
}
.cart-new-wrap .flex-bottom-last.old-total > div > p:last-child {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0 !important;
    text-decoration: line-through;
}

.radio-shipping-wrap.active {
    border: 2px solid #FF4D00;
}
.radio-shipping-wrap.new > .radio > label > input + span {
    display: none;
}
.simplecheckout .delivery-new-inner {
    border-radius: 0;
    border: none;
    background: #FFF;
    padding: 0;
}
.simplecheckout .delivery-new-inner > div {
    padding-left: 64px;
}
.simplecheckout .delivery-new-inner > div.delivery-np:before,
.simplecheckout .delivery-new-inner > div.delivery-sam:before,
.simplecheckout .delivery-new-inner > div.delivery-cur:before {
    width: 48px;
    height: 48px;
}
.simplecheckout .delivery-new-inner > div.delivery-sam div {
    position: absolute;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(29, 176, 0, 0.08);
    color: #1DB000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    right: 0;
    top: 0;
}
.simplecheckout .delivery-new-inner > div.delivery-sam div span {
    font-weight: 600;
}
label[for="cs.shipping_cs_2"] .delivery-new-inner {
    padding-right: 180px;
}
label[for="cs.shipping_cs_2"] .delivery-new-inner > div {
    position: inherit;
}


.payment-new-inner > div {
    padding-left: 64px;
    min-height: 48px;
    align-content: center !important;
}
.payment-new-inner > div.payment-mono:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/image/catalog/theme/delivery/mono.svg) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0;
}
.payment-new-inner > div.payment-cod:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/image/catalog/theme/delivery/cod.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0;
}
.payment-new-inner > div.payment-cod2:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/image/catalog/theme/delivery/ch-mono.svg) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0;
}
.payment-new-inner {
    padding-right: 180px;
}
.payment-new-inner .subtitle {
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px !important;
    padding: 0 !important;
}
.payment-new-inner .subtitle .green {
    color: #FF4D00;
}
.payment-new-inner .subtitle + img {
    margin-top: 4px;
}
.payment-new-inner .subtitle + p.orange {
    color: #FF4D00;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0 !important;
}
.payment-new-inner > div.payment-mono div,
.payment-new-inner > div.payment-cod div,
.payment-new-inner > div.payment-cod2 div {
    position: absolute;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(29, 176, 0, 0.08);
    color: #1DB000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    right: 0;
    top: 0;
}
.payment-new-inner > div.payment-cod2 div,
.payment-new-inner > div.payment-cod div {
    background: rgba(255, 77, 0, 0.06);
    color: #FF4D00;
}
.payment-new-inner > div.payment-mono div span,
.payment-new-inner > div.payment-cod2 div span,
.payment-new-inner > div.payment-cod div span {
    font-weight: 600;
}

.radio-shipping-wrap-totals .title {
    color: #171717;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px !important;
}
.radio-shipping-wrap-totals div {
    display: flex;
    gap: 16px;
}
#simplecheckout_button_cart {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    padding: 14px 24px;
}
.row-shipping_address_address_1 .col-sm-8,
.row-shipping_address_address_2 .col-sm-8 {
    margin-bottom: 0 !important;
}

#simplecheckout_shipping .simplecheckout-block-content {
    display: flex;
    flex-direction: column;
}
#simplecheckout_shipping .simplecheckout-block-content > div:first-child {
    order: -10
}
#simplecheckout_shipping .simplecheckout-block-content > div:nth-child(3) {
    order: -9
}
#simplecheckout_shipping .simplecheckout-block-content > div:nth-child(2) {
    order: -8
}

.new-summary-item {
    margin-top: 12px;
}
.new-summary-item > div:last-child {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 6px;
    background: #1DB000;
    padding: 7px;
}
.new-summary-item > div:first-child {
    border-radius: 6px;
    background: #F5F5F5;
    padding: 12px 12px 12px 76px;
    position: relative;
}
.new-summary-item .title {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding-right: 0 !important;
}
.new-summary-item .title + p {
    padding-right: 0 !important;
    color: #A7A7A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.new-summary-item-np > div:first-child:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url('/image/catalog/theme/delivery/np.svg') no-repeat center;
    background-size: contain;
    left: 16px;
    top: 12px;
}
.new-summary-item-cur > div:first-child:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/image/catalog/theme/delivery/cur.svg) no-repeat center;
    background-size: contain;
    left: 16px;
    top: 12px;
}
.new-summary-item-mono > div:first-child:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/image/catalog/theme/delivery/mono.svg) no-repeat center;
    background-size: contain;
    left: 16px;
    top: 12px;
}
.new-summary-item-sam > div:first-child:before {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    background: url(/image/catalog/theme/delivery/sam.svg) no-repeat center;
    background-size: contain;
    left: 16px;
    top: 12px;
}

#total_coupon .simplecheckout-cart-total-value,
#total_sub_total ~ #total_sub_total .simplecheckout-cart-total-value {
    color: #FF4D00;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.flex-bottom-alert {
    color: #EE1C25;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    border-radius: 6px;
    background: rgba(238, 28, 37, 0.08);
    padding: 17px 24px;
    margin: -8px 24px 24px;
}
.flex-bottom-alert img {
    margin-right: 5px;
}

.simplecheckout-summary-totals {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

@media (max-width: 1380px) {
    .simplecheckout-right-column {
        width: 350px !important;
    }
    .simplecheckout-left-column {
        width: calc(100% - 385px) !important;
    }
}

@media (max-width: 1200px) {
    .simplecheckout-step {
        flex-direction: column;
    }
    .simplecheckout-left-column,
    .simplecheckout-right-column {
        width: 100% !important;
        max-width: 100% !important;
    }
    .simplecheckout-block {
        margin-bottom: 64px;
    }
}

@media (max-width: 767px) {
    #simplecheckout_customer .row-customer_firstname,
    #simplecheckout_customer .row-customer_lastname,
    #simplecheckout_customer .row-customer_telephone,
    #simplecheckout_customer .row-customer_email,
    #simplecheckout_customer .row-customer_password,
    #simplecheckout_customer .row-customer_confirm_password {
        flex: 1 1 100%;
    }
    .simple-content .checkout-heading {
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
    }
    .cart-new-wrap .flex-top > div {
        width: 100%;
    }

    .cart-new-wrap .number-spinner-cart:after {
        top: initial;
        bottom: -20px;
    }
    .cart-new-wrap .number-spinner-cart {
        width: 100%;
    }
    .cart-new-wrap .flex-bottom {
        gap: 34px;
    }
    .delivery-price-text {
        position: relative;
        right: 0;
        top: 0;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        margin-top: 7px;
    }
    .delivery-price-text span,
    label[for*="novaposhta"] .delivery-price-text span {
        text-align: left;
        margin-top: 3px;
    }
    label[for*="shipping_cs_0"] .delivery-price-text {
        top: 0;
    }

    #simplecheckout_payment .payment-info-text {
        padding: 24px 24px 24px 24px;
    }
    #simplecheckout_payment .payment-info-text:before {
        display: none;
    }

    #simplecheckout_payment .delivery-price-text {
        margin-bottom: 24px;
    }
    #simplecheckout_payment .delivery-price-text span {
        text-align: left;
    }

    .radio-shipping-wrap > .radio + .form-group label[for="cod1"] {
        margin-top: 80px !important;
    }

    #simplecheckout_payment .delivery-price-text {
        position: absolute;
        margin-bottom: 0;
        left: 60px;
        top: 55px;
    }

    .radio-shipping-wrap > .radio > label > input + span {
        display: block;
    }
    #simplecheckout_payment .radio-shipping-wrap > .radio > label > input + span .delivery-price-text {
        position: relative;
        right: initial;
        left: 0;
        top: 0;
    }
    .radio-shipping-wrap > .radio + .form-group label[for="cod1"] {
        margin-top: 15px !important;
    }
    .checkout-simplecheckout .ts-mw-button {
        display: none !important;
    }

    .simplecheckout-block {
        margin-bottom: 30px;
    }
    .simplecheckout-left-column .checkout-heading:after {
        display: none;
    }
    label[for*="novaposhta"] .delivery-price-text span,
    .delivery-price-text span {
        font-size: 14px;
        line-height: 18px;
    }
    .radio-shipping-wrap > .radio + .form-group label,
    .delivery-price-text {
        font-size: 14px;
    }
    #simplecheckout_payment .radio-shipping-wrap > .radio > label > input + span span {
        display: block;
    }
    .simplecheckout-summary-totals #total_total span + span {
        font-size: 24px;
    }
    .simple-result-text p,
    .simple-result-text p a {
        font-size: 14px;
    }

    #total_shipping.vertical {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .cart-new-wrap .flex-top {
        flex-direction: column;
    }

    .cart-new-wrap .flex-top .ft-1 {
        display: flex;
        gap: 16px;
    }
    .cart-new-wrap .flex-top .ft-1 a span {
        color: #171717;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
    .cart-new-wrap .flex-top .ft-1 .options > span:last-child {
        display: none;
    }
    .cart-new-wrap .flex-top > div:first-child img {
        width: 70px;
    }
    .cart-new-wrap .flex-top .ft-2 {
        max-width: 100%;
        min-width: 100%;
    }
    .cart-new-wrap .flex-top .ft-3 {
        position: relative;
    }
    .cart-new-wrap .flex-top .ft-3 .btn.mob {
        position: absolute;
        top: -104px;
        left: 0;
    }
    .cart-new-wrap .flex-bottom {
        flex-direction: column;
        align-items: flex-end;
        padding-left: 56px;
        gap: 18px;
        text-align: right;
    }
    .cart-new-wrap .flex-bottom-last {
        max-width: calc(100% + 56px);
        min-width: calc(100% + 56px);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cart-new-wrap .flex-bottom-last:before {
        content: 'Вартість товару:';
        color: #777;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .row-shipping_address_city,
    .row-shipping_address_zone_id,
    .row-shipping_address_address_1,
    .row-shipping_address_address_2 {
        flex: 1 1 100%;
        width: 100%;
    }

    .cart-new-wrap .flex-top .btn:hover:after {
        display: none;
    }

    .radio-shipping-wrap {
        padding: 18px;
    }
    .simplecheckout .delivery-new-inner > div:before {
        width: 48px !important;
        height: 48px !important;
    }
    .simplecheckout .delivery-new-inner .subtitle + ul ~ p.orange,
    .simplecheckout .delivery-new-inner .subtitle + ul ~ p.green,
    .simplecheckout .delivery-new-inner .progress-line {
        margin-left: -64px !important;
    }
    label[for="cs.shipping_cs_2"] .delivery-new-inner,
    .payment-new-inner {
        padding-right: 0;
    }
    .simplecheckout .delivery-new-inner > div.delivery-sam div,
    .payment-new-inner > div.payment-mono div,
    .payment-new-inner > div.payment-cod2 div,
    .payment-new-inner > div.payment-cod div{
        margin-left: -64px !important;
        position: relative;
        margin-top: 12px;
        text-align: center;
    }
    .radio-shipping-wrap-totals div {
        flex-direction: column;
    }
    #simplecheckout_button_cart {
        height: 48px;
    }
    .cart-new-wrap .number-spinner-cart .input-group-btn button img {
        opacity: 1 !important;
    }
    .payment-new-inner .subtitle {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .payment-new-inner .subtitle + img,
    .delivery-new-inner .subtitle + ul + img {
        max-width: 100%;
    }

    .simplecheckout-summary-totals {
        max-height: initial;
    }

}

@media (max-width: 420px) {
    .simplecheckout-summary-totals .simplecheckout-cart-total {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
    }
    .simple-result-btn {
        font-size: 12px;
    }
}