#content {
    flex-grow: 1;
}

form.checkout.woocommerce-checkout {
    padding: 0 128px;
}

.woocommerce-page .woocommerce .col2-set .col-1 {
    padding: 0 64px 0 0;
    width: 35%;
}

.woocommerce-page .woocommerce .col2-set .col-2 {
    padding: 0 0 0 64px;
    width: 65%;
    border-left: 1px solid black;
    display: flex;
    flex-direction: column;
}

.woocommerce-page .woocommerce .woocommerce-billing-fields {
    padding-bottom: 48px;
}

.woocommerce form.checkout .form-row input.input-text, 
.woocommerce form.checkout .form-row select {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 8px 16px;
}

.woocommerce form.checkout .form-row input.input-text:focus {
    outline: none;
    border-bottom: 2px solid black;
}

.woocommerce form.checkout .select2-container .select2-dropdown, 
.woocommerce form.checkout .select2-container .select2-selection {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.woocommerce form.checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 16px;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 32px;
}

#billing_first_name_field,
#billing_last_name_field,
#billing_phone_field,
#billing_email_field {
  grid-column: span 3;
  width: 100%;
}

#billing_country_field,
#billing_address_1_field,
#billing_address_2_field {
  grid-column: 1 / -1;
}

#billing_city_field,
#billing_state_field,
#billing_postcode_field {
  grid-column: span 2;
}

.woocommerce-page .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

table caption+thead tr:first-child td, 
table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, 
table colgroup+thead tr:first-child th, 
table thead:first-child tr:first-child td, 
table thead:first-child tr:first-child th  {
    border: none;
}

table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}   

.woocommerce-page .woocommerce table.shop_table th,
.woocommerce-page .woocommerce table.shop_table td {
    border: none;
    font-size: 1.2rem;
}

.product-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.woocommerce-page .woocommerce table.shop_table td.product-total {
    vertical-align: bottom;
}

.product-info-wrapper .product-thumbnail img.attachment-thumbnail.size-thumbnail {
    height: 75px;
    width: 75px;
}

.woocommerce table.shop_table tfoot .tax-rate td .woocommerce-Price-amount.amount {
    font-weight: 400;
}

.woocommerce-page .woocommerce-checkout #payment {
    background-color: transparent;
}

.woocommerce-page .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid black;
    padding: 16px 0;
}

.woocommerce-checkout #payment div.payment_box {
    display: none !important;
}

.woocommerce-page .woocommerce #payment #place_order {
    background-color: black;
    border-radius: 0;
    padding: 12px 48px;
    border: 1px solid black;
    transition: all 0.3s ease;
}

.woocommerce-page .woocommerce #payment #place_order:hover {
    background-color: #ffffff;
    color: black;
}

.woocommerce-page .woocommerce-checkout #payment div.form-row {
    padding: 16px 0;
}

.woocommerce-checkout .elementor-35 .elementor-element.elementor-element-c69677d .e-con-inner  {
    max-width: 100%;
    padding: 64px 128px 16px 128px;
}

.woocommerce-page .woocommerce .woocommerce-notices-wrapper {
    display: none;
}
    
/* THANKS U PAGE */
/* body {
    width: fit-content;
    margin: auto;
} */

.woocommerce-order * {
    margin: 0 !important;
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    display: none;
}

.woocommerce-order {
    display: flex ;
    flex-direction: column;
    gap: 32px;
	align-items: center;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}

li.woocommerce-order-overview__order.order {
    border-right: none !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: fit-content;
}

.woocommerce-page .woocommerce table.shop_table td {
    border-left: 1px solid black;
}

.woocommerce-page .woocommerce td.woocommerce-table__product-name.product-name {
    border-left: none;
}

.woocommerce-page .woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
}woocommerce-order-received {
    height: 100vh;
    padding: 64px;
}

.woocommerce {
    width: fit-content;
    margin: auto;
}

.post-431 .woocommerce {
    min-width: 100%;
}

.woocommerce-order * {
    margin: 0 !important;
}

.woocommerce-order {
    display: flex ;
    flex-direction: column;
    gap: 32px;
	align-items: center;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}

li.woocommerce-order-overview__order.order {
    border-right: none !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: fit-content;
}

.woocommerce-page .woocommerce table.shop_table td {
    border-left: 1px solid black;
}

.woocommerce-page .woocommerce td.woocommerce-table__product-name.product-name {
    border-left: none;
}

.woocommerce-page .woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received a {
    background-color: black;
    border: 1px solid black;
    color: white;
    border-radius: 0;
    padding: 12px 48px;
    width: fit-content;
    transition: all 0.3s ease;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received a:hover {
    background-color: #ffffff;
    color: black;
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: #ffffff;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul {
    display: flex; /* Pone los elementos en fila */
    flex-wrap: wrap; /* Permite que pasen a la línea de abajo si no caben */
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation-link {
    margin: 0 !important;
    border: none !important;
    flex-grow: 1; /* Opcional: hace que todos los botones tengan el mismo ancho */
}

/* -- 4. ESTILOS DE LOS ENLACES DEL MENÚ (EFECTO BORDE INFERIOR) -- */
.woocommerce-MyAccount-navigation-link a {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    padding: 18px 20px; /* Aumentamos el padding para más altura */
    display: block;
    text-align: center;
    border-bottom: 3px solid transparent; /* Borde inferior transparente por defecto */
    transition: all 0.25s ease-in-out;
    margin-bottom: -1px; /* Compensa el borde del contenedor para que el borde del enlace quede pegado */
    text-decoration: none;
}

/* Efecto al pasar el ratón (hover) */
.woocommerce-MyAccount-navigation-link:not(.is-active) a:hover {
    background-color: #f5f5f5;
    color: #000000;
    border-bottom-color: #e0e0e0; /* Color del borde para el hover */
}

/* Estilo del enlace de la pestaña ACTIVA */
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #000000;
    font-weight: 700;
    border-bottom-color: #000000; /* Borde de color en el activo */
    background-color: transparent;
}


/* -- 5. RESPONSIVE (PARA MÓVILES) -- */
/* En este diseño, el comportamiento responsive ya es bastante bueno gracias
   a 'flex-wrap', pero podemos forzar que cada elemento ocupe el 50%
   en pantallas muy pequeñas para una mejor visualización. */
@media (max-width: 600px) {
    .woocommerce-MyAccount-navigation-link {
        width: 50%;
        flex-grow: 0; /* Desactivamos el crecimiento para que el width funcione */
    }
}

.post-431 .woocommerce {
    align-items: center;
}

.post-431 .woocommerce h2 {
    margin: 0;
}

.post-431 .woocommerce form.login {
    margin: 0;
    max-width: 400px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 0;
    color: #ffffff;
    font-weight: 500;
    margin-right: 16px;
}

.lost_password a {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
}

.lost_password a:hover {
    color: #ef7d35;
}