/* ============================================
   Simple 4.11.10 — стиль під тему UniShop2
   greensun.com.ua
   ============================================ */

.simple-content {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.simplecheckout-block {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    overflow: visible;
    clear: both;
}

.simplecheckout-block-content {
    padding: 20px;
}

.simplecheckout-block-content:after {
    content: "";
    display: block;
    clear: both;
}

.checkout-heading {
    background: #f8f9fa !important;
    border-bottom: 2px solid #2db346 !important;
    color: #1a1a2e !important;
    padding: 14px 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.checkout-heading span {
    display: inline-block !important;
    float: left;
    color: #1a1a2e;
    font-weight: 700;
}

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

.checkout-heading:after {
    content: "";
    display: block;
    clear: both;
}

.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,
.simple-content .form-control {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 10px 14px !important;
    height: 42px !important;
    line-height: 22px !important;
    border: 1px solid #dde1e7;
    border-radius: 8px;
    font-size: 14px; /* 16px — браузер не збільшує масштаб на мобільних */
    color: #333;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.simple-content textarea,
.simple-content textarea.form-control {
    height: auto !important;
    min-height: 100px !important;
    line-height: 1.5 !important;
}

.simple-content input::placeholder,
.simple-content textarea::placeholder {
    color: #aaa;
    font-size: 13px;
}

.simple-content input[type=text]:focus,
.simple-content input[type=password]:focus,
.simple-content input[type=email]:focus,
.simple-content input[type=tel]:focus,
.simple-content select:focus,
.simple-content textarea:focus,
.simple-content .form-control:focus {
    border-color: #2db346;
    box-shadow: 0 0 0 3px rgba(45,179,70,0.12);
}

.simplecheckout label,
.simpleregister label {
    display: inline-block !important;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

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

/* =============================================
   КНОПКИ: текст по центру + місцями поміняні
   «Оформити» зліва, «Назад» справа
   ============================================= */
.simplecheckout-button-block { clear: both; }

/* Clearfix для float колонок — кнопка виходить під обидві */
.simplecheckout-step {
    overflow: hidden;
}

.simplecheckout-button-right {
    /* float вимкнений — flex вирівнює */
}

.simplecheckout-button-left {
    /* float вимкнений — flex вирівнює */
}

/* Кнопка «Оформити замовлення» — зелена */
.simplecheckout-button-right .btn,
.simplecheckout-button-right button,
#simplecheckout_button_order,
#simplecheckout_button_confirm,
#simplecheckout_button_next,
.simplecheckout-button {
    background: #2db346 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0 28px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.simplecheckout-button-right .btn:hover,
.simplecheckout-button-right button:hover,
#simplecheckout_button_order:hover,
#simplecheckout_button_confirm:hover,
#simplecheckout_button_next:hover,
.simplecheckout-button:hover {
    background: #24963b !important;
}

/* Кнопка «Назад» — сіра */
.simplecheckout-button-left .btn,
.simplecheckout-button-left button,
#simplecheckout_button_back,
#simplecheckout_button_prev {
    background: #f0f0f0 !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 0 24px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
}

.simplecheckout-button-left .btn:hover,
.simplecheckout-button-left button:hover,
#simplecheckout_button_back:hover,
#simplecheckout_button_prev:hover {
    background: #e0e0e0 !important;
}

@media only screen and (max-width: 780px) {
    .simplecheckout-button-left {
        display: none;
    }
}

/* =============================================
   КОРЗИНА
   ============================================= */
.simplecheckout-cart {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.simplecheckout-cart-total {
    padding: 15px 12px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: right;
    background: #fafafa;
}

.simplecheckout-cart-total:after {
    content: "";
    display: block;
    clear: both;
}

.simplecheckout-cart th {
    padding: 10px 12px;
    background: #f8f9fa;
    color: #555;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    border-bottom: 2px solid #eee;
}

.simplecheckout-cart th.name { text-align: left; }

/* Ховаємо колонку Модель - вона займає місце в правій колонці */
.simplecheckout-right-column .simplecheckout-cart col.model,
.simplecheckout-right-column .simplecheckout-cart th.model,
.simplecheckout-right-column .simplecheckout-cart td.model {
    display: none !important;
}

/* Обмежуємо ширину назви товару щоб таблиця не виходила за межі */
.simplecheckout-right-column .simplecheckout-cart td.name {
    max-width: 120px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Прибираємо горизонтальний скрол */
.simplecheckout-right-column .table-responsive {
    overflow: hidden !important;
}

/* Таблиця кошика не ширша за контейнер */
.simplecheckout-right-column .simplecheckout-cart {
    table-layout: auto;
    width: 100% !important;
}

/* Зменшуємо padding в комірках щоб влізло */
.simplecheckout-right-column .simplecheckout-cart td,
.simplecheckout-right-column .simplecheckout-cart th {
    padding: 8px 4px !important;
    font-size: 12px !important;
}

/* Фото менше */
.simplecheckout-right-column .simplecheckout-cart td.image {
    width: 50px !important;
}
.simplecheckout-right-column .simplecheckout-cart td.image img {
    max-width: 45px !important;
}

/* Кнопки кількості компактні */
.simplecheckout-right-column .simplecheckout-cart .input-group {
    max-width: 100px !important;
}
.simplecheckout-cart th.quantity,
.simplecheckout-cart th.price,
.simplecheckout-cart th.total { text-align: center; }

.simplecheckout-cart td {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
    font-size: 14px;
}

.simplecheckout-cart td.image {
    text-align: center;
    width: 70px;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}

.simplecheckout-cart td.image img {
    border-radius: 8px;
    max-width: 60px;
}

.simplecheckout-cart td.name a {
    color: #2db346;
    text-decoration: none;
    font-weight: 500;
}

.simplecheckout-cart td.name a:hover {
    text-decoration: underline;
}

.simplecheckout-cart .price {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
}

.simplecheckout-cart .total {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}

.simplecheckout-cart .quantity {
    text-align: center;
    white-space: nowrap;
    display: table-cell !important;
    float: none !important;
    position: static !important;
}

.simplecheckout-cart td.remove {
    text-align: center;
    width: 30px;
    padding: 6px;
}

/* Ховаємо порожню комірку remove — кнопка видалення вже в блоці quantity */
.simplecheckout-cart td.remove,
.simplecheckout-cart th.remove,
.simplecheckout-cart col.remove {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
}

/* =============================================
   КНОПКА ВИДАЛЕННЯ ТОВАРУ — ЧЕРВОНА
   Клас btn-danger використовується в шаблоні
   ============================================= */
.btn-danger,
.simplecheckout-cart .btn-danger,
.simplecheckout-cart td .btn-danger,
.simplecheckout-cart .input-group .btn-danger,
.simplecheckout-cart .input-group-btn .btn-danger {
    background: #e74c3c !important;
    background-color: #e74c3c !important;
    border-color: #e74c3c !important;
    color: #fff !important;
}

.btn-danger:hover,
.simplecheckout-cart .btn-danger:hover,
.simplecheckout-cart td .btn-danger:hover,
.simplecheckout-cart .input-group .btn-danger:hover {
    background: #c0392b !important;
    background-color: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
}

/* =============================================
   МЕТОДИ ДОСТАВКИ / ОПЛАТИ
   ============================================= */
.simplecheckout-methods-table {
    width: 100%;
}

.simplecheckout-methods-table td.code {
    width: 1px;
    padding-right: 8px;
}

.simplecheckout-methods-table td.title {
    padding: 8px 6px;
}

.simplecheckout-methods-table td.title label {
    display: block !important;
    font-size: 14px;
    cursor: pointer;
    color: #333;
}

.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
    font-weight: 600;
    color: #2db346;
}

.simplecheckout-methods-description {
    padding: 6px 8px;
    margin: 4px 0;
    font-size: 13px;
    color: #777;
}

/* ПОМИЛКИ */
.simplecheckout-error-text {
    display: block;
    margin-top: 4px;
    color: #e74c3c;
    font-size: 12px;
}

.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
    color: #e74c3c;
}

.simplecheckout-warning-block,
.simpleregister-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 12px 16px;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    background: #fff5f5;
    color: #721c24;
    text-align: left;
    font-size: 13px;
}

/* КОМЕНТАР */
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 20px !important;
}

#simplecheckout_comment textarea {
    width: 100% !important;
    box-sizing: border-box;
    min-height: 100px;
    resize: vertical;
}

/* ЛОГІН */
#simplecheckout_login {
    margin: auto;
    text-align: center;
}

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

#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
    border: none !important;
}

#simplecheckout_login_form,
.simplecheckout-login-form {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 40px rgba(0,0,0,0.25) !important;
    padding: 30px !important;
    min-width: 320px !important;
    max-width: 440px !important;
    width: 90% !important;
}

/* =============================================
   КОЛОНКИ
   ============================================= */
.simplecheckout {
    width: 100%;
}

.simplecheckout:after {
    content: "";
    display: block;
    clear: both;
}

.simplecheckout-left-column {
    float: left;
    margin-right: 20px;
    min-width: 280px;
    max-width: 900px;
    width: 61%;
}

.simplecheckout-right-column {
    float: right;
    min-width: 280px;
    max-width: 900px;
    width: 36%;
}

@media only screen and (max-width: 1024px) {
    .simplecheckout-left-column,
    .simplecheckout-right-column {
        display: block;
        float: none;
        min-width: auto !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0;
    }
}

.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: 100% !important;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    /* Ховаємо тільки модель — фото і ціна залишаються */
    .simplecheckout-cart col.model,
    .simplecheckout-cart th.model,
    .simplecheckout-cart td.model {
        display: none !important;
    }
    /* Ховаємо дубляж фото в колонці назви */
    .simplecheckout-cart td.name div.image {
        display: none !important;
    }
    /* Фото ЗАВЖДИ видиме на мобільних */
    .simplecheckout-cart col.image,
    .simplecheckout-cart th.image,
    .simplecheckout-cart td.image {
        display: table-cell !important;
        width: 50px !important;
    }
    .simplecheckout-cart td.image img {
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
        display: block !important;
    }
    /* Горизонтальний скрол якщо не вміщається */
    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

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

/* =============================================
   DROPDOWN НОВОЇ ПОШТИ (місто / відділення)
   JS використовує $this.position() — відносні
   координати. Ми перехоплюємо через CSS+JS
   в simple_header.twig (дивись нижче).
   Тут тільки базові стилі для ul.dropdown-address
   ============================================= */
/* Ховаємо порожній dropdown — щоб не мигала полоска */
ul.dropdown-address:empty {
    display: none !important;
}

ul.dropdown-address {
    position: absolute !important;
    z-index: 99999 !important;
    background: #fff;
    border: 1px solid #dde1e7;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    min-width: 260px;
    max-height: 280px;
    overflow-y: auto;
}

ul.dropdown-address li a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.15s;
}

ul.dropdown-address li a:hover {
    background: #f0faf2;
    color: #2db346;
}

/* ІНШЕ */
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0;
}

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

.simple-content .name {
    float: none !important;
}

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

.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
    color: #555;
}

.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}

#agreement_checkbox {
    float: left;
    margin-right: 20px;
}

#agreement_checkbox .checkbox {
    margin: 0;
}

.simple-content .quantity div {
    display: table !important;
}

/* Компактний блок кількості в кошику */
.simplecheckout-cart .input-group.btn-block {
    max-width: 120px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

/* Кнопки -/+ маленькі */
.simplecheckout-cart .input-group-btn .btn {
    width: 24px !important;
    height: 30px !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

/* Поле кількості - нормальний розмір */
.simplecheckout-cart .input-group input.form-control {
    height: 30px !important;
    min-width: 36px !important;
    width: 36px !important;
    padding: 0 4px !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    flex: 0 0 36px !important;
}

.simple-content .quantity span {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

/* ВИКЛЮЧЕННЯ — btn-danger завжди червона, навіть всередині зелених контейнерів */
.btn-danger[data-onclick="removeProduct"],
button.btn-danger,
.input-group-btn .btn-danger,
.input-group .btn-danger,
.quantity .btn-danger {
    background: #e74c3c !important;
    background-color: #e74c3c !important;
    border-color: #c0392b !important;
    color: #fff !important;
}

.btn-danger[data-onclick="removeProduct"]:hover,
button.btn-danger:hover,
.input-group-btn .btn-danger:hover,
.input-group .btn-danger:hover,
.quantity .btn-danger:hover {
    background: #c0392b !important;
    background-color: #c0392b !important;
    border-color: #96281b !important;
    color: #fff !important;
}

/* Кнопки +/- кількості — зелені (виключаємо btn-danger) */
.simple-content .quantity span .btn:not(.btn-danger),
.simple-content .quantity span .btn-primary:not(.btn-danger) {
    display: inline-block !important;
    height: 32px;
    line-height: 20px;
    padding: 0 8px;
    margin: 0;
    font-size: 14px !important;
    color: #fff !important;
    background: #2db346 !important;
    border-radius: 6px !important;
    border: none !important;
}

.simple-content .quantity span .btn:not(.btn-danger):hover,
.simple-content .quantity span .btn-primary:not(.btn-danger):hover {
    background: #24963b !important;
}

.simple-content img {
    max-width: 100% !important;
}

#simplecheckout_step_menu {
    margin-bottom: 15px;
}

.simple-step {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: #e9ecef;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 5px;
}

.simple-step-current {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: #2db346;
    color: #fff;
    font-size: 13px;
}

.simple-step-completed {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: #24963b;
    color: #fff;
    font-size: 13px;
}

.simple-step-completed a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0 5px;
    color: #ccc;
}

/* =============================================
   НОВИЙ КОШИК — картки замість таблиці
   ============================================= */
.sc-cart-items {
    padding: 8px 12px;
}

.sc-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sc-cart-item:last-child {
    border-bottom: none;
}

.sc-cart-item-img {
    flex: 0 0 50px;
}

.sc-cart-item-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 6px;
}

.sc-cart-item-info {
    flex: 1;
    min-width: 0;
}

.sc-cart-item-name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #2db346;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sc-cart-item-name:hover {
    text-decoration: underline;
}

.sc-cart-item-options {
    font-size: 11px;
    color: #888;
    margin-bottom: 6px;
}

.sc-cart-item-options small {
    display: block;
}

.sc-cart-item-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* Кнопки кількості */
.sc-cart-item-qty {
    display: flex;
    align-items: center;
    gap: 2px;
}

.sc-qty-btn {
    width: 26px !important;
    height: 26px !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #2db346 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    flex-shrink: 0;
}

.sc-qty-btn:hover {
    background: #24963b !important;
}

.sc-qty-input {
    width: 36px !important;
    height: 26px !important;
    padding: 0 4px !important;
    text-align: center !important;
    font-size: 13px !important;
    border: 1px solid #dde1e7 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}

/* Ціна */
.sc-cart-item-price {
    flex: 1;
    text-align: right;
}

.sc-old-price {
    display: block;
    font-size: 11px;
    color: #aaa;
    text-decoration: line-through;
}

.sc-total-price {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
}

/* Кнопка видалення */
.sc-remove-btn {
    width: 26px !important;
    height: 26px !important;
    padding: 0 !important;
    font-size: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #e74c3c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    flex-shrink: 0;
}

.sc-remove-btn:hover {
    background: #c0392b !important;
}

.sc-cart-recurring {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 12px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.sc-cart-recurring img {
    width: 20px;
    flex-shrink: 0;
}

/* Артикул/модель під назвою товару */
.sc-cart-item-model {
    display: block;
    font-size: 11px;
    color: #999;
    margin-top: 2px;
    margin-bottom: 4px;
}

/* Приховуємо поля купону і подарункового сертифікату */
#simplecheckout_cart input[name="coupon"],
#simplecheckout_cart input[name="voucher"],
#simplecheckout_cart input[name="reward"],
#simplecheckout_cart .simplecheckout-cart-total .inputs,
#simplecheckout_cart .simplecheckout-cart-buttons {
    display: none !important;
}

/* Ховаємо дубляж фото всередині колонки назви товару (старий і новий шаблон) */
.sc-cart-item-info div.image,
.simplecheckout-cart td.name div.image {
    display: none !important;
}

/* Ховаємо кнопку Підтвердження замовлення від модуля bank_transfer —
   вона дублює кнопку Оформити замовлення */
#button-confirm,
input#button-confirm,
input[id="button-confirm"] {
    display: none !important;
}






/* =============================================
   КНОПКА «ОФОРМИТИ ЗАМОВЛЕННЯ» — фінальне правило
   Під обома колонками, по правому краю
   ============================================= */
.simplecheckout::after {
    content: "";
    display: table;
    clear: both;
}

.simplecheckout-button-block,
#buttons.simplecheckout-button-block {
    float: none !important;
    clear: both !important;
    width: 61% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Відступи для блоку банківського переказу */
#simplecheckout_payment_form .simplecheckout-block {
    padding: 20px !important;
}

#simplecheckout_payment_form h2,
#simplecheckout_payment_form h3,
#simplecheckout_payment_form p,
#simplecheckout_payment_form div:not(.simplecheckout-block) {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Ховаємо текст "Товарів: X (грн.)" в шапці на сторінці замовлення */
#cart-total,
.header-cart__total-items {
    display: none !important;
}

/* Safari mobile — забороняємо zoom при фокусі на полях
   Safari ігнорує user-scalable=no, але поважає font-size >= 16px */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .simplecheckout input[type=text],
    .simplecheckout input[type=password],
    .simplecheckout input[type=email],
    .simplecheckout input[type=tel],
    .simplecheckout input[type=phone],
    .simplecheckout input[type=number],
    .simplecheckout select,
    .simplecheckout textarea,
    .simplecheckout .form-control,
    .simpleregister input,
    .simpleregister select,
    .simpleregister textarea {
        font-size: 16px !important;
    }
}