.simple-content fieldset {
    text-align: left;
}
.simplecheckout-cart-product{
    position:relative;
    margin-bottom: 15px;
}
.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: 25px 0px 15px 0px;
    border: none;
    padding: 0;
    background: transparent;
}
.simple-content .form-control {
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
    position: relative;
}
.page__wrapper--simple h1{
    font-weight: 500;
    font-size: 22px;
    color: #000;
    margin-bottom: 35px;
}
.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;
}
.simple-empty-left img {
    width: 100%;
    max-width: 295px;
}
.simple-empty-left {
    margin-right: 90px;
}
.simple-empty .content {
    font-size: 24px;
    font-weight: 700;
    max-width: 340px;
    line-height: 1;
}
.simple-content a.simplecheckout-button-catalogbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 190px;
    height: 50px;
    background-color: #eecebf;
    background-image: none;
    text-shadow: none;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    border: 1px solid #eecebf;
    border-radius: 10px;
    margin-top: 50px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.simple-empty .content span {
    font-size: 64px;
    font-weight: 700;
}
.simple-empty {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #000;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
    background-color: #000;
    border-color: rgb(0, 0, 0);
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.699);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
    border-color: #000000;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
    border-color: #000000;
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
    background-color: rgba(0, 0, 0, 0.699);
}
.simple-price-total span:last-child{
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: #9001cf;
}
.simple-price span{
    font-weight: 600;
    font-size: 15px;
}
@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%;
}
.checkout-cart-heading {
    font-size: 24px;
    font-family: 'Manrope SemiBold';
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.simplecheckout-cart-wraper {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background-color: #fff;
}
.simplecheckout-product-content-top{
    display: flex;
    margin-bottom: 8px;
}
.simplecheckout-cart-products {
    position: relative;
}
.simplecheckout-cart-product-buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.simplecheckout-cart-product {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    position: relative;
}
.simplecheckout-cart-product-name{
    width: 100%;
    min-height: 33px;
    margin-bottom: 6px;
}
.simplecheckout-product-model,
.simplecheckout-product-manufacturer{
    font-size: 12px;
    color: #8E9192;
}
.simplecheckout-product-manufacturer{
    margin-right: 15px;
}
.simplecheckout-product-manufacturer a{
    color: #0D0802;
    font-weight: 700;
}
.simplecheckout-cart-product-name a{
    font-weight: 400;
    font-size: 14px;
    line-height: 117%;
    color: #222b45;
    width: 100%;
}
.simplecheckout-cart-product-name.product-warning a {
    color: #b82e2e;
}
#simplecheckout_button_prev{
    background-color: #000;
}
.simple-wishlist,
.simple-remove {
    width: 30px;
    height: 30px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: none;
}
.simple-wishlist:hover svg path,
.simple-remove:hover svg path {
    stroke: #9001cf;
}
.simple-price span,
.simple-total span {
    display: block;
}
.simplecheckout-cart-product-image {
    display: flex;
    flex: 0 0 auto;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}
.simplecheckout-product-content-bottom{
    display: flex;
    justify-content: space-between;
}
b, strong{
    font-weight: unset !important;
}
.simplecheckout-cart-product-image img{
    max-width: 80px;
}
.simplecheckout-cart-product-image a {
    display: flex;
}
@media screen and (max-width: 1023px) {
    #buttons .btn-primary.button_oc{
        width: 100% !important;
        min-width: 140px;
    }
    .simplecheckout.full:after {
        display: none;
    }
    .checkout-simplecheckout fieldset{
        padding: 0;
    }
    .checkout-simplecheckout .form-horizontal .form-group{
        margin-left: 0;
        margin-right: 0;
    }
    .checkbox label, .radio label{
        padding-left: 0;
    }
    .simple-content .buttons {
        padding-left: 0 !important;
        display: flex;
        justify-content: center;
    }
    .simple-empty {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .simple-empty-left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .simplecheckout-three-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
    .form-horizontal .form-group {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #content{
        padding: 0 15px;
    }
    #buttons #button-confirm{
        margin: 0 auto;
    }
    .checkout-simplecheckout .form-horizontal .form-group{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .simplecheckout-block{
        margin-bottom: 10px !important;
    }
    .checkout-cart-heading {
        font-size: 16px;
    }
    .simple-empty-left img {
        max-width: 155px;
    }
    .simple-empty .content {
        font-size: 20px;
        max-width: 240px;
    }
    .simple-content a.simplecheckout-button-catalogbtn {
        max-width: unset;
    }
    .simple-empty .content span {
        font-size: 44px;
    }
}
@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;
    }
}
@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: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: url('../image/button.png') top left repeat-x;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Manrope SemiBold';
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
.simplecheckout-button:hover {
    background: url('../image/button-active.png') repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-login-right .button {
    float: left;
    margin: 0;
}
.simplecheckout-login-right input {
    max-width: 160px !important;
    text-align:left;
}
#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 50px;
}
.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.simplecheckout-cart-total {
    padding: 7px 0;
    font-size: 16px;
    /* 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: 0;
    margin-left: auto;
    font-size: 20px;
    color: #9001cf;
    font-weight: 700;
}
.checkout-heading-button-register{
    margin-right: 25px;
}
.checkout-heading-button-register a{
    display: flex;
    height: 40px;
    border: 2px solid #9001cf;
    border-radius: 5px;
    padding: 0 15px;
    max-width: 180px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #322d2d;
    white-space: nowrap;
}
.checkout-heading-button-register a:hover,
.checkout-heading-button-register a:focus,
.checkout-heading-button-register a:active{
    border: 2px solid #322d2d;
}
.checkout-heading-button-login a{
    display: flex;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 0 20px;
    max-width: 180px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #9001cf;
    text-decoration: underline;
}
.checkout-heading-button-login a:hover,
.checkout-heading-button-login a:focus,
.checkout-heading-button-login a:active{
    color: #322d2d;
}
.checkout-heading span.simple-social-login{
    display: flex !important;
    align-items: center;
    margin-left: auto;
}
.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;
    font-size: 10px;
}
.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 #9001cf;
    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 #9001cf;
    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 input, .simpleregister label input {

}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
}
.simple-step {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0px 5px;
}
.simple-step-completed {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
.simplecheckout-summary-info {
    margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
    text-align: left;
}
.simplecheckout-summary-info td {
    text-align: left;
}
.simplecheckout-cart-buttons .buttons {
    border: none !important;
    padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#temp_flat_container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}
#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;
    font-size: 14px;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
}
.simplecheckout-block{
    margin-bottom: 25px;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    opacity:1 !important;
}
#easyTooltip:before {
    content:'';
    position:absolute;
    left:10px;
    top:-8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
    cursor: pointer;
}

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

@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,.simplecheckout-cart th.image,.simplecheckout-cart td.image {
        display: none;
    }
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
    .simplecheckout-cart col.price,.simplecheckout-cart th.price,.simplecheckout-cart td.price {
        display: none;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }

}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
    td.quantity button[data-onclick*="Quantity"] {
        display: none;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
    padding-left: 80px;
}
#agreement_checkbox {
    float: left;
    padding: 25px 0;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}
.page__wrapper--simple #content{
    background-color: #fff;
}
.page__wrapper--simple{
    background-color: #fff;
    padding-bottom: 50px;
}
.simplecheckout_form{
    display: flex;
    flex-direction: row-reverse;
}
#simplecheckout_cart{
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    left: 0;
    height: 100%;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 13px 13px 0 rgba(0, 0, 0, 0.09), 0 29px 17px 0 rgba(0, 0, 0, 0.05), 0 51px 20px 0 rgba(0, 0, 0, 0.01), 0 80px 22px 0 rgba(0, 0, 0, 0);
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: 35px;
    padding: 30px 15px;
    width: 100%;
    max-width: 700px;
}
.checkout__cart--title{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #1e1e1e;
    margin-bottom: 30px;
}
.simplecheckout-vertical-menu .checkout-heading .simple-step-value {
    font-weight: 400;
    font-size: 24px;
    color: #1e1e1e;
    line-height: 1;
    background-color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 10px;;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
}
.checkout-heading.simple-step-vertical.simple-step-vertical-completed
.simple-step-value {
    border: 1px solid #9001cf;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 1;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: transparent;
    user-select: none;
}
.simple-step-value {
    margin-right: 24px;
}
.simplecheckout-block-content fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    outline: none;
    padding: 0;
}
.checkout-simplecheckout .form-horizontal .form-group {
    width: 49%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}
.form-horizontal .form-group .col-sm-4,
.form-horizontal .form-group .col-sm-8{
    width: 100%;
    padding: 0;
}
.simplecheckout .form-horizontal label {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: block;
    text-align: left !important;
    line-height: 1;
    margin-bottom: 5px;
}
.simple__radio>label{
    color: #000;
}
.simplecheckout-block .simplecheckout-block-content textarea {
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    padding: 15px 25px;
    outline: none;
}
.form-horizontal input, .form-horizontal select {
    width: 100%;
    height: 40px;
    padding: 0;
    padding-left: 25px;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
}
.btn.btn-primary.button,
a.button_oc.btn,
#buttons #simplecheckout_button_next,
#buttons #simplecheckout_button_prev,
#buttons #button-confirm{
font-weight: 400;
font-size: 14px;
color: #fff;
line-height: 51px;
padding: 0 45px;
text-align: center;
border-radius: 5px;
background-image: none;
background: #9001cf;
position: relative;
overflow: hidden;
text-shadow: none;
box-shadow: none;
border: none;
}
a.button_oc.btn::before,
#buttons #simplecheckout_button_next::before,
#buttons #simplecheckout_button_prev::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9001cf;
    opacity: 0;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
a.button_oc.btn span,
#buttons #simplecheckout_button_next span,
#buttons #simplecheckout_button_prev span
#buttons #button-confirm span,
#simplecheckout_button_prev span{
    position: relative;
    z-index: 2;
}
a.button_oc.btn:hover::before,
a.button_oc.btn:focus::before,
a.button_oc.btn:active::before,
#buttons #simplecheckout_button_next:hover::before,
#buttons #simplecheckout_button_next:focus::before,
#buttons #simplecheckout_button_next:active::before,
#buttons #simplecheckout_button_prev:hover::before,
#buttons #simplecheckout_button_prev:focus::before,
#buttons #simplecheckout_button_prev:active::before{
    opacity: 1;
}
.simple_checkbox input{
    display: none;
}
.simple_checkbox label{
    font-size: 14px;
    color: #1e1e1e;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    padding-left: 0;
}
.simple_checkbox label::before{
    content: '';
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}
.simple_checkbox label a{
    display: block;
    margin-left: 5px;
    font-weight: 700;
    color: #9001cf;
}
.simple_checkbox label:hover::before{
    background-color: rgba(64, 171, 53, .3);
}
.simple_checkbox input:checked + label:after{
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #9001cf;
    position: absolute;
    left: 3px;
}
.simple__radio{
border: 1px solid transparent;
border-radius: 5px;
width: 100%;
background-color: #fff;
margin-bottom: 10px;
position: relative;
/* overflow: hidden; */
padding: 10px 15px;
min-height: 40px !important;
}
.simple__radio:hover{
    border: 1px solid #9001cf;
}
.simple__radio>input{
    display: none;
}.simple__radio>label {
    min-height: 20px;
    padding-left: 0;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.simple__radio>label::before{
    content: '';
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}
.simple__radio>label:hover::before{
    background-color: #9001cf;
}
.simple__radio>input:checked + label:after{
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #9001cf;
    position: absolute;
    left: 3px;
}
#simplecheckout_shipping_address{
    margin-top: 10px;
}
#total_sub_total{
    display: none;
}
.simplecheckout-product-content{
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    width: 100%;
    padding-right: 20px;
}
.simplecheckout-cart-product-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.options{
    width: 100%;
}
.simplecheckout-cart-product-buttons-top{
    display: flex;
    justify-content: space-between;
}
.simplecheckout-cart-product-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.simple-total span{
font-weight: 400;
font-size: 15px;
line-height: 133%;
color: #222b45;
}
.simple-quantity {
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 18px;
    line-height: 1;
    outline: none;
}
.simple-quantity:hover,
.simple-quantity:focus,
.simple-quantity:active{
    outline: none;
}
.simple-quantity:hover svg rect,
.simple-quantity:focus svg rect,
.simple-quantity:active svg rect{
    stroke: #9001cf;
}
.simple-quantity:hover svg path,
.simple-quantity:focus svg path,
.simple-quantity:active svg path{
    fill: #9001cf;
}
svg:hover,
svg:focus,
svg:active{
    outline: none;
}
input.simple-quantity-input{
    width: 30px !important;
    height: 30px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #c5cee0;
    text-align: center;
}
.simplecheckout-cart-total-remove{
    display: none;
}
.quantity {
    display: flex;
    border: none;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#total_set,
#total_total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 143%;
    color: #222b45;
    margin-top: 10px;
}
#simplecheckout_step_menu h4.panel-title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
@media screen and (max-width: 1279px) {
    .checkout-heading span.simple-social-login{
        width: 100%;
        justify-content: center;
        padding-top: 12px;
    }
    .simplecheckout-cart-product-info{
        padding-bottom: 31px;
    }
    .simplecheckout-product-content-bottom{
        position: absolute;
        bottom: 10px;
        left: 0;
    }
    .simple-quantity-wraper{
        position: absolute;
        bottom: 10px;
        right: 0;
    }
    .simple-price{
        padding-right: 20px;
    }
}
@media screen and (max-width: 1179px) {
    .form-horizontal .form-group{
        width: 100%;
    }
    .simplecheckout_form{
        flex-direction: column;
    }
    #simplecheckout_cart{
        position: relative;
        max-width: 100%;
        margin: 0 0 50px 0 !important;
        top: 0;
    }
}
@media screen and (max-width: 1023px) {
    .form-horizontal input, .form-horizontal select{
        padding-left: 5px;
    }
    .simplecheckout_form{
        flex-direction: column;
    }
    .checkout-heading-button-login a,
    .checkout-heading-button-register a{
        font-size: 12px;
    }
    .checkout-heading span.simple-social-login{
        font-size: 12px;
    }
}
@media screen and (max-width: 680px) {
    .page__wrapper--simple h1{
        font-size: 16px;
        text-align: center;
        margin: 20px 0;
    }
    .checkout__cart--title{
        display: none;
    }
    .simplecheckout-vertical-menu .checkout-heading .simple-step-value{
        display: none;
    }
    .simplecheckout-vertical-menu .checkout-heading{
        justify-content: center;
    }
    .simplecheckout::before{
        display: none;
    }
    .simplecheckout-steps-wrapper{
        padding-left: 10px;
    }
    #simplecheckout_step_menu h4.panel-title{
        font-size: 20px;
    }
    .simplecheckout-cart-product-buttons-top{
        flex-direction: column-reverse;
        padding-right: 20px;
    }
    .simple-remove-wraper.simple-remove-mobile{
        margin-bottom: 15px;
    }
    .simple-quantity,
    .simple-quantity svg{
        width: 24px;
        height: 24px;
    }
    input.simple-quantity-input{
        height: 24px;
    }
    .simplecheckout-product-content-top{
        flex-direction: column;
    }
    .simplecheckout-product-manufacturer{
        margin-right: 0;
    }
}
/* #buttons .btn-primary,
#buttons #simplecheckout_button_confirm,
#buttons #simplecheckout_button_next{
    border-radius: 10px;
    background-image: none;
    font-size: 14px;
    text-shadow: none;
    background-color: #eecebf;
    border: none;
    outline: none;
    width: 160px;
    height: 45px;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
}
#buttons .btn-primary{
    width: 250px;
    max-width: 320px;
}
#buttons #simplecheckout_button_prev{
    border-radius: 10px;
    background-image: none;
    font-size: 14px;
    text-shadow: none;
    background-color: #000;
    border: none;
    outline: none;
    width: 160px;
    height: 45px;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0;
} */
#simpleedit .form-group, #account__password .form-group{
    display: flex;
    flex-direction: column;
}
#simpleedit .form-group label, #simpleedit .form-group>div, #account__password .form-group label {
    width: 100%;
    text-align: left;
}
.title-section{
    font-size: 14px;
    line-height: 17px;
    color: #0D0802;
    font-weight: 600;
    margin-bottom: 10px;
}
/*
@media(min-width: 1400px){
    #simpleedit {
        width: 320px;
    }
}*/
