.customer-order-limit-bar .progress {
  background-color: #F2F2F2;
  height: 3px;
  margin-bottom: 12px;
}
.customer-order-limit-bar .progress-bar {
  background-color: #000;
}
.customer-order-limit-bar .progress__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.customer-order-limit-bar .progress__text .svg-check {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 8px;
}
.customer-order-limit-bar .progress__text b {
  font-weight: 700;
  margin-left: 8px;
}

.order-bar_container .limit-text {
  margin-bottom: 20px;
}

.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 0.25rem;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat;
}

.noUi-connect {
  width: 100%;
  height: 100%;
  background: #f5aba2;
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
  margin: 0 8px;
}

.noUi-handle {
  position: absolute;
  cursor: default;
  background: #EB5846;
  border: 1px solid #EB5846;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
}

.noUi-vertical {
  width: 8px;
  margin: 8px 0;
}

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  background: #F6F6F6;
  border: 0 solid #F2F2F2;
  border-radius: 0.25rem;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-active {
  background: #e52f19;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #F6F6F6;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 0.25rem;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px);
}

.category-tree {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  padding-bottom: 50px;
}
.category-tree__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.category-tree__head {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.category-tree__icon-collapse {
  position: static;
  display: inline-block;
  margin-left: 12px;
}
.category-tree__icon-collapse .svg-arrow-upper {
  width: 9px;
  min-width: 9px;
  height: 9px;
  fill: #000;
  transition: 0.3s;
  transform: rotate(180deg);
}
.category-tree__icon-collapse:not(.collapsed) .svg-arrow-upper {
  transform: rotate(0deg);
}
.category-tree__item--depth-0.marked > .category-tree__head, .category-tree__item--depth-1.marked > .category-tree__head {
  background-color: #F8F8F8;
  border-radius: 8px;
  display: inline-block;
  padding-right: 32px;
  font-weight: 700;
}
.category-tree__item--depth-0.marked > .category-tree__head a, .category-tree__item--depth-1.marked > .category-tree__head a {
  font-weight: 700;
  color: #EB5846;
  padding-left: 0;
}
.category-tree__item--depth-0 > .category-tree__head {
  padding-left: 12px;
}
.category-tree__item--depth-1 > .category-tree__head {
  padding-left: 24px;
}
.category-tree__item--depth-1 > .category-tree__head .category-tree__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  position: relative;
  padding-left: 0;
  display: inline-flex;
}
.category-tree__item--depth-2 > .category-tree__head {
  padding-left: 24px;
}
.category-tree__item--depth-2 > .category-tree__head .category-tree__link {
  padding-left: 26px;
}
.category-tree__item--depth-2.active {
  background-color: #F6F6F6;
  border-radius: 8px;
}
.category-tree__item--depth-2.active > .category-tree__head {
  font-weight: 700;
}

.display-toggle__link {
  width: 1.7em;
  height: 1.7em;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #000;
  text-align: center;
  background: #F8F8F8;
  border-radius: 50%;
}
.display-toggle__link:hover, .display-toggle__link:focus {
  color: #000;
  background: #F6F6F6;
}
.display-toggle__link.active {
  color: #fff;
  background: #EB5846;
}
.display-toggle__icon {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}

.block-category .total-items {
  display: flex;
  align-self: flex-start;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  background-color: #F6F6F6;
  color: #4F4F4F;
  border-radius: 8px;
  padding: 4px 8px;
  margin-top: 11px;
}
@media (max-width: 767.98px) {
  .block-category .total-items {
    margin-top: 6px;
  }
}

.page-manufacturer .page-header,
.block-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 20px;
  padding: 12px 0;
}
.page-manufacturer .page-header h1,
.block-category h1 {
  display: flex;
  gap: 8px;
}
.page-manufacturer .page-header h1.h1,
.block-category h1.h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.4px;
}
@media (max-width: 767.98px) {
  .page-manufacturer .page-header h1.h1,
  .block-category h1.h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  body#category div#left-column {
    order: 1;
  }
}
div#left-column div#search_filters_wrapper {
  display: none;
}

.sort-select {
  display: flex;
  align-items: center;
  max-width: 190px;
  gap: 0 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  background-color: #F6F6F6;
  border-radius: 8px;
  color: #000;
  position: relative;
  padding: 9px 16px;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .sort-select {
    margin-top: 10px;
  }
}
.sort-select .svg-arrow-bottomcolumn {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 1;
  width: 8px;
  min-width: 8px;
  height: 8px;
  pointer-events: none;
}
.sort-select__select {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-image: none;
  cursor: pointer;
  padding-right: 36px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .sort-select__select {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
}
.sort-select__select option {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .sort-select__select option {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
}

.search-filters {
  position: relative;
  background-color: transparent;
  padding-bottom: 16px;
  margin-top: 4px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F2F2F2;
}
.search-filters .list-group-item.active {
  background-color: #EB5846;
}
.search-filters__header {
  display: flex;
  flex-direction: row-reverse;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  transition: 0.3s;
  padding: 8px 16px;
}
.search-filters__header:active {
  background-color: #EB5846;
}
.search-filters__header:active a,
.search-filters__header:active span {
  color: #fff;
}
.search-filters__title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .search-filters__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
}
.search-filters__collapse {
  position: absolute;
  left: 0;
  min-width: 100%;
  bottom: auto;
  background: #fff;
  z-index: 10;
  border: 1px solid #F6F6F6;
  border-top: 0;
  transition: 0.3s;
  padding: 0;
  margin-top: 4px;
}
.search-filters__slider {
  min-width: 150px;
  border: 1px solid #EB5846;
  border-radius: 8px;
  padding: 5px 10px;
  margin-bottom: 0;
  padding: 0 5px;
}
.search-filters__slider .js-input-range-slider-container {
  margin-top: 15px;
  margin-bottom: 5px;
}
.search-filters__slider .js-input-range-slider-container .noUi-horizontal {
  height: 6px;
}
.search-filters__slider .js-input-range-slider-container .noUi-handle {
  border-color: #000;
}
.search-filters__slider .js-input-range-slider-container .noUi-handle {
  width: 14px;
  height: 14px;
}
.search-filters__slider .js-input-range-slider-container .noUi-handle,
.search-filters__slider .js-input-range-slider-container .noUi-connect {
  background: #000;
}
.search-filters .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .search-filters .form-group {
    gap: 0;
  }
}
.search-filters .form-group .custom-color {
  padding-top: 5px;
  padding-bottom: 5px;
}
.search-filters .form-group .custom-color .custom-control-input-color {
  top: 0;
  left: -23px;
  border: transparent;
  width: 18px;
  min-width: 18px;
  height: 18px;
}
.search-filters .form-group .custom-control-input:checked ~ .custom-control-label {
  font-weight: 700;
}
.search-filters .form-group .custom-checkbox {
  padding-top: 8px;
  padding-bottom: 8px;
}
.search-filters .form-group .custom-control-label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  width: 100%;
  white-space: nowrap;
  padding-left: 5px;
}
@media (max-width: 767.98px) {
  .search-filters .form-group .custom-control-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-left: 0;
  }
}
.search-filters .form-group .custom-control-label-color {
  display: flex;
  gap: 3px;
}
.search-filters .form-group .custom-control-label:checked::before {
  background-color: #EB5846;
  border: 1px solid #EB5846;
}
.search-filters .form-group .custom-control-label::before {
  top: -1px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .search-filters .form-group .custom-control-label::before {
    top: 0;
    width: 16px;
    height: 16px;
  }
}
.search-filters .form-group .custom-control-label::after {
  top: -2px;
  left: -25px;
  width: 22px;
  height: 22px;
}
@media (max-width: 767.98px) {
  .search-filters .form-group .custom-control-label::after {
    top: -1px;
    width: 18px;
    height: 18px;
  }
}
.search-filters .svg-arrow-bottomcolumn {
  position: relative;
  top: -2px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  transition: 0.3s;
  fill: #000;
}
.search-filters .show-all-filters {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  white-space: nowrap;
  background-color: #fff;
  padding: 9px 10px;
  padding-left: 15px;
}
.search-filters .show-all-filters .svg-arrow-bottomcolumn {
  transition: 0.3s;
  fill: #000;
  margin-left: 8px;
}
.search-filters .show-all-filters:hover .svg-arrow-bottomcolumn {
  fill: #000;
}
.search-filters .show-all-filters::after {
  position: absolute;
  top: 0;
  left: auto;
  z-index: 1;
  width: 24px;
  height: 100%;
  content: "";
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .search-filters .show-all-filters {
    display: none;
  }
}
.search-filters .clear-all-wrapper {
  order: 3;
  margin-left: auto;
}
.search-filters .clear-all-wrapper .btn {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border: none;
  white-space: nowrap;
  padding: 9px 5px;
}
@media (max-width: 767.98px) {
  .search-filters .clear-all-wrapper .btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
}
.search-filters .clear-all-wrapper .btn .svg-rotate-arrow {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .search-filters .clear-all-wrapper {
    order: -1;
    white-space: nowrap;
    display: flex;
  }
}
.search-filters .list-group {
  gap: 8px 12px;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .search-filters .list-group {
    margin-bottom: -500px;
    min-width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 500px;
    scrollbar-width: none;
  }
}
.search-filters .list-group .active .search-filters__title {
  color: #fff;
}
.search-filters .list-group .active .search-filters__title span {
  background-color: #fff;
}
.search-filters .list-group.show-all {
  transition: 0.3s;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 991.98px) {
  .search-filters .list-group.show-all {
    flex-wrap: nowrap;
  }
}
.search-filters .list-group-item {
  position: relative;
  padding: 0;
  order: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 0;
}
.search-filters .list-group-item.active-filters {
  order: 0;
}
.search-filters .list-group-item.active-filters .search-filters__title {
  color: #ffffff;
}
.search-filters .list-group-item.active-filters .search-filters__title span {
  background-color: #fff;
}
.search-filters .list-group-item.active-filters .search-filters__header {
  background-color: #EB5846;
  color: #fff;
  border: 1px solid #EB5846;
}
.search-filters .list-group-item.active-filters .svg-arrow-bottomcolumn {
  fill: #fff;
}
.search-filters .list-group-item a.text-reset {
  padding-left: 10px;
}
.search-filters .list-group-item a[aria-expanded=true] .svg-arrow-bottomcolumn {
  transform: rotate(180deg);
}
.search-filters .list-group-item .active-filters-counter {
  display: inline-block;
  background: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000 !important;
  text-align: center;
  border-radius: 3px;
  padding: 0 5.5px;
  margin-left: 20px;
}

#content-wrapper {
  overflow: hidden;
}
@media (min-width: 992px) {
  #content-wrapper {
    padding-left: 0;
  }
}

.page-category #js-product-list {
  margin-bottom: 48px;
}
.page-category #js-product-list .products-list {
  margin-bottom: 96px;
}
@media (max-width: 991.98px) {
  .page-category #js-product-list .products-list {
    margin-bottom: 48px;
  }
}
.page-category .product-right .block-category .d-flex {
  flex-direction: column;
  align-items: flex-start !important;
}
.page-category .product-right .block-category .d-flex *:not(:last-child) {
  margin-bottom: 16px;
}

.js-product-list-footer {
  display: flex;
  flex-direction: column;
}

.category-desc__grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .category-desc__grid {
    flex-direction: column;
  }
}
.category-desc > div {
  flex: 1;
}
.category-desc__left {
  padding-bottom: 48px;
}
@media (max-width: 767.98px) {
  .category-desc__left {
    padding-bottom: 0;
  }
}
.category-desc .cms-content {
  padding: 18px 20px 40px 20px;
}
.category-desc .cms-content p,
.category-desc .cms-content li {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.category-desc .category-name,
.category-desc .section__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}
.category-desc__right .collapse-out .faq-block {
  margin-bottom: 0;
  padding-bottom: 48px;
}

.product-slider-wrapper.ps_blogposts {
  margin-bottom: 0;
}
