
header{
    top: 0;
    position: fixed;
    margin: 0;
    width: 100%;
    /*height: 90px;*/
    background-color: white;
    z-index: 999;
    line-height: 50px;
    display: inline-block;
    border-bottom: 1px solid #E5E5E5;   
}
header nav{
    position: relative;
    float: left;
    /*width: 620px;*/
    font-family: 'roboto medium',sans-serif;
    font-size: 18px; 
}
header .input-group input{
    background-color: white;
}
header nav.center-option a{
    float: initial;
    line-height: 4em;
}

header nav.mini{
    line-height: 32px;
    font-size: 14px; 
    border-bottom: 1px solid #E5E5E5;
}
header nav.mini a .menu-list {
    color: #8D8D8D;
}
header nav a:hover{
    color: #ffffff;
}
header nav a .media-list{
    margin: 0 5px;
    padding: 0 5px;
}
header nav a:hover .media-list{
    background-color: #ffffff;
}
header nav a{
    position: relative;
    float: left;
    display: inline-block;                        
}
.menu-list{
    color: #000000;    
    /*font-weight: bold;*/
    cursor: pointer;       
}
ul.sub-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    background-color: #000000;
    padding:0px;
}

ul.sub-menu li {
    position: relative;
    float: left;                    
    list-style-type: none;
    display: inline-block;
    line-height: 50px;                 
    width: 100%;
    margin: 0;
    padding: 0 0 0 22px;
}
ul.sub-menu li a{
    color: #ff0000;    
}

.vertical-line{
    position: relative;
    float: left;
    margin: 0 5px 0 15px;
    width: 1px;
    height: 90px;
    background-color:#ffffff;
}
.marcas{
    text-align: center;
    position: relative;
    float: left;
    margin: 0 0 0 15px;
    min-width: 150px;
}
.marcas:hover .sub-menu{
   display: inline-block;
   width: 100%;
}
.main-marcas-list{
    z-index: 999;
}
.marca-li{
    line-height: 20px;
}

.marca-li:hover{                
    background-color: white;
}
.wide-option{
    display: none;
}
header nav a.flags-container:hover .media-list{
    background-color: white;
}
header .flag {      
    width: 17px;
    height: 17px;
    background-size: 34px 17px; 
    background-image: url('images/language_flags_161x80.png');
    margin-top: 6px;
}
header .flag-sx{
    width: 40px;
    height: 40px;
    background-size: 80px 40px; 
    background-image: url('images/language_flags_161x80.png');
    margin-left: 5px;
}

header .flag.es-languange,
header .flag.undefined-languange{
    background-position-x: -17px;
}
header .flag-sx.undefined-languange,
header .flag-sx.es-languange{
    background-position-x: -17px;
}
header .flag.en-languange,
header .flag-sx.en-languange{
    background-position-x: 0px;
}

header .anderica-logo{
    max-width: 300px;
}
header .opciones-sx{
    display: none;
    position: relative;
    float: right;
    margin-top: 15px;
    line-height: 60px;
    font-size: 50px;
    padding:  0 10px;
    border:  1px solid #ff0000;
}
header .opciones-sx .media-list{margin: 0;}

header .opciones-sx:hover .sub-menu{
   display: inline-block;
   width: 100%;
}
header .opciones-sx .sub-menu{
    top: 64px;
    text-align: center;
}
header .opciones-sx a{
    color: #ff0000;
    text-align: center;
    width: 100%;
    font-size: 42px;
}
@media screen and (max-width: 940px) { 
    .wide-option{ display:block; }
}
@media screen and (max-width: 939px) { 
    header .opciones-lg{ display:none; }
    header .opciones-sx{ display:block; }
    header .anderica-logo{ width: 220px;}
}

.custom-header-overlay{
    height: 500px;  
    overflow-y: scroll;
    width: 100%;
    border-bottom: 1px solid #000000;
}
.options-categorias {
    list-style-type: none;
}
.options-categorias li{
    font-size: 1.1em;
    line-height: 2.2em;
    color: black;
    
}
.options-categorias li.selected-category{
    text-decoration: underline;
}
.cursor-pointer{
    cursor: pointer;
}
.vl {
    border-left: 2px solid #ccc;
    height: 430px;
    position: relative;
    float: right;
}