#header{
    height: 90px;
    box-shadow: 0 0.23077rem 0.38462rem 0 rgba(0,0,0,.25);
    background: #fff;
    width: 100%;
}
#headerNotice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
    border-top-style: solid;
    border-top-width: 5px;
    position: relative;
    /* border-top-color: #006a93; */
    z-index: 1030;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
}

#header.headerNotice .blockLogo{
    top: 11px;
}



#logo {
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    position: relative;
    top: 0; 
    margin-right: 20px;
    margin-left: 20px;
    display: block;
    height: 100%;
}

#logo img{
    max-width: 100% !important;
    height: auto !important;
    max-height: 76px;
    max-width: 100% !important;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#logo:hover{
    /*top: -2px;*/
}

#logo .text{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    position: relative;    
    text-shadow: -2px 2px 3px #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 2px -1px 0 #fff, 3px 4px 0 #aaa;    
}

#wrapLogo{
    margin-bottom: 15px;
}



#JS_catsDropdownSearch{
    width: 196px;
    padding: 0 !important;
    display: none;
}

#JS_catsDropdownSearch > button{
    height: auto;
}


#JS_customer_login{
    font-size: 14px;
    padding-left: 0;
    position: relative;
    max-width: 100px;
    top: 6px;
}
#JS_customer_login > i{
    position: absolute;
    left: -13px;
    top: 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
#JS_customer_login > a{
    color: #555;
    /* margin-top: 14px; */
    display: block;
}
#JS_customer_login > a:hover{
    color: #555;
    text-decoration: underline;
}
#JS_customer_login a.dropdown-toggle > span{
    display: block;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;    
}
#header .customerData{
    margin-top: 22px;
    padding-left: 0;
    height: auto !important;
    /*padding-right: 0;*/    
}


#formSearch{
    max-width: 600px;
    position: relative;
    padding-right: 0;
    margin: 22px auto 0 auto;
}
#formSearch .btn_search{
    -webkit-border-top-right-radius: 10px; 
    -webkit-border-bottom-right-radius: 10px; 
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
}

#formSearch .btn_search:hover{
    background: #000;
    cursor: pointer;
}
#header .wrapSocialButtons{
    top: 4px;
    position: relative;
}


#header nav.account a{
    display: block;
    height: 100%;
    padding-right: 7px;
    color: #000;
    font-size: 13px;
    font-weight: normal;    
    padding: 0 !important;
    background: transparent;
}
#header nav.account li a{
    padding: 4px 9px !important;
}

#header nav.account a:hover{
    color: #222;
}

#header nav.account a span.name{
    color: #222;
    display: block;
    max-height: 25px;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;    
}

#header nav.account li.line{
    height: 2px;
    background: #ccc;
    margin-bottom: 5px;
}
#header nav.account i{
    top: 2px;
    position: relative;
    margin-left: 2px;
}


header .contactData{
    color: #bbb;
    font-size: 12px;
}
header .contactData img{
    position: relative;
    top: 8px;    
}



#header .blockLogo{
    /* border-top: 5px solid #0062a9; */
    border-top: 0px;
    padding-bottom: 0;
    position: relative;
    z-index: 24;
    padding-left: 10px;
    padding-right: 10px;   
    max-height: 100%;
    height: 100%;     
}
#header .blockLogo > .row,
#header .blockLogo > .row > div{
    height: 100%;
}



.btn_search {
    background: #000;
    display: inline-block;
    height: 40px;
    position: absolute;
    width: 40px;
    right: 0;
    /* -webkit-border-top-right-radius: 4px; */
    /* -webkit-border-bottom-right-radius: 4px; */
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    /* border-top-right-radius: 9px; */
    /* border-bottom-right-radius: 9px; */
}

#mainNav{
    border: none !important;
    position: relative;
    z-index: 23;
}



.btn_search:before {
    position: absolute;
    top: 0px;
    width: 0;
}

.btn_search i{
    color: #fff;
    font-size: 17px;
    text-align: center;
    display: block;
    font-weight: bold;
    top: 12px;
    position: relative;
}
.btn_search input{
    display: none;
}


.search_query{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    color: #000000;
    background: #efefef;
    height: 40px;
    width: 100%;
    font: 14px Arial, Verdana;
    display: block;
    padding: 4px 25px 4px 10px;
    /* -webkit-border-top-right-radius: 4px; */
    /* -webkit-border-bottom-right-radius: 4px; */
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    /* border-top-right-radius: 9px; */
    /* border-bottom-right-radius: 9px; */
    /* border-top-left-radius: 9px; */
    /* border-bottom-left-radius: 9px; */
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aaa;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aaa;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #aaa;
}



@media (min-width: 768px) {
    #wrapLogo {
        min-height: 112px;
    }
}

header{
    /* height: 235px; */
}


#headernavprin {
    margin: 0;
    position: relative;
    z-index: 100;
    float: left;
}



#navTop .navbar{
    min-height: 35px !important;
    line-height: 35px;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#navTop {
    /* background: #fff; */
    /* border-bottom: 2px solid #e8e8e8; */
    position: relative;
    z-index: 999999999999;
}

#navTop a{
    /* padding: 0 10px; */
}
#navTop a,
#navTop i{
    color: #5d5a5b;
}
#navTop li{
    /* float: left; */
    display: inline-block;
}
#navTop a:hover,
#navTop a:hover i{
    color:#bbb;
    text-decoration: none;
}



#header_bar h1{
    line-height: 32px;
    font-size:12px;
}
#header_bar .header_bar_sp {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 8px;
    width: 1px;
    background: white;
    border-left: 1px solid #e1e1e1;
    height: 26px;
}
#header_user_info {
    display: block;
    width: 215px;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    position: relative;
}
#header_user_info_off > i{
    margin-right: 8px;
}
#header_user_info_off {
    display: inline-block;
    font-weight: bold;color: #939393;
}
#header_user_info_on {
    color: #939393;
}
#header_user_info_on > i {
    float: left;
    margin: 7px 8px 7px 0;
}
#header_user_info_on > span {
    display: block;
    overflow: hidden;
    line-height: 1em;
    padding: 4px 0;
}
#header_user_info_on_t {
    display: block;
    font-size: 12px;font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
#header_user_info_on_n {
    display: block;
    font-size: 11px;color: #b9b9b9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
#header_user_info_on_logout {
    position: absolute;top: 0;right: 0;
}


#header .contact {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaebef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaebef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaebef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaebef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaebef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaebef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaebef',GradientType=0 ); /* IE6-9 */

    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;

    -webkit-box-shadow: 5px 0 5px 1px black;
    -moz-box-shadow: 5px 0 5px 1px black;
    box-shadow: 1px 0px 5px black;

    height: 45px;
    padding-bottom: 8px;
    position: absolute;
    right: 76px;
    text-align: center;
    top: -10px;
    width: 184px;
}

#header .contact span {
    display: block;
    line-height: 22px;
}



#formSearchMobile{
    margin-right: 150px;
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 5px;
}
#formSearchMobile .btn_search_cnta{
    position: absolute;
    right: -43px;
    background: #63B3DE;
    /* border: 2px solid #FFFFFF; */
    border-left: none;
    padding: 10px 12px 9px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}
#formSearchMobile i{
    color: #fff !important;
    font-size: 19px !important;
    font-weight: normal;
}
#formSearchMobile input[type="submit"]{
    display:none;
}
#formSearchMobile input[type="text"]{
    width: 100%;
    border: 0;
    display: block;
    height: 42px;
    font-size: 20px;
    color: #555;
    padding: 0 8px; 
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;  
}

#formSearchMobile input[type="text"]:focus, 
#formSearchMobile input[type="text"]:focus{
    outline: none;
}

#topButtonsMobile{
    float: right;
}
#topButtonsMobile .btn-primary{
    background: #eee;
    border-color: #ccc;
    padding:8px 14px;
}
#topButtonsMobile i{
    color: #aaa !important;
}



header .confidence{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #F5F5F5;
    border-radius: 2px;
    width: 100%;
    padding-top: 8px;
    height: 41px;
}
header .confidence ul{
    height: 100%;
}
header .confidence ul li > a,
header .confidence ul li > span{
    cursor: pointer;
    color: #8C8C8C;
}

header .confidence ul li:hover > a,
header .confidence ul li:hover > span{
    color: #000;
    text-decoration: none;
}


header .confidence ul li{
    padding-left: 68px;    
    height: 100%;
    line-height: 12px;
    position:relative;    
}
header .confidence ul a{}
header .confidence ul img{}
header .confidence ul i{}
header .confidence .JS_close{
    position: absolute;
    right: 7px;
    top:7px;
    color:#444;
    cursor: pointer;
}
header .confidence .JS_close:hover{
    color:#000;
}

header .confidence ul li.icon:before{
    content:" ";
    width: 35px;
    height: 35px;
    display: block;
    top: -5px;
    left: 29px;
    position: absolute;
    background: #f00;
}
header .confidence ul li.icon.tienda:before{
    background: url(../resources/img/svg/tiendaspain.svg) no-repeat;
    background-size: 100%;    
}
header .confidence ul li.icon.financiacion:before{
    background: url(../resources/img/svg/financiacion.svg) no-repeat;
    background-size: 100%;    
}
header .confidence ul li.icon.pedido:before{
    background: url(../resources/img/svg/estado-de-mi-pedido.svg) no-repeat;
    background-size: 100%;    
}
header .confidence ul li.icon.entrega:before{
    background: url(../resources/img/svg/entrega.svg) no-repeat;
    background-size: 100%;    
}
header .confidence ul li.icon.cliente:before{
    background: url(../resources/img/svg/atencion-al-cliente.svg) no-repeat;
    background-size: 100%;    
}
header .confidence ul li.icon.devolucion:before{
    background: url(../resources/img/svg/devolucion.svg) no-repeat;
    background-size: 100%;    
}






header .confidence .explanation{
    position: absolute;
    top: 31px;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 4px #555;
    width: 416px;
    padding: 13px 13px 29px;
    border-top: 5px solid #1A76BA;
    display: none;
}
header .confidence li.opened .explanation{
    display: block;
}


#header .infoHeader{
    padding: 0;
    /* float: left; */
    padding-left: 0;
    color: #555;
    font-size: 14px;
    height: 38px;
    margin-left: 228px;
    margin-right: 225px;
    background: #0075bd;    
}




#header #JSmyAccount{}


@media (max-width: 767px) {
    header .confidence ul li {
        padding-left: 112px;
    }

    header .confidence ul li.icon:before{
        left: 9px;
    }
}



#header .links {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 10px;
    margin: 0;
    padding: 3px 0 5px 0;    
}
#header .links .wholesaler {
    font-size: 13px;
}
#header .links li {
    float: left;
    font-size: 11px;
    padding: 0 0 0 12px;
    border-right: 1px solid;
    border-color: #6a737a;
    margin-top: 3px;
    padding-top: 3px!important;
}
#header .links li.telefono.last {
    color: #5b5b5f;
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
    margin-left: 15px;
}

#header .links li.telefono.last .fa-telegram{
    top: 3px;
    position: relative;
}

#header li.telefono .info{
    font-size: 11px;
    display: inline-block;
    line-height: 11px;
    font-weight: normal;
    margin-left: 10px;
    top: 3px;
    position: relative;    
    background: transparent !important;
}

#header .links li:first-child, 
#header .links li:nth-child(2), 
#header .links li:nth-child(3), 
#header .links li:nth-child(4), 
#header .links li.horario {
    padding: 2px 12px;
}

#header .nav3{
    border-top: 1px solid #dddddd;
}

#JStoggleLeftColumnMenuRight{

}

#barNavMobile{
    position: relative;
    margin: 0 10px;
    z-index: 999999;
}

.secondaryNav{
    font-size: 13px;
    background: #837166;
    color: #e4dfdc;
    /* padding: 7px 6px 10px 10px; */
    border: none;
    margin-top: -1px;
    position: relative;
    height: 33px;    
}
.secondaryNav h1{
    font-size: inherit;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
}




#traductorGoogle {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 99999;
}


#topButtonsMobile .totalUnits {
    background: #e21e3a;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: -3px;
    left: -2px;
    min-width: 15px;
    font-size: 11px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}

@media (max-width: 575px) {
    #traductorGoogle {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999999999999999999999999999;
    }    
    #traductorGoogle::after{
        content: "";
        height: 1px;
        display: block;
        clear: both;
    }
    #traductorGoogle ul{
        float:right;
    }
    #googleTranslateDropdown .ct-language__dropdown li{
        padding: 1px !important;
    }
}