.simple-content {
    margin: 0 5px
}

.simple-content label {
    float: none !important;
    width: auto !important
}

.simple-content .button, #simplecheckout_login .button {
    margin: 0 !important
}

.simple-content .buttons {
    margin: 0 0 15px 0;
    border: 0
}

#simplecheckout_login .buttons {
    margin: 0;
    border: 0;
    background: inherit !important;
    padding: 0 !important
}

.simplecheckout {
    overflow: hidden;
    width: 100%
}

.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: 0;
    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: 768px) {
    .simplecheckout-left-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%
    }

    .simplecheckout-right-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%
    }
}

.simplecheckout-block {
    clear: both;
    margin-bottom: 20px
}

.simplecheckout-block-content {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #eee
}

.simpleregister {
    margin-bottom: 5px
}

.simpleregister-block-content {
    /*overflow: hidden;*/
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee
}

.simpleregister-block-content .simplecheckout-table-form-left {
    width: 50%
}

@media only screen and (max-width: 600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%
    }
}

.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;
    border: 1px solid #eee !important;
    background: none repeat scroll 0 0 #fff;
    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 0
}

.simplecheckout-required {
    color: #f00;
    font-weight: bold
}

.simplecheckout-button-block {
    clear: both;
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;
    border: 1px solid #eee !important;
    background: none repeat scroll 0 0 #fff;
    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: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    box-shadow: 0 2px 2px #ddd;
    color: #fff;
    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-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 {
    margin: 0 !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.simplecheckout-cart-total {
    overflow: hidden;
    padding: 7px 3px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: right
}

.simplecheckout-cart-total .buttons {
    background: inherit !important;
    padding: 0 !important
}

.simplecheckout-cart-total input {
    margin-right: 0 !important;
    max-width: 100px
}

.simplecheckout-cart-total span.inputs {
    margin-right: 3px
}

.simplecheckout-cart-total span.inputs input[type=text] {
    display: inline-block;
    max-width: 130px;
    margin: 0;
    padding: 7px 14px !important;
    background-color: #f8f8f8 !important;
    border: 1px solid #d0d1d0 !important;
}
.simplecheckout-cart-total span.inputs input[type=text]:focus {
    border: 1px solid #1ea3d2 !important;
    box-shadow: 0 0 10px rgba(0, 124, 255, 0.25);
    outline: 0;
}

.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0 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.model {
    width: 10%
}

.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 #ddd;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-weight: bold
}

.simplecheckout-cart th.image {
    width: 1px;
    text-align: center
}

.simplecheckout-cart th.name {
    text-align: center
}

.simplecheckout-cart th.model {
    text-align: center
}

.simplecheckout-cart th.quantity {
    text-align: center
}

.simplecheckout-cart th.price {
    text-align: right
}

.simplecheckout-cart th.total {
    text-align: right
}

.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center
}

.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle
}

.simplecheckout-cart td.image {
    text-align: center
}

.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: middle;
    text-align: center
}

.simplecheckout-cart td.quantity input[type=text] {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 20px;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center
}

.simplecheckout-cart td.quantity img {
    display: inline-block;
    border: 0;
    cursor: pointer;
    vertical-align: middle
}

.simplecheckout-cart td.price {
    text-align: right;
    white-space: nowrap
}

.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap
}

.simplecheckout-cart td.remove {
    padding-right: 3px;
    padding-left: 3px;
    width: 7px;
    vertical-align: middle;
    text-align: center
}

.simplecheckout-cart td.remove img {
    max-width: 30px !important;
    cursor: pointer
}

.simplecheckout-cart td.product-warning {
    color: #f00;
    font-weight: bold
}

.simplecheckout-cart td.right {
    vertical-align: middle;
    text-align: right
}

@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
    }

    .simplecheckout-cart td.name div.options {
        display: block
    }
}

@media only screen and (max-width: 1000px) {
    .simplecheckout-cart col.model, .simplecheckout-cart th.model, .simplecheckout-cart td.model {
        display: none
    }
}

.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: #f00
}

.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;
    background: url("../image/warning.png") no-repeat scroll 10px center #ffd1d1;
    color: #555;
    text-align: left
}

.simplecheckout-success-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #86ff86;
    border-radius: 5px 5px 5px 5px;
    background: url("../image/success.png") no-repeat scroll 10px center #86ff86;
    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;
    background: url("../image/warning.png") no-repeat scroll 10px center #ffd1d1;
    color: #555;
    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 0
}

#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: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    display: none;
    background-color: #000
}

#simple_login {
    position: fixed;
    z-index: 99991;
    display: none;
    overflow: hidden;
    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 #fff;
    -khtml-border-radius: 7px 7px 7px 7px
}

#simple_login_header {
    padding: 0;
    text-align: right
}

#simple_login_header img {
    margin: 0 0 0 auto
}

.you-will-be-registered {
    font-weight: bold
}

.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0
}

.simplecheckout label input, .simpleregister label input {
    margin: 0 5px 0 0 !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: #000;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer
}

.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: #fff;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px
}

.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0 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: #fff;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px
}

.simple-step-completed a {
    color: #fff !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 0 20px 0
}

#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;
    margin: 0
}

.simplecheckout-table-form {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left
}

@media only screen and (max-width: 768px) {
    .simplecheckout-table-form {
        width: 100%;
        margin-right: 0;
        float: none
    }
}

.simplecheckout-three-column .simplecheckout-table-form, .simplecheckout-left-column .simplecheckout-table-form, .simplecheckout-right-column .simplecheckout-table-form {
    width: 100%;
    margin-right: 0;
    float: none
}

.simplecheckout-table-form-left {
    width: 50%;
    text-align: left;
    padding: 3px;
    vertical-align: top
}

.simplecheckout-table-form-right {
    width: 50%;
    text-align: left;
    padding: 3px
}

.simplecheckout-table-form-right input[type=text], .simplecheckout-table-form-right input[type=password], .simplecheckout-table-form-right input[type=email], .simplecheckout-table-form-right input[type=tel], .simplecheckout-table-form-right input[type=phone], .simplecheckout-table-form-right input[type=date], .simplecheckout-table-form-right input[type=time], .simplecheckout-table-form-right select, .simplecheckout-table-form-right textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important
}

.simplecheckout-table-form-right label {
    display: block !important
}

.simplecheckout-table-form-right label input {
    margin: 0 5px 0 0 !important
}

.checkout-heading {
    overflow: hidden
}

.checkout-heading span {
    display: inline-block !important;
    float: left
}

.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
    font-size:13px;
}

.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: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    box-shadow: 0 2px 2px #ddd;
    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
}

input[type=email], input[type=tel], input[type=phone], input[type=date], input[type=time] {
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 3px;
    margin-left: 0;
    margin-right: 0
}

#simplecheckout_payment .simplecheckout-methods-table table {
    border: 0
}

#simplecheckout_payment .simplecheckout-methods-table table tr {
    border: 0
}

#simplecheckout_payment .simplecheckout-methods-table table td {
    border: 0;
    padding-right: 5px
}

#simplecheckout_payment .simplecheckout-methods-table .code {
    vertical-align: middle
}


.checkout-heading a {
    padding-left: 5px;
}

@media only screen and (max-width: 768px) {
    .checkout-heading span {
        display: block !important;
        float: left;
        width:100%;
    }

    .checkout-heading-button {
        float: left !important;
        display: block !important;
        width:100%;
    }

    .checkout-heading-button a {
        float: none;
        margin-top: 1px;
        font-weight: normal;
        text-decoration: none;
        text-align:center;
        font-size:100%;
    }

    .checkout-heading {
        text-align: center;
    }

    .simple_num {
        height:0;
    }
}
#promo-link {
    float: left;
    text-decoration-line: none;
    color: #999999;
    font-weight: bold;
    margin-left: 10px;
}
.fade {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.fade.show {
    display: block;
    opacity: 1;
}
#simplecheckout_cart .carusel__product {
    background-size: cover; /* или 'contain' в зависимости от нужного эффекта */
    background-position: center; /* центрирование изображения */
    background-repeat: no-repeat; /* предотвращение повторения изображения */
    width: 100%; /* ширина div */
    height: 100%; /* высота div */
    overflow: hidden; /* Скрываем переполнение */
    min-height: 120px;
}
#simplecheckout_cart .carusel__product_price, #simplecheckout_cart .carusel__product_name a {
    color: #fff;
    z-index: 2 !important;
    position: relative;
    font-weight: 600;
}
#simplecheckout_cart .carusel__product::before {
    content: ''; /* Создаем пустой контент */
    position: absolute; /* Абсолютное позиционирование */
    top: 0; /* Заполняем от верхней границы */
    left: 0; /* Заполняем от левой границы */
    right: 0; /* Заполняем до правой границы */
    bottom: 0; /* Заполняем до нижней границы */
    background: rgba(0, 0, 0, 0.4); /* Черный цвет с 50% прозрачностью */
    z-index: 1; /* Устанавливаем z-index выше, чтобы затемнение было поверх изображения */
    border-radius: 10px; /* Радиус круга */
}
#simplecheckout_cart .cartrelated .carusel__prev {
    position:absolute;
    top: calc(50% - 10px);
    left:10px;
    z-index:9999;
}

#simplecheckout_cart .cartrelated .carusel__next {
    position:absolute;
    top: calc(50% - 10px);
    right:10px;
    z-index:1;
}
#simplecheckout_cart .carusel__prev svg, carusel__next svg {
    color: #00bfef;
}
#simplecheckout_cart .cartrelated .owl-item {
    background-color: white;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin: 0px 5px;
}
#simplecheckout_cart .cartrelated .carusel__product {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#simplecheckout_cart .cartrelated .carusel__product_name {
    overflow: hidden;
}
#simplecheckout_cart .cartrelated > p {
    display: flex;
    justify-content: center;
    color: #999;
    font-weight: bold;
}