/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Menu MARCAS TFC (tab 17): rejilla de 5 columnas iguales
   YETI | PATAGONIA | COSTA | FLYCREEK | TODAS LAS MARCAS
   Las columnas se guardan como 2/12 en el megamenu (no existe 12/5) y aqui se llevan al 20%. */
@media (min-width: 992px) {
    .cbp-hrmenu-tab-17 .menu_row.menu-element-id-1 > .cbp-menu-column {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
