.with-sidebar{
  .sidebar{
    width: $sidebar_width;
    max-width: $sidebar_width;
    min-width: $sidebar_width;
  }
  .main{
    width: calc(100% - 375px);
    flex-grow: 2;
  }
}

.sidebar-box{
  margin-bottom: 40px;
}

.sidebar-filter{
  background: #fff;
  padding: 20px;
  border-radius: $border_radius;
  box-shadow: 0 28px 29px rgba(0, 0, 0, 0.03);
}

.sidebar-logo{
  .logo-box{
    width: 100%;
    background: #fff;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}