
.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: 0;
    padding: 0 0 30px;
    border: none;
    display: flex;
}
.simple-content .form-control {
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}
.simplecheckout:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-button-block:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-three-column {
    float:left;
    margin-right:2%;
    min-width: 200px;
    max-width: 500px;
    width:32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right:0px;
    float: right;
}
@media only screen and (max-width:768px) {
    .simplecheckout-three-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    padding-bottom: 40px;
}
.simplecheckout-block .radio {
    margin-bottom: 14px;
}
.simplecheckout-block .radio .label {
    line-height: 1.4;
}
.simplecheckout-block .radio .label .input:checked + {
    line-height: 1.4;
}

#simplecheckout_shipping p {
    margin: 24px 0 10px;
    z-index: 2;
    font-size: 14px;
    color: #8b8b8b;
}
#simplecheckout_shipping p b {
    font-weight: 600;
}

#simplecheckout_shipping .simplecheckout-block-content p:nth-child(1),
#simplecheckout_shipping .simplecheckout-block-content p:nth-child(3),
#simplecheckout_shipping .simplecheckout-block-content p:nth-child(13){
    margin: 0 0 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;
    text-align:right;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout .button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 40px;
    font-size: 16px;
    padding: 0 40px;
}

.simplecheckout .button:hover {
    transition: 0.3s;
    box-shadow: none;
}
@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;
    min-height: 32px;
    background: #f7f7f7;
    border-left: none;
    border-right: none;
    border-color: #e5e5e5;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #300639;
}

.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    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 {

}
.simplecheckout-cart .name {
    font-size: inherit !important;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart .price {
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    text-align: center;
    display: table-cell !important;
    font-weight: bold !important;
    font-size: 18px;
}

.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 2px;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}

.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.quantity .btn-primary {
    background: #f7f7f7 !important;
    border: 1px solid #e5e5e5 !important;
    min-height: 33px !important;
    color: #ee7476 !important;
}

.simplecheckout-cart .btn-trash {
    background: none !important;
    border: none;
    box-shadow: none;
    color: #fdfdfd;
    padding: 0;
}

.simplecheckout-cart .fa {
    text-shadow: none;
    color: #303030;
    font-size: 16px;
}

.simplecheckout-cart td.quantity .input-group-btn ~ .input-group-btn .btn-primary {
    border-left: none !important;
}

.simplecheckout-cart td.quantity .input-group-btn ~ .input-group-btn .btn-danger {
    min-height: 33px;
    background: #ee7476 !important;
}
.simplecheckout-cart td.quantity .input-group-btn ~ .input-group-btn .btn-danger svg path {
    fill: #ffffff;
}

.simplecheckout-cart td.price {
    white-space: nowrap;
    display: table-cell !important;
    font-size: 18px;
    padding: 7px 15px;
}
.simplecheckout-cart td.total {
    text-align: center;
    white-space: nowrap;
    display: table-cell !important;
    padding: 7px 15px;
}
.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 {
    padding-bottom: 20px;
}

#simplecheckout_payment .panel-heading {
    height: 26px;
}

#simplecheckout_payment .panel-heading,
#simplecheckout_shipping .panel-heading {
    font-weight: 600;
    color: #300639;
    font-size: 16px;
}

#simplecheckout_payment .panel-heading {
    height: 26px;
}

#simplecheckout_payment_form {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    margin-top: -32px;
    margin-bottom: 20px;
}
#simplecheckout_payment_form .well {
    background: #ee7476;
    color: #ffffff;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#000000;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    padding:5px;
    width:300px;
    height:250px;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    background:none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius:7px 7px 7px 7px;
}
#simple_login:after {
    content:"";
    display:block;
    clear:both;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0 0 8px 0;
}

@media (min-width: 768px) {
    .simplecheckout label, .simpleregister label {
        margin: 0;
    }
}

.simplecheckout label.checked::before, .simpleregister label.checked::before {
    border-color: #ee7476;
}
.simplecheckout label.checked::after, .simpleregister label.checked::after {
    opacity: 1 !important;
}

#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;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    min-height: 44px;
    padding: 10px 10px 3px;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0;
    border: none;
}
.simple-content .checkout-heading::after {
    display: none;
}
.simple-content .checkout-heading h1 {
    margin-bottom: 0;
}
.checkout-heading span {
    white-space: nowrap;
    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:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}

.simplecheckout .form-horizontal .control-label{
    text-align: left;
    z-index: 2;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.simplecheckout .row-customer_register{
    margin: 0 -15px;
}

#customer_ne_peredzvonuvaty label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: -4px;
    margin-left: -20px;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 6px;
}

#customer_ne_peredzvonuvaty label:after {
    content: "\f00c" !important;
    display: inline-block !important;
    font-family: "FontAwesome", sans-serif !important;
    font-size: 16px !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    position: absolute;
    width: 22px;
    height: 22px;
    left: -3px;
    top: -3px;
    margin-left: -16px;
    padding-left: 3px;
    padding-top: 0;
    padding-bottom: 1px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 4px !important;
    opacity: 0;
}

#customer_ne_peredzvonuvaty label.checked:before {
    background: rgb(238, 116, 118);
    border: 1px solid rgb(221, 93, 95);
}
.simplecheckout-step .simplecheckout-left-column #simplecheckout_cart table,
.simplecheckout-step .simplecheckout-left-column #simplecheckout_cart thead,
.simplecheckout-step .simplecheckout-left-column #simplecheckout_cart tbody,
.simplecheckout-step .simplecheckout-left-column #simplecheckout_cart tr,
.simplecheckout-step .simplecheckout-left-column #simplecheckout_cart th,
.simplecheckout-step .simplecheckout-left-column #simplecheckout_cart td
{
    border-color: transparent !important;
    border-width: 15px 0;
}

#simplecheckout_cart #total_sub_total,
#simplecheckout_cart #total_shipping
{
    display: none !important;
}

#simple-checkout-cart thead {
    display: none;
}

#simple-checkout-cart .item-name {
    display: flex;
    min-height: 100px;
}

#simple-checkout-cart .item-name .image {
    min-width: 84px;
}

#simple-checkout-cart .item-name-content a {
    font-size: 15px;
    color: #300639;
    font-weight: 800;
    margin-bottom: 10px;
    white-space: nowrap;
}

#simple-checkout-cart .item-name-content .options {
    color: #666;
    font-weight: bold;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#simplecheckout_cart .quantity .form-control {
    width: 30px !important;
    min-width: 30px !important;
    min-height: 35px;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.simplecheckout-cart td.quantity .input-group {
    display: grid;
    grid-template-columns: 30px 30px 30px;
}

.simplecheckout-cart td.quantity .btn-minus {
    border-radius: 8px 0 0 8px;
    border: 1px solid !important;
    border-right: none !important;
    border-color: #e5e5e5 !important;
    height: 35px;
}

.simplecheckout-cart td.quantity .btn-plus {
    border-radius: 0 8px  8px 0;
    border: 1px solid !important;
    border-left: none !important;
    border-color: #e5e5e5 !important;
    height: 35px;
}

.price__text {
    color: #bdbdbd;
    font-size: 12px;
    padding-right: 4px;
    text-transform: lowercase;
    font-weight: 500;
    display: inline-block;
    transform: translateY(-2px);
}

.price__number {
    font-size: 18px;
    font-weight: 700;
}

.price__currency {
    font-weight: 300;
    font-size: 12px;
}

.simplecheckout-cart .quantity__box {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.simplecheckout-cart .quantity__box .input-group {
    margin: 0 !important;
    padding: 0;
    max-width: initial;
    width: auto;
}

@media (max-width: 767px) {

    .simplecheckout-cart .item-name-content {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 198px;
    }

    #simple-checkout-cart .item-name .image {
        min-width: 50px;
        margin: -5px 0 0 -10px;
    }

    .simplecheckout-cart tbody tr {
        position: relative;
        padding: 10px 0;
    }

    .simplecheckout-cart .quantity__box {
        position: absolute;
        left: 68px;
        top: 52px;
        padding: 0;
    }

    .simplecheckout-cart td.price {
        position: absolute;
        right: -12px;
        top: 26px;
    }

    .simplecheckout-cart td.total {
        position: absolute;
        right: -12px;
        top: 50px;
    }

    #simple-checkout-cart .item-name-content a {
        font-size: 13px;
    }

    .simplecheckout-step .simplecheckout-left-column #simplecheckout_cart table,
    .simplecheckout-step .simplecheckout-left-column #simplecheckout_cart thead,
    .simplecheckout-step .simplecheckout-left-column #simplecheckout_cart tbody,
    .simplecheckout-step .simplecheckout-left-column #simplecheckout_cart tr,
    .simplecheckout-step .simplecheckout-left-column #simplecheckout_cart th,
    .simplecheckout-step .simplecheckout-left-column #simplecheckout_cart td
    {
        border-color: transparent !important;
        border-width: 20px 0;
    }

    .simplecheckout-button-block {
        text-align: center;
        display: flex;
        justify-content: center;
    }


    .simplecheckout-cart-total {
        padding: 5px;
        text-align: center;
    }

    .price__number {
        font-size: 16px;
    }

}

.simplecheckout-block-content .form-group {
    display: grid;
    grid-gap: 10px;
    position: relative;
    margin-bottom: 0;
}

.simplecheckout-block-content .form-group > * {
    width: 100%;
}

.simplecheckout-block-content .form-group.row-customer_telephone label,
.simplecheckout-block-content .form-group.row-customer_email label,
.simplecheckout-block-content .form-group.row-customer_password label,
.simplecheckout-block-content .form-group.row-customer_confirm_password label,
.simplecheckout-block-content .form-group.row-customer_firstname label,
.simplecheckout-block-content .form-group.row-customer_lastname label,
#simplecheckout_shipping_address .form-horizontal label,
#simplecheckout_comment .panel-heading
{
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 18px;
    transition: 0.3s;
    font-size: 14px;
    margin-bottom: 0 !important;
    padding-top: 7px;
}

#simplecheckout_comment .panel-heading {
    padding-top: 0 !important;
    color: #999999;
}

.simplecheckout-block-content .form-group.row-customer_telephone label.active,
.simplecheckout-block-content .form-group.row-customer_email label.active,
.simplecheckout-block-content .form-group.row-customer_password label.active,
.simplecheckout-block-content .form-group.row-customer_confirm_password label.active,
.simplecheckout-block-content .form-group.row-customer_firstname label.active,
.simplecheckout-block-content .form-group.row-customer_lastname label.active,
#simplecheckout_shipping_address .form-horizontal label.active,
#simplecheckout_shipping_address .form-horizontal .row-shipping_address_zone_id label,
#simplecheckout_comment .panel-heading.active
{
    left: 8px;
    top: 7px;
    transition: 0.3s;
    font-size: 10px;
}

#simplecheckout_comment {
    position: relative;
}

#simplecheckout_comment textarea {
    padding-top: 20px;
}

#simplecheckout_comment textarea::placeholder {
    font-size: 0;
}

#simplecheckout_cart .btn-group input {
    min-height: auto !important;
    border: none !important;
    padding: 7px 10px 3px;
}

.simplecheckout .simplecheckout-step:nth-child(1) {
    display: grid;

}

.simplecheckout .simplecheckout-step:nth-child(1) .order-values-block {
    order: 1;
}

.simplecheckout .simplecheckout-step:nth-child(1) .order-cart-block {
    order: 2;
}

@media (min-width: 768px) {
    .simplecheckout .simplecheckout-step:nth-child(1) {
        grid-template-columns: 60% 40%;
    }

    .simplecheckout .simplecheckout-step:nth-child(1) .order-values-block {
        padding-left: 0;
    }

    .simplecheckout .simplecheckout-step:nth-child(1) .order-cart-block {
        padding-left: 30px;
    }


}
@media (max-width: 767px) {

    .simplecheckout .simplecheckout-step:nth-child(1) {
        margin-top: -30px;
    }

    .checkout-simplecheckout #content {
        padding: 0;
    }

    .simplecheckout .simplecheckout-step:nth-child(1) .order-cart-block {
        padding: 35px 30px 30px 30px;
    }

}

.checkout-simplecheckout .main-vertical-menu,
.checkout-simplecheckout .breadcrumb,
.checkout-simplecheckout #content > h1,
.simplecheckout-step > #simplecheckout_comment,
.simplecheckout-step > #simplecheckout_bottom,
.simplecheckout-step > #simplecheckout_proceed_payment,
.simplecheckout-step > #buttons,
#buttons .simplecheckout-button-left {
    display: none !important;
}

#simplecheckout_shipping_address .form-group:last-child .control-label {
    position: inherit;
    padding: 0;
    transform: translateY(-6px);
}

#simplecheckout_shipping_address .form-group:last-child .radio {
    margin-bottom: 3px;
}

#simplecheckout_shipping_address .form-group:last-child .radio label {
    padding: 0 0 0 5px !important;
}

#buttons .simplecheckout-button-left {
    display: none;
}

.checkout-simplecheckout  footer {
    padding-top: 0;
    margin-top: 0;
    height: 0;
    overflow: hidden;
}

#temp_popup_container #simplecheckout_button_login {
    margin: 15px 0 !important;
    width: 100%;
    padding: 8px;
    border-radius: 12px;
    font-size: 16px;
}
#temp_popup_container #simplecheckout_login {
    padding: 15px;
}

#temp_popup_container #simplecheckout_login .form-group {
    grid-gap: 0;
    margin-bottom: 15px;
}
#temp_popup_container #simplecheckout_login .form-group a {
    margin-top: 10px;
}
.simple-error-stock{
    font-size: 24px;
}
.product_day_shipping{
    color: #8ea241;
    font-size: 12px;
    padding-right: 4px;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto, sans-serif;
}
#agreement_checkbox{
	display: none;
}
.error-actual-quantity{
    font-size: 13px;
}
.warning-product-shipment{
	background-color: #ebccd1;
}