div#sp-bottom-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    background: #fff;
    z-index: 9999 !important;
    border-top: 1px solid #d8d8d8;
}
section#sp-bottom-bar {
    height: 60px;
}
@media(min-width:992px){
section#sp-bottom-bar  {
    display: none;
}
}


div#sp-bottom-menu .sppb-col-xs-3 {
    -ms-flex: 0 0 20% !IMPORTANT;
    flex: 0 0 20% !IMPORTANT;
    max-width: 20% !IMPORTANT;
}


#sp-bottom-bar a {
    font-size: 10px!Important;
    font-family: "poppins";
    text-transform: uppercase;
    font-weight: 300;
}

