/*
Theme Name: Taxico
Description: Taxico is a modern and clean Gutenverse theme for taxi company, online taxi booking, cab services, car rental, or any related business. Taxico is the ideal platform for creating a professional, visually striking website that communicates reliability, expertise, and inspires trust in your services.
Author: Jegtheme
Author URI: https://support.jegtheme.com/
Theme URI: https://fse.jegtheme.com/taxico/
Version: 1.0.3
Stable tag: 1.0.3
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: taxico
Tags: block-patterns,custom-logo,custom-menu,editor-style,featured-images,full-site-editing
Copyright: © Jegtheme. All rights reserved.
*/

:root{
    
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
    max-width: 100%;
}
/* ====================== */
/* Checkout centrado completamente */
/* ====================== */

/* Forzar WooCommerce a una sola columna centrada */
.woocommerce-checkout form.checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.col2-set .col-1,
.col2-set .col-2 {
    width: 100% !important;
    max-width: 700px !important;
    margin: 20px auto !important;
    float: none !important;
}

/* ====================== */
/* CONTENEDORES PRINCIPALES */
/* ====================== */

.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce-checkout-payment {
    max-width: 700px;
    width: 100%;
    margin: 30px auto;
    padding: 30px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

/* ====================== */
/* INPUTS Y CAMPOS */
/* ====================== */

.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100%;
    max-width: 450px;
    padding: 14px 18px;
    border: 2px solid #d1d1d1;
    border-radius: 12px;
    font-size: 16px;
    background: #fafafa;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #00b44c;
    box-shadow: 0 0 10px rgba(0,180,76,0.3);
    background: #ffffff;
}

.woocommerce form .form-row {
    margin-bottom: 20px;
}

/* ====================== */
/* TABLA RESUMEN DE PEDIDO */
/* ====================== */

.woocommerce-checkout-review-order-table {
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 25px !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    margin: 25px auto;
    width: 100%;
}

.woocommerce-checkout-review-order-table tbody tr {
    display: block;
    background: #fafafa;
    margin: 15px 0;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.woocommerce-checkout-review-order-table tbody tr td {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 20px;
    font-weight: 700;
    color: #00b44c;
}

/* ====================== */
/* MÉTODOS DE PAGO */
/* ====================== */

.woocommerce-checkout .woocommerce-checkout-payment {
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 25px;
    background: #fafafa;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.woocommerce-checkout .wc_payment_method label {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 2px solid #d1d1d1;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-checkout .wc_payment_method input[type="radio"]:checked + label,
.woocommerce-checkout .wc_payment_method label:hover {
    border-color: #00b44c;
    background: #f0fff5;
}

/* ====================== */
/* BOTÓN FINALIZAR PEDIDO */
/* ====================== */

.woocommerce #place_order {
    display: block;
    margin: 20px auto;
    background: #04D9FF !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 14px;
    width: 100%;
    max-width: 450px;
    padding: 16px;
    border: none;
    transition: 0.3s ease;
}

.woocommerce #place_order:hover {
    background: #009c42 !important;
    transform: scale(1.02);
}

/* ====================== */
/* RESPONSIVE */
/* ====================== */

@media (max-width: 768px) {
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout-review-order-table,
    .woocommerce-checkout .woocommerce-checkout-payment {
        width: 95%;
        padding: 20px;
    }

    .woocommerce form .form-row input,
    .woocommerce form .form-row textarea,
    .woocommerce form .form-row select,
    .woocommerce #place_order {
        max-width: 100%;
    }
}



