/* Start custom CSS for woocommerce-cart, class: .elementor-element-cafdb27 *//* CONTENEDOR CARRITO */
.e-cart__container{
    background:#fff;
    color:#000;
}

/* TABLA PRODUCTOS */
.e-cart__container table.shop_table{
    border:0;
}

.e-cart__container table.shop_table thead th{
    border-bottom:2px solid #d4951c;
    font-weight:600;
    color:#000;
}

/* FILAS */
.e-cart__container table.shop_table td{
    border-bottom:1px solid #eee;
}

/* NOMBRE PRODUCTO */
.product-name a{
    color:#000 !important;
    font-weight:500 !important;
    text-decoration:none !important;
}

.product-name a:hover{
    color:#d4951c!important;
}

/* BOTÓN ELIMINAR */
.product-remove a{
    color:#000;
    font-size:20px;
}

.product-remove a:hover{
    color:#d4951c !important;
}

/* INPUT CANTIDAD */
.quantity input{
    border:1px solid #ddd;
    padding:6px;
}

/* CUPÓN */
.coupon input{
    border:1px solid #ddd;
}

.coupon .button{
    background:#d4951c;
    color:#fff;
}

.coupon .button:hover{
    background:#000;
}

/* BOTONES */
.woocommerce .button{
    background:#000 !important;
    color:#fff !important;
    border:0 !important;
    transition:0.3s;
}

.woocommerce .button:hover{
    background:#d4951c !important;
}

/* TOTALES CARRITO */
.cart_totals{
    border:1px solid #eee;
    padding:25px;
}

.cart_totals h2{
    border-bottom:2px solid #d4951c;
    padding-bottom:10px;
    margin-bottom:20px;
}

/* BOTÓN CHECKOUT */
.checkout-button{
    background:#d4951c !important;
    color:#fff !important;
    font-weight:600;
}

.checkout-button:hover{
    background:#000 !important;
}/* End custom CSS */