.selector-container .selector[data-v-bc7666bc] {
  margin-bottom: 24px;
  border-radius: 5px;
  background: #f2f2f2;
}
.selector-container .selector .selector-item[data-v-bc7666bc] {
  color: #222;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 1em;
  line-height: 1.25em;
  padding: 0.75em 1em;
  border-bottom: 1px solid #e3e3e3;
  word-wrap: anywhere;
}
.selector-container .selector .selector-item[data-v-bc7666bc]:hover {
  background: #cbe9e4;
}
.selector-container .selector .selector-item.router-link-active[data-v-bc7666bc] {
  background: #97d3c9;
}
/*# sourceMappingURL=client/components/Selector.css.map */
.breadcrumbs[data-v-43e009dd] {
  margin-bottom: 16px;
}
.breadcrumbs a[data-v-43e009dd] {
  color: #333;
}
/*# sourceMappingURL=client/components/Breadcrumbs.css.map */
.pagination[data-v-28f4fc1d] {
  margin-bottom: 15px;
  font-family: Lato;
}
.pagination .arrow[data-v-28f4fc1d] {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  margin-top: -0.3em;
}
.pagination .arrow.rotated[data-v-28f4fc1d] {
  transform: rotate(180deg);
}
.pagination .page-item[data-v-28f4fc1d],
.pagination .page-item[data-v-28f4fc1d]:hover {
  text-decoration: none;
}
.pagination .page-item .page-link[data-v-28f4fc1d],
.pagination .page-item:hover .page-link[data-v-28f4fc1d] {
  color: #333;
  border: 0;
  padding: 0.5rem;
  text-decoration: none;
  background: none;
}
.pagination .page-item.active .page-link[data-v-28f4fc1d],
.pagination .page-item:hover.active .page-link[data-v-28f4fc1d] {
  background: none;
  font-weight: bold;
  color: #f4a34a;
}
/*# sourceMappingURL=client/components/Pagination.css.map */
.price-filter[data-v-79ebb6ae] {
  background: #f2f2f2;
  border-radius: 5px;
  font-family: Montserrat;
}
.price-filter .button[data-v-79ebb6ae] {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #8dba53;
  border-radius: 2px;
  padding: 8px 16px;
  transition: all 0.5s;
  cursor: pointer;
}
.price-filter .button[data-v-79ebb6ae]:hover {
  filter: brightness(1.1);
  transform: scale(1.04);
}
.price-filter .refresh[data-v-79ebb6ae] {
  display: inline-block;
  cursor: pointer;
  font-size: 80%;
}
.price-filter .range-slider[data-v-79ebb6ae] {
  position: relative;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae] {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.price-filter .range-slider input[type=number][data-v-79ebb6ae] {
  border-radius: 3px;
  border: 0;
  text-align: center;
  font-size: 1.1em;
  -moz-appearance: textfield;
  padding: 0.3em 0.5em;
  width: 5em;
}
.price-filter .range-slider input[type=number][data-v-79ebb6ae]::-webkit-outer-spin-button,
.price-filter .range-slider input[type=number][data-v-79ebb6ae]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-filter .range-slider input[type=number][data-v-79ebb6ae]:invalid,
.price-filter .range-slider input[type=number][data-v-79ebb6ae]:out-of-range {
  border: 1px solid #ff6347;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae] {
  -webkit-appearance: none;
  width: 100%;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae]:focus {
  outline: none;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae]:focus::-webkit-slider-runnable-track {
  background: #000;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae]:focus::-ms-fill-lower {
  background: #000;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae]:focus::-ms-fill-upper {
  background: #000;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #000;
  box-shadow: none;
  border: 0;
}
.price-filter .range-slider input[type=range][data-v-79ebb6ae]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 25px;
  background: #000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
/*# sourceMappingURL=client/components/PriceFilter.css.map */
a[data-v-6520ed52] {
  cursor: pointer;
  text-decoration: underline !important;
}
.big[data-v-6520ed52] {
  font-weight: bold;
  font-size: 120%;
}
/*# sourceMappingURL=client/components/OrderBy.css.map */
.products-per-page-selector[data-v-0dc18d54] {
  background: #f2f2f2;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 80%;
}
.products-per-page-selector input[type=number][data-v-0dc18d54] {
  border-radius: 3px;
  border: 0;
  text-align: center;
  font-size: 1.1em;
  -moz-appearance: textfield;
  padding: 0.3em 0.5em;
  max-width: 3em;
}
.products-per-page-selector input[type=number][data-v-0dc18d54]::-webkit-outer-spin-button,
.products-per-page-selector input[type=number][data-v-0dc18d54]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/*# sourceMappingURL=client/components/ProductsPerPageSelector.css.map */
.category-title[data-v-972584ca] {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 16px;
}
.product-counter[data-v-972584ca] {
  font-family: Lato;
  font-style: normal;
  font-weight: nomal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
}
.product-sort[data-v-972584ca] {
  display: flex;
  align-items: baseline;
}
.product-sort svg[data-v-972584ca] {
  cursor: pointer;
}
.product-sort .product-format[data-v-972584ca] {
  width: 77px;
  display: flex;
}
.product-sort .product-format svg[data-v-972584ca] {
  cursor: pointer;
}
/*# sourceMappingURL=client/pages/catalog/index.css.map */
