.ch-menu-pager{display:none;}
@media (min-width: 768px) and (max-width: 1094px) {
    .ch-menu-pager {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        align-items: center;
        display: flex;
    }
    .ch-menu-pager .btn {
        cursor: pointer;
    }
    .ch-menu-pager .btn.disable {
        color: #888;
    }
    .ch-menu-pager .btn svg{
        width:20px;
        height:20px;
    }
    .nav .container .relative .menu.hidden-xs >ul:nth-child(2) {
        height:40px;
        overflow:hidden;
    }
}

@media (max-width: 320px) {
    .minicart-wrapper #cart-sidebar {
        max-height: 200px;
    }
}