:root {
    --color-primary: #0E3E81;
    --color-secondary: #4976A4;
    --color-light: #F2F2F2;
}

html{
    background-color: var(--color-light) !important;
}

body, .title{
    background-color: var(--color-light) !important;
    color: var(--color-primary) !important;
    font-family: 'GE Inspira' !important;
}
/* 
.hfb-header, 
.hfb-footer{
    z-index: unset;
} */


.product-item-link {
    color: var(--color-primary) !important;
    font-weight:bold !important;
}

#product-information{
    color: var(--color-primary);
}

#search {
  border-width: 3px !important;
  border-style: solid !important;
  border-color: var(--color-secondary) !important;
  padding: 25px !important;
  border-radius: 16px;
}

.header-links a{
    transition: all .2s ease;
    display: inline-block;
}

.header-links a:hover{
    transform: scale(1.2) !important;
}

/* .hover_gold a{
    transition: all .2s ease;
    display: inline-block;
}

.hover_gold a:hover{
    color: rgba(46, 107, 157, 0.83) !important;
    scale: 1.1 !important;
} */

.tocart, 
.price, 
.towishlist {
    display: none !important;
}

.navigation{
    /* background-image: linear-gradient(to right, #F4FBFF, #BBDEFB) !important; */
    border-width: 3px;
    border-style: solid;
    border-color: var(--color-secondary);
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}


/* table, tbody th, tbody td {
    border: 2px solid var(--color-primary);
} */
        
/* .remove{
    border-left: 2px solid var(--color-primary);
} */

/* Arbol de paginas en header ej( Inicio > Kassai Nosotros ) */
/* .breadcrumbs{
    display: none !important;
} */

/* hr colors */
.custom-hr{
    background-color: var(--color-secondary) !important;
    border: 0.3px solid var(--color-secondary) !important;
    border-radius: 5px;
}


/* TOP NAVIGATION STYLE (mobile menu) */
.custom-top-link{
    font-size: 24px;
    list-style-type: none;
    text-align: -webkit-center;
    margin: 0;
    padding: 15px 0px 15px 0px;
    color: #44689D;
    font-weight: bold;
}

.custom-top-link:hover{
    background-color: var(--color-primary);
    color: white;
}


/* Hamburguer icon */
.nav-toggle:before{
    font-size: 38px;
    color: var(--color-primary);
    font-weight: bold;
}


/* Fonts */

@font-face {
    font-family: 'GE Inspira';
    src: url('fonts/GE-Inspira-Italic.ttf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GE Inspira';
    src: url('fonts/GE-Inspira-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE Inspira';
    src: url('fonts/GE-Inspira-Bold-Italic.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GE Inspira';
    src: url('fonts/GE-Inspira-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* end Fonts */


/* ? Mobile styles */
@media (max-width: 768px) {

    p, span, a, h1, h2, h4, .mgz-icon-list, .mobile-text-center{
        text-align: center !important;
    }

    /* .icono-menu{
        margin: 17px 0px 0px 17px !important;
    } */

}