﻿.custom-input {
  border-radius: 20px 0 0 20px !important;
}

.custom-button {
  border-radius: 0 20px 20px 0;
  width: 50px;
  background: #346339;
  color: #ffffff
}

  .custom-button:hover {
    background: #3e6d43;
    color: #ffffff
  }

.check-category {
  font-size: 1.1em;
}

  .check-category .form-check-input {
    width: 18px;
    height: 18px;
  }

.form-check {
  cursor: pointer;
}

  .form-check label, .form-check input[type=checkbox] {
    cursor: pointer;
  }

.ps-shop {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-areas: 'shop-sidebar shop-wrapper';
}

.ps-sidebar {
  grid-area: shop-sidebar;
}

.ps-shop__wrapper {
  grid-area: shop-wrapper;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .ps-shop {
    display: block;
  }

  .product-img {
    width: 100%;
  }
}
