.category-cms .categories-grid .groups {
  grid-template-columns: repeat(2, 1fr);
}
.catalog-category-view .page-main > .category-view .wrapper .inner .content .category-description .popular-categories .groups .category,
.catalogsearch-result-index .page-main > .category-view .wrapper .inner .content .category-description .popular-categories .groups .category {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.catalog-category-view .page-main .sidebar-checkbox:checked ~ .category-view .toolbar-wrapper .inner .toolbar-products .sidebar-checkbox-toggle.after,
.catalogsearch-result-index .page-main .sidebar-checkbox:checked ~ .category-view .toolbar-wrapper .inner .toolbar-products .sidebar-checkbox-toggle.after {
  display: block;
}
.catalog-category-view .page-main .sidebar-checkbox:checked ~ .category-view .toolbar-wrapper .inner .toolbar-products .sidebar-checkbox-toggle.after:after,
.catalogsearch-result-index .page-main .sidebar-checkbox:checked ~ .category-view .toolbar-wrapper .inner .toolbar-products .sidebar-checkbox-toggle.after:after {
  height: 3.5rem;
  width: 3.5rem;
  content: "";
  position: relative;
  mask: url('../images/feather/x.svg') no-repeat 100% 100%;
  mask-size: cover;
  background-color: var(--colour-four);
  display: block;
  position: absolute;
}
.catalog-category-view .page-main .sidebar-checkbox:checked ~ .columns .column.main .products-grid .product-items,
.catalogsearch-result-index .page-main .sidebar-checkbox:checked ~ .columns .column.main .products-grid .product-items {
  grid-template-columns: repeat(2, 1fr);
}
.catalog-category-view .page-main .sidebar-checkbox:checked ~ .columns .sidebar-wrapper.left,
.catalogsearch-result-index .page-main .sidebar-checkbox:checked ~ .columns .sidebar-wrapper.left {
  left: 0;
  z-index: 1001;
  width: calc(100vw - 60px);
}
.catalog-category-view .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle,
.catalogsearch-result-index .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle {
  margin: 0 auto 10px;
}
.catalog-category-view .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle.after,
.catalogsearch-result-index .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle.after {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: var(--colour-three);
  opacity: .6;
  margin: 0;
}
.catalog-category-view .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle.after span,
.catalogsearch-result-index .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle.after span {
  display: none;
}
.catalog-category-view .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle.after:after,
.catalogsearch-result-index .page-main .toolbar-wrapper .inner .sidebar-checkbox-toggle.after:after {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.catalog-category-view .page-main .toolbar-wrapper .inner .toolbar-products .pages-per-wrapper,
.catalogsearch-result-index .page-main .toolbar-wrapper .inner .toolbar-products .pages-per-wrapper,
.catalog-category-view .page-main .toolbar-wrapper .inner .toolbar-products .cms-block,
.catalogsearch-result-index .page-main .toolbar-wrapper .inner .toolbar-products .cms-block,
.catalog-category-view .page-main .toolbar-wrapper .inner .toolbar-products .toolbar-sorter,
.catalogsearch-result-index .page-main .toolbar-wrapper .inner .toolbar-products .toolbar-sorter {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.catalog-category-view .page-main .toolbar-wrapper.bottom .inner .toolbar-products,
.catalogsearch-result-index .page-main .toolbar-wrapper.bottom .inner .toolbar-products {
  flex-direction: column;
}
.catalog-category-view .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages-per-wrapper,
.catalogsearch-result-index .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages-per-wrapper {
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.catalog-category-view .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages,
.catalogsearch-result-index .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages {
  width: 100%;
}
.catalog-category-view .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages .pages-items,
.catalogsearch-result-index .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages .pages-items {
  justify-content: space-evenly;
  width: 100%;
}
.catalog-category-view .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages .pages-items .item,
.catalogsearch-result-index .page-main .toolbar-wrapper.bottom .inner .toolbar-products .pages .pages-items .item {
  margin-left: 5px;
  margin-right: 5px;
}
.catalog-category-view .page-main .columns .sidebar-wrapper.left,
.catalogsearch-result-index .page-main .columns .sidebar-wrapper.left {
  background: var(--colour-four);
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  transition: left 0.3s;
  z-index: 1;
}
