.filter {
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
}
@media screen and (max-width:767px) {
  .filter {
    max-height: 0;
    overflow: hidden;
    transition: ease all 0.3s;
  }
}
.filter--show {
  max-height: 2000px;
}
.filter__wrapper {
  padding: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.filter__section {
  margin-bottom: 1rem;
}
.filter__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.filter__title--secondary {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #999999;
}
.filter__inputs--inline {
  display: flex;
}
.filter__col {
  margin-right: 0.3rem;
  flex: 1;
  display: flex;
}
.filter__input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.2rem 0.7rem;
  line-height: 1.2rem;
  height: 1.9rem;
  -moz-appearance: textfield;
}
.filter__input--is-invalid {
  border-color: #c0392b;
}
.filter__input::placeholder {
  font-weight: 700;
}
.filter__input::-webkit-outer-spin-button,
.filter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter__addon {
  height: 1.9rem;
  border: 1px solid #cccccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 0 0.3rem;
}
.filter__addon ~ .filter__input {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.filter__separator {
  margin-right: 0.3rem;
}
.filter__btn {
  background-color: rgba(0, 0, 0, 0);
  height: 1.9rem;
  border: 1px solid #cccccc;
  border-radius: 0.95rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__multi {
  margin: 0.7rem 0;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.filter__note {
  font-size: 0.75rem;
  padding: 1rem;
  color: #999999;
}
.products__result {
  background-color: #FFFFFF;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 1rem;
}
@media screen and (max-width:767px) {
  .products__result {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
  }
}
.products__row {
  margin-bottom: 1rem;
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (max-width:767px) {
  .products__row {
    margin-bottom: 0;
    margin-right: -2px;
    margin-left: -2px;
  }
}
.products__col {
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width:767px) {
  .products__col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media screen and (max-width:767px) {
  .products__col > .product-item {
    border-color: #e6e6e6;
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
  }
}
.products__pagination {
  margin-top: 1rem;
}
.products__pagination .pagination {
  justify-content: center;
}
@media screen and (max-width:767px) {
  .product-item__image {
    height: 170px;
    border-radius: 0;
    text-align: center;
  }
  .product-item__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-item__txt {
    padding-top: 0;
  }
  .product-item__title {
    font-weight: 800;
    font-size: 0.9rem;
    margin: 0 0 0.7rem;
  }
  .product-item__price {
    font-size: 0.65rem;
    color: #999999;
    white-space: nowrap;
  }
}
.filtration {
  display: flex;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
@media screen and (max-width:767px) {
  .filtration {
    flex-direction: column;
  }
}
.filtration__count {
  font-weight: 300;
}
@media screen and (max-width:767px) {
  .filtration__count {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.filtration__count > span {
  font-weight: 700;
}
.filtration__sorts {
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .filtration__sorts {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
  }
}
.filtration__section {
  display: flex;
}
@media screen and (max-width:767px) {
  .filtration__section {
    flex: 0 0 calc(50% - (2 * 5px));
    max-width: calc(50% - (2 * 5px));
    margin: 0 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
}
.filtration__section--only-phone {
  display: none;
}
@media screen and (max-width:767px) {
  .filtration__section--only-phone {
    display: flex;
  }
}
.filtration__label {
  margin-right: 0.5rem;
}
@media screen and (max-width:767px) {
  .filtration__label {
    margin-right: 0;
    display: flex;
    align-items: center;
    padding: 0.1rem 0.6rem;
  }
}
@media screen and (max-width:767px) {
  .filtration__name {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .filtration__icon {
    font-size: 1.3rem;
    color: #0984e3;
  }
}
.filtration__wrapper {
  position: relative;
}
@media screen and (max-width:767px) {
  .filtration__wrapper {
    background-color: #ffffff;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 0.6rem;
    border-radius: 0 5px 5px 0;
  }
}
.filtration__link {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
}
@media screen and (max-width:767px) {
  .filtration__link {
    padding: 0;
    font-size: 0.8rem;
  }
}
.filtration__link:after {
  content: '\f107';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  transform: rotateX(0);
  transition: all ease 0.3s;
}
@media screen and (max-width:767px) {
  .filtration__link:after {
    display: none;
  }
}
.filtration__link:hover:after {
  transform: rotateX(180deg);
}
.filtration__list {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  background-color: #e6e6e6;
  padding: 1rem 2rem;
  z-index: 1000;
  opacity: 0;
  transition: all ease 0.3s;
}
.filtration__list:before {
  position: absolute;
  width: 7px;
  height: 7px;
  content: '';
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #e6e6e6;
}
.filtration__item {
  display: block;
  white-space: nowrap;
}
.filtration__link:hover ~ .filtration__list {
  opacity: 1;
}
.empty-result {
  margin-top: 6rem;
  padding: 6rem 5rem 6rem 15rem;
  background-image: url("../../images/__design/no-result.png");
  background-repeat: no-repeat;
  background-size: 12rem auto;
}
.empty-result__text {
  font-family: 'Poppins', sans-serif;
}
.empty-result__clear {
  color: #0984e3;
}
.category-list__link {
  display: block;
  font-size: 0.9rem;
  position: relative;
  padding-left: 1rem;
}
.category-list__link:before {
  position: absolute;
  left: 0;
  content: '\f1b2';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-size: 1rem;
}
/*# sourceMappingURL=category.child.css.map */