.elementor-337 .elementor-element.elementor-element-f8876af{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;overflow:visible;}.elementor-337 .elementor-element.elementor-element-f8876af:not(.elementor-motion-effects-element-type-background), .elementor-337 .elementor-element.elementor-element-f8876af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.florana.com.ec/wp-content/uploads/2026/01/BREADCRUMB.webp");background-repeat:no-repeat;background-size:cover;}.elementor-337 .elementor-element.elementor-element-e67545a{--display:flex;--min-height:280px;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-337 .elementor-element.elementor-element-54757ea{text-align:start;}.elementor-337 .elementor-element.elementor-element-54757ea .elementor-heading-title{font-family:"Hanken Grotesk", Sans-serif;font-size:57px;font-weight:600;color:#FFFFFF;}.elementor-337 .elementor-element.elementor-element-f02f6d4{--display:flex;--min-height:600px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;overflow:visible;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-337 .elementor-element.elementor-element-e67545a{--width:40%;}.elementor-337 .elementor-element.elementor-element-f02f6d4{--width:80%;}}/* Start custom CSS for container, class: .elementor-element-f02f6d4 *//* ============================================
   DISEÑO DEL CARRITO - AJUSTES FINALES
   ============================================ */

/* Contenedor principal del carrito */
.woocommerce-cart-form {
    background: transparent !important;
}

/* Tabla del carrito */
.woocommerce table.shop_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

/* Encabezados de la tabla */
.woocommerce table.shop_table thead {
    background: transparent !important;
    border: none !important;
}

.woocommerce table.shop_table thead th {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #f5f5f5 !important;
    padding: 15px 20px 20px 20px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-weight: 700 !important;
    color: #888 !important;
    text-align: left !important;
}

/* Alinear columnas específicas al centro */
.woocommerce table.shop_table thead th.product-price,
.woocommerce table.shop_table thead th.product-quantity,
.woocommerce table.shop_table thead th.product-subtotal {
    text-align: center !important;
}

.woocommerce table.shop_table thead th.product-remove {
    text-align: center !important;
    width: 60px !important;
}

/* Filas de productos */
.woocommerce table.shop_table tbody tr {
    background: transparent !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.woocommerce table.shop_table tbody tr:last-child {
    border-bottom: none !important;
}

.woocommerce table.shop_table tbody td {
    border: none !important;
    padding: 30px 20px !important;
    vertical-align: middle !important;
    background: transparent !important;
}

/* Alinear celdas al centro */
.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-quantity,
.woocommerce table.shop_table tbody td.product-subtotal {
    text-align: center !important;
}

.woocommerce table.shop_table tbody td.product-remove {
    text-align: center !important;
}

/* IMAGEN DEL PRODUCTO - CORREGIDA */
.woocommerce table.shop_table .product-thumbnail {
    width: 100px !important;
}

.woocommerce table.shop_table .product-thumbnail img {
    border-radius: 8px !important;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Celda del nombre del producto */
.woocommerce table.shop_table td.product-name {
    padding-left: 20px !important;
}

/* Nombre del producto */
.woocommerce table.shop_table .product-name a {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.woocommerce table.shop_table .product-name a:hover {
    color: #D61316 !important;
}

/* Texto de variación (50cm, 50 tallos) */
.woocommerce table.shop_table .variation,
.woocommerce table.shop_table .wc-item-meta {
    font-size: 13px !important;
    color: #888 !important;
    margin-top: 0 !important;
}

.woocommerce table.shop_table .variation dt,
.woocommerce table.shop_table .wc-item-meta-label {
    display: none !important;
}

.woocommerce table.shop_table .variation dd,
.woocommerce table.shop_table .wc-item-meta-value {
    margin: 0 !important;
    display: block !important;
    line-height: 1.6 !important;
}

.woocommerce table.shop_table .variation p,
.woocommerce table.shop_table .wc-item-meta p {
    margin: 3px 0 !important;
    color: #888 !important;
    font-size: 13px !important;
}

/* Precio */
.woocommerce table.shop_table .product-price .woocommerce-Price-amount,
.woocommerce table.shop_table .product-subtotal .woocommerce-Price-amount {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

/* Input de cantidad */
.woocommerce table.shop_table .quantity {
    display: flex !important;
    justify-content: center !important;
}

.woocommerce table.shop_table .quantity input.qty {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    width: 70px !important;
    height: 45px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.woocommerce table.shop_table .quantity input.qty:focus {
    border-color: #D61316 !important;
    outline: none !important;
}

/* Botón de eliminar (X) */
.woocommerce table.shop_table .product-remove a {
    color: #ccc !important;
    font-size: 22px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    display: inline-block !important;
}

.woocommerce table.shop_table .product-remove a:hover {
    color: #D61316 !important;
    transform: rotate(90deg);
}

/* Acciones del carrito (botón Update) */
.woocommerce .actions {
    background: transparent !important;
    padding: 20px 0 0 0 !important;
    border: none !important;
}

/* Botón "Update Cart" */
.woocommerce button[name="update_cart"] {
    background-color: transparent !important;
    color: #888 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
}

.woocommerce button[name="update_cart"]:hover {
    border-color: #D61316 !important;
    color: #D61316 !important;
}

.woocommerce button[name="update_cart"]:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Sección de cupón */
.woocommerce .cart-collaterals .coupon {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 25px 30px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.woocommerce .coupon input[type="text"] {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    flex: 1 !important;
    color: #333 !important;
}

.woocommerce .coupon input[type="text"]::placeholder {
    color: #aaa !important;
}

.woocommerce .coupon input[type="text"]:focus {
    border-color: #D61316 !important;
    outline: none !important;
}

.woocommerce .coupon button {
    background-color: transparent !important;
    color: #D61316 !important;
    border: 2px solid #D61316 !important;
    border-radius: 8px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    white-space: nowrap !important;
}

.woocommerce .coupon button:hover {
    background-color: #D61316 !important;
    color: #fff !important;
}

/* Totales del carrito (lado derecho) */
.cart-collaterals .cart_totals {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 35px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

.cart-collaterals .cart_totals h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

.cart-collaterals .cart_totals table {
    border: none !important;
    width: 100% !important;
}

.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals td {
    border: none !important;
    padding: 15px 0 !important;
    font-size: 15px !important;
}

.cart-collaterals .cart_totals th {
    font-weight: 600 !important;
    color: #666 !important;
    text-align: left !important;
}

.cart-collaterals .cart_totals td {
    text-align: right !important;
    color: #333 !important;
    font-weight: 600 !important;
}

.cart-collaterals .cart_totals .order-total th,
.cart-collaterals .cart_totals .order-total td {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    padding-top: 20px !important;
    border-top: 2px solid #f5f5f5 !important;
}

.cart-collaterals .cart_totals .order-total td {
    color: #D61316 !important;
}

/* Botón "Proceed to Checkout" */
.wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 25px !important;
}

.wc-proceed-to-checkout .checkout-button {
    background-color: #D61316 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 18px 40px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    text-align: center !important;
    display: block !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #b50f12 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(214, 19, 22, 0.3) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce table.shop_table {
        padding: 15px !important;
    }
    
    .woocommerce table.shop_table thead {
        display: none !important;
    }
    
    .woocommerce table.shop_table tbody td {
        display: block !important;
        text-align: left !important;
        padding: 10px 0 !important;
    }
    
    .woocommerce table.shop_table .product-thumbnail {
        width: 80px !important;
    }
    
    .woocommerce table.shop_table .product-thumbnail img {
        width: 80px !important;
        height: 80px !important;
    }
    
    .woocommerce table.shop_table tbody td.product-price,
    .woocommerce table.shop_table tbody td.product-quantity,
    .woocommerce table.shop_table tbody td.product-subtotal {
        text-align: left !important;
    }
    
    .woocommerce table.shop_table tbody td.product-price:before {
        content: "Precio: ";
        font-weight: 700;
        color: #888;
    }
    
    .woocommerce table.shop_table tbody td.product-quantity:before {
        content: "Cantidad: ";
        font-weight: 700;
        color: #888;
    }
    
    .woocommerce table.shop_table tbody td.product-subtotal:before {
        content: "Subtotal: ";
        font-weight: 700;
        color: #888;
    }
    
    .woocommerce .coupon {
        flex-direction: column !important;
    }
    
    .woocommerce .coupon button {
        width: 100% !important;
    }
}

/* ARREGLO ESPECÍFICO PARA LA IMAGEN DEL PRODUCTO */

/* Contenedor de la imagen - sin restricciones */
.woocommerce table.shop_table .product-thumbnail {
    width: auto !important;
    min-width: 120px !important;
    padding: 20px !important;
}

/* La imagen en sí */
.woocommerce table.shop_table .product-thumbnail img {
    border-radius: 8px !important;
    width: 120px !important;
    height: 120px !important;
    max-width: none !important;
    object-fit: contain !important; /* CONTAIN en vez de COVER */
    display: block !important;
    margin: 0 auto !important;
}

/* Enlace de la imagen */
.woocommerce table.shop_table .product-thumbnail a {
    display: block !important;
    line-height: 0 !important;
}/* End custom CSS */