.filter-wrapper {
  height: 100vh;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 98;
  left: 0;
  right: 0;
  top: 0px;
  overflow-y: auto;
  padding-left: 0px;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding-top: 60px;
}

.filter-wrapper.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  display: block !important;
}

.filter-wrapper .title-section {
  background-color: #2fc48d;
  padding: 20px 20px;
  position: relative;
  box-shadow: inset 0px -3px 0px 0px #2ab381;
}

.filter-wrapper .title-section h2 {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.filter-wrapper .title-section .icon-close {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  fill: #fff;
}

.filter-wrapper .form-collapse .collapse-trigger {
 
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    padding: 15px 20px;
  
}



.filter-wrapper .form-collapse .collapse-content {
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}
.button--grey, .button--grey:visited {
    color: #00a78e;
    background: rgba(218,223,228,.3);
    box-shadow: inset 0 -3px 0 0 #f4f4f4;
}

.filter-wrapper .form-collapse .icon-collapse-arrow {
  fill: #666;
  font-size: 16px;
}

.page-products-listing .container, .page-products-listing .region.region-content {
    background: 0 0 !important;
    //background-color: #fff !important; //removed as per the toolkit.
}

.results-bar {
  background: #f4f4f4;
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: -1;
  opacity: 0;
  transition: all .2s ease-in;
}

.results-bar.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 98;
  opacity: 1;
}

.results-bar a {
  vertical-align: middle;
}

.colour-palette-wrapper .filter-zone {
  display: none;
}

.page-colour-inspiration .colour-palette-wrapper .filter-zone {
  display: block;
}

.filter-zone {
  background-color: #fff;
  padding: 15px 10px;
}

.filter-zone.visible {
  display: block !important;
}

.filter-zone section#color-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.count-label {
  background: #2fc48d;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  display: none;
}

.count-label.visible {
  display: inline-block;
}

.count-label.input-counter {
  position: absolute;
  right: 64px;
}

.count-label.totalInputCount {
  position: absolute;
  right: 0px;
  top: 0px;
}

.page-colors-listing .count-label.totalInputCount {
  right: -5px;
}

.page-products-listing .count-label.totalInputCount {
  right: -5px;
  top: -2px;
}

.page-colour-inspiration .count-label.totalInputCount {
  left: 18%;
  top: -5px;
}

.filter-section {
  background: #fff;
  display: none;
  padding-bottom: 24px;
}

.bar-desktop {
  display: none;
  text-align: center;
}

.bar-desktop > div {
  display: inline-block;
  vertical-align: top;
  max-width: 410px;
}

.bar-title {
  color: #959595;
  margin-top: 2px;
}

.filter-labels {
  padding: 0 15px;
  margin: 0 15px;
  max-width: 80%;
  position: relative;
}

.filter-labels:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 2px;
  height: 26px;
  background-color: #e1e1e1;
}

.filter-labels::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 26px;
  background-color: #e1e1e1;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.filter-labels .label {
  display: inline-block;
  border-radius: 20px;
  background-color: #f4f4f4;
  font-size: 100%;
  color: #959595;
  font-weight: 100;
  white-space: unset;
  padding: 6px 12px;
  margin: 0 4px 10px;
  font-family: 'open_sans_italic', arial, sans-serif;
  vertical-align: top;
  cursor: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.filter-labels .label > span {
  font-family: 'open_sans_italic', arial, sans-serif;
  cursor: pointer;  
}

.reset-filter:hover {
  text-decoration: none; 
}

.filter-labels .label svg {
  fill: #2fc48d;
  margin-left: 8px;
  vertical-align: middle;
}

.icon-plus-text.right {
  float: right;
}

.icon-plus-text.right .icon {
  margin-left: 4px;
}

.icon-plus-text {
  display: inline-block;
  cursor: pointer;
}

.icon.icon-settings {
  font-size: 22px;
  fill: #2FC48D;
  vertical-align: middle;
}

.hidden-sm-down {
  display: none;
}


.product-listing-filters .product-amount.visible {
  display: block;
}

.product-listing-filters .product-amount span {
  font-family: "open_sans_bold", Helvetica, Arial, sans-serif;
}

.product-listing-filters .filter-section {
  text-align: left;
  background: transparent;
}

.product-listing-filters .filter-section .filter-labels {
  max-width: 752px;
  text-align: center;
}

.filter-wrapper-plp .collapse-wrap {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.page-products-listing .filtering .filter-zone .col-sm-12 {
  padding: 0 5px;
}

.page-products-listing .filtering .filter-zone .icon-plus-text{
  font-size: 16px;
}

.plp-color-bar-show {
  display: none;
}

.plp-color-selected .plp-color-bar-show {
  display: block;
}

.form-item-color-surface-usage-All,
.form-item-product-surface-usage-All {
  display: none !important;
}

.page-colour-inspiration .cid-all {
  display: none;
}

.filter-wrapper .form-item input[type=checkbox].disable-filter,
.filter-wrapper .form-item input[type=radio].disable-filter {
  cursor: not-allowed;
}

.filter-wrapper .form-item input[type=checkbox].disable-filter + label,
.filter-wrapper .form-item input[type=radio].disable-filter + label {
  color: #bbbbbb;
  cursor: not-allowed;
}

.filter-wrapper .form-item input[type=checkbox].disable-filter + label:before,
.filter-wrapper .form-item input[type=radio].disable-filter + label:before {
  background-color: #f4f4f4;
  border-color: #bbbbbb;
}
.page-products-listing {
    background-color: #ffffff;
}
.nl-modal-content .modal-body{
  background: none !important;
}
@media (min-width:768px) {
    body.page-products-listing .product-card__image {
        max-width: 43% !important;
    }
}
@media (min-width: 768px) {
  .filter-wrapper .title-section {
    display: none;
  }
  .vr-margin-top-7 {
    margin-top: 4.8rem!important;
   }

  .filter-wrapper-fullwidth.filter-wrapper .form-collapse.visible .collapse-trigger {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.22);
  }
  .filter-wrapper-plp.filter-wrapper .title-section .btn-clear {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .results-bar {
    display: none !important;
  }

  .filter-wrapper-fullwidth.filter-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    display: none;
    padding-top: 0;
  }

  .filter-ideas.filter-wrapper-fullwidth.filter-wrapper {
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .filter-wrapper-fullwidth.filter-wrapper .collapse-wrap {
    text-align: center;
    padding-bottom: 30px;
  }

  .filter-wrapper-fullwidth.filter-wrapper .form-collapse {
    max-width: 220px;
    width: 100%;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    text-align: left;
  }

  .filter-wrapper-fullwidth.filter-wrapper .form-collapse .collapse-content {
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
    z-index: 98;
  }
  
  .colour-palette-wrapper {
    padding: 45px 20px 45px;
    background: #f4f4f4;
    margin-top: 20px;
  }
  
  .filter-wrapper-plp.filter-wrapper {
    position: static;
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translateY(0%);
    background: #fff;
    border: 1px #e1e1e1 solid;
    border-bottom: 0;
    border-radius: 3px;
    -webkit-transform: translateY(0%);
    padding-top: 0;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
  }
  
  .filter-wrapper-plp.filter-wrapper .title-section {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 0px 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 20px;
  }

  .filter-wrapper-plp.filter-wrapper .title-section h2 {
    color: #333;
  }
  
  .filter-zone {
    display: none !important;
  }
  
  .count-label.input-counter {
    right: 50px;
  }
  
  .filter-section.visible {
    display: block;
  }

  .filter-wrapper .btn-show-more,
  .filter-wrapper .btn-show-less {
    display: none;
  }
  
  .bar-desktop > div {
    max-width: 700px;
  }
  
  .hidden-sm-up {
    display: none !important;
  }
  
  .hidden-sm-down {
    display: block;
  }
  
/*  .filter-wrapper-plp.filter-wrapper .title-section .btn-clear {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
  }*/
  
  .product-listing-filters .product-amount {
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
  }

  .filter-wrapper-plp .collapse-wrap .collapse-area {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .filter-wrapper.m-filters-setHeight {
    height: calc(100vh - 60px);
  }
}

.hide-overflow{
  overflow:hidden;
}

/* Filter form elements. */
.filter-wrapper input[type=checkbox]:not(old) + label,
.filter-wrapper input[type=radio]:not(old) + label {
  display: inline-block;
}
/* Type radio input. */
.form-item {
  position: relative;
  display: block;
  padding: 0 10px 0 0;
  margin: 0 0 15px 0 !important;
}

.form-item label.option {
  padding-left: 38px;
  margin: 0;
  line-height: 24px;
}

.filter-wrapper-plp  label.option {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.form-item.radio:hover * + label,
.form-item.checkbox:hover * + label {
  color: #00A78E;
}

.form-item input[type=radio] + label:before {
  position: absolute;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  line-height: 24px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  content: "";
  top: 0px;
}

.form-item input[type=radio] + label:after {
  position: absolute;
  background-color: #2FC48D;
  background-position: 50% 50%;
  line-height: 24px;
  left: 5px;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  content: "";
  top: 5px;
  opacity: 0;
  transition: all .3s ease-out;
}

.form-item.flicker input[type=radio]:checked + label {
  -webkit-animation: flickerBackground 1s;
  -moz-animation: flickerBackground 1s;
  -o-animation: flickerBackground 1s;
  animation: flickerBackground 1s;
}

.form-item.flicker input[type=radio]:checked + label:before {
  -webkit-animation: flickerAnimation 1s 2;
  -moz-animation: flickerAnimation 1s;
  -o-animation: flickerAnimation 1s;
  animation: flickerAnimation 1s;
}

.form-item input[type=radio]:checked + label:after {
  opacity: 1;
}

/* Type checkbox input. */
.form-item input[type=checkbox] + label:before {
  position: absolute;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  line-height: 24px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  color: #ccc;
  content: "";
  top: 0px;
}

.form-item input[type=checkbox] + label:after {
  position: absolute;
  background: url(../../images/check-checkbox.png) no-repeat scroll 0 0;
  background-position: 50% 50%;
  line-height: 24px;
  left: 0px;
  width: 24px;
  height: 24px;
  color: #ccc;
  content: "";
  top: 0px;
  opacity: 0;
  transition: all .3s ease-out;
}

.form-item.flicker input[type=checkbox]:checked + label,
#termsEmail .form-item input[type=checkbox]:checked + label {
  -webkit-animation: flickerBackground 1s;
  -moz-animation: flickerBackground 1s;
  -o-animation: flickerBackground 1s;
  animation: flickerBackground 1s;
}

.form-item.flicker input[type=checkbox]:checked + label:before,
#termsEmail .form-item input[type=checkbox]:checked + label:before {
  -webkit-animation: flickerAnimation 1s 2;
  -moz-animation: flickerAnimation 1s;
  -o-animation: flickerAnimation 1s;
  animation: flickerAnimation 1s;
}

.form-item input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.radio-outline {
  position: absolute;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  line-height: 24px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  content: "";
  top: 0px;
  z-index: -1;
}

.checkbox-outline {
  position: absolute;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  line-height: 24px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  color: #ccc;
  content: "";
  top: 0px;
  z-index: -1;
}

/* Animation */
@keyframes flickerAnimation {
  0%   { border-color: #e2e2e2; }
  50%  { border-color: #2fc48d; }
  100% { border-color: #e2e2e2; }
}
@-o-keyframes flickerAnimation {
  0%   { border-color: #e2e2e2; }
  50%  { border-color: #2fc48d; }
  100% { border-color: #e2e2e2; }
}
@-moz-keyframes flickerAnimation{
  0%   { border-color: #e2e2e2; }
  50%  { border-color: #2fc48d; }
  100% { border-color: #e2e2e2; }
}
@-webkit-keyframes flickerAnimation {
  0%   { border-color: #e2e2e2; }
  50%  { border-color: #2fc48d; }
  100% { border-color: #e2e2e2; }
}

@keyframes flickerBackground {
  0%   { color: #333333; }
  50%  { color: #2FC48D; }
  100% { color: #333333; }
}
@-o-keyframes flickerBackground {
  0%   { color: #333333; }
  50%  { color: #2FC48D; }
  100% { color: #333333; }
}
@-moz-keyframes flickerBackground {
  0%   { color: #333333; }
  50%  { color: #2FC48D; }
  100% { color: #333333; }
}
@-webkit-keyframes flickerBackground {
  0%   { color: #333333; }
  50%  { color: #2FC48D; }
  100% { color: #333333; }
}
