.color-attribute .swatch-circle {
  position: relative; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

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

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

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

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

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

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

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

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

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

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

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

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

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

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #c0c0c0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-silver.disabled {
    opacity: 0.2; }

.swatch-filter-silver {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #c0c0c0;
  border-radius: 0.69em;
  background-color: #c0c0c0;
  display: block;
  position: relative; }
  .swatch-filter-silver.disabled {
    opacity: 0.2; }

.swatch-circle-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffd700;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-gold.disabled {
    opacity: 0.2; }

.swatch-filter-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffd700;
  border-radius: 0.69em;
  background-color: #ffd700;
  display: block;
  position: relative; }
  .swatch-filter-gold.disabled {
    opacity: 0.2; }

.swatch-circle-rose-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #b76e79;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-rose-gold.disabled {
    opacity: 0.2; }

.swatch-filter-rose-gold {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b76e79;
  border-radius: 0.69em;
  background-color: #b76e79;
  display: block;
  position: relative; }
  .swatch-filter-rose-gold.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.category-tile {
  position: relative; }
  .category-tile h3 {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    color: #fff; }
  .category-tile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%); }

.refinement-bar {
  overflow: auto; }
  .refinement-bar ul {
    padding-left: 0; }
  @media (max-width: 768.98px) {
    .refinement-bar {
      background-color: #fff;
      -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
              box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
      display: none;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1019; } }
  @media (max-width: 543.98px) {
    .refinement-bar {
      position: fixed;
      height: 100%; }
      .refinement-bar .reset-container, .refinement-bar .refine-wrapper {
        margin-left: -15px;
        margin-right: -15px; } }
  @media (min-width: 769px) {
    .refinement-bar {
      display: block !important; } }

.filter-header {
  margin-left: -15px;
  margin-right: -15px; }
  .filter-header .result-count span {
    margin-top: 0.3125rem; }

.header-bar {
  background-color: #eee;
  border-bottom: 0.063em solid #eee; }
  .header-bar button.close {
    opacity: 1;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 1.25rem;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: "FuturaStd-Medium", Arial, sans-serif; }
    .header-bar button.close i {
      font-size: 1.25rem; }
  .header-bar .fa.fa-close::before {
    font-size: 1.25em;
    content: "\D7"; }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .header-bar {
      padding: 0.938em 2.813em; } }
  @media (max-width: 543.98px) {
    .header-bar {
      padding: 0.938em; } }

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

.refinements .values {
  padding: 0.313em 0;
  overflow: auto;
  margin-bottom: 0.3125rem; }
  .refinements .values li {
    padding-left: 1px;
    list-style-type: none; }
    .refinements .values li.color-attribute {
      display: inline-block;
      padding-left: 0; }
      @media (max-width: 991.98px) {
        .refinements .values li.color-attribute {
          padding-right: 0.625rem; } }
    .refinements .values li.disabled {
      opacity: 0.5; }
    @media (min-width: 544px) and (max-width: 768.98px) {
      .refinements .values li {
        display: inline-block; } }
    .refinements .values li:not(:last-child):not(.color-attribute) {
      margin-bottom: 0.625rem; }
    .refinements .values li a {
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 1px;
      line-height: 1.25rem; }
      @media (min-width: 544px) {
        .refinements .values li a {
          letter-spacing: 2px; } }
    .refinements .values li .fa-square-o {
      font-size: 1.25rem; }
    .refinements .values li span {
      vertical-align: text-bottom; }

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto; }
  .secondary-bar a.reset {
    width: 100%; }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .secondary-bar {
      padding: 0.938em 2.813em;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .secondary-bar a.reset {
        width: auto; } }
  @media (max-width: 543.98px) {
    .secondary-bar {
      padding: 0.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: 0.938em;
      font-size: 0.75rem;
      letter-spacing: 2px;
      line-height: 0.875rem; }
    .grid-header .filter-results,
    .content-grid-header .filter-results {
      display: block;
      width: 100%;
      font-size: 1rem;
      letter-spacing: 2px;
      font-weight: 500;
      font-family: "FuturaStd-Medium", Arial, sans-serif;
      line-height: 0.875rem;
      padding: 0.6875rem 0.75rem; }
    .grid-header .sort-col,
    .content-grid-header .sort-col {
      padding-right: 0.4375rem; }
    .grid-header .filter-col,
    .content-grid-header .filter-col {
      padding-left: 0.4375rem; } }
  .grid-header select,
  .content-grid-header select {
    width: 100%; }
  .grid-header .card,
  .content-grid-header .card {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .grid-header .card-header,
  .content-grid-header .card-header {
    border: none;
    padding-bottom: 0; }
    .grid-header .card-header h3,
    .content-grid-header .card-header h3 {
      margin-bottom: 0; }

.result-count {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1875rem; }
  .result-count > span {
    display: block; }
    @media (min-width: 544px) {
      .result-count > span {
        margin-top: 0.5rem; } }

.refinement {
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem; }
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .refinement.card .card-body {
      display: none;
      opacity: 0; }
    .refinement.card .card-header {
      border-bottom: 0 none;
      padding: 0.25rem 1rem;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 1.125rem;
      letter-spacing: 2px;
      font-weight: 500;
      font-family: "FuturaStd-Medium", Arial, sans-serif;
      line-height: 1.375rem; }
      .refinement.card .card-header::after {
        display: block;
        position: absolute;
        width: 1rem;
        height: 1rem;
        content: "\F107";
        font-family: "FontAwesome";
        right: 0.75rem;
        top: 0.125rem;
        font-weight: 400; }
    .refinement.card.active .card-header::after {
      content: "\F106"; }
    .refinement.card.active .card-body {
      display: block;
      -webkit-transition: opacity 1s ease-out;
      transition: opacity 1s ease-out;
      opacity: 1; }
  .refinement .card-body {
    padding: 0 1rem; }
  .refinement a {
    text-decoration: none;
    text-transform: capitalize; }
  .refinement.refinement-category li {
    margin-left: 0.938em;
    display: block; }
  .refinement.refinement-category > ul > li {
    margin-left: 0; }

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

.filter-bar .label-container {
  margin-top: 0.3125rem;
  margin-right: 0.625rem; }

.filter-bar ul {
  margin: 0;
  padding: 0; }

.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  margin-bottom: 0.9375rem; }
  .filter-bar li:first-child {
    margin-left: 0; }
  .filter-bar li.filter-value {
    border: none;
    background: rgba(187, 189, 191, 0.3);
    padding: 0.25rem 1rem 0.4375rem 1rem;
    border-radius: 1.125rem;
    position: relative; }
    .filter-bar li.filter-value a {
      color: #000;
      padding-right: 0.75rem;
      font-size: 0.875rem; }
      .filter-bar li.filter-value a::after {
        content: "\D7";
        font: normal normal normal 1.125rem/1.5 FontAwesome;
        text-rendering: auto;
        position: absolute;
        right: 0.5rem;
        top: 0; }
  .filter-bar li.swatch-filter {
    font-size: 1.38em;
    position: relative; }
    .filter-bar li.swatch-filter a {
      width: 100%;
      height: 100%;
      display: block; }
    .filter-bar li.swatch-filter::before {
      content: "";
      background-color: white;
      width: 0.7em;
      height: 0.7em;
      border-radius: 0.4em;
      position: absolute;
      left: 0.36em;
      top: 0.30em;
      pointer-events: none; }
    .filter-bar li.swatch-filter::after {
      content: "\F057";
      font: normal normal normal 14px/1 FontAwesome;
      display: inline;
      text-rendering: auto;
      position: absolute;
      left: 5.5px;
      top: 4px;
      font-size: 1em;
      pointer-events: none; }

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

@media (max-width: 768.98px) {
  .product-grid {
    margin-left: -30px;
    margin-right: -30px; } }

.search-tips {
  text-align: left;
  margin-top: 1.875rem; }
  .search-tips h5 {
    font-family: "FuturaStd-Medium", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.125rem; }

.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: '\F058';
  display: table-caption;
  font-family: 'FontAwesome';
  font-size: 1.625em;
  left: 0.295em;
  position: absolute; }

.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: '\F058';
  display: table-caption;
  font-family: 'FontAwesome';
  font-size: 1.625em;
  height: 0.75em;
  left: 0.35em;
  line-height: 0.8em;
  position: absolute;
  top: 0.39em;
  width: 0.8em; }

.search-nav {
  margin-bottom: 1em;
  padding: 0 15px; }
  .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 {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 2px;
    font-family: "FuturaStd-Medium", Arial, sans-serif;
    font-weight: 500; }
    .search-nav .nav-link:focus {
      background-color: #f9f9f9; }

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

.search-results .result-count p, .search-results .result-count .search-tips li {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 1px;
  font-family: "FuturaStd-Book", Arial, sans-serif;
  font-weight: 300; }

.search-results .result-count p a {
  text-decoration: underline;
  font-family: "FuturaStd-Bold", Arial, sans-serif;
  font-weight: 700; }

.search-results .result-count .make-bold {
  font-weight: 700; }
