.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%;
    position: relative;
}
.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;
        margin-top: 34px;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
}
.simplecheckout-block-content {
    padding: 10px;
}
@media only screen and (min-width:1200px) {
    .simplecheckout-block-content>fieldset:nth-of-type(2),
    .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simplecheckout-block-content:after {
    content:"";
    display:block;
    clear:both;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 10px;
}
@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: none;
    text-align: center;
    width: 59%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 5px 0;
    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;
}
.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;
    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: 0 25px;
}
#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: 0;
}
.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; */
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
#simplecheckout_comment textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* padding: 10px 15px; */
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.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: flex !important;
    /* margin-right: 10px; */
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    flex-wrap: wrap;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #E1CED0;
    padding: 10px 25px 10px 63px;
}

.simplecheckout-vertical-menu .checkout-heading h4 {
    margin: 0;
    color: #797979;
    font-family: "Aktiv Grotesk Ex";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.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;
}
.simple-content .checkout-heading {
    background: transparent;
}

.simplecheckout-block {
    background: #F1F1F1;
    border-radius: 13px;
    padding: 28px 39px;
    margin-bottom: 20px;
}

.checkout-heading.panel-heading {
    color: #313131;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 204.545% */
    padding: 0px 0!important;
}

.container.simplecheckout h1 {
    color: #313131;
    font-family: Manrope;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 100% */
    padding-left: 30px;
    margin-top: 44px;
    margin-bottom: 35px;
}

.simplecheckout-left-column {
    width: 57.7%;
}

div#simplecheckout_form_0 {
    padding-left: 31px;
    padding-right: 25px;
}

.simplecheckout-right-column {
    width: 41%;
    position: absolute;
    right: 0;
    top: 0;
}

.simplecheckout-block-content {
    padding: 0;
}

.simplecheckout-block-content label {
    display: none !important;
}

#simplecheckout_customer .simplecheckout-block-content fieldset.form-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

#simplecheckout_customer .simplecheckout-block-content fieldset.form-horizontal input {
    /* border-radius: 5px; */
    border: 1px solid #D3D3D3;
    background: #FFF;
    height: 50px;
}

#simplecheckout_customer .simplecheckout-block-content .col-sm-8 {
    -ms-flex: 0 0 100%;
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
    width: 49%;
    margin-top: 7px;
    margin-bottom: 10px;
}

.form-group.required.row-customer_telephone label {
    /* display: flex !important; */
    /* color: #515151 !important; */
    font-family: Gilroy;
    /* font-size: 15px !important; */
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
    /* margin-bottom: 6px !important; */
    /* color: #000 !important; */
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 24px !important; */ /* 160% */
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-group.required.row-customer_email input {
    margin-top: 60px;
}

.form-group.required.row-customer_email {
    margin-top: 37px !important;
}

div#simplecheckout_customer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

div#simplecheckout_comment {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

div#simplecheckout_comment {
    padding-top: 15px;
    padding-bottom: 22px;
}

#simplecheckout_comment .checkout-heading {
    color: #886FBB;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    color: #D02138;
    font-family: "Solomon Sans Bold";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    text-decoration-line: underline;
    margin-bottom: 14px !important;
}

textarea#comment {
    /* display: none; */
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    color: #000;
    /* font-family: "Solomon Sans Book"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    min-height: 120px !important;
    display: flex;
    height: 120px;
    padding: 15px 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--Red, #752215);
    resize: none;
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.simplecheckout-block-content .radio label {
    display: inline-flex !important;
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.simplecheckout-block-content .radio label {
    display: inline-flex !important;
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    color: #222;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
div#simplecheckout_shipping {
    margin-bottom: -30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
    padding-top: 30px;
    padding-left: 63px;
    padding-right: 25px;
    border-right: 1px solid #E1CED0;
    border-left: 1px solid #E1CED0;
    border-radius: 3px;
    margin-top: 0px;
}

div#simplecheckout_shipping .radio {
    display: none;
    padding-bottom: 0;
}

div#simplecheckout_shipping_address {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
}

.simplecheckout-block-content .radio input {
    display: none;
}

.simplecheckout-block-content .radio label:before {
    content: "";
    width: 14px;
    height: 14px;
    min-width: 14px;
    background: #fff;
    border: 1px solid #D3D3D3;
    /* border-radius: 3px; */
    margin-right: 10px;
    border: 1px solid #752215;
}

.simplecheckout-block-content .radio input:checked + label:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #D02138;
    border-radius: 3px;
    top: 2px;
    left: 2px;
}

.simplecheckout-block-content .radio label:before {
    content: "";
    width: 15px;
    height: 15px;
    min-width: 14px;
    background: #fff;
    border: 1px solid #D3D3D3;
    /* border-radius: 3px; */
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 50%;
}

.simplecheckout-block-content .radio input:checked + label:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

div#simplecheckout_payment .radio input:checked + label:after {
    top: 7px;
}

.select2-container--bootstrap .select2-selection, .simple-content select {
       border-radius: 5px !important;
       border: 1px solid #ffffff !important;
       background-color: #FFF !important;
       /* width: 515px; */
       height: 45px !important;
       flex-shrink: 0;
       background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_2_8971)'%3E%3Cpath d='M6.46824 9.33309L11.8083 3.99294C11.9319 3.86943 12 3.70455 12 3.52875C12 3.35294 11.9319 3.18807 11.8083 3.06456L11.4151 2.67129C11.1589 2.41539 10.7425 2.41539 10.4867 2.67129L6.00249 7.15555L1.51326 2.66631C1.38965 2.5428 1.22487 2.47461 1.04916 2.47461C0.873261 2.47461 0.708483 2.5428 0.584776 2.66631L0.191707 3.05958C0.068098 3.18319 9.15499e-07 3.34797 9.07814e-07 3.52377C9.00129e-07 3.69957 0.068098 3.86445 0.191707 3.98796L5.53664 9.33309C5.66064 9.45689 5.8262 9.52489 6.0022 9.5245C6.17888 9.52489 6.34434 9.45689 6.46824 9.33309Z' fill='%23313131'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_8971'%3E%3Crect width='12' height='12' fill='white' transform='translate(12) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
       background-repeat: no-repeat no-repeat;
       background-position: 97.8% 51.1%;
       background-size: 14px;
       background-repeat: no-repeat;
       display: flex !important;
       justify-content: flex-start;
       align-items: center;
       /* color: #515151 !important; */
       font-family: Gilroy;
       /* font-size: 15px !important; */
       font-style: normal;
       font-weight: 400;
       /* line-height: normal !important; */
       color: #000;
       font-family: "Solomon Sans Book";
       font-size: 15px;
       font-style: normal;
       font-weight: 400;
       line-height: 24px; /* 160% */
       /* border-radius: 6px !important; */
       /* background: #FFF; */
       /* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06) !important; */
       background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%23D02138'/%3E%3C/svg%3E");
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    /* color: #515151; */
    /* font-family: Gilroy; */
    /* font-size: 15px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: normal; */
    /* color: #000; */
    /* font-family: "Solomon Sans Book"; */
    /* font-size: 15px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: 24px; */ /* 160% */
    color: #752215 !important;
    text-align: center;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
}

div#simplecheckout_shipping .simplecheckout-block-content {
    margin-top: 21px;
}

div#simplecheckout_shipping_address .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 100%;
    max-width: 100.266667%;
}

.select2-container {
    max-width: 100%;
}
div#simplecheckout_payment .simplecheckout-block-content {
    margin-top: 22px;
}

div#simplecheckout_payment {
    padding-bottom: 31px;
    margin-bottom: 53px;
}
div#simplecheckout_shipping_address {
    padding-bottom: 12px;
    padding-left: 63px;
    padding-right: 25px;
    border-right: 1px solid #E1CED0;
    border-left: 1px solid #E1CED0;
    border-radius: 3px;
    margin-top: 0;
    border-bottom: 1px solid #e1ced0;
}
div#simplecheckout_cart {
    /* background: #F0F0F0; */
}
.top-cart {
    /* display: flex; */
}

.on-cart {
    display: flex;
}

.lf-cart a {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lf-cart a img {}

.lf-cart a img {
    /* border-radius: 10px; */
    width: 100%;
    height: 100%;
}

.rg-cart {
    display: flex;
    flex-direction: column;
}

.top-name {
    color: #535353;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
}

.niz-cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.niz-qv .input-group{
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    height: 48px;
    padding: 10px 16px;
    align-items: center;
    /* gap: 24px; */
    border: 1px solid #752215;
    justify-content: space-between;
}


.niz-qv .input-group button.btn.btn-primary[data-onclick="decreaseProductQuantity"] {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background: transparent;
    /* border: 1px solid; */
    border-color: transparent;
    border-radius: 3px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

i.fa.fa-minus:before {
    color: #000000;
    font-size: 8px;
    line-height: 25px;
}
.niz-qv .input-group button.btn.btn-primary[data-onclick="increaseProductQuantity"] {
    width: 25px;
    height: 26px;
    flex-shrink: 0;
     background: transparent;
    /* border: 1px solid; */
    border-color: transparent;
    border-radius: 3px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

i.fa.fa-plus:before {
    color: #000000;
    font-size: 8px;
    line-height: 25px;
}

#simplecheckout_cart .quantity .form-control {
    background: #fff;
    border: none;
    color: #575757;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    width: 27.8px;
    min-width: 25.8px;
    padding: 0;
    width: 38px;
    height: 25px;
    flex-shrink: 0;
    color: #3F3F3F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.cena-cart {
    display: flex;
    color: #000;
    text-align: right;
    font-family: "Solomon Sans Bold";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rg-chast-cena {
    display: flex;
}

.niz-cena {
    display: flex;
    flex-direction: column-reverse;
    color: #575757;
    text-align: right;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    color: #000;
    font-family: "Solomon Sans Bold";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    align-items: flex-start;
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.niz-cena div {
    margin-left: 0;
}

.remove-cart button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg clip-path='url(%23clip0_2_9029)'%3E%3Cpath d='M8.28262 7.01168L13.7339 1.56019C14.0887 1.2056 14.0887 0.632263 13.7339 0.277666C13.3793 -0.0769304 12.806 -0.0769304 12.4514 0.277666L6.99992 5.72915L1.5486 0.277666C1.19384 -0.0769304 0.620669 -0.0769304 0.266072 0.277666C-0.0886907 0.632263 -0.0886907 1.2056 0.266072 1.56019L5.71739 7.01168L0.266072 12.4632C-0.0886907 12.8178 -0.0886907 13.3911 0.266072 13.7457C0.442789 13.9226 0.675146 14.0114 0.907336 14.0114C1.13953 14.0114 1.37172 13.9226 1.5486 13.7457L6.99992 8.29421L12.4514 13.7457C12.6283 13.9226 12.8605 14.0114 13.0927 14.0114C13.3249 14.0114 13.5571 13.9226 13.7339 13.7457C14.0887 13.3911 14.0887 12.8178 13.7339 12.4632L8.28262 7.01168Z' fill='%238870BB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_9029'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-color: transparent;
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1 1L13 13' stroke='%23777777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 13L13 1' stroke='%23777777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
    margin-top: -14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0007 12.708L6.75472 17.954C6.66139 18.0473 6.54672 18.0973 6.41072 18.104C6.27472 18.1107 6.15339 18.0607 6.04672 17.954C5.94005 17.8473 5.88672 17.7293 5.88672 17.6C5.88672 17.4707 5.94005 17.3527 6.04672 17.246L11.2927 12L6.04672 6.75399C5.95339 6.66065 5.90339 6.54599 5.89672 6.40999C5.89005 6.27399 5.94005 6.15265 6.04672 6.04599C6.15339 5.93932 6.27139 5.88599 6.40072 5.88599C6.53005 5.88599 6.64805 5.93932 6.75472 6.04599L12.0007 11.292L17.2467 6.04599C17.3401 5.95265 17.4551 5.90265 17.5917 5.89599C17.7271 5.88932 17.8481 5.93932 17.9547 6.04599C18.0614 6.15265 18.1147 6.27065 18.1147 6.39999C18.1147 6.52932 18.0614 6.64732 17.9547 6.75399L12.7087 12L17.9547 17.246C18.0481 17.3393 18.0981 17.4543 18.1047 17.591C18.1114 17.7263 18.0614 17.8473 17.9547 17.954C17.8481 18.0607 17.7301 18.114 17.6007 18.114C17.4714 18.114 17.3534 18.0607 17.2467 17.954L12.0007 12.708Z' fill='%23752215'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.on-cart {
    border-bottom: 1px solid #752215;
    padding-bottom: 30px;
}

.on-cart:not(:nth-child(1)) {
    margin-top: 30px;
}

.options smal {}

.options small {
    color: #535353;
    font-family: Gilroy;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
}

.top-cart {
    margin-top: 31px;
    margin-bottom: 7px;
}

.lf-cart {
    width: 38%;
}

.rg-cart {
    width: 68%;
    min-height: 96px;
    justify-content: space-between;
}

.top-name {
    display: flex;
    justify-content: space-between;
}

.top-name a {
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    overflow: hidden;
    color: #752215;
    text-overflow: ellipsis;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 27px;
}

.options {
    margin-bottom: 7px;
}

div#total_sub_total {
    display: none !important;
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    align-items: center;
}

div#total_shipping {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}

.simplecheckout-cart-total:after {
    display: none;
}

.simplecheckout-cart-total>span {
    color: #535353;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    color: #000;
    font-family: "Solomon Sans Bold";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    overflow: hidden;
    color: #752215;
    text-overflow: ellipsis;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

span.simplecheckout-cart-total-value {
    color: #535353;
    text-align: right;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
    color: #000;
    text-align: right;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    overflow: hidden;
    color: #752215;
    text-align: right;
    text-overflow: ellipsis;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

div#total_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.simplecheckout-cart-total>span {
    /* background: #edf6fb; */
    position: relative;
}

.simplecheckout-cart-total>span b {
    font-weight: 400;
}

.simplecheckout-cart-total:before {content: "";width: 97%;/* border-bottom: 1px dotted #D6E0E5; */position: absolute;bottom: 12px;z-index: 0;}

.simplecheckout-cart-total {
    position: relative;
}
.bl-cuopon {
    /* background: #F0F0F0; */
    padding: 13px 42px 34px 39px;
    margin-bottom: 20px;
}

.simplecheckout-cart-coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.simplecheckout-cart-coupon .inputs:nth-child(1) {
    display: none;
}
.prim {
    color: #8870BB;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    position: absolute;
    right: 20px;
    top: 17px;
    position: relative;
    top: auto;
    right: 0;
    width: 138px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #D02138;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon-niz input {
    height: 50px;
    border: 1px solid #D3D3D3;
    background: #fff;
    width: 100%;
}

span.inputs {
    color: #313131;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
    /* display: none; */
}

.coupon-niz {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position:relative;
}

.coupon-niz input.form-control {
    border-radius: 6px !important;
    background: #FFF !important;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin-right: 9px !important;
    height: 59px;
}

div#simplecheckout_cart {
    padding-bottom: 0px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 38px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div#buttons {
    /* background: #F0F0F0; */
    /* padding-bottom: 21px !important; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    border-radius: 13px;
    /* padding-top: 18px !important; */
    /* margin-bottom: 150px !important; */
}

.simplecheckout-button-right .button {
    width: 503px;
    height: 60px;
    flex-shrink: 0;
    /* background: #8870BB !important; */
    /* filter: drop-shadow(0px 12px 30px rgba(97, 74, 146, 0.35)); */
    /* backdrop-filter: blur(3px); */
    /* border-radius: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 59px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #D02138 !important;
    background: #752215 !important;
    height: 48px;
    padding: 0 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 238px;
}

a#simplecheckout_button_confirm span {
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.bl-cuopon {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    display: none;
}
.left-login {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* margin-left: 61px; */
    margin-top: 12px;
}

div#simplecheckout_customer {
    padding-left: 63px;
    border: 1px solid #E1CED0;
    border-radius: 3px;
    padding-top: 20px;
    border-top: 0;
    margin-top: -9px;
    background: #fff;
    z-index: 10;
    position: relative;
    padding-right: 55px;
}

div#simplecheckout_customer .checkout-heading.panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-heading:after {
    display: none;
}

span.neokno.active {
    color: #886FBB;
    text-align: right;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

span.checkout-heading-button a {
    color: #886FBB;
    text-align: right;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

span.checkout-heading-button {
    padding-left: 0;
    /* border-left: 1px solid #DFDFDF; */
    max-height: 13px;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
} 
div#simplecheckout_customer.active div#temp_flat_container + .simplecheckout-block-content {
    /* display: none; */
}
div#simplecheckout_customer.active div#temp_flat_container + .simplecheckout-block-content {
    /* display: none; */
}

span.neokno.noactive {
    color: #886FBB;
    text-align: right;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    color: #ABABAB;
    text-align: right;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
}

div#simple_login_header {
    /* display: none; */
    text-align: left;
    color: #7E7E82;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-variant: small-caps;
}

div#simplecheckout_login {
    padding: 0;
}

#temp_flat_container fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

input.form-control {
    border-radius: 0;
    /* border: 1px solid #D3D3D3; */
    background: #FFF;
    height: 45px;
    /* border-radius: 6px; */
    background: #FFF;
    /* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06); */
    display: flex;
    height: 48px;
    padding: 15px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--Red, #752215);
    color: #752215 !important;
}

a#simplecheckout_button_login {
    width: 100%;
}
.niz-login {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}

.niz-login a:last-child {
    color: #886FBB;
    text-align: right;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    text-decoration-line: underline;
    color: #D02138;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    margin-left: 0;
    color: #752215;
    text-align: left;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #7E7E82;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-variant: small-caps;
    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-bottom: 17px;
}

a#simplecheckout_button_login {
    width: 197px;
    height: 60px;
    flex-shrink: 0;
    background: #8870BB;
    /* filter: drop-shadow(0px 12px 30px rgba(97, 74, 146, 0.35)); */
    /* backdrop-filter: blur(3px); */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    border-radius: 30px;
    width: 192px;
    height: 59px;
    flex-shrink: 0;
    border-radius: 3px;
    /* background: #D02138 !important; */
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    height: 48px;
    padding: 15px 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #752215 !important;
    color: #FFF !important;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

div#simplecheckout_customer.active {
    /* padding-bottom: 38px; */
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}

#temp_flat_container fieldset .form-group {
    width: 50.9%;
}
div#simplecheckout_comment.active textarea {
    display: flex;
}

.left-login span {
    cursor: pointer;
}

span.checkout-heading-button.noactive.active a {
    color: #752215;
    text-align: right;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* 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; */
    color: #222;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#simplecheckout_comment .checkout-heading {
    cursor: pointer;
    /* display: none; */
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none !important;
}
.container.simplecheckout h1 {
    color: #262521;
    font-family: "Solomon Sans Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: -3px;
    padding-left: 0;
    margin-bottom: 39px;
    color: var(--Red, #752215);
    text-align: center;
    font-family: "Aktiv Grotesk Ex";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 41px;
    margin-bottom: 36px;
}

.simplecheckout-block {
    background: transparent;
}

#simplecheckout_customer .simplecheckout-block-content fieldset.form-horizontal input {
    border-radius: 0;
    /* background: #FFF; */
    /* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06); */
    border: none;
    height: 45px;
    padding: 7px 14px;
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    display: flex;
    height: 48px;
    padding: 15px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--Red, #752215);
    /* width: 72%; */
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
}

.checkout-heading.panel-heading {
    color: #262521;
    font-family: "Solomon Sans Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.simplecheckout-right-column .checkout-heading.panel-heading {
    display: none;
}

div#simplecheckout_form_0 {
    padding: 0;
    margin-bottom: 50px;
}

.simplecheckout-block {
    padding: 0;
}

div#simplecheckout_customer .checkout-heading.panel-heading {
    justify-content: space-between;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #7E7E82;
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-variant: small-caps;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
    width: 48.9%;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group.row-customer_register {
    width: 100%;
    position: initial;
}
::placeholder {
  color: #7E7E82;
font-family: "Aktiv Grotesk Ex";
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
font-variant: small-caps;
}
.form-group.row-customer_field28>label {
    display: none !important;
}

.form-group.row-customer_field28 {
    width: 100% !important;
}

.simplecheckout-left-column {
    width: 57.5%;
}

span.checkout-heading-button a {
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    position: relative;
    color: #ABABAB;
    text-align: right;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    color: #222;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

span.checkout-heading-button a:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    min-width: 15px;
    display: flex;
}

span.neokno.active {
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    position: relative;
    color: #752215;
    text-align: right;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: none;
}

span.neokno.active:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #752215;
    position: absolute;
    bottom: 0;
}

#simplecheckout_customer .simplecheckout-block-content .form-group.required.row-customer_telephone {
    margin-top: 10px;
}

#simplecheckout_customer .simplecheckout-block-content .form-group.row-customer_email {
    /* margin-top: 34px; */
}
.zag-chec-commen {
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin-bottom: 6px;
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

div#simplecheckout_shipping_address .checkout-heading.panel-heading {
    display: none;
}

.niz-cart .quantity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.niz-qv {
    margin-left: 24px;
}
span.checkout-heading-button.noactive.active a:before {
    /* content: ""; */
    width: 100%;
    height: 2px;
    background: #752215;
    display: flex;
    position: absolute;
    bottom: 0;
}
.checkbox.switcher label {
    display: flex !important;
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.checkbox input {
    display: none !important;
}

.checkbox.switcher  label:before {
    content: "";
    width: 14px;
    height: 14px;
    display: flex;
    border: 1px solid #752215;
    margin-right: 8px;
    min-width: 14px;
}
.checkbox.switcher input:checked + label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #752215;
    top: 2px;
    left: 2px;
}
.simplecheckout-block-content .radio.active label:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #000;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}
div#simplecheckout_payment_address .simplecheckout-block-content fieldset.form-horizontal input {
    border-radius: 0;
    /* background: #FFF; */
    /* box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06); */
    border: none;
    height: 45px;
    padding: 7px 14px;
    color: #000;
    font-family: "Solomon Sans Book";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    display: flex;
    height: 48px;
    padding: 15px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid var(--Red, #752215);
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
div#simplecheckout_payment_address .simplecheckout-block-content .form-horizontal .form-group{
    width: 100%;
}
div#simplecheckout_payment_address .simplecheckout-block-content fieldset.form-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.simplecheckout-block-content .form-horizontal label.control-label.col-sm-4 {
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.form-group.row-customer_field29>label {
    display: none !important;
}

.form-group.row-customer_field29 {
    margin-top: 0 !important;
    padding-top: 0;
    width: 100% !important;
}

div#simplecheckout_payment_address {
    padding-top: 0;
    padding-left: 62px;
    padding-right: 25px;
    border-right: 1px solid #E1CED0;
    border-left: 1px solid #E1CED0;
    border-radius: 3px;
    margin-top: -7px;
    background: #fff;
    z-index: 100;
    position: relative;
    margin-bottom: 0;
}

div#simplecheckout_payment_address .col-sm-12 {
    padding: 0;
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: -8px;
}

.form-group.row-customer_field29 {
    /* border-top: 1px solid #752215; */
}

input#customer_firstname {}

.form-group.row-payment_address_receiver_name {
    width: 47% !important;
}

.form-group.row-payment_address_receiver_phone {
    width: 49% !important;
}

.form-group.row-payment_address_field32 {
    /* border-top: 1px solid #752215; */
    padding-top: 16px;
    margin-top: 2px !important;
    margin-bottom: -8px;
}

.form-group.row-payment_address_field32>label {
    display: none !important;
    padding-top: 16px;
}

input#customer_telephone {
    padding-left: 50px !important;
}

input#payment_address_receiver_phone {
    padding-left: 50px !important;
}
.simplecheckout-block-content .checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.simplecheckout-block-content .radio label span {
    /* width: 16px; */
    /* height: 16px; */
    /* border-radius: 50%; */
    /* background: #ABABAB; */
    /* color: #fff; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-end; */
    /* margin-left: 8px; */
    /* margin-top: -3px; */
    /* cursor: pointer; */
}

.simplecheckout-block-content .radio label .pid {
    display: none;
}
.simplecheckout-block-content .radio label span:hover + .pid{
    position:absolute;
    display: flex;
    display: inline-flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--Red, #752215);
    background: #FFF;

/* shad */
    box-shadow: 0 4px 16px -4px rgba(117, 34, 21, 0.40);
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 219px;
    z-index: 1000;
    margin-left: 120px;
    margin-top: -70px;
}
.form-group.row-shipping_address_field33 label.control-label.col-sm-4 {
    display: none !important;
}

.form-group.row-shipping_address_field33 .col-sm-8>div {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}

.form-group.row-shipping_address_field33 .radio {
    width: 100%;
}
.form-group.row-shipping_address_field33 {
    width: 100%;
}

.form-group.row-shipping_address_field33 + .form-group .col-sm-12 {
    padding: 0;
}
span.select2-selection.select2-selection--single {
    display: flex;
    height: 48px;
    padding: 15px 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100% !important;
    text-align: left !important;
    border-bottom: 1px solid var(--Red, #752215) !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

div#simplecheckout_shipping_address fieldset.form-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.form-group.row-shipping_address_address_1 {
    width: 100%;
}

.form-group.row-shipping_address_postcode {
    width: 100%;
       max-width: 370px;
}

.form-group.row-shipping_address_city2 {
    width: 100%;
       max-width: 370px;
}

.form-group.row-shipping_address_field35 {
    width: 100%;
    max-width: 370px;
}

.form-group.row-shipping_address_field36 {
    width: 100%;
       max-width: 370px;
}

.form-group.row-shipping_address_field37 {
    width: 100%;
}

label.control-label.col-sm-4[for="shipping_address_field37"] {
    display: none !important;
}


.form-group.row-shipping_address_field37 {
    /* border-top: 1px solid #752215; */
    padding-top: 16px;
}

.form-group.row-shipping_address_field37 + .form-group .col-sm-12 h2 {
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0px;
}

.form-group.row-shipping_address_field37 + .form-group {
    width: 100%;
}

.form-group.row-shipping_address_field37 + .form-group .col-sm-12 {
    padding: 0;
}

.form-group.row-shipping_address_field38 {
    width: 100%;
}

textarea#shipping_address_field38 {
    display: flex;
    height: 120px;
    padding: 15px 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--Red, #752215);
    border-radius: 0;
    resize: none;
    color: var(--Red, #752215);
}

div#simplecheckout_payment {
    /* display: none; */
    padding-left: 63px;
    padding-right: 25px;
}

div#simplecheckout_payment .radio span {
    min-width: 30%;
}
.form-group.row-shipping_address_field34 {
    width: 100%;
    max-width: 370px;
}
.tot {
    overflow: hidden;
    color: #752215;
    text-overflow: ellipsis;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.select2-container--bootstrap .select2-results>.select2-results__options {
    display: flex;
    /* width: 737px; */
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid var(--Red, #752215);
    background: #FFF;
}

.select2-container--bootstrap .select2-results__option {
    display: flex;
    padding: 16px !important;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Red, #752215) !important;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #FCE3E8 !important;
}
.form-group.row-payment_address_field40 {
    width: 49% !important;
}
.form-group.row-payment_address_field40 + .form-group.required.row-payment_address_receiver_phone {
    display: none;
}
ul#select2-shipping_address_field34-results {
    padding: 0;
    border: none !important;
}

span.select2-search.select2-search--dropdown {
    display: none !important;
}
/**************************************************************************/
@media (max-width: 992px) {
.simplecheckout-step {
    display: flex;
    flex-direction: column-reverse;
}

div#simplecheckout_cart {
    padding: 0;
}

.tot {
    overflow: hidden;
    color: #752215;
    text-overflow: ellipsis;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.lf-cart a {
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
}

.rg-cart {
    width: calc(100% - 130px);
}

.top-name a {
    overflow: hidden;
    color: #752215;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
}

.niz-cart {
    flex-direction: column;
    margin-top: 33px;
}

.niz-qv .input-group {
    display: flex;
    height: 40px;
    padding: 0px 16px;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}

#simplecheckout_cart .quantity .form-control {
    width: 14px;
    height: 39px;
    min-width: 15px;
}

.niz-cart .quantity {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}

.simplecheckout-cart-total>span {
    overflow: hidden;
    color: #752215;
    text-overflow: ellipsis;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

div#buttons {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px !important;
    left: 0;
    width: 100%;
}

.simplecheckout-block {
    padding: 16px;
}

div#simplecheckout_customer .checkout-heading.panel-heading {
    flex-direction: column;
    align-items: flex-start;
    color: #7E7E82;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-variant: small-caps;
}

.checkout-heading.panel-heading {
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

span.neokno.active {
    color: #752215;
    text-align: right;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

span.checkout-heading-button a {
    color: #ABABAB;
    text-align: right;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.checkbox.switcher label {
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: flex-start;
}

#simplecheckout_customer .simplecheckout-block-content fieldset.form-horizontal input {
    height: 40px;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
    width: 90%;
}

div#simplecheckout_payment_address .simplecheckout-block-content .form-horizontal .form-group {
    width: 100% !important;
}

.form-group.row-shipping_address_field33 .radio {
    width: 100%;
}

div#simplecheckout_payment_address .simplecheckout-block-content fieldset.form-horizontal input {
    height: 40px;
}

input.form-control {
    height: 40px;
}

.simplecheckout-block-content .form-horizontal label.control-label.col-sm-4 {
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container.simplecheckout h1 {
    color: var(--Red, #752215);
    text-align: center;
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 23px;
}

.on-cart {
    padding-bottom: 12px;
}

.niz-qv .input-group button.btn.btn-primary[data-onclick="decreaseProductQuantity"] {
    width: 15px;
    height: 25px;
}

.niz-qv .input-group button.btn.btn-primary[data-onclick="increaseProductQuantity"] {
    width: 17px;
    height: 26px;
}

div#total_shipping {
    padding: 11px 0;
}

.form-group.row-shipping_address_field38 {
    margin-top: -5px !important;
    margin-bottom: -4px;
}

.form-group.row-shipping_address_field37 + .form-group .col-sm-12 h2 {
    margin-bottom: 0;
}

div#simplecheckout_comment {
    padding-bottom: 95px;
}

.simplecheckout-button-right {
    margin: 0 16px;
    width: 100%;
}

.simplecheckout-button-right .button {
    height: 40px;
    padding: 0;
    width: 100%;
    color: #FFF;
    font-family: "Aktiv Grotesk Ex";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: auto;
}
span.neokno.noactive {
    font-size: 10px;
}

span.checkout-heading-button.noactive.active a {font-size: 10px;}

div#simplecheckout_customer.active {
    padding-bottom: 100px;
}

div#simplecheckout_login label.control-label {
    color: #752215;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#temp_flat_container fieldset .form-group {
    width: 100%;
}

.niz-login {
    margin-top: 10px;
    flex-direction: column;
}

a#simplecheckout_button_login {}

a#simplecheckout_button_login {
    height: 40px;
}

.niz-login a:last-child {
    margin-left: 0;
    margin-top: 20px;
}    
.simplecheckout-left-column {
    margin-right: 0;
    /* margin-top: 0; */
    /* padding-top: 30px; */
    /* border-top: 1px solid #fff; */
    /* border-top: 1px solid #752215; */
}    
div#simplecheckout_customer {
    padding-bottom: 15px;
    padding: 20px;
}

div#simplecheckout_payment_address {
    border-top: 1px solid #752215;
    border-radius: 0;
    padding-top: 15px;
    margin-bottom: -1px;
    padding: 20px;
}   
div#simplecheckout_shipping {
    border-top: 1px solid #752215;
    border-radius: 0;
    padding-top: 24px;
}    
.simplecheckout-block-content .form-horizontal .form-group {
    margin-top: 0;
}   
.form-group.row-shipping_address_field37 + .form-group {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #752215;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
    padding-left: 12px;
    padding-right: 12px;
}    
}

@media (min-width: 992px) {
    .niz-cart {
        align-items: center;
    }

    .niz-cart .quantity {
        display: flex;
        align-items: center;
    }

    .niz-cart .niz-cena,
    .niz-cart .rg-chast-cena {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
}
span.checkout-heading-button.noactive.active a {
    color: #222;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}

span.checkout-heading-button.noactive.active a:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 100px;
    background: #222;
    margin-left: -23px;
    top: 2px;
    min-width: 11px;
}

span.checkout-heading-button.noactive.active:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 1px solid #222;
}
.form-group.row-customer_register input#customer_register_1 {
    display: none !important;
}

input#customer_register_0 {
    display: none !important;
}

.form-group.row-customer_register {}

.form-group.row-customer_register label div {
    color: #222;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-group.row-customer_register label span {
    color: #7E7E82;
    font-family: "Aktiv Grotesk Ex";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-variant: small-caps;
    display: flex;
    width: auto;
    height: auto;
    background: transparent;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    border-radius: 0;
    margin-left: 24px;
    width: 100%;
}

.form-group.row-customer_register label {
    flex-wrap: wrap;
}

.form-group.row-customer_register .radio label:before {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
}
div#simplecheckout_customer.active .form-group.row-customer_field29,
div#simplecheckout_customer.active .form-group.required.row-customer_firstname,
div#simplecheckout_customer.active .form-group.row-customer_lastname,
div#simplecheckout_customer.active .form-group.required.row-customer_telephone,
div#simplecheckout_customer.active .form-group.row-customer_email,
div#simplecheckout_customer.active .form-group.required.row-customer_field30,
div#simplecheckout_customer.active .form-group.required.row-customer_field31{
    display: none;
}
.row-customer_register .radio.checked label:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background: #000;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
.row-customer_register .radio.checked + .radio {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #D9D9D9;
    z-index: 100;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group.row-customer_register .col-sm-8 {
    position: unset;
}

.form-group.required.row-customer_password {
    /* margin-bottom: 100px !important; */
}

.row-customer_register .radio.checked {
    border: none;
}
.form-group.required.row-customer_password + .form-group {
    width: 100% !important;
}

.form-group.required.row-customer_password + .form-group legend {
    color: #7E7E82;
    font-family: "Aktiv Grotesk Ex";
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 150% */
    font-variant: small-caps;
    margin-bottom: 90px;
    width: 68%;
}

.form-group.required.row-customer_password + .form-group .col-sm-12 {
    padding: 0;
}
.form-group.row-customer_field29 {
    margin-left: 25px;
}

.form-group.required.row-customer_firstname {}

#simplecheckout_customer .simplecheckout-block-content fieldset.form-horizontal .form-group:not(.row-customer_register) {
    margin-left: 25px;
}

div#simplecheckout_step_menu {
    width: 57.5%;
}

.simplecheckout-vertical-menu.simplecheckout-bottom-menu>div {
    margin: 4.5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.simplecheckout-vertical-menu.simplecheckout-bottom-menu div:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17 9H9M9 9H1M9 9V1M9 9V17' stroke='%23752215' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
}

.simplecheckout-vertical-menu.simplecheckout-top-menu>div {
    margin: 4.5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
}

.simplecheckout-vertical-menu.simplecheckout-top-menu div:before {
    content: "";
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='2' viewBox='0 0 18 2' fill='none'%3E%3Cpath d='M17 1H9H1' stroke='%23752215' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat no-repeat;
background-position: center center;

    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
}
.form-group.row-payment_address_receiver_lastname {
    width: 49% !important;
}

div#simplecheckout_shipping_address h2 {
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
div#simplecheckout_payment .checkout-heading.panel-heading {
    display: none !important;
}
div#simplecheckout_payment .checkout-heading.panel-heading {
    display: none !important;
}

div#simplecheckout_payment label {
    display: flex !important;
    /* color: #7E7E82; */
    /* font-family: "Aktiv Grotesk Ex"; */
    /* font-size: 10px; */
    /* font-style: normal; */
    /* font-weight: 500; */
    /* line-height: normal; */
    /* font-variant: small-caps; */
    justify-content: flex-start;
    align-items: center;
}

.radio + .form-group label {
    color: #7E7E82;
    font-family: "Aktiv Grotesk Ex";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-variant: small-caps;
    margin-left: 27px;
}
.imm {
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
a#simplecheckout_button_next {
    display: none !important;
}

.simplecheckout-button-left {
    display: none !important;
}
div#simplecheckout_shipping .checkout-heading.panel-heading {
    display: none !important;
}

.form-group.row-shipping_address_field37 + .form-group {
    margin-bottom: 0;
}

.form-group.row-shipping_address_field37 + .form-group h2 {
    margin-bottom: 0;
    color: var(--Red, #752215);
    font-family: "Aktiv Grotesk Ex";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}