.csmarketplace-vshops-view .sidebar.sidebar-main {
    background: #fff;
    padding: 2rem;
}
.csmarketplace-vshops-view .sidebar.sidebar-additional {
    background: #fff;
    padding: 0 2rem 2rem;
}
.csmarketplace-vshops-view .sidebar.sidebar-main .block-content ul {
    list-style: none;
}
.csmarketplace-vshops-view .sidebar.sidebar-main .block-content ul li {
    margin: 15px 0;
    list-style: none;
}
.csmarketplace-vshops-view .shop_search {
    margin-top: 15px;
}
@media only screen and (max-width:767px)
{
    .top-search-wrap .block-search .label {
        display: none;
    }
    .csmarketplace-vshops-view .toolbar.toolbar-products .toolbar-sorter.sorter {
        margin-bottom: 10px;
    }
}