.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%;
    margin-top: 50px;
}
.simplecheckout:after {
    content: "";
    display: block;
    clear: both;
}
.simplecheckout-button-block:after {
    content: "";
    display: block;
    clear: both;
}
.simplecheckout-three-column {
    float: left;
    margin-right: 2%;
    min-width: 200px;
    max-width: 500px;
    width: 32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right: 0px;
    float: right;
}
@media only screen and (max-width: 768px) {
    .simplecheckout-three-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}
.simplecheckout-left-column {
    float: left;
    margin-right: 10px;
    min-width: 280px;
    max-width: 900px;
    width: 52%;
}
.simplecheckout-right-column {
    float: right;
    min-width: 280px;
    max-width: 900px;
    width: 46%;
}
@media only screen and (max-width: 1024px) {
    .simplecheckout-left-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width: 768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 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: 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-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 {
    padding: 40px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 40px;
}
#simplecheckout_cart .checkout-heading {
    background-color: transparent;
    border-bottom: 1px solid #e7e7e7;
    color: #111111;
    padding: 0 0 20px 0;
}
#simplecheckout_cart .checkout-heading .name_cart {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #111111;
}
.simplecheckout-cart {
    margin: 10px 0 0 0;
    padding: 0;
}
.simplecheckout-cart li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    list-style: none;
}
.simplecheckout-cart .table-row {
    background: #ffffff;
    margin-top: 40px;
}
.simplecheckout-cart .table-row.stock_warning {
    background: #ff9d59;
    margin-top: 40px;
    border-radius: 16px;
}
.simplecheckout-cart .col-1 {
    flex-basis: auto;
}
.simplecheckout-cart .col-2 {
    flex-basis: 40%;
}
.simplecheckout-cart .col-3 {
    flex-basis: 20%;
}
.simplecheckout-cart .col-4 {
    flex-basis: 20%;
}
.simplecheckout-cart .col-5 {
    flex-basis: 5%;
}
.simplecheckout-cart .image img {
    border-radius: 15px;
    margin: 0;
    display: flex;
    align-items: center;
}
.simplecheckout-cart .name_prod {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.simplecheckout-cart .name_prod a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #111111;
    padding: 0;
}
.simplecheckout-cart .name_prod .options .option_name {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #707070;
}
.simplecheckout-cart .name_prod .options .option_value {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
}
.simplecheckout-cart .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}
.simplecheckout-cart .quantity .btn_block_cart input.form-control {
    width: 45px;
    border: none;
    background: none;
    outline: none;
    text-align: center;
}
.simplecheckout-cart .quantity .btn_block_cart span button {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    outline: none;
}
.simplecheckout-cart .quantity .btn_block_cart span button i {
    color: #111111;
    font-size: 12px;
}
.simplecheckout-cart .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    padding-left: 25px;
    box-sizing: border-box;
    margin-left: 25px;
    color: #111111;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.simplecheckout-cart .price .old_price_cart {
    text-decoration: line-through;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    text-decoration-line: line-through;
    color: #707070;
}
.simplecheckout-cart .remove {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.simplecheckout-cart .remove .btn_dots {
    position: absolute;
    padding: 10px;
    cursor: pointer;
}
.simplecheckout-cart .remove .btn_dots span {
    width: 4px;
    height: 4px;
    background: #a0a0a0;
    border-radius: 50%;
    position: relative;
    display: block;
}
.simplecheckout-cart .remove .btn_dots span:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #a0a0a0;
    border-radius: 50%;
    position: absolute;
    top: 7px;
}
.simplecheckout-cart .remove .btn_dots span:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #a0a0a0;
    border-radius: 50%;
    position: absolute;
    top: -7px;
}
.simplecheckout-cart .remove .dropdown_renove_cart {
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 8px 8px 40px rgb(0, 0, 0, 8%);
    border-radius: 15px;
    left: 0;
    z-index: 1;
}
.simplecheckout-cart .remove .dropdown_renove_cart button {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    padding: 12px 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.simplecheckout-cart .remove .dropdown_renove_cart button:hover {
    background: #f9f9f9;
}
#simplecheckout_summary {
    background: #ffffff;
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px;
}
#simplecheckout_summary .checkout-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #111111;
    margin-bottom: 30px;
    text-align: left;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.simplecheckout-step {
    display: flex;
    justify-content: space-between;
}
.simplecheckout-summary-totals {
    width: 100%;
}
.simplecheckout-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111111;
    margin-bottom: 15px;
}
.block_coupon {
    margin: 5px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
    flex-direction: column;
    width: 100%;
    transition: all 300ms ease-in-out;
}
.block_coupon .wrapper_coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.block_coupon .wrapper_coupon .text_promocode {
    display: flex;
    align-items: center;
}
.block_coupon .wrapper_coupon .text_promocode img {
    margin-left: 10px;
}
.block_coupon .coupon_group {
    display: none;
    justify-content: flex-start;
    align-items: center;
    height: 0;
    opacity: 0;
    transition: all 300ms ease-in-out;
    z-index: -1;
}
.block_coupon .coupon_group input {
    width: 100%;
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    border-right: none;
    border-radius: 50px 0 0 50px;
    font-size: 16px;
    color: #707070;
    background: transparent;
    line-height: 24px;
    padding: 13px 0px 13px 25px;
    outline: none !important;
}
.block_coupon .coupon_group button {
    border-radius: 0 50px 50px 0;
    color: #ffffff;
    background: #00c0ff;
    padding: 17px 30px;
    width: 80px;
    outline: none !important;
    border: none;
    cursor: pointer;
}
.block_coupon.active .coupon_group {
    opacity: 1;
    margin-top: 30px;
    height: auto;
    display: flex;
}
.block_coupon .wrapper_coupon .icon_arrow i {
    transition: all 300ms ease-in-out;
}
.block_coupon.active .wrapper_coupon .icon_arrow i {
    transform: rotate(-180deg);
}
#simplecheckout_button_confirm {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.text_confirm {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
}
.text_confirm a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    text-decoration: underline;
}
#total_total_summary {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #111111;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
}
.wrapper_customer {
    padding: 40px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 15px;
}
.wrapper_customer .title_h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #111111;
}
.wrapper_customer .checkout-heading {
    margin: 60px 0 30px 0;
}
.wrapper_customer .checkout-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #111111;
}
.wrapper_customer .checkout-heading-button a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    text-decoration-line: underline;
    color: #111111;
}
.wrapper_customer .simplecheckout-block-content fieldset {
    padding: 0;
    border: 0;
}
.group_input {
    position: relative;
    margin-bottom: 38px;
}
.group_input input.inputText {
    width: 100%;
    padding: 11px 0;
    font-weight: 400;
    background: transparent;
    font-size: 15px;
    line-height: 22px;
    box-sizing: border-box;
    outline: none;
    color: #333333;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ddd9d4;
}
.group_input .text-danger {
    font-size: 14px;
    position: absolute;
    color: #ff4c5d;
    bottom: -30px;
    font-weight: 500;
}
.form-horizontal {
    display: flex;
    justify-content: space-between;
    gap: 3%;
    flex-wrap: wrap;
}
.form-horizontal .half_input {
    width: 47%;
}
.form-horizontal .full_input {
    width: 100%;
}
.form-group {
    position: relative;
}
.row-customer_register {
    margin-bottom: 59px;
}
.group_input select {
    width: 100%;
    padding: 11px 0;
    font-weight: 400;
    background: transparent;
    font-size: 15px;
    line-height: 22px;
    box-sizing: border-box;
    outline: none;
    color: #333333;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ddd9d4;
}
#simplecheckout_payment {
    padding: 40px 40px 60px 40px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 60px;
}
#simplecheckout_payment .checkout-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #111111;
    margin-bottom: 40px;
}

.fields_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
}
.fields_row label {
    width: 47%;
}

.custom-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-radio > span {
    user-select: none;
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 300ms ease-in-out;
}

.custom-radio > span::before {
    content: "";
    width: 100%;
    height: 100px;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms ease-in-out;
}
.custom-radio > input:not(:disabled):not(:checked) + span:hover::before {
    border-color: #00c0ff;
}
.custom-radio > input:not(:disabled):active + span::before {
    border-color: #00c0ff;
}
.custom-radio > input:checked + span::before {
    border-color: #00c0ff;
}
.custom-radio > input:checked + span::after {
    content: "";
    background: #00c0ff;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -12px;
    top: -12px;
    transition: all 300ms ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-radio > input:disabled + span::before {
    background-color: #e9ecef;
}
ul.dropdown-address {
    margin: 0;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute !important;
    z-index: 1000;
    width: 100%;
    margin-right: 5px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}
.dropdown-address li {
    list-style-type: none;
}
.dropdown-address li:hover {
    background: #f9f9f9;
}
.dropdown-address li a {
    display: block;
    padding: 7px 12px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
}
ul.dropdown-address::-webkit-scrollbar {
    width: 5px;
    height: auto;
    background-color: #ffffff;
}
ul.dropdown-address::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    border-radius: 2px;
}
ul.dropdown-address::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

/*#simplecheckout_cart .form-control {*/
/*    display: inline-block !important;*/
/*    min-width: 50px;*/
/*}*/
/*.simplecheckout-cart {*/
/*    margin: 0px !important;*/
/*    width: 100%;*/
/*    border-collapse: collapse;*/
/*    border-top: 1px solid #DDDDDD;*/
/*    border-right: 1px solid #DDDDDD;*/
/*    border-left: 1px solid #DDDDDD;*/
/*}*/
/*.simplecheckout-cart-total {*/
/*    padding: 7px 3px;*/
/*    border-right: 1px solid #DDDDDD;*/
/*    border-bottom: 1px solid #DDDDDD;*/
/*    border-left: 1px solid #DDDDDD;*/
/*    text-align: right;*/
/*}*/
/*.simplecheckout-cart-total: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: 0;
    position: absolute;
    color: #ff0017;
    top: 50px;
    font-size: 12px;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #f8acac;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    text-align: center;
}
.simpleregister-warning-block {
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #f8acac;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99990;
    display: none;
    width: 100%;
    background-color: #000000;
}
#simple_login {
    position: fixed;
    z-index: 99991;
    display: none;
    padding: 5px;
    width: 500px;
    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;
}

#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;
}
.checkout-heading:after {
    content: "";
    display: block;
    clear: both;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding: 5px;
    border: 1px solid #ccc;
    background: #fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #dddddd;
    -moz-box-shadow: 0px 2px 2px #dddddd;
    box-shadow: 0px 2px 2px #dddddd;
    opacity: 1 !important;
}
#easyTooltip:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
/*.simplecheckout-cart i {*/
/*    cursor: pointer;*/
/*}*/

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

@media only screen and (max-width: 640px) {
    /*.simplecheckout-cart col.image,*/
    /*.simplecheckout-cart th.image,*/
    /*.simplecheckout-cart td.image,*/
    /*.simplecheckout-cart col.model,*/
    /*.simplecheckout-cart th.model,*/
    /*.simplecheckout-cart td.model,*/
    /*.simplecheckout-cart col.price,*/
    /*.simplecheckout-cart th.price,*/
    /*.simplecheckout-cart td.price,*/
    /*.simplecheckout-cart td.quantity [data-onclick*=increase],*/
    /*.simplecheckout-cart td.quantity [data-onclick*=decrease] {*/
    /*    display: none !important;*/
    /*}*/
    /*.simplecheckout-cart td.name div.image {*/
    /*    display: block;*/
    /*}*/
}
@media only screen and (max-width: 1000px) {
    /*.simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {*/
    /*    display: none;*/
    /*}*/
}
@media only screen and (max-width: 600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
}
@media only screen and (max-width: 420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.flex_dostavka {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 20px;
}
.dostavka_item {
    width: 100%;
}
#simplecheckout_shipping .simplecheckout-block-content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
    /*gap: 20px*/
}
#simplecheckout_shipping .simplecheckout-block-content .radio {
    width: 100%;
}
#simplecheckout_shipping .simplecheckout-block-content #novaposhta_doors_id {
    margin-left: 20px;
}
#simplecheckout_shipping .simplecheckout-block-content #ukrposhta_standard_d_id {
    margin-left: 20px;
}
.inputblock {
    position: absolute;
    top: 160px;
    width: 100%;
}
.simplecheckout_summary_btn {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
}
.simplecheckout_summary_btn .btn_default {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.simplecheckout-button-block {
    display: none;
}
.inputblock .row-shipping_field24 {
    width: 50%;
}
.inputblock .row-shipping_field25 {
    width: 20%;
}
.inputblock .row-shipping_field26 {
    width: 20%;
}
/*.simplecheckout-block-content .row-shipping_address_address_2 {*/
/*    width: 75% !important;*/
/*}*/
/*.simplecheckout-block-content .row-shipping_address_postcode {*/
/*    width: 20% !important;;*/
/*}*/

@media screen and (max-width: 1279px) {
    .simplecheckout-cart .quantity .btn_block_cart span button {
        width: 22px;
        height: 22px;
    }
    .simplecheckout-cart .quantity .btn_block_cart span button i {
        font-size: 10px;
    }
    .simplecheckout-cart .quantity .btn_block_cart input.form-control {
        width: 35px;
    }
    .simplecheckout-cart .price {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .simplecheckout-step {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .form-horizontal .half_input {
        width: 100%;
    }
    .wrapper_customer .checkout-heading {
        display: flex;
        flex-direction: column;
    }
    .simplecheckout-cart .col-1 {
        flex-basis: 20%;
    }
    .simplecheckout-cart .col-2 {
        flex-basis: 55%;
    }
    .simplecheckout-cart .name_prod {
        margin-left: 20px;
        justify-content: flex-start;
    }
    .simplecheckout-cart .col-3 {
        flex-basis: 40%;
    }
    .simplecheckout-cart .col-4 {
        flex-basis: 40%;
    }
    .simplecheckout-cart .remove .dropdown_renove_cart {
        left: auto;
        right: 0;
    }
    .simplecheckout-cart .remove {
        position: absolute;
        right: -15px;
        top: 45px;
    }
    .simplecheckout-cart .table-row {
        position: relative;
    }
    .simplecheckout-cart .quantity {
        margin-top: 10px;
    }
    .simplecheckout-cart .price {
        margin-top: 10px;
    }
    .simplecheckout-cart li {
        justify-content: flex-start;
        flex-wrap: wrap;
        border-top: 1px solid #e7e7e7;
        padding-top: 30px;
    }
    .flex_dostavka {
        flex-direction: column;
    }
    #simplecheckout_cart .checkout-heading {
        border-bottom: none;
    }
    .wrapper_customer {
        padding: 40px 20px 170px 20px;
    }
    #simplecheckout_cart {
        padding: 40px 20px;
    }
    #simple_login {
        width: 90%;
    }
}
