@charset "UTF-8";
.products.wrapper .products.list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.products.wrapper .product-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.columns .column.main .filter-wrapper.opened .filter-options-title:after, .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.sidebar label > span:before, .columns .column.main .filter-options-content label > span:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-products ~ .toolbar-products .pages-items .action:before, .columns .column.main .filter-options-title:after, .toolbar-products ~ .toolbar-products .pages-items .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;
}

.products.wrapper .bnner_btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  color: inherit;
  border: 1px solid;
  font-size: 110%;
  line-height: 12px;
  padding: 13px 15px;
  min-width: 180px;
  max-width: 180px;
  text-align: center;
  background: transparent;
}

.breadcrumbs {
  padding: 11px 0;
}

.product-image-container {
  display: block;
  position: relative;
  padding-bottom: 100%;
  background: #EBEBEB;
  margin: 0;
}

.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
  display: none !important;
}

.price-label {
  display: none;
}

.product-item-details {
  padding: 11px;
}

.products-grid .product-item-info {
  width: 100%;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.products-grid .product-item-info a {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 25px;
  font-family: "poppins-light", "notosans-light", "notosansarm-light";
  color: #000000;
}
.products-grid .product-item-info:hover {
  width: 100% !important;
  background: #ffffff !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08) !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 9 !important;
}

.swatch-opt-1200 {
  display: none;
}

.page-title-wrapper {
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
.page-title-wrapper .toolbar-amount {
  padding: 0;
  margin-left: 10px;
  margin-bottom: 5px;
}

.toolbar-amount {
  font-size: 110%;
  line-height: 13px;
  color: #666666;
}

.toolbar-products .modes,
.toolbar-products .toolbar-amount,
.toolbar-products .limiter,
.toolbar-products .pages,
.toolbar-products .sorter-label,
.toolbar-products .action.sorter-action {
  display: none !important;
}
.toolbar-products ~ .toolbar-products {
  position: relative;
  z-index: 1;
}
.toolbar-products ~ .toolbar-products .pages {
  display: block !important;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.toolbar-products ~ .toolbar-products .toolbar-sorter {
  display: none;
}
.toolbar-products ~ .toolbar-products .pages-items {
  display: flex;
  justify-content: flex-end;
}
.toolbar-products ~ .toolbar-products .pages-items .label {
  display: none;
}
.toolbar-products ~ .toolbar-products .pages-items .item {
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 1.2rem;
  line-height: 14px;
}
.toolbar-products ~ .toolbar-products .pages-items .item.current .page {
  font-weight: normal;
  background: #FFC100;
  color: #ffffff;
  height: 40px;
  min-width: 40px;
}
.toolbar-products ~ .toolbar-products .pages-items .page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-products ~ .toolbar-products .pages-items a.page {
  color: #666666;
  height: 40px;
  min-width: 40px;
  display: flex;
}
.toolbar-products ~ .toolbar-products .pages-items a.page:hover {
  background: #f2f2f2;
}
.toolbar-products ~ .toolbar-products .pages-items .action {
  background: transparent;
  color: #CCCCCC;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  margin: 0 !important;
  font-size: 1rem;
}
.toolbar-products ~ .toolbar-products .pages-items .action:before {
  display: block;
  font-size: 100%;
}
.toolbar-products ~ .toolbar-products .pages-items .action:hover {
  background: #f2f2f2;
  color: #666666;
}
.toolbar-products ~ .toolbar-products .pages-items .action.next:before {
  content: "";
}
.toolbar-products ~ .toolbar-products .pages-items .action.previous:before {
  content: "";
}
@media screen and (min-width: 769px) {
  .toolbar-products:not(.toolbar-products .toolbar-products) {
    float: left;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .toolbar-products:not(.toolbar-products .toolbar-products) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .toolbar-products .filter_mob_btn {
    display: none;
  }
}
.toolbar-products .filter_mob_btn {
  border: 1px solid;
  color: inherit;
  padding: 8px 10px;
  font-size: 120%;
  line-height: 14px;
  white-space: nowrap;
  background: transparent;
  font-weight: normal;
  font-family: inherit;
  border-radius: 0;
  margin-left: 10px;
}

.select2-container {
  text-align: left;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection__placeholder {
  color: #333333;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  font-size: 120%;
  line-height: 14px;
  padding: 8px 10px;
  flex: 1;
  width: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 8px 10px;
  padding-left: 0;
  width: auto;
  color: inherit;
  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: "";
  font-size: 0.6rem;
  display: block;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.select2-container .select2-search--dropdown {
  padding: 0;
}
.select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #333333;
  padding: 8px 10px;
  font-size: 120%;
}

.select2-container .select2-dropdown {
  border: 1px solid #333333;
  font-size: 120%;
  line-height: 14px;
  box-shadow: none;
  position: relative;
  z-index: 5;
}
.select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #FFC100 #CCCCCC;
  scrollbar-width: thin;
}
.select2-container .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #CCCCCC;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #FFC100;
}
.select2-container .select2-results__options li {
  padding: 8px 10px;
}
.select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #f2f2f2;
  color: #333333;
}
.select2-container .select2-results__option--selected {
  background: #FFC100 !important;
  color: #ffffff !important;
  cursor: default;
}

.toolbar-amount,
.toolbar-sorter {
  display: none;
}

.columns {
  display: flex;
  margin: 0 -10px;
  flex-direction: row-reverse;
}
.columns .column.main {
  flex: 1;
  width: 50%;
  padding: 0 10px;
}
.columns .column.main .block-content {
  display: block;
  margin: 0 -5px;
}
.columns .column.main .block-content:after {
  display: block;
  content: "";
  clear: both;
}
.columns .column.main .block.filter {
  margin-bottom: 10px;
}
.columns .column.main .filter-wrapper {
  float: left;
  margin: 0 5px 10px;
  position: relative;
  max-width: 100%;
}
.columns .column.main .filter-wrapper.opened .filter-options-content {
  display: block;
}
@media screen and (min-width: 769px) {
  .columns .column.main .filter-wrapper.right_pos .filter-options-content {
    left: auto;
    right: 0;
  }
}
.columns .column.main .filter-wrapper.filtered .filter-options-title {
  background: #FFC100;
  color: #ffffff;
  border-color: transparent;
}
.columns .column.main .filter-wrapper.filtered .filter-options-title:after {
  margin-left: 30px;
  opacity: 0;
}
.columns .column.main .filter-wrapper.filtered .filter_reset {
  position: absolute;
  display: block;
  background: #FFC100;
  color: #ffffff;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 3;
}
.columns .column.main .filter-wrapper.filtered .filter_reset:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 32px;
  background: rgba(0, 0, 0, 0.1);
}
.columns .column.main .filter-wrapper.filtered .filter_reset:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.columns .column.main .filter-options-title {
  border: 1px solid;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  font-size: 120%;
  line-height: 14px;
  white-space: nowrap;
  position: relative;
}
.columns .column.main .filter-options-title:after {
  display: block;
  content: "";
  font-size: 0.6rem;
  margin-left: 20px;
}
.columns .column.main .filter-options-content {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  color: inherit;
  background: #ffffff;
  z-index: 5;
  border: 1px solid;
  display: none;
  margin-top: -1px;
}
.columns .column.main .filter-options-content li {
  padding: 10px 12px;
}
.columns .column.main .filter-options-content label {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}
.columns .column.main .filter-options-content label input:checked ~ span:before {
  font-size: 0.6rem;
}
.columns .column.main .filter-options-content label > span {
  display: flex;
  font-size: 120%;
  line-height: 18px;
  align-items: flex-start;
  white-space: nowrap;
  cursor: pointer;
}
.columns .column.main .filter-options-content label > span:before {
  display: flex;
  content: "";
  border: 1px solid #e5e5e5;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0;
}
.columns .column.main .filter-options-content label > span:after {
  display: block;
  content: attr(aria-label);
}
.columns .column.main .filter-options-content label .count {
  display: block;
  margin-left: 5px;
  color: #999999;
  order: 2;
}
.columns .column.main .filter-options-content label .color {
  display: block;
  width: 24px;
  height: 18px;
  margin-right: 5px;
}
.columns .column.main .filter-options-content label .color[style*=white], .columns .column.main .filter-options-content label .color[style*="255,255,255"], .columns .column.main .filter-options-content label .color[style*="255, 255, 255"], .columns .column.main .filter-options-content label .color[style*="#fff"], .columns .column.main .filter-options-content label .color[style*="#ffffff"] {
  border: 1px solid #e5e5e5 !important;
}
.columns .column.main .filter-options-content .apply_btn {
  border: none;
  margin: 10px 12px 10px auto;
  border: none;
  background: #FFC100;
  color: #ffffff;
  font-size: 110%;
  line-height: 14px;
  padding: 8px 12px;
  font-weight: normal;
  border-radius: 0;
}
.columns .column.main .range_inputs .range__text {
  display: block;
  font-size: 120%;
  line-height: 18px;
  color: #666666;
}
.columns .column.main .range_inputs input {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  font-size: 120%;
  line-height: 14px;
  box-shadow: none !important;
  outline: none !important;
}
.columns .column.main .range_inputs input ~ .range__text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .columns .column.main .block-content {
    margin: 0;
    background: #ffffff;
    width: 280px;
    padding: 10px 15px;
    min-height: 100%;
  }
  .columns .column.main .filter-wrapper {
    margin: 0 0 10px;
    width: 100%;
  }
  .columns .column.main .filter-wrapper.opened .filter-options-content {
    max-height: 360px;
  }
  .columns .column.main .filter-options-content {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    border-top: none;
    display: block !important;
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 0;
  }
}

.sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}
.sidebar-additional {
  display: none;
}
.sidebar .block.filter,
.sidebar .filter-wrapper {
  max-width: 100%;
}
.sidebar .item {
  margin-bottom: 20px;
}
.sidebar label {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}
.sidebar label input:checked ~ span:before {
  font-size: 0.6rem;
}
.sidebar label > span {
  display: flex;
  font-size: 120%;
  line-height: 18px;
  align-items: flex-start;
  cursor: pointer;
}
.sidebar label > span:before {
  display: flex;
  content: "";
  border: 1px solid #e5e5e5;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0;
}
.sidebar .filter-content {
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    flex: 0;
    max-width: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .filter_opened {
    overflow: hidden;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .filter_opened .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: "";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter_opened .sidebar {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
  .filter_opened .filter-options {
    background: #fff;
    bottom: 0;
    display: block;
    overflow: scroll;
    position: fixed;
    z-index: 10;
    top: 60px;
  }

  .filter-options {
    top: 13px;
    position: relative;
  }
  .filter-options .filter-options-title {
    font-weight: unset;
    width: 100vw;
  }

  .filter-title {
    border-bottom: none;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }

  .filter-title strong {
    line-height: 16px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    z-index: 2;
    box-shadow: none;
    background: 0 0;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }

  .block.filter,
.filter-wrapper {
    max-width: 100%;
    padding: 20px;
  }
}
.products.wrapper {
  margin: 0;
}
.products.wrapper .products.list {
  letter-spacing: 0;
  font-size: 100%;
}
.products.wrapper .product-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 60px;
  font-size: 100%;
  width: auto;
}
.products.wrapper .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  left: auto;
  margin: 0;
  padding: 0;
  position: unset;
  right: auto;
  z-index: 2;
}
.products.wrapper .price-box {
  margin-bottom: 0;
}
.products.wrapper .old-price {
  margin-top: 0;
  margin-bottom: 0;
}
.products.wrapper .product-item-actions {
  margin: 0;
}
.products.wrapper .metallic-product-item-info {
  height: 100%;
}
.products.wrapper .bnner_block {
  height: 100%;
  padding-bottom: 83px;
}
.products.wrapper .ub-quick-view-btn-container {
  position: absolute;
  z-index: 9;
}
.products.wrapper .product-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products.wrapper .product-image-wrapper .product-image-photo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  margin: 0;
}
.products.wrapper .bnner_inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 40px;
  height: 100%;
  min-height: 400px;
  color: #ffffff;
}
.products.wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  margin: 0;
  object-fit: cover;
}
.products.wrapper .bnner_btn {
  margin-top: 77px;
  position: relative;
  z-index: 2;
}
.products.wrapper .bnner_info {
  position: relative;
  z-index: 2;
}
.products.wrapper .page-title {
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products.wrapper .bnner_description {
  font-size: 120%;
  line-height: 14px;
  margin-top: 9px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .products.wrapper .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 719px) {
  .products.wrapper .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .products.wrapper .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .products.wrapper .bnner_inner {
    padding: 20px;
  }
  .products.wrapper .bnner_btn {
    margin-top: 40px;
  }
  .products.wrapper .bnner_info {
    margin: auto 0;
    padding-top: 60px;
  }
}

.touch .products.wrapper .product-item {
  margin-bottom: 20px;
}
.touch .products.wrapper .product-item .metallic-product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.touch .products.wrapper .product-item .product-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.touch .products.wrapper .product-item .product-item-inner {
  margin-top: auto;
}
.touch .products.wrapper .bnner_block {
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .top-categorys-slider {
    padding-top: 20px;
  }
}

.web .columns .column.main .filter-options-content label > span, .columns .column.main .filter-options-content .web label > span, .web .sidebar label > span, .sidebar .web label > span {
  -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 .columns .column.main .filter-options-content .apply_btn, .columns .column.main .filter-options-content .web .apply_btn, .columns .column.main .filter-wrapper.filtered .filter_reset:before {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .toolbar-products .filter_mob_btn, .toolbar-products .web .filter_mob_btn, .web .products.wrapper .bnner_btn, .products.wrapper .web .bnner_btn, .toolbar-products ~ .toolbar-products .pages-items a.page, .toolbar-products ~ .toolbar-products .pages-items .action, .select2-container .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 .columns .column.main .filter-options-content label > span, .columns .column.main .filter-options-content .touch label > span, .touch .sidebar label > span, .sidebar .touch label > span {
  -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 .columns .column.main .filter-options-content .apply_btn, .columns .column.main .filter-options-content .touch .apply_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .toolbar-products .filter_mob_btn, .toolbar-products .touch .filter_mob_btn, .touch .products.wrapper .bnner_btn, .products.wrapper .touch .bnner_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.columns .column.main .filter-options-content label > span, .sidebar label > span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.columns .column.main .filter-options-content label input, .sidebar label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .columns .column.main .filter-options-content label > span:hover, .columns .column.main .filter-options-content .web label > span:hover, .web .sidebar label > span:hover, .sidebar .web label > span:hover {
  color: #FFC100;
}
.web .columns .column.main .filter-options-content .apply_btn:hover, .columns .column.main .filter-options-content .web .apply_btn:hover {
  background: rgba(255, 193, 0, 0.7);
}
.web .products.wrapper .bnner_btn:hover, .products.wrapper .web .bnner_btn:hover {
  background: #ffffff;
  color: #FFC100;
  border-color: transparent;
}
.web .toolbar-products .filter_mob_btn:hover, .toolbar-products .web .filter_mob_btn:hover {
  background: #FFC100;
  color: #ffffff;
  border-color: transparent;
}

.touch .columns .column.main .filter-options-content label > span:active, .columns .column.main .filter-options-content .touch label > span:active, .touch .sidebar label > span:active, .sidebar .touch label > span:active {
  color: #FFC100;
}
.touch .columns .column.main .filter-options-content .apply_btn:active, .columns .column.main .filter-options-content .touch .apply_btn:active {
  background: rgba(255, 193, 0, 0.7);
}
.touch .products.wrapper .bnner_btn:active, .products.wrapper .touch .bnner_btn:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .toolbar-products .filter_mob_btn:active, .toolbar-products .touch .filter_mob_btn:active {
  background: #FFC100;
  color: #ffffff;
  border-color: transparent;
}

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