.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;
}
.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: 40px;
    background: #F8F8F8;
    padding: 32px;
}
@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;
}
@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;
}

.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_customer .form-group > label {
    display: none !important;
}
.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-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;
    position: absolute;
    left: -20px;
    top: 1px;
}
#total_coupon {
    position: relative;
}
.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;
    color: #FF8901;
    font-size: 12px;
}
.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: inline-block !important;
    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: 120px;
}
.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: transparent;
    padding: 0;
    border: none;
    font-style: normal;
    margin-bottom: 40px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    text-transform: uppercase;
}
.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;
}

.form-horizontal .control-label {
    margin-bottom: 4px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-top: 0;
    text-align: left;
    margin-bottom: 4px;
}
div.required .control-label:before {
     display: none;
}

.simple-content fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.simple-content fieldset > .form-group {
    flex: 1 1 100%;
}

.simple-content fieldset > .form-group.row-customer_lastname,
.simple-content fieldset > .form-group.row-customer_firstname {
    flex: 1 1 50%;
}

select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    height: 56px;
    box-shadow: none;
    padding: 16px 12px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    border: 1px solid #9EA0AE;
}
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    height: 56px !important;
    box-shadow: none !important;
    padding: 16px 12px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140% !important;
    border-radius: 0 !important;
    border: 1px solid #9EA0AE !important;
    background: #FFF;
}
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-radius: 0 !important;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #9EA0AE !important;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-dropdown {
    border-color: #9EA0AE !important;
    box-shadow: none !important;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
}


.simple-h1 {
    margin-bottom: 32px;
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.84px;
    text-transform: uppercase;
}
.customer-heading {
    text-align: left;
    margin-bottom: 32px;
    padding-bottom: 0;
    border-bottom: 1px solid #E2DFDA;
}
.customer-heading .customer-new {
    padding: 21px 0;
    border-bottom: 2px solid #000;
    text-align: center;
    margin-right: 16px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}
.customer-heading .customer-old {
    padding: 21px 0;
    border-bottom: 2px solid transparent;
    text-align: center;
    margin-right: 16px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}
.customer-heading .customer-old:hover {
    border-color: transparent;
}

.radio-nice + .form-group label {
    color: #5B5C64;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 0;
    width: 100%;
}
.row-customer_toggle_comment,
.row-customer_toggle_shipping,
.radio-nice input {
    position: absolute !important;
    left: -5000px !important;
    opacity: 0 !important;
}

.radio-nice span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 28px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}
.radio-nice input:checked + span:before {
    border-radius: 28px;
    border: 6px solid #000;
    z-index: 2;
}

.radio-nice:not(.radio-active) + .form-group {
    display: none !important;
}
.radio-nice + .form-group  .theme-alert-warning {
    margin-top: 8px;
    margin-bottom: 16px;
}
.radio-nice + .form-group  .theme-alert-warning a {
    display: inline-block;
    margin-bottom: 4px;
}

.radio-nice {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.radio-nice + .radio-nice {
    margin-top: 32px;
}
.radio-nice label {
    padding-left: 32px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
    width: 100%;
}
.radio-nice label > span {
    display: flex;
    justify-content: space-between;
}
.radio-nice label > span span {
    color: #5B5C64;
    text-align: right;
}

#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content {
    padding-bottom: 16px;
}

.shipping-rows2 {
    margin-top: 24px;
}

#simplecheckout_comment {
    position: relative;
}
#simplecheckout_comment .panel-heading span {
    display: block;
    color: #5B5C64;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 4px;
}
.checkbox-nice {
    position: relative;
    cursor: pointer;
}
.checkbox-nice {
    display: inline-block;
    width: 40px;
    height: 24px;
    border-radius: 100rem;
    background: #E2DFDA;
    transition: 0.2s, box-shadow 0s;
}
.checkbox-nice:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 100rem;
    background: #9EA0AE;
    transition: 0.2s, box-shadow 0s;
}

.checkbox-nice.active {
    background: #000;
}
.checkbox-nice.active:after {
    background: #fff;
    left: 20px;
}

#simplecheckout_comment .checkbox-nice {
    position: absolute;
    right: 0;
    top: 15px;
}
#simplecheckout_comment .checkbox-nice:not(.active) + .simplecheckout-block-content {
    display: none;
}

#buttons.simplecheckout-button-block {
    margin: 0;
    padding: 0;
    width: 59%;
}
#buttons.simplecheckout-button-block #simplecheckout_button_confirm,
#buttons.simplecheckout-button-block .btn-primary {
    width: 100%;
    padding: 18px;
    border-radius: 0;
    background: #000;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    margin-bottom: 12px !important;
}
.simplecheckout-agree-text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    margin-bottom: 120px;
}
.simplecheckout-agree-text a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#simplecheckout_cart {
    padding: 24px;
    background: #FFF;
    border: 1px solid #9EA0AE;
}
#simplecheckout_cart .title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    text-transform: uppercase;
    margin-bottom: 32px;
}

#simplecheckout_cart .sc-thumb {
    min-width: 76px;
    max-width: 76px;
    margin-right: 16px;
}
#simplecheckout_cart .sc-thumb img {
    border: 1px solid #e8e8e8;
    max-width: 100%;
}
.sc-info {
    flex-grow: 1;
}
.sc-info p {
    margin-bottom: 8px;
    color: #5B5C64;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
.sc-info p span {
    margin-left: 8px;
    color: #111
}
.sc-info p.name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    margin-bottom: 4px;
}
.sc-info p.product-name-detail {
    color: #5B5C64;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}
.sc-info > div:last-child {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 16px;
}
.sc-info .params p {
    color: #5B5C64;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 12px;
}
.sc-info .dflex {
    justify-content: space-between;
    align-items: center;
}
.sc-info .dflex > div:first-child {
    color: #5B5C64;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}
.sc-info .dflex > div:last-child {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}
.sc-info .dflex > div:last-child span {
    color: #9EA0AE;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-left: 8px;
}

.sc-product {
    padding: 20px 0;
    border-bottom: 1px solid #E2DFDA;
}

#simplecheckout_button_cart {
    padding: 11px 20px 10px;
    border-radius: 100px;
    border: 2px solid #00B23C;
    color: #00B23C !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: #fff;
}
#simplecheckout_button_cart:hover {
    border: 2px solid #00B23C;
    color: #fff !important;
    background: #00B23C;
}
.simplecheckout-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    color: #5B5C64;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}
.simplecheckout-cart-total-value {
    min-width: initial;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.18px;
}

.sc-products {
    max-height: 435px;
    overflow: auto;
}
.sc-products > .sc-product:last-child {
    border-bottom: none;
}

.empty-simple-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 140px;
    margin-bottom: 140px;
}
.empty-simple-cart .btn-primary {
    margin-top: 24px !important;
    margin-bottom: 80px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.simplecheckout-cart-total {
    gap: 20px;
}
.simplecheckout-cart-total-value {
    text-align: right;
}

.agree-text {
    margin-top: 16px;
    width: 100%;
    text-align: center;
}
.agree-text,
.agree-text a {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.agree-text a {
    text-decoration: underline;
}

.shipping-friend-wrap {
    text-align: left;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #DFDDE3;
}
.shipping-friend-wrap > div {
    position: relative;
}
.shipping-friend-wrap > div:last-child {
    display: none;
}
.shipping-friend-wrap.active > div:last-child {
    display: block;
}
.shipping-friend-wrap .title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 4px;
}
.shipping-friend-wrap .title + p {
    color: #5B5C64;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}
#shipping-nice {
    position: absolute;
    right: 0;
    top: 3px;
}

.shipping-friend-wrap .subtitle {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 24px;
}
.shipping-friend-wrap fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.shipping-friend-wrap fieldset > .form-group.row-shipping_address_lastname,
.shipping-friend-wrap fieldset > .form-group.row-shipping_address_firstname {
    flex: 1 1 50%;
}

#termInputPP {
    padding-right: 30px;
}

.row-shipping_address_address_id.values-0 {
    display: none !important;
}

.form-group .info {
    background: #FFF;
    padding: 24px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    display: flex;
    gap: 16px;
}
.form-group .info:before {
    content: url("/image/catalog/otome/theme/icon-info.svg");
}
.form-group .address {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin-bottom: 16px;
    padding-left: 32px;
}
.form-group .address a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 10px;
}

#simplecheckout_payment .radio-nice label > span {
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
}
#simplecheckout_payment .radio-nice label > span span {
    text-align: left;
    color: #5B5C64;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}

.simplecheckout-cart-totals-1 {
    border-top: 1px solid #DFDDE3;
    padding-top: 20px;
    margin-top: 32px;
}

.panel-checkout {
    margin-bottom: 12px;
    border: 1px solid #DFDDE3;
    background: #FBFBFB;
    border-radius: 0;
}
.panel-checkout .panel-heading {
    padding: 24px;
    border: none;
    background: transparent;
    border-radius: 0;
}
.panel-checkout .panel-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}
.panel-checkout .panel-title a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}
.panel-checkout .panel-title a > span:last-child {
    float: right;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    text-transform: uppercase;
}

.panel-checkout input[type="button"],
.panel-checkout input[type="submit"] {
    font-size: 14px !important;
    color:  #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
    padding: 18px;
}

@media (max-width: 1601px) {
    .simplecheckout-left-column {
        width: calc(100% - 448px);
    }
    .simplecheckout-right-column {
        width: 448px;
    }
}

@media (max-width: 992px) {
    .simple-content {
        margin: 0px -15px;
    }
    #simplecheckout_cart,
    .simplecheckout-block-content {
        padding: 24px 16px;
        border-radius: 0;
        background: #FFF;
        margin: 0 -20px;
    }
    .simple-content fieldset > .form-group.row-customer_lastname,
    .simple-content fieldset > .form-group.row-customer_firstname,
    .shipping-friend-wrap fieldset > .form-group.row-shipping_address_lastname,
    .shipping-friend-wrap fieldset > .form-group.row-shipping_address_firstname {
        flex: 1 1 100%;
    }
    #simplecheckout_comment .simplecheckout-block-content {
        padding: 16px !important;
    }
    #buttons.simplecheckout-button-block {
        width: 100%;
    }

    #simplecheckout_comment .checkout-heading {
        padding-right: 40px;
    }
    .shipping-friend-wrap .title + p {
        padding-right: 40px;
    }

    #simplecheckout_comment .checkbox-nice {
        top: 3px
    }

    .simple-content .checkout-heading,
    .simple-h1 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }
    .simplecheckout-block {
        clear: both;
        margin-bottom: 40px;
        background: #F8F8F8;
        padding: 20px 14px;
    }
    .simple-content .checkout-heading {
        margin-bottom: 20px;
    }
    #simplecheckout_cart,
    .simplecheckout-block-content {
        padding: 0;
        border-radius: 0;
        background: transparent;
        margin: 0;
    }
    #simplecheckout_cart {
        padding: 14px;
        margin-bottom: 20px;
        border: none;
    }
    .customer-heading .customer-new,
    .customer-heading .customer-old {
        padding-top: 0;
    }
    .radio-nice label {
        font-size: 16px;
    }
    .radio-nice label > span span {
        font-size: 14px;
        text-align: left;
    }
    .radio-nice label > span {
        flex-direction: column;
    }
    .form-group .address a {
        margin-left: 0;
    }
    .form-group .info {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 16px;
        text-align: center;
    }
    .simplecheckout-step {
        display: flex;
        flex-direction: column-reverse;
    }

    #simplecheckout_cart .title {
        margin-bottom: 0;
    }
    .simplecheckout-cart-totals-1 {
        border-top: none;
        padding-top: 0;
        margin-top: 20px;
    }

}