.solr-color-box-button {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 0 10px;
  margin: 1px;
  min-width: 100%;
  background-color: Transparent;
  max-width: 100%;
  opacity: 0;
}
.color-type {
  font-size: 24px;
  margin-bottom: 23px;
  text-transform: capitalize;
}
.solr-pure-color-list,
.solr-muted-color-list,
.solr-all-color-list,
.solr-all-color-name {
  width: 100%;
  position: relative;
  float: left;
}
.not-available > .solr-color-box-button {
  float: left;
  width: 95px;
  height: 69px;
  margin: 1px;
  position: absolute;
  cursor: not-allowed;
  content: '';
  font-size: 22px;
  z-index: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  border-width: 0;
  border-radius: 0 10px;
  background-size: 20px 20px;
  background: url('/profiles/flourish/themes/custom/flourish_rem/images/svg/close-light.svg') no-repeat scroll center center transparent;
}
.store-links {
  padding: 0;
}

.store-links .btn-default {
  width: 100%;
  height: 58px;
  border: none;
  font-size: 16px;
  white-space: normal;
}
.store-links .btn-default.active,
.store-links .btn-default:hover {
  background-color: #2fc48d !important;
  color: #fff;
  box-shadow: none;
}
.store-links .btn-default.active:after {
  content: " ";
  height: 0;
  width: 21px;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  border-color: rgba(47, 196, 141, 0);
  border-top-color: #2fc48d;
  border-width: 10px;
}
.flourish-colors-listing .color-counts {
  border-bottom: 0.5px solid #cac8c8;
  display: table;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sub-color-tab .main button,
.sub-color-tab .sub button {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid black;
  border-radius: 0;
  height: 25px;
  padding: 0;
}
.sub-color-tab .main:hover,
.sub-color-tab .sub:hover,
.sub-color-tab .m button:hover,
.sub-color-tab .sub button:hover {
  background-color: transparent !important;
}
.pure-color-list {
  margin-bottom: 60px;
}
.solr-readymix-color-list {
  float: left;
  width: 100%;
  padding-top: 15px;
}
.solr-readymix-color-title {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .i18n-no.page-colors-listing .store-links .btn-default {
    height: 100px !important;
  }
  .store-links .btn-default {
    height: auto;
  }
}
.opacity-zero {
  opacity: 0;
}
.newsletter-subscription-container .form-item-privacy label,
.newsletter-subscription-container .form-item-newsletter label {
  display: block;
  margin-left: 36px;
}
.displaynone {
  display: none;
}

.colours-overview__toggle a {
  color: #333;
}
.colours-overview__toggle .active a {
  color: #FFF;
}


/* NEW CLP support CSS START */
.page-colors-listing .filter-options__options {
  overflow: auto !important;
}
/* NEW CLP support CSS STOP */
