@charset "UTF-8";
.swatch-circle-beige {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #f5f5dc;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #f5f5dc;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #f5f5dc;
  display: inline-block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #000;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #000;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #000;
  display: inline-block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #0070d2;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #0070d2;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #0070d2;
  display: inline-block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #a52a2a;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #a52a2a;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #a52a2a;
  display: inline-block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #008827;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #008827;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #008827;
  display: inline-block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #8f979d;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #8f979d;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #8f979d;
  display: inline-block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #000080;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #000080;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #000080;
  display: inline-block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #ffa500;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #ffa500;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #ffa500;
  display: inline-block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #fe249a;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #fe249a;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #fe249a;
  display: inline-block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #800080;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #800080;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #800080;
  display: inline-block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #f00;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #f00;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #f00;
  display: inline-block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #fff;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  background: #ff0;
  -moz-border-radius: 0.75rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #ff0;
  -moz-border-radius: 0.5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
  background-color: #ff0;
  display: inline-block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-multicolor {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border-radius: 1.25em;
  display: block;
  height: 1.5rem;
  position: relative;
  transform: rotate(35deg);
  width: 1.5rem;
}
.swatch-circle-multicolor.disabled {
  opacity: 0.2;
}
.swatch-circle-multicolor.selected::after {
  transform: rotate(-35deg);
}

.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.search-page-title {
  padding: 8px 0;
  align-self: center;
  font-weight: 300;
}

@media (max-width: 1199.98px) {
  .search-results-banner picture::before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
  }
}

.refinement-bar {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 100%;
}
.refinement-bar ul {
  padding-left: 0;
}
@media (min-width: 992px) {
  .refinement-bar {
    transition: all 0.25s ease-in-out;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .refinement-bar {
    transition: none;
  }
}
@media (min-width: 992px) {
  .refinement-bar.hide-desktop {
    flex: 0 0 0;
    max-width: 0%;
    padding: 0;
    height: 0;
  }
}
@media (max-width: 991.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
    background-color: #fff;
    left: -100vw;
    top: 0;
    width: 100%;
    z-index: 1001;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: left 0.25s cubic-bezier(0, 1, 0.5, 1);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .refinement-bar {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .refinement-bar.show-mobile {
    left: 0;
  }
}

.header-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
  outline: none;
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 10px;
}
.header-bar button.close .icon-cross {
  font-size: 1.25em;
}
@media (max-width: 991.98px) {
  .header-bar {
    padding: 0.938em 2.813em;
  }
  .header-bar button.close {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 543.98px) {
  .header-bar {
    padding: 0.938em;
  }
}

.refinements .header,
.refinements .values {
  width: 100%;
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}
.refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinements ul {
  overflow: auto;
}
.refinements ul li {
  padding-left: 1px;
}
.refinements ul li button {
  border: none;
  background-color: transparent;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}
.refinements li.color-attribute button {
  padding: 0;
}
.refinements li.disabled {
  opacity: 0.5;
}
@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}

.secondary-bar {
  padding: 0.938em 0;
  overflow: auto;
}
.secondary-bar .apply-container {
  transition: all 0.5s ease-in-out;
}
.secondary-bar .apply-container.show {
  width: 100%;
}
.secondary-bar .reset {
  letter-spacing: 0.5px;
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  .grid-header .result-count,
  .content-grid-header .result-count {
    padding-bottom: 0.938em;
  }
}
.grid-header select,
.content-grid-header select {
  width: 100%;
}

.result-count {
  font-size: 0.875rem;
}
.result-count p {
  margin-bottom: 0;
}
.result-count span:not(.search-keywords) {
  color: #7b7979;
  font-weight: 300;
}

.refinement {
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.refinement:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.refinement a {
  text-decoration: none;
}
.refinement button.title {
  padding: 0;
  outline: none;
  font-size: 1rem;
}
.refinement button.title:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .refinement button {
    font-size: 0.875rem;
  }
}
.refinement button .icon {
  margin-right: 5px;
  font-size: 1rem;
  vertical-align: middle;
}
.refinement > div {
  margin-top: 1rem;
}
.refinement.refinement-category ul:not(.empty-list), .refinement.refinement-categorieën ul:not(.empty-list) {
  margin-bottom: 0.5rem;
}
.refinement.refinement-category .category-level-1 li.selected > ul, .refinement.refinement-categorieën .category-level-1 li.selected > ul {
  border-left: 1px solid #bdbdbd;
}
.refinement.refinement-category li, .refinement.refinement-categorieën li {
  margin-left: 1rem;
  display: block;
  font-weight: 300;
}
.refinement.refinement-category li a, .refinement.refinement-categorieën li a {
  padding-left: 0;
}
.refinement.refinement-category li span, .refinement.refinement-categorieën li span {
  text-transform: uppercase;
  font-weight: 300;
}
.refinement.refinement-category li span.selected, .refinement.refinement-categorieën li span.selected {
  font-weight: 400;
}
@media (min-width: 992px) {
  .refinement.refinement-category li, .refinement.refinement-categorieën li {
    font-size: 0.875rem;
  }
}
.refinement.refinement-category .content.value > ul > li, .refinement.refinement-categorieën .content.value > ul > li {
  margin-left: 0;
}
.refinement.refinement-category a, .refinement.refinement-categorieën a {
  display: flex;
  align-items: center;
  outline: none;
}
.refinement.refinement-size ul, .refinement.refinement-maat ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
  margin-left: -10px;
}
.refinement.refinement-size ul li, .refinement.refinement-maat ul li {
  max-width: 50px;
  margin: 4px 8px;
}
@media (max-width: 768.98px) {
  .refinement.refinement-size ul li, .refinement.refinement-maat ul li {
    margin: 12px 20px;
  }
}
.refinement.refinement-size ul li:hover button, .refinement.refinement-maat ul li:hover button {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.refinement.refinement-size ul button, .refinement.refinement-maat ul button {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-self: center;
  border: 1px solid transparent;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.refinement.refinement-size ul button.selected, .refinement.refinement-maat ul button.selected {
  border: 1px solid #000;
  border-radius: 50%;
}
.refinement.refinement-size ul button.unselectable, .refinement.refinement-maat ul button.unselectable {
  opacity: 0.5;
}
.refinement.refinement-size ul button.unselectable::after, .refinement.refinement-maat ul button.unselectable::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 65%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  transform: skewY(50deg);
  overflow: hidden;
}
.refinement.refinement-size ul button:focus, .refinement.refinement-size ul button:active, .refinement.refinement-maat ul button:focus, .refinement.refinement-maat ul button:active {
  outline: none;
}
.refinement.refinement-color ul, .refinement.refinement-kleur ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
}
.refinement.refinement-color ul li, .refinement.refinement-kleur ul li {
  margin: 8px;
}
@media (max-width: 768.98px) {
  .refinement.refinement-color ul li, .refinement.refinement-kleur ul li {
    margin: 16px;
  }
}
.refinement.refinement-color ul a, .refinement.refinement-kleur ul a {
  position: relative;
  border: 0;
  display: flex;
  justify-content: center;
  align-self: center;
  border: 1px solid transparent;
  text-align: center;
  color: #000;
}
.refinement.refinement-color ul a.unselectable, .refinement.refinement-kleur ul a.unselectable {
  opacity: 0.5;
}
.refinement.refinement-color ul a.unselectable::after, .refinement.refinement-kleur ul a.unselectable::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 65%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  transform: skewY(50deg);
  overflow: hidden;
}
.refinement.refinement-color ul a:focus, .refinement.refinement-color ul a:active, .refinement.refinement-kleur ul a:focus, .refinement.refinement-kleur ul a:active {
  outline: none;
}
@media (max-width: 768.98px) {
  .refinement.refinement-color ul a .color-value.swatch-circle, .refinement.refinement-kleur ul a .color-value.swatch-circle {
    height: 2rem;
    width: 2rem;
    border: 4px solid #fff;
  }
}
.refinement .values.content span.icon + span {
  vertical-align: -1.5px;
}

.filter-results {
  outline: none;
  position: relative;
  background-color: #95192F;
  border-color: #95192F;
  color: #fff;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  .filter-results::before, .filter-results::after {
    content: "";
    width: 12px;
    height: 1px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: auto;
    right: 15px;
    top: 18px;
    display: block;
    background-color: #fff;
    transform-origin: 50% 50%;
    transition: all 0.25s;
  }
  .filter-results::before {
    transform: rotate(0deg);
    opacity: 1;
  }
  .filter-results::after {
    transform: rotate(-90deg);
  }
  .filter-results.active::before {
    transform: rotate(-90deg);
    opacity: 0;
  }
  .filter-results.active::after {
    transform: rotate(0deg);
  }
}
.filter-results:hover {
  color: #fff;
  background-color: rgb(18, 0, 16.1739130435);
  border-color: rgb(18, 0, 16.1739130435);
}
.filter-results:focus {
  outline: none;
  box-shadow: none !important;
}

.skin-type-dropdown button.skin-type-button {
  border: 1px solid #000;
  outline: none;
  padding: 0 8px;
  width: 100%;
  height: 40px;
  background: url(../../images/icons/icon-select.svg) 0 0 no-repeat;
  background-position: 95% center;
  background-color: #fff;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  text-transform: none;
  color: #495057;
  text-align: left;
  font-size: 1rem;
}
.skin-type-dropdown button.skin-type-button:focus {
  box-shadow: none;
  border-color: #000;
}
.skin-type-dropdown button.skin-type-button::after {
  display: none;
}
.skin-type-dropdown .dropdown-menu {
  min-width: 0;
  width: 100%;
  border-color: #000;
  border-top: none;
  border-radius: 0;
  top: calc(100% - 4px);
}
.skin-type-dropdown .dropdown-menu .dropdown-item {
  text-align: center;
  cursor: pointer;
}
.skin-type-dropdown .dropdown-menu .dropdown-item.active {
  background-color: #fbfafb;
}
.skin-type-dropdown .dropdown-menu .dropdown-item.active .skin-type-value {
  border-color: #333;
}
.skin-type-dropdown .dropdown-menu .dropdown-item:active, .skin-type-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.skin-type-dropdown .dropdown-menu .dropdown-item:active .skin-type-value, .skin-type-dropdown .dropdown-menu .dropdown-item:hover .skin-type-value {
  border-color: #333;
}

.search-banner {
  background-position-y: 40%;
}

.search-keywords {
  color: #000;
}

.filter-bar {
  padding-bottom: 0.938em;
}
.filter-bar ul {
  padding-left: 0 !important;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.filter-bar li {
  list-style: none;
  margin: 0.2rem 0.4rem 0.2rem 0;
  transition: background-color 0.5s ease-in-out;
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  border: 1px solid #999;
  padding: 0;
  border-radius: 0;
  position: relative;
  height: 24px;
  line-height: 18px;
}
.filter-bar li.filter-value button {
  color: #666;
  border: none;
  padding: 0 1.5rem 0 0.5rem;
  font-size: 12px;
  font-weight: normal;
}
.filter-bar li.filter-value button::after {
  content: "\e905";
  font-family: "icomoon";
  text-rendering: auto;
  position: absolute;
  right: 6px;
  top: 3px;
}
.filter-bar li.filter-value .swatch-filter {
  position: absolute;
  top: 3px;
}
.filter-bar li.filter-value .swatch-filter + span {
  margin-left: 1.2rem;
}
.filter-bar li:hover {
  background-color: #d8d8d8;
}

@media (max-width: 768.98px) {
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both;
}

.swatch-mark.color-value[data-selected=true]::after {
  color: #000;
  content: "\f00c";
  display: table-caption;
  font-family: "icomoon";
  font-size: 1.25em;
  left: 0.295em;
  position: absolute;
  box-shadow: 0 0 0 1pt #333;
}
.swatch-mark.color-value.selected {
  box-shadow: 0 0 0 1pt #333;
}
.swatch-mark.color-value.selected::after {
  color: #000;
  content: "\f00c";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swatch-mark.color-value.selected.swatch-circle-black::after {
  color: #fff;
}
.swatch-mark.color-value:hover {
  box-shadow: 0 0 0 1pt rgba(51, 51, 51, 0.2);
}
.swatch-mark.color-value.swatch-circle-white:not(.selected) {
  box-shadow: inset 0 0 1pt rgba(51, 51, 51, 0.4);
}
.swatch-mark.color-value.swatch-circle-white:not(.selected):hover {
  box-shadow: inset 0 0 1pt rgba(51, 51, 51, 0.9);
}

.search-nav {
  margin-bottom: 1em;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%;
  }
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}
.search-nav .nav-link:focus {
  background-color: #d8d8d8;
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

input[type=range] {
  box-sizing: border-box;
  appearance: none;
  min-width: 100px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  outline: none;
  background: linear-gradient(grey, grey) no-repeat center; /* Use a linear gradient to generate only the 2px height background */
  background-size: 100% 2px;
  pointer-events: none;
  cursor: pointer;
}
input[type=range]:active, input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 18px;
  background-color: #d8d8d8;
  border: 1px solid #979797;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
  appearance: none;
  pointer-events: all;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  input[type=range]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 25px;
  }
}
input[type=range]::-webkit-slider-thumb:hover {
  background-color: #979797;
}
input[type=range]::-webkit-slider-thumb::before {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 2px;
}

.multi-range {
  position: relative;
  height: 50px;
  display: block;
}
.multi-range input[type=range] {
  position: absolute;
}
.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: red;
}
.multi-range input[type=range]:nth-child(2) {
  background: none;
}
.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: grey;
}

.page-item.active .page-link {
  color: #fff;
}

.seo-block {
  font-weight: lighter;
  color: #bdbdbd;
  text-align: left;
  font-size: 0.8em;
}
@media (max-width: 768.98px) {
  .seo-block {
    padding: 0 20px;
  }
}
.seo-block a {
  color: #45003e;
}
