.elementor-199 .elementor-element.elementor-element-3827510b{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-199 .elementor-element.elementor-element-3827510b:not(.elementor-motion-effects-element-type-background), .elementor-199 .elementor-element.elementor-element-3827510b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#646464E6;}.elementor-199 .elementor-element.elementor-element-ff31884{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-199 .elementor-element.elementor-element-4bda2ab > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-199:not(.elementor-motion-effects-element-type-background), body.elementor-page-199 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D1D1D;}@media(min-width:768px){.elementor-199 .elementor-element.elementor-element-ff31884{--width:80%;}}@media(max-width:767px){.elementor-199 .elementor-element.elementor-element-3827510b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS *//* --- TABLA DE CARRITO Y CONTENEDORES --- */
.woocommerce table.shop_table {
    background-color: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #ffffff;
    border-collapse: separate;
    overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-bottom: 1px solid #222222;
    color: #dddddd;
    padding: 15px;
}

.woocommerce table.shop_table th {
    background-color: #0d0d0d;
    color: #ffffff;
    font-weight: 600;
}

/* --- BOTÓN ELIMINAR (LA X) --- */
.woocommerce a.remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    
    /* Fondo gris medio y X blanca */
    background-color: #555555 !important; 
    color: #ffffff !important;
    
    /* Estilo redondeado */
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important; 
    
    /* Tipografía y limpieza */
    font-size: 1.2em !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    border: none !important;
    transition: 0.3s ease;
}

.woocommerce a.remove:hover {
    background-color: #777777 !important; /* Gris un poco más claro al pasar el mouse */
    color: #ffffff !important;
    text-decoration: none !important;
}

/* --- ENLACES GENERALES --- */
.woocommerce a {
    color: #ffffff;
    text-decoration: none;
}

.woocommerce a:hover {
    color: #cccccc;
}

/* --- BOTONES DE ACCIÓN (CHECKOUT, ETC) --- */
.woocommerce a.checkout-button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
    padding: 15px 20px;
    display: inline-block;
}

.woocommerce a.checkout-button:hover {
    background-color: #cccccc !important;
    color: #000000 !important;
}

.woocommerce button.button,
.woocommerce input.button {
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 6px;
    transition: 0.3s ease;
    padding: 10px 20px;
}

.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #2a2a2a;
    border-color: #555555;
}

/* --- TOTALES Y ALERTAS --- */
.cart_totals {
    background-color: #111111;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #ffffff;
    padding: 20px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    border-top: 2px solid #444444;
    background-color: #111111;
    color: #ffffff;
}

/* --- INPUTS Y CANTIDADES --- */
.woocommerce input.qty,
.woocommerce input.input-text {
    background-color: #0f0f0f;
    border: 1px solid #333333;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px;
}/* End custom CSS */