#mainLogo{
    /*width:100%;*/
    /*max-width: 90px;*/
    max-height:42px;
    height:auto;
    position:relative;
    margin: 0 auto;
    z-index:1000;
}

.logoContainer{
    padding:9px 0px !important;
    padding-left: 12px !important;
    margin:auto 0px !important;
}

.headerContactContainer{
    text-align:center;
}


nav{
    max-height:65px;
    background-color: var(--menu-bg) !important;
    padding-top: 4px;
}

nav div, nav ul,nav .large-8{
    margin:0 !important;
    padding:0 !important;
    background-color: var(--menu-bg) !important;
}

.header_flag_icon{
    float:left;
}

.logo-contact-number{
    clear:both;
    /*font-size: 1vh;*/;
    width:100%;
}
.header_flag_icon_container{
    width:64px;
    /*height:32px;*/
    position: relative;
    display:block;
    left:50%;
    margin-left:-32px !important;
}

@media ( max-width : 1000px){
    .logo-contact-number{
        font-size: 2vh !important;
    }
    .b-nav{
        width:100% !important;
    }

    .header_flag_icon_container {
        width: 32px;
        margin-left:-16px !important;
    }

    .header_flag_icon_container img{
        width:16px;
        height:16px;
    }
}

.lightIcon{
    float:left;
    margin-right: 12px !important;
}

#favorisCounter{
    margin-left: -5px;
    font-size: 0.8rem;
    color: #e2264d;
}
}

/*///////////////////////////////////////burger-menu////////////////////////*/

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(420px, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    0% {
        transform: translate3d(420px, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(420px, 0, 0);
        visibility: hidden;
    }
}
@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(420px, 0, 0);
        visibility: hidden;
    }
}
* {
    /*box-sizing: border-box !important;*/
}

.b-nav {
    position: absolute;
    right: 0;
    z-index: 11;
    width:320px;
}
.b-nav:not(.open) {
    /*visibility: hidden;*/
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
.b-nav li {
    background-color: var(--bg-large);
    /*border: 1px var(--color-10) solid;*/
    list-style-type: none;
    padding: 10px;
    text-align: left;
    transform: translateX(-250px);
}

.b-nav li a {
    color: rgba(23, 26, 33, var(--transparency));
}

.b-nav li:not(.open) {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    background-color:var(--menu-bg);
}
.b-nav li:first-child {
    margin-top: 61px;
}
.b-nav.open {
    visibility: visible;
    border-radius:0 0 0 4px;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.b-nav.open li {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    background-color:var(--menu-bg);
    border-radius:0 0 0 4px;
}

.b-link {
    background: transparent;
    border-left: rgba(68, 68, 68, 0) solid 2px;
    color: #444444;
    font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 30px;
    text-decoration: none;
    transition: all 0.4s ease;
    width: auto;
}
.b-link:hover, .b-link--active {
    /*border-left: #444444 solid 2px;*/
    /*padding-left: 30px;*/
}

.b-menu {
    /*background: white;*/
    /*border: white solid 2px;*/
    /*border-radius: 50%;*/
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding-left: 15.5px;
    padding-top: 17.5px;
    position: relative;
    transition: all 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    /*margin-right: 7px !important;*/
    z-index: 12;
}
.b-menu:hover {
    /*border: #444444 solid 2px;*/
}

.b-bun {
    background: #444444 !important;
    position: relative;
    transition: all 0.4s ease;
}
.b-bun--top {
    height: 2px;
    top: 0;
    width: 25px;
}
.b-bun--mid {
    height: 2px;
    top: 8px;
    width: 25px;
}
.b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 25px;
}

.b-brand {
    color: white;
    font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-left: 30px;
    position: relative;
    text-decoration: none;
    top: -21.4285714286px;
    transition: all 0.4s ease;
    z-index: 13;
}

.b-container {
    /*height: 60px;*/
    /*right: 0;*/
    /*position: absolute;*/
    /*top: 21px;*/
    float:right;
    margin-top:21px !important;
    margin-right: 23px !important;
    width:30px;
}
.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
    background: white;
}
.b-container.open .b-main {
    border: #444444 solid 2px;
}
.b-container.open .b-bun--top {
    background: #444444;
    top: 9px;
    transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
    opacity: 0;
}
.b-container.open .b-bun--bottom {
    background: #444444;
    top: 5px;
    transform: rotate(-45deg);
}
.b-container.open .b-brand {
    color: #444444;
}


.headerfavoris{
    margin-top:15px;
    margin-right: 16px;
    float:right;
}

.headerfavorisicon{
    width:55px;
    height:55px;
}

.headerphone{
    margin:16px 0 0px 12px;
    float:right;
    width:32px;
    height:32px;
}
