.elementor-7 .elementor-element.elementor-element-4cfa6458{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-58fa098a *//* =========================================
   КАСТОМІЗАЦІЯ СТОРІНКИ КОШИКА (CART)
========================================= */

/* 1. Загальна таблиця товарів: прибираємо грубі рамки */
.woocommerce-cart table.shop_table {
    border: none !important;
    border-radius: 0 !important;
}

/* Шапка таблиці (ТОВАР, ЦІНА, ЗАГАЛОМ) */
.woocommerce-cart table.shop_table th {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 11px !important;
    color: #888 !important;
    padding-bottom: 15px !important;
}

/* Рядки товарів */
.woocommerce-cart table.shop_table td {
    border-top: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    padding: 20px 0 !important;
}

/* 2. Назва товару: прибираємо синій колір */
.woocommerce-cart table.cart td.product-name a {
    color: #151515 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: color 0.3s ease !important;
}

.woocommerce-cart table.cart td.product-name a:hover {
    color: #888888 !important;
}

/* Картинка товару в таблиці */
.woocommerce-cart table.cart td.product-thumbnail img {
    border-radius: 4px !important;
    width: 70px !important;
    height: auto !important;
    box-shadow: none !important;
    border: none !important;
}

/* 3. Кнопка видалення (Хрестик/кошик) */
.woocommerce-cart table.cart a.remove {
    color: #B1B1B1 !important;
    background: transparent !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

.woocommerce-cart table.cart a.remove:hover {
    color: #ff4a4a !important;
    background: transparent !important;
    transform: scale(1.1) !important;
}

/* 4. Блок з купоном та кнопкою "Оновити кошик" */
.woocommerce-cart table.cart td.actions {
    padding-top: 30px !important;
    border: none !important;
}

.woocommerce-cart .coupon {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
}

/* Поле вводу купона */
.woocommerce-cart .coupon input.input-text {
    border: 1px solid #e0e0e0 !important;
    border-radius: 100px !important;
    padding: 0 20px !important;
    height: 42px !important;
    width: 200px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

/* Кнопка застосування купона */
.woocommerce-cart .coupon button.button {
    background: transparent !important;
    border: 1px solid #151515 !important;
    color: #151515 !important;
    border-radius: 100px !important;
    height: 42px !important;
    padding: 0 20px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 11px !important;
    transition: 0.3s !important;
}

.woocommerce-cart .coupon button.button:hover {
    background: #151515 !important;
    color: #ffffff !important;
}

/* Кнопка "Оновити кошик" (Опціонально) */
.woocommerce-cart td.actions > button.button {
    background: #f5f5f5 !important;
    color: #151515 !important;
    border: none !important;
    border-radius: 100px !important;
    height: 42px !important;
    padding: 0 20px !important;
    font-weight: 300 !important;
    transition: 0.3s !important;
}

.woocommerce-cart td.actions > button.button:hover {
    background: #e0e0e0 !important;
}

/* 5. Правий блок "ПІДСУМКИ КОШИКА" */
.woocommerce-cart .cart-collaterals .cart_totals {
    background: #fafafa !important; /* Легкий сірий фон для виділення блоку */
    border: none !important;
    border-radius: 8px !important;
    padding: 30px !important;
    width: 100% !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding-bottom: 15px !important;
    color: #888 !important;
}

/* Жирна загальна сума */
.woocommerce-cart .cart-collaterals .cart_totals strong {
    font-weight: 600 !important;
    font-size: 18px !important;
}

/* 6. ГОЛОВНА КНОПКА "Перейти до оформлення" */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #151515 !important;
    color: #ffffff !important;
    border-radius: 100px !important; /* Робимо такою ж овальною, як на чекауті */
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 13px !important;
    padding: 18px 20px !important;
    margin-top: 20px !important;
    transition: background 0.3s ease !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    border: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #333333 !important;
}

/* Відступи для мобільних пристроїв */
@media (max-width: 768px) {
    .woocommerce-cart .coupon {
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
    }
    .woocommerce-cart .coupon input.input-text,
    .woocommerce-cart .coupon button.button {
        width: 100% !important;
    }
}/* End custom CSS */