.ajax-cart { display: none !important; }

html {
    overflow-x: hidden;
    width: 100%;
}

#logo img {
    padding: 5px;
}

@media only screen and (max-width: 979px){
header.mobile-header {
    background-color: #000;
}
a.mobile-menu {
    color: rgb(255, 255, 255);
}
 #mlogo img {
           padding: 6px !important;
   }
}

