/*
 * Reefers Anónimos - Custom CSS
 */
/* Header background - exact brand color */
#header {
    background-color: 
#245274 !important;
}
/* Navigation bar */
.header-nav {
    background-color: 
#245274 !important;
}
/* Logo area */
.header-top {
    background-color: 
#245274 !important;
}
/* Slider height */
.slick-slide img {
    min-height: 1500px !important;
    object-fit: cover !important;
}
/* Tipografía - menú de navegación */
.main-menu__tree a {
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
}
/* Tipografía - títulos */
h1, h2, h3 {
    font-weight: 700 !important;
}
/* Login and cart - white */
.header-top__right,
.header-top__right a,
.header-top__right span,
.header-top__right p {
    color: 
#ffffff !important;
}
/* Logo area - compact */
.header-top {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
/* Remove white line */
#header * {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}
/* Top level menu items - white */
.main-menu__tree > li > a {
    color: 
#ffffff !important;
}
/* Hide Llámanos bar */
.header-top__left {
    display: none !important;
}