.pages .items, .filter-content .items:not(.grid_type) {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.filter-content .items.grid_type {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.select2-container--default.select2-container--open .select2-selection__arrow, .toolbar-sorter.sorter .action.sorter-action.sort-desc, .filter-content .filter-options-item.active .filter-options-title:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-sorter.sorter .action.sorter-action:before, .filter-content .filter-clear:before, .filter-content .items a:before, .filter-content .filter-options-title:before, .toolbar-sorter.sorter .action.sorter-action:after, .pages a.action:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter-content .block-subtitle.filter-subtitle {
  display: none;
}
.filter-content .filter-options-item {
  border: none;
  padding: 0;
  margin-bottom: 2px;
  background: #ffffff;
}
.filter-content .filter-options-title {
  padding: 19px 11px 19px 20px;
  text-transform: unset;
  word-break: normal;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  cursor: pointer;
  color: #1A1A1A;
  font-size: 160%;
  line-height: 19px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.filter-content .filter-options-title:after {
  display: none;
}
.filter-content .filter-options-title:before {
  display: block;
  content: "\e901";
  font-size: 1rem;
  margin-left: 10px;
}
.filter-content .filter-options-content {
  padding: 0 25px 0 20px;
}
.filter-content .price_range {
  display: flex;
  padding-bottom: 10px;
}
.filter-content .price_range:before {
  display: block;
  content: "";
  align-self: center;
  border-top: 1px solid;
  order: 1;
  min-width: 10px;
  margin: 0 5px;
}
.filter-content .price_range .range_block {
  flex: 1;
  width: 10%;
  position: relative;
}
.filter-content .price_range .range_block ~ .range_block {
  order: 2;
}
.filter-content .price_range .range_block:after {
  display: flex;
  align-items: center;
  position: absolute;
  right: 11px;
  top: 0;
  height: 100%;
  content: attr(data-currency);
  z-index: 2;
  pointer-events: none;
}
.filter-content .price_range input {
  width: 100%;
  border-color: #666666;
  border-radius: 2px;
  padding: 6px 10px;
}
.filter-content .price_range .refresh_btn {
  order: 3;
  margin-left: 10px;
  border: 1px solid #666666;
  border-radius: 2px;
  background: transparent;
  color: inherit;
  font-size: 180%;
  min-width: 32px;
  padding: 0;
}
.filter-content .price_range .refresh_btn:before {
  display: block;
}
.filter-content .items:not(.grid_type) li:nth-child(n+6) {
  /* max-height: 0; */
  position: relative;
  overflow: hidden;
  -o-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.filter-content .items:not(.grid_type).all_showed li:nth-child(n+6) {
  max-height: 70px;
}
.filter-content .items.grid_type li {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 50%;
}
.filter-content .items li {
  margin: 0;
  line-height: inherit;
}
.filter-content .items li:after {
  display: block;
  content: "";
  height: 17px;
}
.filter-content .items a {
  display: flex;
  align-items: flex-start;
  color: #333333;
  font-size: 140%;
  line-height: 18px;
}
.filter-content .items a:before {
  min-width: 18px;
  height: 18px;
  border: 1px solid #666666;
  border-radius: 2px;
  display: flex;
  align-self: center;
  justify-content: center;
  font-size: 0;
  content: "\e905";
  margin-right: 14px;
}
.filter-content .items a .count {
  display: none;
}
.filter-content .items a:hover:before {
  border-color: inherit;
}
.filter-content .items a.active:before, .filter-content .items a.selected:before {
  font-size: 0.8rem;
}
.filter-content .more_opts_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 140%;
  line-height: 18px;
  color: #1A1A1A;
  font-family: "montserrat-medium", "montserratarm-medium";
  cursor: pointer;
  margin-bottom: 14px;
}
.filter-content .more_opts_btn:before {
  font-size: 0.8rem;
  margin-left: 7px;
}
.filter-content .filter-clear {
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
  padding: 17px 20px;
  background: #ffffff;
  color: #1A1A1A;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.filter-content .filter-clear:before {
  content: "\e909";
  display: block;
  font-size: 1.8rem;
  margin-right: 17px;
}
.filter-content .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 5px;
}
.filter-content .swatch-attribute-options a {
  margin: 0 5px 10px;
  max-width: none;
  min-width: 20px;
  color: #000000;
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: visible;
}
.filter-content .swatch-attribute-options a.selected {
  outline: none;
  border: inherit;
}
.filter-content .swatch-attribute-options a.selected:before {
  display: block;
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #FB016F;
  border-radius: 50%;
}
.filter-content .swatch-option.color {
  border: none;
  height: 20px;
  border-radius: 50%;
}
.filter-content .swatch-option.color[style*="#ffffff"], .filter-content .swatch-option.color[style*="255, 255, 255"], .filter-content .swatch-option.color[style*="255,255,255"] {
  border: 1px solid #cccccc;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .filter-content .filter-options-title {
    font-size: 140%;
    line-height: 18px;
    padding: 15px 10px 15px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 959px) {
  .filter-content .filter-options-title {
    font-size: 130%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .filter-content .filter-options-content {
    padding: 0 15px;
  }
  .filter-content .price_range {
    flex-wrap: wrap;
  }
  .filter-content .price_range:before {
    margin: 5px 0;
    display: none;
  }
  .filter-content .price_range .range_block {
    min-width: 50%;
  }
  .filter-content .price_range .range_block:first-child {
    margin-right: 42px;
    margin-bottom: 10px;
  }
  .filter-content .items.grid_type li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-content .items a {
    font-size: 130%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 959px) {
  .filter-content .items a {
    font-size: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .filter-content .more_opts_btn {
    font-size: 130%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 959px) {
  .filter-content .more_opts_btn {
    font-size: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .filter-content .filter-clear {
    font-size: 130%;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 959px) {
  .filter-content .filter-clear {
    font-size: 120%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .filter-content .filter-clear:before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .filter-content .filter-options-title {
    font-size: 140%;
    line-height: 18px;
    padding: 15px 10px 15px 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .filter-content .filter-options-title {
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .filter-content .filter-options-content {
    padding: 0 15px;
  }
  .filter-content .items.grid_type li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-content .items a {
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .filter-content .items a {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .filter-content .more_opts_btn {
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .filter-content .more_opts_btn {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .filter-content .filter-clear {
    font-size: 130%;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .filter-content .filter-clear {
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .filter-content .filter-clear:before {
    margin-right: 10px;
  }
}
.standard_page .columns .column.main {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .standard_page .columns .column.main .product-items > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.standard_page .brand_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 25px 0;
}
.standard_page .brand_logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 90px;
}

.toolbar-products {
  display: flex;
  background: #ffffff;
  height: 76px;
  align-items: center;
  padding: 20px;
  width: 133.3%;
  margin-left: -33.3%;
}
.toolbar-products .modes,
.toolbar-products .toolbar-amount,
.toolbar-products .pages-label,
.toolbar-products .field.limiter,
.toolbar-products .pages .label {
  display: none;
}
.toolbar-products .page_title {
  padding-bottom: 0;
  padding-right: 20px;
  margin-right: auto;
}

.pages .items {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100%;
  letter-spacing: normal;
  line-height: inherit;
  white-space: nowrap;
}
.pages .item {
  font-size: 140%;
  line-height: 17px;
  margin: 0 8px;
}
.pages .item.pages-item-previous {
  margin-left: 0;
  margin-right: 24px;
}
.pages .item.pages-item-next {
  margin-right: 0;
  margin-left: 24px;
}
.pages .item.current .page {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  color: #FB016F;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
.pages a.page {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pages a.action {
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.pages a.action.inactive, .pages a.action.disabled, .pages a.action:disabled {
  pointer-events: none;
  color: #999999;
}
.pages a.action:before {
  display: none;
}
.pages a.action:after {
  display: block;
  font-size: 0.9rem;
}
.pages a.action.previous {
  flex-direction: row-reverse;
}
.pages a.action.previous:after {
  content: "\e902";
  margin-right: 7px;
}
.pages a.action.next:after {
  content: "\e903";
  margin-left: 7px;
}
@media screen and (max-width: 959px) {
  .pages .item {
    font-size: 120%;
    line-height: 16px;
    margin: 0 6px;
  }
  .pages .item.pages-item-previous {
    margin-right: 6px;
  }
  .pages .item.pages-item-next {
    margin-left: 6px;
  }
  .pages .item.current .page {
    width: 28px;
    height: 28px;
  }
  .pages a.page {
    width: 28px;
    height: 28px;
  }
  .pages a.action {
    width: 28px;
    height: 28px;
    justify-content: center;
    font-size: 0;
    border: 1px solid #e5e5e5;
  }
  .pages a.action:after {
    font-size: 1.2rem;
  }
  .pages a.action.previous:after {
    margin-right: 0;
  }
  .pages a.action.next:after {
    margin-left: 0;
  }
}

.toolbar-sorter.sorter {
  position: relative;
  right: auto;
  top: auto;
  display: flex;
  align-items: center;
}
.toolbar-sorter.sorter .sorter-label {
  display: block;
  font-size: 160%;
  line-height: 20px;
  color: #1A1A1A;
  margin-right: 15px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
@media screen and (max-width: 1199px) {
  .toolbar-sorter.sorter .sorter-label {
    font-size: 140%;
  }
}
.toolbar-sorter.sorter select.sorter-options {
  visibility: hidden;
}
.toolbar-sorter.sorter .action.sorter-action {
  color: inherit;
  font-size: 180%;
  margin-left: 10px;
}
.toolbar-sorter.sorter .action.sorter-action:before,
.toolbar-sorter.sorter .action.sorter-action span {
  display: none;
}
.toolbar-sorter.sorter .action.sorter-action:after {
  content: "\e916";
}
.select2-results__options {
  scrollbar-color: #999999 #e5e5e5;
  scrollbar-width: thin;
}
.select2-results__options::-webkit-scrollbar {
  width: 10px;
  height: auto;
  border-radius: 0px;
  background: #e5e5e5;
}
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #999999;
}

.select2-container {
  flex: 1;
  min-width: 155px;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  font-size: 140%;
  line-height: 19px;
  padding: 5px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  bottom: 1px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 0.8rem;
  display: block;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--default .select2-results__option--selected {
  background: #FB016F !important;
  color: #ffffff !important;
  cursor: default;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #FB016F;
}

.select2-dropdown {
  border: 1px solid #666666;
  border-radius: 0 0 2px 2px;
  font-size: 140%;
  line-height: 19px;
}

.products.wrapper ~ .toolbar-products {
  width: 100%;
  justify-content: center;
  background: transparent;
  height: auto;
  padding: 0;
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .products.wrapper ~ .toolbar-products {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .products.wrapper ~ .toolbar-products {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .products.wrapper ~ .toolbar-products {
    margin-top: 40px;
  }
}

.columns {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.columns .column.main {
  padding: 0;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0;
}
.columns .column.main .product-items {
  font-size: 100%;
  letter-spacing: normal;
  line-height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin: 1px -1px 0 1px;
  padding: 0;
  list-style-type: none;
}
.columns .column.main .product-items > li {
  padding: 1px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media screen and (min-width: 960px) {
  .columns {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .columns {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .columns {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .columns .column.main .product-items > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.sidebar.sidebar-main {
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 78px;
}

.filter-options {
  display: block !important;
}

.filter_mob_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sidebar.sidebar-main {
    flex: none;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    background: rgba(51, 51, 51, 0.45);
    z-index: 500;
    margin: 0;
  }
  .sidebar.sidebar-main .block.filter {
    width: 295px;
    background: #F5F5F5;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .sidebar.sidebar-main .block.filter {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar.sidebar-main .filter_mob_btn {
    position: absolute;
    top: 0;
    left: 295px;
    background: #ffffff;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .sidebar.sidebar-main .filter_mob_btn {
    left: 270px;
  }
}
@media screen and (max-width: 767px) {
  .columns .column.main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter_mob_btn {
    display: block;
    border: none;
    background: transparent;
    padding: 28px 10px 0;
    color: inherit;
    font-size: 120%;
    line-height: 15px;
    font-family: "montserrat-medium", "montserratarm-medium";
    position: relative;
  }
  .filter_mob_btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 9px;
    height: 2px;
    left: 0;
    right: 0;
    width: 25px;
    margin: 0 auto;
    box-shadow: 0 2px 0 0, 0 7px 0 0, 0 12px 0 0;
  }
  .filter_mob_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 9px 2px 0 0 #ffffff, 9px 2px 0 1px, 18px 7px 0 0 #ffffff, 18px 7px 0 1px, 6px 12px 0 0 #ffffff, 6px 12px 0 1px;
  }
  .filter_mob_btn:active {
    color: #FB016F;
  }
  .filter_mob_btn:active:before, .filter_mob_btn:active:after {
    color: inherit;
  }
  .toolbar-products {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding: 0;
    height: auto;
  }
  .toolbar-products .page_title {
    flex: 0 0 100%;
    padding: 19px 10px;
    position: relative;
    border-bottom: 1px solid #F5F5F5;
  }
  .toolbar-products .page_title:before, .toolbar-products .page_title:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    background: #ffffff;
  }
  .toolbar-products .page_title:before {
    left: 100%;
  }
  .toolbar-products .page_title:after {
    right: 100%;
  }
  .toolbar-products .toolbar-sorter {
    max-width: 80%;
    margin-right: auto;
    padding: 16px 10px;
  }
  .toolbar-products .toolbar-sorter .sorter-label {
    font-size: 120%;
    line-height: 14px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .toolbar-products .toolbar-sorter .sorter-label {
    font-size: 110%;
  }
}
@media screen and (max-width: 767px) {
  .select2-container {
    min-width: 124px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 120%;
    line-height: 16px;
    padding: 4px 8px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
  }
  .select2-dropdown {
    font-size: 120%;
    line-height: 16px;
  }
  .filter_opened {
    overflow: hidden;
  }
  .filter_opened .sidebar.sidebar-main {
    width: 100%;
  }
}
.filter-content .swatch-option.color {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .filter-content .filter-options-title, .filter-content .web .filter-options-title, .web .filter-content .items a, .filter-content .items .web a, .web .filter-content .more_opts_btn, .filter-content .web .more_opts_btn, .web .filter-content .filter-clear, .filter-content .web .filter-clear, .web .filter-content .swatch-attribute-options a, .filter-content .swatch-attribute-options .web a, .web .pages a.action, .pages .web a.action, .web .toolbar-sorter.sorter .action.sorter-action, .toolbar-sorter.sorter .web .action.sorter-action {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .filter-content .price_range .refresh_btn, .filter-content .price_range .web .refresh_btn, .web .pages a.page, .pages .web a.page, .select2-container--default .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .filter-content .filter-options-title, .filter-content .touch .filter-options-title, .touch .filter-content .items a, .filter-content .items .touch a, .touch .filter-content .more_opts_btn, .filter-content .touch .more_opts_btn, .touch .filter-content .filter-clear, .filter-content .touch .filter-clear, .touch .filter-content .swatch-attribute-options a, .filter-content .swatch-attribute-options .touch a, .touch .pages a.action, .pages .touch a.action, .touch .toolbar-sorter.sorter .action.sorter-action, .toolbar-sorter.sorter .touch .action.sorter-action {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .filter-content .price_range .refresh_btn, .filter-content .price_range .touch .refresh_btn, .touch .pages a.page, .pages .touch a.page {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.filter-content .swatch-option.color:hover {
  opacity: 0.7;
}

.filter-content .more_opts_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .filter-content .filter-options-title:hover, .filter-content .web .filter-options-title:hover, .web .filter-content .items a:hover, .filter-content .items .web a:hover, .web .filter-content .more_opts_btn:hover, .filter-content .web .more_opts_btn:hover, .web .filter-content .filter-clear:hover, .filter-content .web .filter-clear:hover, .web .filter-content .swatch-attribute-options a:hover, .filter-content .swatch-attribute-options .web a:hover, .web .pages a.action:hover, .pages .web a.action:hover, .web .toolbar-sorter.sorter .action.sorter-action:hover, .toolbar-sorter.sorter .web .action.sorter-action:hover {
  color: #FB016F;
}
.web .filter-content .price_range .refresh_btn:hover, .filter-content .price_range .web .refresh_btn:hover, .web .pages a.page:hover, .pages .web a.page:hover {
  background: #FB016F;
  color: #ffffff;
  border-color: transparent;
}
.touch .filter-content .filter-options-title:active, .filter-content .touch .filter-options-title:active, .touch .filter-content .items a:active, .filter-content .items .touch a:active, .touch .filter-content .more_opts_btn:active, .filter-content .touch .more_opts_btn:active, .touch .filter-content .filter-clear:active, .filter-content .touch .filter-clear:active, .touch .filter-content .swatch-attribute-options a:active, .filter-content .swatch-attribute-options .touch a:active, .touch .pages a.action:active, .pages .touch a.action:active, .touch .toolbar-sorter.sorter .action.sorter-action:active, .toolbar-sorter.sorter .touch .action.sorter-action:active {
  color: #FB016F;
}
.touch .filter-content .price_range .refresh_btn:active, .filter-content .price_range .touch .refresh_btn:active, .touch .pages a.page:active, .pages .touch a.page:active {
  background: #FB016F;
  color: #ffffff;
  border-color: transparent;
}

/*# sourceMappingURL=listing.css.map */
