/*======================================
Theme Name: C2
Theme URI: https://pilma.com
Description: C2 Child Theme
Version: 1.0
Author: C2 Intelligent Solutions
Author URI: https://www.solucionesc2.com
Template: Divi
======================================*/


/* CSS propias. */

body.woocommerce-cart p.woocommerce-shipping-destination, body.woocommerce-cart form.woocommerce-shipping-calculator {
    display: block !important;
}

/* PASAR A GRID LOS LISTADOS DE PRODUCTOS Y ENCAJAR EL BANNER DENTRO DE LOS LISTADOS */
ul.products.columns-4 {
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:20px;
}
@media (max-width:980px){
    ul.products.columns-4 {
        display:grid !important;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap:20px;
    }
}
@media (max-width:768px){
    ul.products.columns-4 {
        display:grid !important;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:10px;
    }
}

/* FIN PASAR A GRID LOS LISTADOS DE PRODUCTOS Y ENCAJAR EL BANNER DENTRO DE LOS LISTADOS */

/* LIQUIDACIÓN MENU*/
/* COLOR MENU */
ul li a.rojorebajas,
.sfm-menu-item-72136 > a span, /* ES Liquidación */
.sfm-menu-item-72138 > a span, /* CA Liquidació */
.sfm-menu-item-72139 > a span /* EN Clearance IMPORTANTE, EL ÚLTIMO NO LLEVA COMA */
{
    color:#ad0000 !important; /* Modificar color por defecto */
}
ul li a.rojorebajas:hover,
.sfm-menu-item-72136 > a span:hover,  /* ES Liquidación */
.sfm-menu-item-72138 > a span:hover,  /* CA Liquidació */
.sfm-menu-item-72139 > a span:hover  /* EN Clearance IMPORTANTE, EL ÚLTIMO NO LLEVA COMA */
{
    color:#cb8b76 !important; /* Modificar color de hover */
}
/* FIN COLOR MENU */

/* NEGRITAS MENU */
ul li a.negrita,
.sfm-menu-item-72136 > a span, /* ES Liquidación */
.sfm-menu-item-72138 > a span, /* CA Liquidació */
.sfm-menu-item-72139 > a span /* EN Clearance IMPORTANTE, EL ÚLTIMO NO LLEVA COMA */
{
    font-weight:900 !important; /* Modificar color por defecto */
}
/* FIN NEGRITAS MENU */
/* FIN LIQUIDACIÓN MENU*/

/* BLACK DAYS MENU*/
/* NEGRITAS MENU */
ul li a.negrita,
.sfm-menu-item-95704 > a span, /* ES Black Days */
.sfm-menu-item-95706 > a span, /* CA Black Days */
.sfm-menu-item-95707 > a span /* EN Black Days IMPORTANTE, EL ÚLTIMO NO LLEVA COMA */
{
    font-weight:900 !important; /* Modificar color por defecto */
}
/* FIN NEGRITAS MENU */
/* FIN BLACK DAYS*/

