.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;
}
select.has-value{
    opacity: 1 !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%;
}
.product-warning *{
    color: #e11117 !important;
}
.checkout-simplecheckout .breadcrumb{
    display: none;
}
.checkout-simplecheckout .simplecheckout-left-column .breadcrumb{
    display: flex;
}
.checkout-simplecheckout .simplecheckout__heading--block{
    display: none;
}
.checkout-simplecheckout .simplecheckout-left-column .simplecheckout__heading--block{
    display: flex;
}
.simplecheckout-button-block.buttons{
    display: none !important;
}
.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-step{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.simplecheckout-left-column {
    width: calc(100% - 420px);
    border-right: 1px solid var(--secondary-lblue);
    padding-right: 30px;
}
.simplecheckout-right-column {
    width: 420px;
    padding-left: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
}
@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;
    }
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 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;

    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;
    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-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 .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;
}
.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: 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.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;
    font-size: 12px;
    color: var(--brand-red);
}
.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: #fff;
    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: #fff;
    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: inline-block !important;
    margin: 0;
}
.simplecheckout label input, .simpleregister label input {

}
#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;
}
.form-horizontal .form-group{
    margin: 0;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before,
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    
}
.simplecheckout .col-sm-8,
.simplecheckout .col-sm-4{
    width: 100%;
    padding: 0;
}
#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 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--brand-blue);
    padding: 0;
    margin-bottom: 30px;
}
.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 {
        display: none;
    }
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
    .simplecheckout-cart col.price,.simplecheckout-cart th.price,.simplecheckout-cart td.price {
        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;
    }
}
.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;
}
.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.col-sm-4{
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: var(--brand-blue);
    margin-bottom: 12px;
}
.form-horizontal .form-group{
    margin-bottom: 20px;
}
.form-horizontal .form-group:last-child{
    margin-bottom: 0;
}
.simplecheckout input.form-control{
    opacity: 0.4;
    height: 53px;
    width: 100%;
    border: 1px solid var(--brand-blue);
    border-radius: 10px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--brand-blue);
    height: 53px;
    box-shadow: none;
}
.simplecheckout input.form-control:hover,
.simplecheckout input.form-control:focus,
.simplecheckout input.form-control:active,
.simplecheckout input.form-control:not(:placeholder-shown){
    opacity: 1;
}
.has-error input.form-control{
    box-shadow: none;
    color: var(--brand-red);
    border: 1px solid var(--brand-red);
}
#simplecheckout_customer .form-horizontal{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#simplecheckout_customer .form-horizontal .form-group{
    width: calc(50% - 10px);
}
#simplecheckout_customer .form-horizontal .form-group.row-customer_email{
    width: 100%;
}
.toggle__visibility{
    display: flex;
    align-items: center;
    opacity: 0.4;
    background-color: #fff;
    outline: none;
    padding: 0 18px;
    font-weight: 700;
    font-size: 16px;
    color: var(--brand-red);
    gap: 12px;
    border: 1px solid var(--brand-red);
    border-radius: 10px;
    height: 50px;
    margin-top: 30px;
}
.toggle__visibility svg{
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.active .toggle__visibility svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.toggle__visibility:hover,
.toggle__visibility:focus,
.toggle__visibility:active{
    opacity: 1;
}
div.required .control-label:before{
    display: none;
}
.has-error .form-control:focus{
    box-shadow: none;
    border: 1px solid var(--brand-red);
}
#simplecheckout_cart,
#simplecheckout_customer{
    margin-bottom: 60px;
}
.simplecheckout-couponblock-total{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.simplecheckout-couponblock-total a{
    width: max-content;
    height: 53px;
    border-radius: 10px;
    background: var(--brand-red);
    opacity: 0.5;
    font-weight: 700;
    font-size: 16px;
    color: var(--brand-white);
    background-image: none;
    outline: none;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 18px;
}
.simplecheckout-couponblock-total a:hover,
.simplecheckout-couponblock-total a:focus,
.simplecheckout-couponblock-total a:active{
    opacity: 1;
}
.simplecheckout-cart-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    padding: 0;
}
.simplecheckout-cart-total span:first-child{
    margin: 0;
    text-align: left;
    width: calc(70% - 10px);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--brand-blue);
}
.simplecheckout-cart-total span:last-child{
    margin: 0;
    text-align: right;
    width: calc(30% - 10px);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--brand-blue);
}
#total_total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--secondary-lblue);
}
#total_total span:first-child{
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: var(--brand-blue);
    margin: 0;
    text-align: left;
    width: calc(50% - 10px);
}
#total_total span:last-child{
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: var(--brand-blue);
    text-align: right;
    margin: 0;
    width: calc(50% - 10px);
}
.shipping_method-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--brand-blue);
    margin-bottom: 16px;
    margin-top: 16px;
}
.checkbox+.checkbox, .radio+.radio{
    margin: 0;
}
.simple__radio{
    width: 100%;
    margin: 0;
    margin-bottom: 20px !important;
    }
    .simple__radio input{
        display: none;
    }.simple__radio label {
        border: 1px solid rgba(19, 57, 95);
        border-radius: 10px;
        width: 100%;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        padding: 16px 20px;
        display: flex !important;
        align-items: center;
        gap: 20px;
        opacity: .4;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        color: var(--brand-blue);
    }
    .simple__radio label::before{
        content: '';
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        background-color: #fff;
        border: 1px solid var(--brand-blue);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .simple__radio label img{
        margin-left: auto;
        flex-shrink: 0;
    }
    .simple__radio label:hover,
    .simple__radio input:checked + label{
        opacity: 1;
        border: 1px solid transparent;
        background: #f6f8fa;
    }
    #simplecheckout_payment .simple__radio.simple__ukrcreditsradio input:checked + label{
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .simple__radio input:checked + label:after{
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: var(--brand-red);
        position: absolute;
        left: 26px;
    }
    .simple__radio--quotetext{
        margin-left: auto;
    }
    .simple__ukrcredits{
        position: relative;
        top: -20px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #f6f8fa;
    }
    .simple__ukrcredits--wrapper{
        padding-top: 6px;
        padding-bottom: 20px;
        padding-left: 60px;
        padding-right: 20px;
    }
    .prop_permounth{
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: var(--brand-blue);
        margin-left: auto;
    }
    .prop_paymentsCount{
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: var(--brand-blue);
        opacity: 0.5;
    }
    .prop_calc{
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .prop_select .select2-container--default .select2-selection--single .select2-selection__arrow,
    .prop_select .select2-container--default .select2-selection--single{
        background-color: transparent;
    }
    #shipping_address_zone_id{
        height: 53px;
        border-radius: 10px;
        border: 1px solid var(--brand-blue);
        padding: 0 40px 0 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        color: var(--brand-blue);
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        appearance:none;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9063 8L9.90625 13L4.90625 8' stroke='%2313395F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: calc(100% - 20px);
        background-position-y: 50%;
        opacity: .4;
    }
    #shipping_address_zone_id:hover{
        opacity: 1;
    }
    #shipping_address_zone_id:focus{
        box-shadow: none;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.10156 13L10.1016 8L15.1016 13' stroke='%2313395F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    }
    #simplecheckout_shipping_address .form-horizontal{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #simplecheckout_shipping_address .form-horizontal .form-group{
        width: 100%;
    }
    #simplecheckout_shipping_address .form-horizontal .form-group.row-shipping_address_field23,
    #simplecheckout_shipping_address .form-horizontal .form-group.row-shipping_address_field22{
        width: calc(50% - 10px);
    }
    .scustom__checkbox input {
        position: absolute;
        z-index: 1;
        opacity: 0;
      }
      .scustom__checkbox input + label{
        display: flex !important;
        align-items: flex-start;
        gap: 12px;
        margin-top: 3px;
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        color: var(--brand-blue);
        opacity: .4;
      }
      .scustom__checkbox input + label span{
      }
      .scustom__checkbox input + label svg{
        opacity: 0;
      }
      .scustom__checkbox input:checked + label,
      .scustom__checkbox input:checked + label svg{
        opacity: 1;
      }
      .scustom__checkboxblock{
        width: 20px;
        flex-shrink: 0;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid var(--brand-red);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
}
.row-shipping_address_field21 .control-label.col-sm-4{
    display: none !important;
}
#creare_order_trigger{
    width: 100%;
    border-radius: 10px;
    height: 64px;
    background: var(--brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-weight: 700;
    font-size: 16px;
    color: var(--brand-white);
    outline: none;
    border: none;
    padding: 0;
}
#buttons{
    display: none;
}
.simplecheckout__heading--block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.simplecheckout__heading--block::after{
    content: '';
    width: 1000%;
    position: absolute;
    right: -30px;
    bottom: 0;
    height: 1px;
    background-color: var(--secondary-lblue);
}
.simplecheckout__heading--block h1{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--brand-blue);
    margin: 0;
}
.simplecheckout__heading--block a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color: var(--brand-blue);
}
#simplecheckout_text_agreement .checkout-heading.panel-heading{
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: rgba(19, 57, 95, 0.8);
    max-width: 313px;
}
#simplecheckout_text_agreement .checkout-heading.panel-heading a{
    text-decoration: underline;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: var(--brand-blue);
}
@media (max-width: 1200px) {
    #simplecheckout_shipping_address .form-horizontal .form-group.row-shipping_address_field23, #simplecheckout_shipping_address .form-horizontal .form-group.row-shipping_address_field22, #simplecheckout_customer .form-horizontal .form-group{
        width: 100%;
    }
    .simplecheckout__heading--block{
        flex-direction: column;
        gap: 16px;
        padding-bottom: 16px;
        align-items: flex-start;
    }
}
@media (max-width: 1023px) {
    .simplecheckout__heading--block h1{
        font-size: 24px;
    }
    .simplecheckout__heading--block a{
        font-size: 16px;
    }
    .simplecheckout-step{
        flex-direction: column;
        gap: 120px;
    }
    .simplecheckout-right-column,
    .simplecheckout-left-column{
        width: 100%;
        padding: 0;
        border: none;
    }
    .simple__ukrcredits--wrapper{
        padding-left: 20px;
    }
    .prop_calc{
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .prop_permounth{
        width: 100%;
        text-align: right;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 13px;
    }
    .select2-container{
        width: 60px !important;
    }
    .select2-results__option{
        font-size: 13px;
        padding: 0 8px;
    }
    .select2-dropdown.select2-dropdown--above{
        bottom: 5px;
    }
    .select2-dropdown.select2-dropdown--below{
        top: 5px;
    }
    #simplecheckout_summary .checkout-heading.panel-heading{
        display: none;
    }
}