@media (min-width: 640px){
.products-grid .product-item {
    margin-bottom: 33px;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%)/3);
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
}


@media (min-width: 768px) {
  .page-main {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
          max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .category-banner-image {
    margin-bottom: 50px;
  }
  .page-products .page-title-wrapper {
    display: block;
  }
  .page-products .page-title-wrapper .page-title {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .column.main {
    min-height: 300px;
  }
  .main {
    padding-left: 32px;
  }
  .columns .column.main {
    width: 60%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .toolbar-products .trigger-filter {
    display: none;
  }
  .toolbar-amount {
    float: left;
  }
  .toolbar-products .toolbar-amount {
    padding: 0;
    margin-bottom: 0;
    order: 0;
    width: auto;
  }
  .sorter {
    float: right;
  }
  .toolbar-products .toolbar-sorter {
    margin-left: 48px;
  }
  .toolbar-products .toolbar-sorter .sorter-options {
    width: 100%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%)/3);
  }
  .page-products .products-grid .product-items .product-item {
    width: 45%;
  }
  .product-item .price-box .special-price, .product-item .price-box .normal-price {
    margin-right: 10px;
  }
  .product-item .price-box .price {
    font-size: 16px;
    line-height: 21px;
  }
  .product-item .price-box .old-price {
    margin-right: 20px;
  }
  .product-item .price-box .old-price .price {
    font-size: 12px;
  }
  .product-item .price-box .product-sale-percent {
    line-height: 20px;
    font-size: 15px;
    padding: 0 7px 0 3px;
    margin-left: 8px;
  }
  .product-item .price-box .product-sale-percent:before {
    border-width: 10px 8px 10px 0;
    left: -7px;
  }
  
  .sidebar-main {
    width: 23%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-products .sidebar.sidebar-main {
    position: sticky;
    top: 45px;
    background-color: #fff;
  }
  .block.filter>.block-title {
    font-weight: 400;
    font-size: 15px;
  }
  .block.filter>.block-title:before {
    width: 32px;
    height: 28px;
    margin-left: 10px;
    order: 2;
    background-size: 20px 20px;
  }
  .block.filter>.block-title .action-close {
    display: none;
  }
  .filter-options .items {
    max-height: 362px;
    overflow-y: auto;
  }
  .products.wrapper~.toolbar .pages {
    float: none;
    width: 100%;
    text-align: center;
  }
 
}



@media (min-width: 1024px){
  .page-products .products-grid .product-items {
    margin: 0;
 }
 .page-products .products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-items .product-item {
    width: 30.9%;
  }
  .page-products .products-grid .product-items .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}


@media (min-width: 1200px) {
  .page-main {
          padding-left: 50px;
    padding-right: 50px;
  }
  .page-products .products-grid .product-items .product-item.four-columns {
    width: 22%;
  }
 
}







@media (max-width: 767px){
  .page-main {
      overflow-x: hidden;
      padding-left: 20px;
    padding-right: 20px;
  }
  .page-products .toolbar-products {
    position: sticky;
    top: 41px;
    background-color: #fff;
    z-index: 100;
    padding: 0 15px 10px;
    margin: 0 -15px 22px;
  }
  .toolbar .toolbar-amount, .toolbar .limiter {
    display: none;
  }
  .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block.filter {
    background-color: #fff;
    max-width: 380px;
    width: calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    width: -o-calc(100% - 48px);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 600;
    padding: 20px 30px ;
    height: 100%;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
  }
  .block.filter.active {
    left: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    visibility: visible;
    z-index:99999999999999999;
        overflow-y: scroll;
  }
  .filter-active .toolbar .trigger-filter:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    background: rgba(0,0,0,.3);
}
}


@media (max-width:420px){
  .page-products .products-grid .product-items .product-item {
    width: 43%;
}
}