﻿.icon-eorder {
    cursor: pointer  
}
.icon-bar, .icon-header, .icon-inline {
    display: block;
    background-repeat: no-repeat;
}

.icon-home {
   height: 85px; 
   width: 85px; 
}

.icon-menu {
    height: 20px;
    width: 20px;
}

.icon-bar {
    margin-top: 4px;
    width: 28px; 
    height: 28px;  
    margin-bottom: 5px 
}

.icon-header {
    width: 25px !important; 
    height: 25px !important; 
}

.icon-grille {
    width: 22px; 
    height: 22px; 
}

.icon-inline {
    width: 25px; 
    height: 25px;  
    margin-top: 0px;
    margin-bottom: 0px;
}

.svg-icon path {
    fill: #ff0000 !important
}

@media (max-width: 767px) {
    .icon-bar {
        width: 25px; 
        height: 25px;  
    }
}