.elementor-1827 .elementor-element.elementor-element-5bce668{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-1827 .elementor-element.elementor-element-aa499d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-1827 .elementor-element.elementor-element-53597d6{color:#FFFFFF;}.elementor-1827 .elementor-element.elementor-element-bec4fe9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for container, class: .elementor-element-bec4fe9 *//* === СТРАНИЦА БЛАГОДАРНОСТИ (СПАСИБО ЗА ЗАКАЗ) === */

/* Центрируем и ограничиваем ширину */
.woocommerce-order {
    max-width: 800px;
    margin: 40px auto;
    background: #1e1e2f; /* тёмный фон */
    border-radius: 28px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.4);
    padding: 30px;
    color: #e2e8f0;
}

/* Блок с основным сообщением */
.woocommerce-notice {
    background: #2d2d44;
    border-left: 5px solid #8BAC70;
    border-radius: 16px;
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #f1f5f9;
}

/* Список деталей заказа (номер, дата, email, итог, оплата) */
.woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    background: #25253a;
    border-radius: 20px;
    padding: 20px 24px;
    margin-bottom: 35px;
    list-style: none;
}

.woocommerce-order-overview li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #3a3a55;
    padding: 0 12px;
    font-size: 14px;
    color: #cbd5e1;
}

.woocommerce-order-overview li:last-child {
    border-right: none;
}

.woocommerce-order-overview li strong {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    color: #ffffff;
}

/* Заголовок "Информация о заказе" */
.woocommerce-order-details__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    border-bottom: 2px solid #3a3a55;
    display: inline-block;
    padding-bottom: 6px;
}

/* Таблица товаров */
.shop_table.order_details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: #25253a;
    border-radius: 20px;
    overflow: hidden;
}

.shop_table.order_details th,
.shop_table.order_details td {
    padding: 14px 16px;
    border-bottom: 1px solid #3a3a55;
    text-align: left;
    color: #e2e8f0;
}

.shop_table.order_details th {
    background: #2a2a40;
    font-weight: 600;
    color: #f1f5f9;
}

.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:last-child td {
    border-bottom: none;
}

/* Скрываем строку "Подытог" (она дублирует итог) */
.shop_table.order_details tfoot tr:first-child {
    display: none;
}

/* Можно также скрыть email из блока overview (опционально) */
.woocommerce-order-overview__email {
    display: none;
}

/* Адаптив для планшетов и телефонов */
@media (max-width: 768px) {
    .woocommerce-order {
        margin: 20px;
        padding: 20px;
    }
    .woocommerce-order-overview {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }
    .woocommerce-order-overview li {
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #3a3a55;
        padding: 8px 0;
    }
    .shop_table.order_details th,
    .shop_table.order_details td {
        padding: 10px 12px;
    }
}

/* Дополнительно: кнопка "Вернуться в магазин", если она есть */
.woocommerce-order .button {
    background: #8BAC70;
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: 0.2s;
}
.woocommerce-order .button:hover {
    background: #6e8c58;
    color: #ffffff;
}/* End custom CSS */