﻿
@media only screen and (max-width: 769px) {

    .browse-category-menu .category-menu-items {
        position: relative;
        top: 0;
        width: 100% !important;
        background-color: #F6F6F6;
    }
    ul.sub-menu li a {
        padding-left: 60px !important;
    }

    .side-bar {
        padding : 30px;
    }
}