.fixed-nav{
    /*position: fixed;
    top: 0;
    width: 100%;
    height: 115px;
    z-index: 50;*/
}

.nav-wrapper{
  display: flex;
}


.nav-melpro{
	/* background-color: white; */
    /* background: url(../imgs/bck_global.png); */
	height: 90px;
    /*position: fixed;
    z-index: 100;*/
}

.brand-logo{
	height: 90px;
}

.nav-melpro ul.nav-links, .nav-melpro ul.nav-links li a {
	height: 90px;
	line-height: 100px;
}

.nav-melpro ul.nav-links a.commande-rap, .nav-melpro ul.nav-links a.cart-link{
    line-height: 2.5;
    text-align: center;
    min-width: 150px;
}

.nav-melpro ul.nav-links a.cart-link{
    padding-top: 10px
}

.nav-melpro ul.nav-links a.cart-link img{
    margin-left: -98px;
}

#cart-loader{
    padding: 10px 30px;
}


.nav-melpro .cart-infos{
    text-align: center;
    color: #0098db;
    position: absolute;
    top: 0px;
    right: 12px;
    line-height: 1.7;
}

.nav-melpro ul.nav-links a.commande-rap i{
    font-size: 3rem;

}

.nav-melpro ul a {
	color: black;
}

.link-signin-wrapper{
    color: white;
    position: absolute;
    bottom: 0;
    background: #0098db;
    width: 100%;
    margin-left: -24px;
}


.search-motor{
	display: inline-block;
    float: left;
    height: 100%;
    margin-left: 250px;
    /* background-color: grey;
    background: url(../imgs/search_motor_bck.png); */
    padding: 10px 15px 10px 15px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 270px;
    text-align: center;
    color: grey;
}

.search-motor input{
  border-bottom: 1px solid black;
}

.nav-line{
    padding-left: 15px;
    background-color: #0098db;
}


.breadcrumb:before {
    color: rgba(76, 73, 73, 0.7);
}

nav .button-collapse{
    width: 76px;
    margin: 0;
    text-align: center;
}


#modalLogin{
    background-image: url('../imgs/energia_eolica.jpg');
    background-size: cover;
}


#modalLogin .input-field label {
    color: white;
}
/* label focus color */
#modalLogin .input-field input[type=text]:focus + label {
    color: white;
}

#modalLogin .input-field input[type=text]:focus {
    border-bottom: 1px solid white;
    box-shadow: 0 1px 0 0 white;
}

#modalLogin h5{
    text-align: center; 
}

#modalLogin img{
    margin: 0 auto;
}

#modalLogin h5, #modalLogin input{
    color: white;
}

.nav-melpro .pro-space{
    transition: 1s all ease-in;
    background-image: url(../imgs/pro_space.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position-x: 50px;
    background-position-y: 2px;*/
}

.nav-melpro .pro-space-row{
    line-height: 1; 
    margin: 0; 
    padding-top: 8px
}

.nav-melpro .pro-space-row .row{
    margin-bottom: 5px;
}

.nav-melpro .pro-space-link{
    padding: 5px;
    position: relative;
    top: 2px;
    left: 3px;
}




@media only screen and (max-width: 601px){
    nav .button-collapse{
        color: #0098db;
    }
    nav .button-collapse i{
        background-color: transparent !important;
    }
}

@media screen and (max-width: 1999px) {
    .pro-space-row a{
        line-height: 1 !important;
    }

    .pro-space-link{
        top: 3px !important;
    }

    .nav-melpro ul.nav-links a.cart-link span{
        bottom: 10px !important;
    }
}

@media screen and (max-width: 1140px) {
  .search-motor{
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
  }

}

@media screen and (max-width: 1199px) {

    .pro-space-link{
        top: 5px !important;
    }

}


@media screen and (min-width: 2000px) and (max-width: 5000px) {
  .nav-melpro .pro-space-row .row{
        margin-bottom: 3.7px;
    }
}