.UNX-header *, .UNX-results-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.UNX-header {
  background: #f6f6f6
}

.UNX-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 90%
}

.UNX-logo {
  font-size: 26px;
  font-weight: 500;
  margin-right: 100px
}

.UNX-input-wrapper {
  position: relative;
  width: 80%
}

.UNX-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 1px solid #dae1e9;
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(133, 146, 172, 0.46);
  box-shadow: inset 0 1px 4px 0 rgba(133, 146, 172, 0.46);
  color: #4b5975;
  padding-left: 24px
}

.UNX-search-btn {
  height: 50px;
  width: 56px;
  border-radius: 0px 25px 25px 0px;
  background-color: #323949;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0
}

.UNX-results-container {
  margin: 0 auto;
  width: 100%
}

.UNX-product-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.UNX-results-container {
  position: relative
}

.UNX-facet-wrapper {
  width: 23%;
  background: #ffffff
}

.UNX-product-list {
  display: block;
  width: 77%;
  padding-left: 2%;
  background: #ffffff
}

.UNX-grid-card {
  width: 100%;
  overflow: hidden;
  padding: 20px 20px 20px 0px
}

.UNX-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.UNX-row > .UNX-grid-card:last-child {
  padding-right: 20px
}

.UNX-img-wrapper {
  width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  height: auto
}

.UNX-img-block {
  max-width: 100%;
  height: 270px
}

.UNX-list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  overflow: hidden
}

.UNX-list-card .UNX-images-block {
  width: 30%;
  height: auto
}

.UNX-list-card .UNX-img-block {
  height: auto
}

.UNX-list-card .UNX-product-content {
  padding-left: 12px;
  width: 60%
}

.UNX-product-title {
  color: #0a0b0c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin: 5px 0px
}

.UNX-sale-price {
  color: #0a0b0c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  display: inline-block;
  padding-right: 12px
}

.UNX-strike-price {
  color: #d7194a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-decoration: line-through
}

.UNX-swatch-color-list {
  display: block;
  overflow: auto;
  white-space: pre
}

.UNX-swatch-btn {
  border: solid 1px transparent;
  margin: 5px 2px;
  height: 24px;
  width: 24px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.43);
  overflow: hidden;
  color: transparent
}

.UNX-selected-swatch, .UNX-swatch-btn:focus {
  border-color: #000000;
  outline: #000000
}

.UNX-facet-wrapper h3 {
  color: #0a0b0c;
  font-size: 16px;
  font-weight: 500
}

.UNX-change-facet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  border-color: transparent;
  padding: 0px;
  height: 32px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  white-space: pre
}

.UNX-facet-text {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 20px
}

.UNX-facet-text:before {
  content: " ";
  display: inline-block;
  background: #fff;
  border: 1px solid #c3c2c9;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0
}

.UNX-facet-count {
  color: #4d4d4d;
  font-size: 12px;
  display: inline-block;
  padding-left: 6px
}

.UNX-change-facet * {
  pointer-events: none
}

.UNX-facet-clear {
  color: #0054d4;
  background: transparent;
  border-width: 0px;
  font-size: 14px
}

.UNX-facet-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.UNX-delete-facet {
  opacity: 0
}

.UNX-selected-facets-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.UNX-selected-facet-btn .UNX-facet-text:before {
  background-color: #000000;
  border-color: #000000
}

.UNX-selected-facet-btn .UNX-facet-text:after {
  border: 2px solid #fff;
  border-right-style: none;
  border-top-style: none;
  content: "";
  height: 3px;
  left: 4px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  z-index: 1
}

.UNX-facets-selections, .UNX-selected-facets-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.UNX-selected-facet-header {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  padding-right: 24px
}

.UNX-selected-facets-inner .UNX-facet-text:before, .UNX-selected-facets-inner .UNX-facet-text:after {
  opacity: 0;
  display: none
}

.UNX-selected-facets-inner .UNX-delete-facet {
  opacity: 1
}

.UNX-selected-facets-inner .UNX-selected-facets-wrap {
  border-radius: 25px;
  background-color: #e1e6e9;
  margin-right: 12px
}

.UNX-delete-facet {
  background: transparent;
  border: 0px solid transparent;
  font-size: 16px;
  position: relative;
  padding: 0;
  width: 24px;
  text-align: left;
  top: -2px;
  color: rgba(0, 0, 0, 0.4)
}

.UNX-clear-facet {
  color: #3f434b;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  border-color: transparent;
  background: transparent;
  outline: none !important;
  white-space: pre
}

.UNX-slider-val-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 16px
}

.UNX-range-slider-wrap {
  padding: 30px
}

.UNX-range-slider-wrap .UNX-range-slider-wrapper {
  height: 8px;
  border-radius: 3px;
  background-color: #f2f3f7;
  left: 0px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%
}

.UNX-range-slider-wrapper .noUi-target {
  padding: 0 4px
}

.UNX-range-slider-wrapper .noUi-connect {
  background: #000000
}

.UNX-range-slider-wrapper .noUi-handle:before, .UNX-range-slider-wrapper .noUi-handle:after {
  display: none
}

.UNX-range-slider-wrapper .noUi-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: -8px;
  right: -13px
}

.UNX-range-slider-wrapper .noUi-handle:focus {
  outline: solid 1px transparent
}

.UNX-result-wrapper {
  display: flex;
  flex-wrap: wrap;

  @media only screen and (max-width: 500px) {
    justify-content: center;
  }

}

.UNX-range-slider-wrap {
  min-height: 100px;
  position: relative
}

.UNX-range-value-block {
  width: 100%;
  clear: both;
  padding: 12px 0px
}

.UNX-primary-btn, .UNX-default-btn {
  background: #323949;
  color: #ffffff;
  height: 32px;
  border-color: #323949;
  cursor: pointer;
  font-size: 14px
}

.UNX-default-btn {
  background: transparent;
  border-color: transparent;
  color: #323949
}

.UNX-spellcheck-block {
  color: #494f5a;
  font-size: 14px;
  line-height: 15px;
  margin: 5px 0px;
  margin-top: 18px
}

.UNX-suggestion {
  margin: 0px;
  background: transparent;
  border-color: transparent;
  padding: 0
}

.UNX-no-result {
  margin: 0px
}

.UNX-suggestion-p {
  margin: 2px 0px
}

.UNX-result-info {
  color: #494f5a;
  font-size: 14px;
  line-height: 15px
}

.UNX-result-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 20px
}

.UNX-result-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.UNX-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0px
}

.UNX-pagination-block button {
  font-weight: 200;
  background: transparent;
  border-color: transparent
}

.UNX-pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.UNX-page-button {
  font-weight: 300;
  padding: 1px 5px
}

button.UNX-page-prev, button.UNX-page-next {
  background: #c3c3c3;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.UNX-page-button.UNX-selected-page-item {
  background-color: #000000;
  color: #ffffff
}

.UNX-change-pagination-wrap, .UNX-sort-wrapper, .UNX-change-products {
  padding-left: 24px
}

.UNX-page-next {
  margin-left: 6px
}

.UNX-sort-item, .UNX-select-pagesize {
  color: #656565;
  font-weight: 400;
  border: solid 1px #cccccc;
  padding: 4px 24px 4px 8px;
  width: auto
}

.UNX-sort-header {
  color: #717171;
  font-weight: 400;
  font-size: 13px;
  padding-right: 10px
}

.UNX-page-no-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.UNX-page-no-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  overflow-y: auto
}

.UNX-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #313131;
  font-weight: bold;
  z-index: 11;
  font-size: 39px;
  background-color: #FFFFFF;
  opacity: .8;
  left: 0
}

.m-facets-btn {
  float: right;
  background: transparent;
  border: solid 1px #cccccc;
  margin: 10px;
  padding: 12px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  font-size: 16px
}

.UNX-product-view {
  background: #FFFFFF;
  border: solid 1px #d6d6d6;
  padding: 4px 11px;
  border-radius: 4px
}

.UNX-sort-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.UNX-sort-header {
  white-space: nowrap
}

.UNX-change-pagination-wrap.UNX-m-pagination {
  display: none
}

.UNX-price-action-row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.UNX-facet-primary {
  margin-right: 12px;
  padding: 4px 8px;
  font-size: 12px;
  background: #000000;
  color: #FFFFFF;
  border-color: #000000
}

.UNX-no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  margin-top: 24px;
  padding: 24px
}

.UNX-range-facet {
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: transparent
}

.UNX-facet-text, .UNX-facet-count {
  pointer-events: none
}

.UNX-m-facet-btn {
  display: none
}

.UNX-m-facet-row {
  padding: 24px 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px 0px;
  display: none
}

.UNX-m-selected-wrapper {
  display: none
}

.UNX-m-page {
  display: none
}

.UNX-multilevel-facet {
  width: 100%;
  background: transparent;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px
}

.UNX-category-level-2 {
  padding-left: 12px
}

.UNX-category-level-3 {
  padding-left: 24px
}

.UNX-category-level-4 {
  padding-left: 36px
}

.UNX-category-values > .UNX-category-level-2 {
  padding-left: 24px
}

.UNX-multilevel-facet .UNX-facet-text:before {
  background: #f1f1f1;
  border: 1px solid #f1f1f1
}

.UNX-bread-crumb-item {
  background: transparent;
  border-color: transparent;
  margin: 6px 0;
  color: #0c94f7
}

.UNX-list-block {
  width: 100%;
  display: block
}

.UNX-text-facet-wrap {
  position: relative
}

.UNX-facets-close {
  height: 0;
  overflow-y: hidden
}

.UNX-facets-open {
  height: auto;
  overflow-y: auto
}

.UNX-facet-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.UNX-facet-header .UNX-collapse-btn {
  height: 32px;
  width: 32px;
  background: transparent;
  border: solid 1px transparent
}

.UNX-facet-header * {
  pointer-events: none
}

.UNX-search-hidden {
  display: none
}

.UNX-facet-search {
  width: 100%;
  height: 30px;
  padding-left: 6px;
  padding-right: 20px;
  border-radius: 15px;
  border-color: transparent;
  background: transparent
}

.UNX-collapse-btn {
  font-size: 32px;
  font-weight: 300;
  line-height: 32px
}

.UNX-facet-open:after {
  content: "-";
  font-size: 26px;
  line-height: 20px
}

.UNX-searchable-facets {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  border: solid 1px #F6F6F6;
  background: #F6F6F6;
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(133, 146, 172, 0.24);
  box-shadow: inset 0 1px 3px 0 rgba(133, 146, 172, 0.24);
  margin: 12px 0
}

.UNX-searchable-facets:before {
  content: "\f002";
  position: absolute;
  right: 12px;
  top: 9px;
  font-size: 12px;
  opacity: .5
}

.UNX-facet-close:after {
  content: "+";
  font-size: 20px;
  line-height: 20px
}

.UNX-filter-header {
  color: #0A0B0C;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px
}

.UNX-facets-all {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.UNX-accordian-close .UNX-facets-all {
  max-height: 0px;
  overflow: hidden;
  opacity: 0
}


.UNX-view-more {
  height: 100px
}

.UNX-accordian-open .UNX-facets-all {
  max-height: inherit;
  opacity: 1
}

.UNX-view-more-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.UNX-view-more-row .UNX-action-item {
  background: transparent;
  border-color: transparent;
  color: #071fd8
}

.UNX-range-facets-block .UNX-facets-item {
  height: auto
}

.UNX-swatch-hidden {
  opacity: 0;
  z-index: -1;
  height: 0;
  width: 0;
  overflow: hidden
}

.UNX-hidden {
  display: none
}

.UNX-click-scroll {
  text-align: center;
  padding: 24px
}

.UNX-click-n-scroll {
  margin: 0 auto;
  display: inline-block;
  background: #000000;
  color: #FFFFFF
}

.UNX-selected-actions {
  width: 70%
}

.UNX-selected-facet-wrapper {
  width: 70%
}

.UNX-facets-selections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.UNX-selected-facets-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.UNX-selected-facets-wrap {
  width: auto;
  margin-bottom: 6px
}

.UNX-multilevel-facet {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.UNX-category-level-1 {
  padding-left: 0px
}

.UNX-multilevel-block .UNX-facet-text {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  text-align: left;
  height: 17px;
  text-overflow: ellipsis;
  padding-left: 6px
}

.UNX-category-icon {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  margin-right: 5px
}

.UNX-multilevel-block .UNX-facet-text::before {
  display: none
}

.UNX-category-icon:before {
  content: "\f0da"
}

.UNX-selected-product-view {
  background: #000000;
  color: #FFFFFF
}

.UNX-selected-facets-inner .UNX-facet-count {
  display: none
}

@media only screen and (max-width: 1200px) {
  .UNX-result-wrapper {
    grid-template-columns:33.3% 33.3% 33.3%
  }
}

@media only screen and (max-width: 786px) {
  body {
    background-color: #e2e2e2
  }

  .UNX-result-wrapper {
    grid-template-columns:100%
  }

  .m-facets-btn {
    display: block
  }

  .UNX-product-results {
    display: block
  }

  .UNX-product-list {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 6px
  }

  .UNX-results-container {
    width: 100%;
    padding: 6px;
    margin: 0
  }

  .UNX-result-header {
    display: block;
    height: auto;
    padding: 12px
  }

  .UNX-spellcheck-block {
    margin-top: 0px
  }

  .UNX-result-right {
    margin-top: 16px
  }

  .UNX-facet-wrapper {
    width: 100%
  }

  .UNX-list-card .UNX-images-block {
    width: 40%;
    overflow: hidden
  }

  .UNX-facet-wrapper {
    padding-bottom: 24px;
    padding-top: 24px;
    -webkit-box-shadow: 0px 1px 3px #00000052;
    box-shadow: 0px 1px 3px #00000052;
    position: relative
  }

  .UNX-result-right {
    clear: both
  }

  .UNX-product-type-block {
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 24px
  }

  .UNX-img-block {
    max-width: initial;
    width: 100%
  }

  .UNX-logo {
    margin-right: 20px
  }

  .UNX-fxd-facet {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    margin: 0;
    overflow-y: auto;
    background: #FFFFFF;
    z-index: 0;
    height: 0;
    overflow: hidden;
    padding: 0px 12px
  }

  .UNX-result-right .UNX-change-pagination-wrap {
    display: none
  }

  .UNX-change-pagination-wrap.UNX-m-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
  }

  .UNX-change-products {
    padding-left: 0
  }

  .UNX-input-wrapper {
    width: 60%
  }

  .UNX-head-wrapper {
    margin: 0;
    width: 100%
  }

  .UNX-m-facet-btn {
    position: fixed;
    bottom: 64px;
    right: 32px;
    padding: 12px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
    border: solid 1px #f3f3f3;
    -webkit-box-shadow: 0px 1px 4px #0000005c;
    box-shadow: 0px 1px 4px #0000005c;
    font-size: 20px;
    display: block;
    z-index: 10
  }

  .UNX-show-facets {
    height: 100%;
    overflow: auto;
    z-index: 11
  }

  .UNX-facet-footer {
    display: none
  }

  .UNX-fxd-facet .UNX-m-facet-row {
    margin: 24px 0px
  }

  .UNX-m-facet-row .UNX-facet-trigger {
    margin-right: 12px
  }

  .UNX-change-pagination-wrap {
    padding-left: 0px;
    margin: 24px 0px
  }

  .UNX-page-no-block {
    max-width: 100%
  }

  .UNX-m-facet-row {
    display: block
  }

  .UNX-m-selected-wrapper {
    display: block
  }

  .UNX-m-selected-wrapper .UNX-facets-selections {
    display: block
  }

  .UNX-m-selected-wrapper .UNX-selected-facets-inner {
    display: table;
    width: 100%;
    margin-bottom: 12px
  }

  .UNX-m-selected-wrapper .UNX-selected-facets-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    float: left
  }

  .UNX-facet-wrapper {
    padding: 0;
    height: 0;
    overflow: hidden
  }

  .UNX-selected-facet-wrapper {
    background: #FFFFFF;
    padding: 6px
  }

  .UNX-facets-selections {
    display: table;
    width: 100%
  }

  .UNX-selected-facet-header {
    padding-right: 0;
    margin: 12px 0px
  }

  .UNX-selected-facets-inner {
    display: table;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: solid 1px #f1f1f1
  }

  .UNX-selected-facet-wrapper .UNX-selected-facets-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    float: left;
    margin-bottom: 6px
  }

  .UNX-selected-facet-wrapper .UNX-clear-facet {
    padding: 8px;
    margin-top: 12px
  }

  .UNX-head-wrapper {
    display: block
  }

  .UNX-m-page {
    display: block
  }

  .UNX-m-page .UNX-pagination-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .UNX-sort-item {
    width: 130px
  }

  .UNX-loader {
    font-size: 24px;
    padding: 24px
  }

  .UNX-facet-footer {
    display: none
  }

  .UNX-selected-actions, .UNX-selected-facet-wrapper {
    width: 100%
  }

  .UNX-img-block {
    height: auto
  }

  .UNX-grid-card {
    padding: 12px
  }
}
