:root {
  --font-base: "opensans", sans-serif;
  --font-header: "opensans", sans-serif;
  --background-primary: #FFFFFF;
  --background-secondary: #f7f7f7;
  --background-secondary-opacity: rgba(240, 240, 242, 0.4);
  --background-light: #FFFFFF;
  --background-light-adv: #f8f9fa;
  --background-submit: linear-gradient(180deg, #79BA2A 0%, #69A125 100%);
  --border-primary: #EAEAF0;
  --border-hover: #DFDFE4;
  --content-primary: #555555;
  --content-secondary: #666672;
  --content-tertiary: #C0C0C6;
  --content-primary-inverted: #FFFFFF;
  --content-link: #0171E3;
  --content-link-hovered: #0171E3;
  --content-link-visited: #0171E3;
  --background-price: #30B400;
  --content-price: #175800;
  --content-price-secondary: #7E9B7A;
  --shared-feedback-success: #00843C;
  --shared-feedback-success-pressed: #458b47;
  --shared-feedback-success-border: rgba(79, 158, 81, 0.35);
  --shared-feedback-success-background: #D8FCD8;
  --shared-feedback-warning: #FCC000;
  --shared-feedback-warning-background: #FCF0CC;
  --shared-feedback-danger: #AE3030;
  --shared-feedback-danger-border: rgba(201, 54, 51, 0.35);
  --shared-feedback-danger-background: #FCEAEA;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  --black: #000000;
  --blue-light: #eef2ff;
  --blue: #c7d2fe;
  --blue-dark: #4f46e5;
  --green-primary: #5bb12b;
  --green-light: #f0fdf4;
  --green: #bbf7d0;
  --green-dark: #16a34a;
  --lime_green: #2e7d32;
  --orange-light: #fff7ed;
  --orange: #ffedd5;
  --orange-dark: #d1b06e;
  --violet-light: #f5f3ff;
  --violet: #ddd6fe;
  --violet-dark: #7c3aed;
  --sky-light: #e0f2fe;
  --sky: #bae6fd;
  --sky-dark: #0369a1;
}

.filters-row {
  display: none;
  font-size: 0;
  line-height: 0;
  background: #fbfbfb;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 500;
}

.filters-row.visible-mobile-filters {
  display: block;
}

.filters-row-content {
  height: calc(100% - 120px);
  border: solid #d9d9d9;
  border-width: 0 0 1px 0;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.filters-row-content.filter-in-use {
  height: 100%;
}

.col-filter-container {
  margin-top: -1px;
  min-height: 56px;
  border: solid #d9d9d9;
  border-width: 1px 0 1px 0;
  background: #ffffff;
}

.f-control-container {
  display: inline-block;
  margin: 7px 0;
  width: 100%;
  position: relative;
  text-align: left;
}

.f-control-container.selected {
  margin: 0;
  z-index: 403;
  position: fixed;
  top: 0;
  height: 100%;
}

.f-container,
.clerk-facet-group {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 48px;
  padding-left: 20px;
  width: 100%;
  min-height: 38px;
  background: #FFFFFF;
  border-radius: 0;
  line-height: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.f-container:before,
.f-container:after,
.clerk-facet-group:before,
.clerk-facet-group:after {
  content: " ";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.f-container:before,
.clerk-facet-group:before {
  display: none;
  width: 48px;
  border: solid #A6A6A6;
  border-width: 0 0 0 1px;
}

.f-container:after,
.clerk-facet-group:after {
  width: 17px;
  background: url("../images/responsiveNew/common/filterArrow.png") 100% 50% no-repeat;
  background-size: auto 17px;
}

.f-control-container.selected .f-container,
.f-container.f-container-head,
.f-control-container.selected .clerk-facet-group {
  padding-top: 24px;
  padding-bottom: 25px;
  background: #f4f4f4;
  border: solid #e7e7e7;
  border-width: 1px 0 1px 0;
  z-index: 402;
}

.f-control-container.selected .f-container:after,
.f-control-container.selected .clerk-facet-group:after {
  display: none;
}

.f-container.f-container-head {
  padding-top: 14px;
  padding-bottom: 14px;
}

.f-container.f-container-head:before,
.f-container.f-container-head:after {
  display: none;
}

.f-container span.f-title,
.clerk-facet-group-title {
  display: inline-block;
  padding-right: 15px;
  min-width: 60px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  float: left;
}

.f-control-container.selected .f-container span.f-title,
.f-container.f-container-head span.f-title,
.f-control-container.selected .clerk-facet-group-title {
  font-size: 19px;
}

.f-container.f-container-head span.f-title {
  font-weight: normal;
}

.f-container span.first-used-value {
  display: block;
  color: #0070C0;
  text-align: right;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
}

.f-control-container.selected .f-container span.first-used-value {
  display: none;
}

.f-container button.close-button-mobile {
  display: none;
  margin: auto;
  padding: 0 30px 0 10px;
  height: 39px;
  background: url("../images/responsiveNew/common/filterCloseButton.png") 100% 50% no-repeat;
  background-size: 17px auto;
  border: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  outline: none;
}

.f-control-container.selected .f-container button.close-button-mobile,
.f-container.f-container-head button.close-button-mobile {
  display: inline-block;
}

.f-container button.close-button-mobile span {
  display: inline-block;
  position: relative;
  top: -2px;
}

.f-overlay-container,
.f-loading-overlay-container {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: auto;
  background: #fbfbfb;
  z-index: 401;
}

.f-loading-overlay-container {
  background: #0d0d0d;
  opacity: 0.8;
}

.f-control-container.selected .f-overlay-container {
  display: block;
  bottom: 0;
}

.f-control-container.loading .f-loading-overlay-container {
  display: block;
  bottom: 0;
}

.fvs-controls-container {
  display: none;
  width: 100%;
  position: absolute;
  background: #ffffff;
}

.f-control-container.selected .fvs-controls-container {
  display: block;
  margin-top: -1px;
  z-index: 402;
  top: 71px;
  bottom: 0;
}

.fvs-container,
.clerk-facet-group-facets {
  margin-bottom: -70px;
  padding: 0 20px 90px;
  width: 100%;
  height: 100%;
  position: relative;
  border: solid #D9D9D9;
  border-width: 1px 0 1px 0;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fvs-container.fvs-prices {
  padding-top: 35px;
}

.fv-check-container,
.clerk-facet {
  margin: -1px -20px 0;
  padding: 14px 20px;
  border: solid #d9d9d9;
  border-width: 1px 0 1px 0;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.fv-check-container input[type=checkbox] {
  margin: -33px 0 0 -17px;
  float: left;
}

.fv-check-container label,
.fv-check-container .fv-label {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px;
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
  cursor: pointer;
}

.fv-check-container .checker {
  display: inline-block;
  width: 31px;
  height: 28px;
  border: solid 2px #A6A6A6;
  position: absolute;
  top: 14px;
  left: 20px;
}

.fv-check-container .checker:after {
  content: " ";
  display: inline-block;
  width: 40px;
  height: 35px;
  position: absolute;
  top: -12px;
  left: 6px;
}

.fv-check-container input[type=checkbox]:checked ~ label .checker:after,
.fv-check-container.clerk-facet-selected .fv-label .checker:after {
  background: url("../images/responsiveNew/common/fvCheckerMobile.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.fv-check-container .fv-diff-count,
.clerk-facet-count {
  color: #7F7F7F;
  float: right;
}

.fvs-buttons-container {
  margin-top: -1px;
  padding: 10px 15px 0;
  width: 100%;
  position: relative;
  background: #ffffff;
  border: solid #D9D9D9;
  border-width: 1px 0 0 0;
  text-align: center;
}

.fvs-buttons-container button.filter {
  margin-bottom: 10px;
  margin-right: 15px;
  width: 60%;
  height: 49px;
  max-width: 210px;
  text-transform: none;
  font-size: 19px;
}

.fvs-buttons-container button.filter.remove-button {
  margin-right: 0;
  width: 34%;
  font-weight: normal;
  color: #000000;
}

.fvs-buttons-container button.close-button {
  margin-bottom: 10px;
  width: 36px;
  height: 39px;
  float: right;
  background: url("../images/responsiveNew/common/filterCloseButton.png") 50% 50% no-repeat;
  background-size: 17px auto;
  border: 0;
  outline: none;
}

.f-loading-container {
  display: none;
  margin: auto;
  max-width: 300px;
  max-height: 280px;
  position: absolute;
  top: -160px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #FFFFFF;
  z-index: 404;
}

.f-loading-container:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/responsiveNew/common/loading.gif") 50% 50% no-repeat;
  background-size: 50% auto;
}

.f-control-container.loading .f-loading-container {
  display: block;
}

.selected-filters-row {
  margin-bottom: -15px;
  padding: 4px 0 19px;
  background: #FFFFFF;
}

.selected-filters-content {
  width: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.selected-filter-item {
  display: inline-block;
  margin-top: 8px;
  margin-right: 15px;
  padding: 11px 7px 11px 20px;
  background: #383344;
}

.selected-filters-content .selected-filter-item:nth-last-child(1) {
  margin-right: 5px;
}

.selected-filters-content .selected-filter-item:nth-last-child(2) {
  margin-right: 25px;
}

.selected-filter-item span {
  display: inline-block;
  padding-right: 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}

.selected-filter-item button {
  padding: 0px;
  width: 25px;
  height: 25px;
  border: 0px;
  outline: none;
  background: none;
  float: right;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.selected-filter-item button:before,
.selected-filter-item button:after {
  content: " ";
  width: 1px;
  height: 26px;
  background: #ffffff;
  position: absolute;
  top: 0;
  opacity: 0.9;
}

.selected-filter-item button:before {
  transform: rotate(-45deg);
}

.selected-filter-item button:after {
  transform: rotate(45deg);
}

.selected-filters-content button.remove-selected-filters {
  margin-top: 8px;
  padding: 11px 0px;
  width: 127px;
  height: 47px;
  color: #ffffff;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  top: 2px;
}

.filters-button-container {
  background: #003C60;
  width: auto;
  max-width: 185px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6);
}

.filters-button-container button {
  padding: 0 16% 5px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  outline: none;
  position: relative;
}

.filters-button-container button span.filters-amount {
  display: none;
}

.filters-button-container button:after {
  content: " ";
  width: 60px;
  height: 38px;
  background: url("../images/responsiveNew/common/mobileFilterButtonIcon.png") no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 2px;
  left: 49%;
}

.filters-button-container.filters-amount button {
  text-align: center;
}

.filters-button-container.filters-amount button:after {
  display: none;
}

.filters-button-container.filters-amount button span.filters-amount {
  display: inline;
}

.fvs-controls-container .products-sort-field-container {
  margin: 0 -20px;
  padding: 0;
  width: auto;
  max-width: none;
  float: none;
}

.fvs-controls-container .products-sort-field-container .products-sort-field {
  padding: 0;
  max-width: none;
  border: 0;
  background-image: none;
}

.fvs-controls-container .products-sort-field-container select.products-sort-field option,
.fvs-controls-container .products-sort-field-container .products-sort-field .sort-option {
  margin-top: -1px;
  padding: 20px 20px 0;
  border: solid #d9d9d9;
  border-width: 1px 0 1px 0;
  height: 64px;
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
}

.fvs-controls-container .products-sort-field-container .products-sort-field .sort-option.selected {
  background: #e7e7e7;
}

.rheostat-handle-lower,
.rheostat-handle-upper {
  margin-top: -10px;
  width: 55px;
  height: 39px;
  background: #eeeeee;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6);
}

.rheostat-handle-lower {
  margin-left: -18px;
}

.rheostat-handle-upper {
  margin-left: -36px;
}

.rheostat-tooltip {
  width: 70px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #aaa;
  bottom: 50px;
}

.rheostat-handle-upper .rheostat-tooltip {
  margin-left: -16px;
}

.price-filter-container {
  margin: 65px -5px 0;
  position: relative;
  font-size: 19px;
  font-weight: normal;
  line-height: 14px;
}

.price-filter-container .form-group > div:first-child {
  padding-left: 15px;
  padding-right: 5px;
}

.price-filter-container .form-group > div:first-child span {
  right: 12px;
}

.price-filter-container .form-group > div:last-child {
  padding-left: 0px;
  padding-right: 20px;
}

.price-filter-container .form-group > div:last-child span {
  right: 25px;
}

.price-filter-container input.price-filter-value {
  padding: 5px 50px 5px 10px;
  width: 100%;
  height: 46px;
  font-size: 19px;
}

.price-filter-container span {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 20px;
  line-height: 46px;
}

.window-box .window-header.filters-header {
  margin: 0px 5%;
  padding: 15px 0px;
  width: 90%;
  height: auto;
  background: #d8d8d8;
  text-align: center;
}

.filters-header span {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}

.window-box .window-content.filters-content {
  margin: 0px 5%;
  width: 90%;
  padding: 15px;
  background: #f2f2f2;
  position: relative;
}

.window-box .window-content.filters-content .filters-content-container {
  margin: auto;
  width: 100%;
  max-width: 250px;
  position: relative;
  overflow: hidden;
}

.window-box .window-content.filters-content .filters-content-container .filters-container {
  padding-left: 0px;
}

.window-box .filters-buttons-container {
  margin: 15px auto 0px;
  width: 100%;
  height: 26px;
  max-width: 250px;
  position: relative;
}

.window-box .filters-buttons-container button {
  padding: 4px;
  width: 48%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  border: solid 1px #959595;
}

.window-box .filters-buttons-container button.filters-confirm-button {
  background: #448f00;
  background: linear-gradient(#89e436, #448f00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#89e436', endColorstr='#448f00');
  float: left;
}

.window-box .filters-buttons-container button.filters-delete-button {
  background: #898989;
  background: linear-gradient(#bfbfbf, #7a7a7a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bfbfbf', endColorstr='#7a7a7a');
  float: right;
}

@media (min-width: 992px) {
  .filters-row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 20px 12px;
    width: auto;
    background: #EEEEEE;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    z-index: auto;
  }
  .filters-row-content,
  .filters-row-content.filter-in-use {
    height: auto;
    background: transparent;
    border: 0;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
  .col-filter-container {
    margin-top: 0;
    min-height: auto;
    border: 0;
    background: none;
  }
  .f-control-container,
  .f-control-container.selected {
    margin: 5px 0;
  }
  .f-control-container.selected {
    position: relative;
    top: auto;
    height: auto;
  }
  .f-container,
  .clerk-facet-group {
    padding-left: 15px;
    border: 1px solid #A6A6A6;
    box-shadow: 2px 2px 5px 0px rgba(64, 64, 64, 0.6);
  }
  .f-container:before,
  .f-container:after,
  .clerk-facet-group:before,
  .clerk-facet-group:after {
    right: 0;
  }
  .f-container:before,
  .clerk-facet-group:before {
    display: inline-block;
  }
  .f-container:after,
  .clerk-facet-group:after {
    width: 47px;
    background: url("../images/responsiveNew/common/filterDownArrow.png") 50% 50% no-repeat;
    background-size: 26px auto;
  }
  .f-control-container.selected .f-container,
  .f-control-container.selected .clerk-facet-group {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border: solid #FFFFFF;
    border-width: 1px 1px 1px 1px;
    box-shadow: none;
    z-index: 402;
  }
  .f-control-container.selected .f-container:before,
  .f-control-container.selected .clerk-facet-group:before {
    border: 0;
  }
  .f-control-container.selected .f-container:after,
  .f-control-container.selected .clerk-facet-group:after {
    display: inline-block;
  }
  .f-container span.f-title,
  .f-control-container.selected .f-container span.f-title,
  .clerk-facet-group-title,
  .f-control-container.selected .clerk-facet-group-title {
    font-size: 15px;
    font-weight: normal;
    color: #0070C0;
  }
  .f-overlay-container {
    background: rgba(13, 13, 13, 0.27);
  }
  .f-loading-overlay-container,
  .f-control-container.loading .f-loading-overlay-container {
    display: none;
    bottom: auto;
  }
  .selected-filters-row {
    padding: 4px 0 19px;
  }
  .selected-filters-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .selected-filter-item {
    padding: 6px 7px 5px 20px;
  }
  .selected-filters-content .selected-filter-item:nth-last-child(1),
  .selected-filters-content .selected-filter-item:nth-last-child(2) {
    margin-right: 0;
  }
  .selected-filter-item span {
    font-size: 13px;
  }
  .selected-filter-item button:before,
  .selected-filter-item button:after {
    height: 22px;
    top: 1px;
  }
  .f-control-container.selected .fvs-controls-container {
    margin-top: 0;
    top: auto;
    bottom: auto;
  }
  .fvs-controls-container.multicolumn {
    width: 209%;
  }
  .fvs-controls-container.multicolumn.limited {
    width: 100%;
    min-width: 314px;
  }
  .fvs-controls-container.multicolumn .fvs-column {
    border: solid #d9d9d9;
    border-width: 0 1px 0 0;
  }
  .fvs-controls-container.multicolumn .fvs-column:last-child {
    margin-left: -1px;
    border-width: 0 0 0 1px;
  }
  .col-filter-container:nth-child(2n+1) .fvs-controls-container.multicolumn {
    right: auto;
  }
  .col-filter-container:nth-child(3n+1) .fvs-controls-container.multicolumn {
    right: 0;
  }
  .fvs-container,
  .fvs-container.fvs-prices,
  .clerk-facet-group-facets {
    margin-bottom: 0;
    padding: 10px 15px 12px;
    height: auto;
    max-height: 500px;
    min-height: 150px;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
  .fv-check-container,
  .clerk-facet {
    margin: 3px 0 4px;
    padding: 4px 0 0;
    width: 100%;
    border: 0;
  }
  .fv-check-container input[type=checkbox] {
    margin: -13px 0 0 -17px;
  }
  .fv-check-container label,
  .fv-check-container .fv-label {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 35px;
    color: inherit;
    font-size: 13px;
  }
  .fv-check-container .checker {
    width: 25px;
    height: 25px;
    border: solid 1px #404040;
    border-radius: 4px;
    top: 4px;
    left: 0;
  }
  .fv-check-container .checker:after {
    width: 27px;
    height: 24px;
    top: -4px;
    left: 4px;
  }
  .fv-check-container input[type=checkbox]:checked ~ label .checker:after,
  .fv-check-container.clerk-facet-selected .fv-label .checker:after {
    background: url("../images/responsiveNew/common/fvChecker.png") no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .fvs-buttons-container {
    padding: 15px;
    text-align: left;
    background: transparent;
  }
  .fvs-buttons-container button.filter {
    margin-right: 0;
    max-width: 140px;
    height: 39px;
    float: left;
    font-size: 16px;
  }
  .f-loading-container {
    max-width: none;
    max-height: none;
    top: -42px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .groups-products-container.sm-items-space.filtered-content {
    padding-bottom: 32px;
    min-height: 530px;
  }
  .rheostat-handle-lower,
  .rheostat-handle-upper {
    margin-top: -5px;
    margin-left: -10px;
    width: 25px;
    height: 21px;
  }
  .rheostat-tooltip {
    width: 55px;
    font-size: 13px;
    line-height: 21px;
    bottom: 30px;
    right: auto;
  }
  .rheostat-tooltip {
    margin-left: 0;
  }
  .rheostat-handle-upper .rheostat-tooltip {
    margin-left: -32px;
  }
  .fvs-clerk-prices {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .col-filter-container:nth-child(3n+1) .fvs-controls-container.multicolumn {
    right: auto;
  }
  .col-filter-container.col-lg-3:nth-child(4n+1) .fvs-controls-container.multicolumn {
    right: 0;
  }
  .col-filter-container.col-lg-4:nth-child(3n+1) .fvs-controls-container.multicolumn {
    right: 0;
  }
}
.common-loading {
  display: none;
}

.common-loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.common-loading-container:before {
  content: "";
  display: block;
  border: 12px solid #f3f3f3;
  border-top: 12px solid #6db024;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  animation: spin 1s linear infinite;
}
.common-loading-container:after {
  content: "";
  display: block;
  background: url("../../images/logo-elvvs.svg") 50% 50% no-repeat;
  width: 160px;
  height: 160px;
  position: relative;
  top: -160px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.categories-menu {
  background: var(--background-primary);
  border: solid 1px #D9D9D9;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
}
.categories-menu.categories-menu-no-wrap {
  padding: 0;
  border: none;
}
.categories-menu.categories-menu-no-wrap .categories-menu-header span {
  color: var(--content-primary);
  font-weight: 600;
  text-transform: none;
  padding-left: 0;
}
.categories-menu.categories-menu-no-wrap .categories-menu-content ul > li a,
.categories-menu.categories-menu-no-wrap .categories-menu-content ul > li a:hover,
.categories-menu.categories-menu-no-wrap .categories-menu-content ul > li a:visited {
  color: var(--content-primary);
}
.categories-menu .categories-menu-header {
  width: 100%;
}
.categories-menu .categories-menu-header span,
.categories-menu .categories-menu-header a {
  display: block;
  padding: 6px 10px 15px;
  width: 100%;
  height: 47px;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.categories-menu .categories-menu-header a,
.categories-menu .categories-menu-header a:hover,
.categories-menu .categories-menu-header a:visited {
  color: #262626;
  font-size: 16px;
  padding: 6px 10px 10px 28px;
  width: 100%;
  height: 42px;
}
.categories-menu .categories-menu-header a:before {
  content: " ";
  display: block;
  width: 11px;
  height: 17px;
  top: 12px;
  left: 6px;
  position: absolute;
  background: url("../images/responsiveNew/common/backArrow.png") no-repeat 0 0;
}
.categories-menu .categories-menu-header span {
  border: solid 1px #E6E6E6;
  border-width: 0 0 1px 0;
  font-size: 18px;
}
.categories-menu .categories-menu-content {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.categories-menu .categories-menu-content.clear-margin {
  margin-top: 0;
}
.categories-menu .categories-menu-content ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.categories-menu .categories-menu-content li:not(.ais-Hits-item) li:not(.ais-RefinementList-item) {
  margin: 6px 0;
  padding: 2px 5px 2px 0;
  position: relative;
  color: #0070C0;
  font-size: 14px;
  line-height: 18px;
}
.categories-menu .categories-menu-content li:not(.ais-Hits-item):before li:not(.ais-RefinementList-item):before {
  content: " ";
  width: 4px;
  height: 4px;
  background: #000000;
  position: absolute;
  top: 10px;
  left: 9px;
}
.categories-menu .categories-menu-content li a,
.categories-menu .categories-menu-content li a:hover,
.categories-menu .categories-menu-content li a:visited {
  color: #0070C0;
  font-size: 14px;
  text-decoration: none;
}
.categories-menu .categories-menu-content li a.brand,
.categories-menu .categories-menu-content li a.brand:hover,
.categories-menu .categories-menu-content li a.brand:visited {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
.categories-menu .categories-menu-content li a.current-brand,
.categories-menu .categories-menu-content li a.current-brand:hover,
.categories-menu .categories-menu-content li a.current-brand:visited {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.categories-menu .categories-menu-content > li span.category-title {
  display: inline-block;
  max-width: 90%;
}
.categories-menu .no-list-style ul > li:not(.ais-RefinementList-item) {
  margin: 6px 0;
  padding: 2px 5px 2px 0;
  position: relative;
  color: #0070C0;
  font-size: 14px;
  line-height: 18px;
}
.categories-menu .no-list-style ul > li:not(.ais-RefinementList-item):before {
  display: none;
}
.categories-menu .no-list-style ul li.algolia-search-category-item {
  padding-left: 0;
  margin: 6px 0;
  position: relative;
  color: #0070C0;
  font-size: 14px;
  line-height: 18px;
}
.categories-menu .no-list-style ul li.algolia-search-category-item span {
  font-weight: normal;
  color: #454545;
}
.categories-menu .categories-menu-content ul > li span.products-amount,
.categories-menu .no-list-style ul li.algolia-search-category-item span.products-amount {
  font-weight: normal;
  color: #797979;
  float: right;
  font-size: 10px;
}

.paginationContainer {
  color: var(--content-primary);
  font-family: var(--font-base), serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  text-align: center;
  padding: 16px 0;
  overflow: hidden;
  clear: both;
}
@media (min-width: 992px) {
  .paginationContainer {
    font-size: 18px;
  }
}
.paginationContainer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paginationContainer .ais-Pagination-item,
.paginationContainer .pagination-item {
  background-color: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 4px;
  display: inline-block;
  margin: 0 4px 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.paginationContainer .ais-Pagination-item .ais-Pagination-link,
.paginationContainer .ais-Pagination-item .pagination-link,
.paginationContainer .pagination-item .ais-Pagination-link,
.paginationContainer .pagination-item .pagination-link {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 8px;
  vertical-align: middle;
}
.paginationContainer .ais-Pagination-item a,
.paginationContainer .pagination-item a {
  color: var(--content-link);
  text-decoration: none;
}
.paginationContainer .ais-Pagination-item a:hover,
.paginationContainer .pagination-item a:hover {
  text-decoration: none;
}
.paginationContainer .ais-Pagination-item--disabled,
.paginationContainer .pagination-item--disabled {
  color: var(--content-tertiary);
}
.paginationContainer .ais-Pagination-item--disabled .pagination-link,
.paginationContainer .pagination-item--disabled .pagination-link {
  cursor: default;
}
.paginationContainer .ais-Pagination-item--selected,
.paginationContainer .pagination-item--selected {
  background-color: var(--background-light-adv);
  cursor: default;
}
.paginationContainer .ais-Pagination-item--selected .ais-Pagination-link,
.paginationContainer .ais-Pagination-item--selected .pagination-link,
.paginationContainer .pagination-item--selected .ais-Pagination-link,
.paginationContainer .pagination-item--selected .pagination-link {
  color: var(--content-primary);
  font-weight: bold;
}
.paginationContainer .ais-Pagination-item--previousPage a,
.paginationContainer .ais-Pagination-item--nextPage a,
.paginationContainer .pagination-item--previousPage a,
.paginationContainer .pagination-item--nextPage a {
  width: auto;
}

.price-range-slider {
  margin-top: 5px;
  border-radius: 25px;
  position: absolute;
  height: 20px;
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, 0.5), 0 1px 0 0px rgba(250, 250, 250, 0.5);
  left: 40px;
  right: 40px;
}

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 55px;
  height: 39px;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #aaa;
  outline: none;
  top: -10px;
  margin-left: -27px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6);
}

.ui-slider-range {
  background: #276F99;
  position: absolute;
  border: 0;
  top: 0;
  height: 100%;
  border-radius: 25px;
}

.toolbar {
  background-color: var(--background-primary);
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 16px;
  padding: 4px;
}
@media (min-width: 768px) {
  .toolbar {
    padding: 4px 16px;
  }
}
.toolbar .category-page-top-controls {
  max-width: 50%;
  flex-grow: 1;
  margin: 0 8px 0 0;
}
.toolbar .category-page-top-controls .filters-button-container {
  height: 47px;
  margin: 0;
}
.toolbar .product-count {
  color: var(--content-primary);
  font-family: var(--font-header), serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  min-width: 85px;
  max-width: 100%;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .toolbar .product-count.clear-right-xs {
    margin-top: 10px;
    clear: right;
  }
}
.toolbar .products-sort-field-container {
  background: var(--background-primary);
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  margin: 0 auto;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  max-width: 50%;
  margin: 0 8px 0 0;
}
@media (min-width: 992px) {
  .toolbar .products-sort-field-container {
    width: 250px;
  }
}
.toolbar .products-sort-field-container label {
  display: none;
}
@media (min-width: 992px) {
  .toolbar .products-sort-field-container label {
    display: inline-block;
    font-weight: normal;
  }
}
.toolbar .products-sort-field {
  border: 1px solid var(--border-primary);
  color: var(--content-primary);
  color: var(--content-primary);
  font-family: var(--font-base), serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  min-width: 158px;
  max-width: 185px;
  width: 100%;
  height: 47px;
  padding: 8px 15px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("../images/responsiveNew/common/sortField.png");
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: 91% 50%;
}
@media (min-width: 992px) {
  .toolbar .products-sort-field {
    background-position: 144px 50%;
    width: 185px;
    height: 40px;
  }
}

.col-products-per-page {
  margin-top: -5px;
  margin-bottom: 50px;
}

.col-products-per-page.top-space {
  margin-top: 20px;
}

.products-per-page-container {
  margin: 1px auto 2px;
  position: relative;
  width: 100%;
  max-width: 300px;
  background: #FFFFFF;
}

.products-per-page {
  padding: 8px 15px;
  width: 100%;
  height: 49px;
  border: solid 1px #a6a6a6;
  font-size: 15px;
  font-weight: normal;
  line-height: 29px;
  cursor: pointer;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/responsiveNew/common/sortField.png");
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: 91% 50%;
}

@media (min-width: 768px) {
  .col-products-per-page {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page__grid {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  margin: 0 auto;
}
.page__grid .page__cell {
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .page__grid .page__cell.left-menu-container {
    width: 340px;
    margin: 0 16px 0 0;
    padding: 0;
  }
  .page__grid .page__cell.left-menu-container .left-menu__inner {
    background: var(--background-light);
    border: 1px var(--border-hover) solid;
    border-radius: 8px;
    padding: 8px 16px;
  }
}
@media (min-width: 992px) {
  .page__grid .page__cell.right-content-container {
    width: calc(100% - 356px);
    margin: 0;
  }
}
.page__grid .page__cell.right-content-container .js-filters {
  width: 100%;
  margin: 0 0 16px;
}
.page__grid .page__cell.right-content-container .common-description-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page__grid .page__cell.right-content-container .groups-products-container.sm-items-space.filtered-content {
  background-color: transparent;
  padding: 0;
}
.page__grid .page__cell.cell__full-width {
  width: 100%;
}

.background-container.categories-top-background {
  overflow: hidden;
}
.background-container.categories-top-background.mobile-overflow-visible {
  overflow: visible;
}

.mobile-fluid-background,
.row.mobile-fluid-background,
.row.sm-items-space.mobile-fluid-background {
  margin-right: -150px;
  margin-left: -150px;
  padding-right: 140px;
  padding-left: 140px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.mobile-fluid-background.grey {
  background: #f6f6f6;
}

.groups-products-container .mobile-fluid-background {
  margin-top: -20px;
}

.anchor-section {
  display: block;
  width: 100%;
  clear: left;
  float: left;
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
}

.table-of-content-list li a {
  color: #454545;
  margin: 5px 0;
  display: inline-block;
  font-size: 16px;
}

.table-of-content-list li a:active,
.table-of-content-list li a:focus,
.table-of-content-list li a:visited {
  color: #454545;
}

.bottom-head-line {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}

.category-page-title {
  width: 100%;
  float: left;
}

.category-page-title,
.category-page-top-controls {
  margin-bottom: 10px;
}

.category-page-title:empty,
.category-page-top-controls:empty {
  margin-bottom: 0;
}

.category-page-title h1 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}

.category-page-title .page-title-product-count {
  font-size: 15px;
  font-weight: normal;
}

.left-menu-description-container {
  margin-bottom: 20px;
  padding-bottom: 40px;
  width: 100%;
  position: relative;
}

.left-menu-description-container.revealed {
  padding-bottom: 5px;
}

.categories-menu ~ .left-menu-description-container {
  margin-top: 10px;
}

.left-menu-description-content {
  width: 100%;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  line-height: 19px;
  overflow: hidden;
}

.left-menu-description-content.revealed {
  max-height: none;
}

.left-menu-description-content p {
  margin: 0 0 0px !important;
}

.left-menu-description-content h2 {
  font-size: 16px;
}

.left-menu-description-content h3 {
  font-size: 15px;
}

.left-menu-description-content h4 {
  font-size: 14px;
}

.common-description-content {
  background: transparent;
  line-height: 24px;
}

.common-description-content h1 {
  margin-bottom: 20px;
}

.show-more-controll {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  text-decoration: underline;
  position: absolute;
  left: 0;
  bottom: 5px;
  cursor: pointer;
  visibility: hidden;
}

.show-more-controll.hidden {
  display: none;
}

.left-menu-description-container.revealed .show-more-controll {
  display: none;
}

.show-more-controll.scroll-to {
  visibility: visible;
}

.show-more-controll-top {
  margin: 5px 10px;
}

@media (min-width: 768px) {
  .mobile-fluid-background,
  .row.mobile-fluid-background,
  .row.sm-items-space.mobile-fluid-background {
    padding-right: 135px;
    padding-left: 135px;
  }
}
@media (min-width: 992px) {
  .mobile-fluid-background {
    margin: 0;
  }
  .groups-products-container .mobile-fluid-background {
    margin-top: 0;
  }
  .mobile-fluid-background,
  .row.mobile-fluid-background,
  .row.sm-items-space.mobile-fluid-background {
    padding: 0;
  }
  .row.mobile-fluid-background {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.sm-items-space.mobile-fluid-background {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mobile-fluid-background.grey {
    background: none;
  }
  .category-page-title h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 43px;
  }
  .category-page-title {
    width: auto;
  }
  .category-page-title,
  .category-page-top-controls {
    margin-bottom: 17px;
  }
  .category-page-top-controls {
    margin-top: 13px;
    margin-right: -15px;
    width: auto;
  }
}
.category-products-energy-data-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 45px;
}
@media (min-width: 992px) {
  .category-products-energy-data-container {
    position: absolute;
    top: 118px;
  }
}