a{text-decoration: none;color:black}

#header {
    height: 10%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left:0;
    max-height: 86px;
    min-height: 40px;
    background: white;
}

#header_web
{
    height:100%;
}
#header_mobile
{
    height:100%;
    display: none;
}

#header_content{border-bottom:solid 1px #144228;height:calc(100% - 1px);background: white;}
#header_desplegables{background: white;min-height: 40px}

#header_left{width: 20%}
#header_menu{width: 50%}
#header_right{width: 16%;float: right;}

#header_logo_container{width: 100%; margin-top: 10px;}
#header_logo{height:67%}


.header_menu_item{
    margin:0 2% 0 2%;
    padding: 10px 15px;
}
.header_menu_link a:hover,
.header_menu_item:hover {
    background: #144228;
    color: #fff;
}
.header_menu_item span{
    font-weight: bold;
}
.header_menu_item span:hover{
    
}
.header_desplegable_item_text span:hover {text-decoration: underline}

#header_right_content{width: 95%}
#header_idiomas{width: 50%}
#header_telefono{width: 20%}
#header_checkout{width: 30%}


.header_desplegable_item{width: 80%}

#header_checkout_num_mb{width: 35%;margin-left: 15%;}

#header_mb_burger_container{background: white}
#header_mb_burger{width: 60%;height: 60%}
#header_mb_logo_container{background: white}
#header_mb_logo{width: 80%;height: 80%}

#header_content_desplegable_mb{
    width: 50%;
    overflow: hidden;
    left: -50%;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    background: white;
}
.header_menu_link:last-of-type {
    border-bottom:none;
}

#cookiesms1:target {
    display: none;
}


.cookiesms{
    width:200px;
    height:100px;
    margin:0 auto;
    clear:both;
    color: #333;
    bottom:0px;
    position:fixed;
    right: 0px;
    background-color: #FFF;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    transition: bottom 1s;
    -webkit-transition:bottom 1s; /* Safari */
    -webkit-box-shadow: -3px -3px 3px rgba(166, 166, 166, 0.56);
    -moz-box-shadow:    -3px -3px 3px rgba(166, 166, 166, 0.56);
    box-shadow:         -3px -3px 3px rgba(166, 166, 166, 0.56);
    z-index:999999999;
    border:#144228 1px solid;
    padding:1%;
}

.cookiesms span{
    font-size: 12px;
}

#cookies_accept
{
    padding:2%;
}

@media screen and (max-width: 600px)
{
    #header_mobile {display:block}
    #header_web {display:none}

    .header_menu_item{padding: 3% 0 3% 0;text-align: left!important;border-bottom: solid 1px black;}

    .cookiesms {
        width:98%;
        height:130px;
    }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait)
{
    #header_mobile {display:block}
    #header_web {display:none}

    .header_menu_item{padding: 3% 0 3% 0;text-align: left!important;border-bottom: solid 1px black;}

    .cookiesms {
        width:98%;
        height:130px;
    }
}