/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header, #header .header-top { background: #d8902a !important; }
/* #ff6b31*/
#_desktop_top_menu {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
#top-menu {
    background-color: white;
    display: inline-flex;
    position: relative;
    top: 15px;
    width: 1140px;
    padding: 5px 25px;
}
#top-menu li {
    text-transform:uppercase;
    padding-right:15px;
}

/* HEADER */
.header-top .right-nav, .header-top .right-nav a {
    color:#FFF!important;
}
.header-top .bloc-revendeur {
    padding:0 15px;
}
.header-top .dropdown .expand-more {
    color:#FFF!important;
}
.header-top .dropdown-menu {
    background-color:#CACACA!important;
}
/* picto header panier */

.material-icons.shopping-cart {
    color:#FFF;
    width: 100%;
    text-align: center;
    font-size: 42px;
}
.blockcart.cart-preview {
    text-align: center;
}