.sidebar .filter-options-item.active .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, .sidebar .item a:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before, .toolbar-products ~ .toolbar-products .pages-items .action:before, .sidebar [data-collapsible=true] .filter-options-title:after, .filter_mob_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;
}

.breadcrumbs {
  padding: 11px 0;
}

.listing_info_section {
  margin-bottom: 50px;
}
.listing_info_section:after {
  display: block;
  content: "";
  clear: both;
}
.listing_info_section .image_block {
  width: 50%;
  max-width: 480px;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
}
.listing_info_section .image_block:empty {
  display: none;
}
.listing_info_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .listing_info_section {
    margin-top: 10px;
  }
  .listing_info_section .image_block {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .listing_info_section .image_block {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.listing_description {
  font-size: 160%;
  line-height: 25px;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .listing_description {
    margin-top: 24px;
    font-size: 140%;
    line-height: 21px;
  }
}

.price-label {
  display: none;
}

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

.toolbar-products:first-of-type,
.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%;
  padding-bottom: 20px;
}
.toolbar-products ~ .toolbar-products .toolbar-sorter {
  display: none;
}
.toolbar-products ~ .toolbar-products .pages-items {
  display: flex;
  justify-content: center;
}
.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.4rem;
  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: "\e903";
}
.toolbar-products ~ .toolbar-products .pages-items .action.previous:before {
  content: "\e902";
}

.filter_mob_title,
.filter_mob_btn {
  color: inherit;
  font-size: 160%;
  line-height: 25px;
  white-space: nowrap;
  background: transparent;
  font-weight: normal;
  font-family: inherit;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.filter_mob_title .lines,
.filter_mob_btn .lines {
  display: block;
  min-width: 20px;
  border-top: 2px solid;
  color: #FFC100;
  margin-right: 18px;
}
.filter_mob_title .lines:before, .filter_mob_title .lines:after,
.filter_mob_btn .lines:before,
.filter_mob_btn .lines:after {
  display: block;
  content: "";
  margin: 4px auto 0;
  border-top: 2px solid;
}
.filter_mob_title .lines:before,
.filter_mob_btn .lines:before {
  width: 14px;
}
.filter_mob_title .lines:after,
.filter_mob_btn .lines:after {
  width: 4px;
}

.filter_mob_btn {
  border: 1px solid #D9D9D9;
  padding: 11px 15px;
  margin: 20px 0;
  width: 100%;
  justify-content: center;
  border-radius: 25px;
}

.filter_mob_title {
  margin-bottom: 20px;
}
.filter_mob_title:after {
  display: block;
  content: "\e904";
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .filter_mob_btn,
.filter_mob_title {
    display: none;
  }
}
.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: "\e901";
  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;
}
.columns .column.main {
  flex: 1;
  width: 50%;
  padding: 0 10px;
  order: 2;
}
@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;
  order: 1;
}
.sidebar-additional {
  display: none;
}
.sidebar .block.filter,
.sidebar .filter-wrapper {
  max-width: 100%;
}
.sidebar .item {
  margin-bottom: 0;
  margin-top: 25px;
}
.sidebar .item a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: 140%;
  line-height: 1.5em;
  position: relative;
  padding-left: 44px;
  background: transparent;
}
.sidebar .item a .count {
  color: #c4c4c4;
}
.sidebar .item a:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 0;
  content: "\e905";
}
.sidebar .item a.selected:before, .sidebar .item a.active:before {
  color: #ffffff;
  background: #143B44;
  font-size: 1.2rem;
}
.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: "\e905";
  border: 1px solid #e5e5e5;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0;
}
.sidebar .filter-options .filter-options-content {
  margin: 0;
}
.sidebar .filter-content {
  width: 100%;
  flex-direction: column;
}
.sidebar .block-title,
.sidebar .block-subtitle {
  display: none;
}
.sidebar .filter-options-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 24px 32px;
  width: 100%;
}
.sidebar .filter-options-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sidebar .filter-options-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar [data-collapsible=true] .filter-options-title {
  cursor: pointer;
}
.sidebar [data-collapsible=true] .filter-options-title:before {
  display: none;
}
.sidebar [data-collapsible=true] .filter-options-title:after {
  display: block;
  content: "\e901";
  font-size: 0.7rem;
  font-weight: 900;
  position: relative;
  right: auto;
  top: auto;
}
.sidebar .filter-options-title {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "poppins-semibold", "notosans-semibold", "notosansarm-semibold";
  font-weight: 500;
  letter-spacing: 1px;
  justify-content: space-between;
  font-size: 120%;
  text-transform: uppercase;
  padding: 0;
}
.sidebar .swatch-attribute {
  margin-top: 25px;
}
.sidebar .swatch-attribute.size .swatch-attribute-options {
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
.sidebar .swatch-attribute.size a {
  flex: 1;
  max-width: 41px;
  min-width: 36px;
  width: 41px;
}
.sidebar .swatch-attribute.size a.acitve, .sidebar .swatch-attribute.size a.selected .swatch-option {
  background: #143B44;
  color: #ffffff;
}
.sidebar .swatch-attribute.size .swatch-option {
  border-color: #D9D9D9;
  border-width: 0 1px 1px 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 41px;
  margin: 0;
}
.sidebar .swatch-attribute-options {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.sidebar .range_block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 8px;
}
.sidebar .jslider .jslider-bg {
  height: 4px;
}
.sidebar .jslider .jslider-bg i {
  background: transparent;
  height: 4px;
}
.sidebar .jslider .jslider-bg i.v {
  background: #143B44;
}
.sidebar .jslider .jslider-pointer {
  background: #FFC100;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: -10px;
  top: -8px;
}
.sidebar .jslider .jslider-label {
  display: none !important;
}
.sidebar .jslider .jslider-value {
  font-size: 110%;
  line-height: 16px;
  padding: 4px 10px;
  background: #f2f2f2;
  border-radius: 12px;
  top: -44px;
}
@media screen and (min-width: 769px) {
  .sidebar-main ~ .column.main .products.wrapper .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1079px) {
  .sidebar-main ~ .column.main .products.wrapper .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sidebar {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -o-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    flex: none;
    max-width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .sidebar .block.filter {
    background: #ffffff;
    border-radius: 4px;
    margin: auto 0;
    width: 100%;
  }
}

@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 .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;
    top: 0;
  }

  .filter-options {
    top: auto;
    position: relative;
  }

  .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 {
  margin: 0 -32px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
  font-size: 100%;
}
.products.wrapper .product-item {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0 0 30px !important;
  padding: 0 32px;
  font-size: 100%;
  width: auto;
  display: flex;
}
.products.wrapper .metallic-product-item-info {
  width: 100%;
}
.products.wrapper .ub-quick-view-btn-container {
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .products.wrapper .products.list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .products.wrapper .product-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .products.wrapper .product-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .products.wrapper .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 640px) {
  .products-grid .product-item-inner {
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 16px;
    right: auto;
    z-index: 2;
    bottom: 100%;
  }
  .products-grid .product-item-actions {
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .products-grid .product-item-inner {
    padding: 10px;
  }
}
.web .sidebar .item a, .sidebar .item .web a, .web .sidebar label > span, .sidebar .web label > span, .web .sidebar [data-collapsible=true] .filter-options-title, .sidebar [data-collapsible=true] .web .filter-options-title {
  -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_mob_btn, .toolbar-products ~ .toolbar-products .pages-items a.page, .toolbar-products ~ .toolbar-products .pages-items .action, .select2-container .select2-results__options li, .sidebar .swatch-attribute.size .swatch-option {
  -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 .sidebar .item a, .sidebar .item .touch a, .touch .sidebar label > span, .sidebar .touch label > span, .touch .sidebar [data-collapsible=true] .filter-options-title, .sidebar [data-collapsible=true] .touch .filter-options-title {
  -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_mob_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;
}

.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;
}

.sidebar label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .sidebar .item a:hover, .sidebar .item .web a:hover, .web .sidebar label > span:hover, .sidebar .web label > span:hover, .web .sidebar [data-collapsible=true] .filter-options-title:hover, .sidebar [data-collapsible=true] .web .filter-options-title:hover {
  color: #FFC100;
}
.web .filter_mob_btn:hover {
  background: #FFC100;
  color: #ffffff;
  border-color: transparent;
}

.touch .sidebar .item a:active, .sidebar .item .touch a:active, .touch .sidebar label > span:active, .sidebar .touch label > span:active, .touch .sidebar [data-collapsible=true] .filter-options-title:active, .sidebar [data-collapsible=true] .touch .filter-options-title:active {
  color: #FFC100;
}
.touch .filter_mob_btn:active {
  background: #FFC100;
  color: #ffffff;
  border-color: transparent;
}

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