.swatch-circle-beige {
  background: beige;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-beige.disabled {
  opacity: .2;
}

.swatch-filter-beige {
  background: beige;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-beige.disabled {
  opacity: .2;
}

.swatch-circle-black {
  background: #000;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-black.disabled {
  opacity: .2;
}

.swatch-filter-black {
  background: #000;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-black.disabled {
  opacity: .2;
}

.swatch-circle-blue {
  background: #0070d2;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-blue.disabled {
  opacity: .2;
}

.swatch-filter-blue {
  background: #0070d2;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-blue.disabled {
  opacity: .2;
}

.swatch-circle-brown {
  background: brown;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-brown.disabled {
  opacity: .2;
}

.swatch-filter-brown {
  background: brown;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-brown.disabled {
  opacity: .2;
}

.swatch-circle-green {
  background: #008827;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-green.disabled {
  opacity: .2;
}

.swatch-filter-green {
  background: #008827;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-green.disabled {
  opacity: .2;
}

.swatch-circle-grey {
  background: #8f979d;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-grey.disabled {
  opacity: .2;
}

.swatch-filter-grey {
  background: #8f979d;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-grey.disabled {
  opacity: .2;
}

.swatch-circle-navy {
  background: navy;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-navy.disabled {
  opacity: .2;
}

.swatch-filter-navy {
  background: navy;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-navy.disabled {
  opacity: .2;
}

.swatch-circle-orange {
  background: orange;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-orange.disabled {
  opacity: .2;
}

.swatch-filter-orange {
  background: orange;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-orange.disabled {
  opacity: .2;
}

.swatch-circle-pink {
  background: #fe249a;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-pink.disabled {
  opacity: .2;
}

.swatch-filter-pink {
  background: #fe249a;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-pink.disabled {
  opacity: .2;
}

.swatch-circle-purple {
  background: purple;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-purple.disabled {
  opacity: .2;
}

.swatch-filter-purple {
  background: purple;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-purple.disabled {
  opacity: .2;
}

.swatch-circle-red {
  background: red;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-red.disabled {
  opacity: .2;
}

.swatch-filter-red {
  background: red;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-red.disabled {
  opacity: .2;
}

.swatch-circle-white {
  background: #fff;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-white.disabled {
  opacity: .2;
}

.swatch-filter-white {
  background: #fff;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-white.disabled {
  opacity: .2;
}

.swatch-circle-yellow {
  background: #ff0;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
}

.swatch-circle-yellow.disabled {
  opacity: .2;
}

.swatch-filter-yellow {
  background: #ff0;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: .69em;
  width: 1.38em;
  height: 1.38em;
  display: block;
  position: relative;
}

.swatch-filter-yellow.disabled {
  opacity: .2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50% 76%, #111 76% 100%) 0 0 / 50% 100% repeat-y, linear-gradient(0deg, #0e5cd1 0 50%, #e20b0b 50% 100%) 0 0 / 100% 100%;
  border: .063em solid rgba(0, 0, 0, .3);
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
  transform: rotate(35deg);
}

.swatch-circle-miscellaneous.disabled {
  opacity: .2;
}

.swatch-circle-miscellaneous.selected:after {
  transform: rotate(-35deg);
}

.category-tile {
  position: relative;
}

.category-tile h1, .category-tile h2 {
  color: #fff;
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
}

.category-tile:before {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .5) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.refinement-bar {
  overflow: auto;
}

.refinement-bar ul {
  padding-left: 0;
}

@media (max-width: 768.98px) {
  .refinement-bar {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 .313em .938em rgba(0, 0, 0, .5);
  }
}

@media (max-width: 543.98px) {
  .refinement-bar {
    height: 100%;
    position: fixed;
  }
}

@media (min-width: 769px) {
  .refinement-bar {
    display: block !important;
  }
}

.filter-header {
  margin-left: -15px;
  margin-right: -15px;
}

.header-bar {
  background-color: #eee;
  border-bottom: .063em solid #eee;
}

.header-bar button.close {
  opacity: 1;
  font-size: 1rem;
  font-weight: normal;
}

.header-bar .fa.fa-close:before {
  font-size: 1.25em;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .header-bar {
    padding: .938em 2.813em;
  }
}

@media (max-width: 543.98px) {
  .header-bar {
    padding: .938em;
  }
}

.refinements .header, .refinements .values {
  padding: .313em 0;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .refinements .header li, .refinements .values li {
    display: inline-block;
  }
}

.refinements .header {
  color: #444;
  font-size: 1.125em;
}

.refinements li {
  padding-left: 0;
  list-style-type: none;
}

.refinements li.color-attribute {
  padding-left: 0;
  display: inline-block;
}

.refinements li.color-attribute button {
  padding: 0;
}

.refinements li.disabled {
  opacity: .5;
}

.refinements ul {
  overflow: auto;
}

.refinements ul li {
  padding-left: 1px;
}

.refinements ul li button {
  color: var(--skin-link-color-1);
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}

.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.secondary-bar {
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

@media (max-width: 768.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .secondary-bar {
    padding: .938em 2.813em;
  }
}

@media (max-width: 543.98px) {
  .secondary-bar {
    padding: .938em;
  }
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.grid-header, .content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (max-width: 543.98px) {
  .grid-header .result-count, .content-grid-header .result-count {
    padding-bottom: .938em;
  }

  .grid-header .filter-results, .content-grid-header .filter-results {
    width: 100%;
    display: block;
  }
}

.grid-header select, .content-grid-header select {
  width: 100%;
}

.result-count {
  font-size: .875rem;
}

.refinement {
  margin-bottom: 1em;
}

@media (max-width: 768.98px) {
  .refinement.card {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .refinement .card-header {
    border-bottom: 0;
    padding: .25rem 1rem;
  }

  .refinement .card-body {
    padding: 0 1rem;
  }
}

.refinement a {
  text-decoration: none;
}

.refinement.refinement-category li {
  margin-left: .938em;
  display: block;
}

.refinement.refinement-category > ul > li {
  margin-left: 0;
}

.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%;
}

.search-keywords {
  font-weight: bold;
}

.filter-bar ul {
  padding-left: 15px;
}

.filter-bar li {
  float: left;
  margin-left: .3125em;
  margin-right: .3125em;
  list-style: none;
}

.filter-bar li:first-child {
  margin-left: 0;
}

.filter-bar li.filter-value {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .3125em;
  position: relative;
}

.filter-bar li.filter-value button {
  color: #000;
  border: none;
  padding: 0 2rem 0 .5rem;
}

.filter-bar li.filter-value button:after {
  content: "\f00d";
  text-rendering: auto;
  font: 14px / 1 FontAwesome, sans-serif;
  position: absolute;
  top: 11px;
  right: 10px;
}

.filter-bar li.swatch-filter {
  margin-top: 4px;
  font-size: 1.38em;
  position: relative;
}

.filter-bar li.swatch-filter button {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.filter-bar li.swatch-filter button:before {
  content: "";
  background-color: #fff;
  border-radius: .4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: .5em;
  left: .5em;
}

.filter-bar li.swatch-filter button:after {
  content: "\f057";
  text-rendering: auto;
  font: 1.5em / 1 FontAwesome, sans-serif;
  display: inline;
  position: absolute;
  top: .12em;
  left: .18em;
}

@media (max-width: 543.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .product-grid {
    padding-top: .938em;
  }

  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

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

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

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

.swatch-mark.color-value[data-selected="true"]:after {
  color: #000;
  content: "\f058";
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  display: table-caption;
  position: absolute;
  left: .295em;
}

.swatch-mark.color-value.selected:after {
  color: #000;
  content: "\f058";
  background: #fff;
  border-radius: 50%;
  width: .8em;
  height: .75em;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  line-height: .8em;
  display: table-caption;
  position: absolute;
  top: .35em;
  left: .31em;
}

.search-nav {
  border-bottom: .063em solid #ccc;
  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;
}

.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}

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


/*# sourceMappingURL=search.css.map*/