/*

+----------------------+--------+----------+----------------+----------------+----------------+----------------+
|        Device        | Mobile |  Tablet  | Desktop        | Desktop        | Desktop        | Desktop        |
+----------------------+--------+----------+----------------+----------------+----------------+----------------+
| Syntax               | XS     | S        | M              | L              | XL             | XXL            |
| Min-Max              | 0-767  | 768-1150 | 1151-1280      | 1281-1366      | 1367-1536      | 1537+          |
| Navigation           | Mobile | Mobile   | Desktop        | Desktop        | Desktop        | Desktop        |
| Navigation Max Width | 100%   | 100%     | 100%           | 100%           | 100%           | 1422px         |
| Image Usage          | Mobile | Tablet   | Desktop        | Desktop        | Desktop        | Desktop        |
| Max Width            | 100%   | 100%     | 1204px         | 94%            | 94%            | 94%            |
+----------------------+--------+----------+----------------+----------------+----------------+----------------+

*/
.stretch-meter .flx_mtr_container .flx_mtr_hd {
  font-size: 1rem;
}
.stretch-meter .flx_mtr_hd {
  font-size: 1rem;
  text-transform: uppercase;
  color: #101010;
  line-height: 1.26;
  text-align: left;
  letter-spacing: 0.06em;
  margin: 0;
  width: 100%;
}
.stretch-meter .flx_mtr {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 1em;
}
.stretch-meter text {
  font-size: 0.75rem;
  color: #707070;
}

/*

+----------------------+--------+----------+----------------+----------------+----------------+----------------+
|        Device        | Mobile |  Tablet  | Desktop        | Desktop        | Desktop        | Desktop        |
+----------------------+--------+----------+----------------+----------------+----------------+----------------+
| Syntax               | XS     | S        | M              | L              | XL             | XXL            |
| Min-Max              | 0-767  | 768-1150 | 1151-1280      | 1281-1366      | 1367-1536      | 1537+          |
| Navigation           | Mobile | Mobile   | Desktop        | Desktop        | Desktop        | Desktop        |
| Navigation Max Width | 100%   | 100%     | 100%           | 100%           | 100%           | 1422px         |
| Image Usage          | Mobile | Tablet   | Desktop        | Desktop        | Desktop        | Desktop        |
| Max Width            | 100%   | 100%     | 1204px         | 94%            | 94%            | 94%            |
+----------------------+--------+----------+----------------+----------------+----------------+----------------+

*/
.swatch-circle {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #FFF;
  border-radius: 50%;
  display: block;
  position: relative;
  border: 1px solid #101010;
}
.swatch-circle.disabled {
  opacity: 0.2;
}

.swatch-circle-beige {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #F5F5DC;
  border-radius: 50%;
}

.swatch-filter-beige {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #F5F5DC;
  border-radius: 50%;
  background-color: #F5F5DC;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled, .swatch-filter-beige.unselectable {
  opacity: 0.2;
}
.swatch-filter-beige.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-black {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #0F0E0C;
  border-radius: 50%;
}

.swatch-filter-black {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #0F0E0C;
  border-radius: 50%;
  background-color: #0F0E0C;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled, .swatch-filter-black.unselectable {
  opacity: 0.2;
}
.swatch-filter-black.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-blue {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #4C6478;
  border-radius: 50%;
}

.swatch-filter-blue {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #4C6478;
  border-radius: 50%;
  background-color: #4C6478;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled, .swatch-filter-blue.unselectable {
  opacity: 0.2;
}
.swatch-filter-blue.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-brown {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #A67D5D;
  border-radius: 50%;
}

.swatch-filter-brown {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #A67D5D;
  border-radius: 50%;
  background-color: #A67D5D;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled, .swatch-filter-brown.unselectable {
  opacity: 0.2;
}
.swatch-filter-brown.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-green {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #7A826B;
  border-radius: 50%;
}

.swatch-filter-green {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #7A826B;
  border-radius: 50%;
  background-color: #7A826B;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled, .swatch-filter-green.unselectable {
  opacity: 0.2;
}
.swatch-filter-green.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-grey {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #ABABAB;
  border-radius: 50%;
}

.swatch-filter-grey {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #ABABAB;
  border-radius: 50%;
  background-color: #ABABAB;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled, .swatch-filter-grey.unselectable {
  opacity: 0.2;
}
.swatch-filter-grey.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-gray {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #ABABAB;
  border-radius: 50%;
}

.swatch-filter-gray {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #ABABAB;
  border-radius: 50%;
  background-color: #ABABAB;
  display: block;
  position: relative;
}
.swatch-filter-gray.disabled, .swatch-filter-gray.unselectable {
  opacity: 0.2;
}
.swatch-filter-gray.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-navy {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: navy;
  border-radius: 50%;
}

.swatch-filter-navy {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: navy;
  border-radius: 50%;
  background-color: navy;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled, .swatch-filter-navy.unselectable {
  opacity: 0.2;
}
.swatch-filter-navy.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-orange {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #E7A73B;
  border-radius: 50%;
}

.swatch-filter-orange {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #E7A73B;
  border-radius: 50%;
  background-color: #E7A73B;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled, .swatch-filter-orange.unselectable {
  opacity: 0.2;
}
.swatch-filter-orange.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-pink {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #FDCAC6;
  border-radius: 50%;
}

.swatch-filter-pink {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #FDCAC6;
  border-radius: 50%;
  background-color: #FDCAC6;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled, .swatch-filter-pink.unselectable {
  opacity: 0.2;
}
.swatch-filter-pink.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-purple {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #B13E65;
  border-radius: 50%;
}

.swatch-filter-purple {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #B13E65;
  border-radius: 50%;
  background-color: #B13E65;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled, .swatch-filter-purple.unselectable {
  opacity: 0.2;
}
.swatch-filter-purple.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-red {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #B43F3F;
  border-radius: 50%;
}

.swatch-filter-red {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #B43F3F;
  border-radius: 50%;
  background-color: #B43F3F;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled, .swatch-filter-red.unselectable {
  opacity: 0.2;
}
.swatch-filter-red.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-white {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #F6F5F1;
  border-radius: 50%;
}

.swatch-filter-white {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #F6F5F1;
  border-radius: 50%;
  background-color: #F6F5F1;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled, .swatch-filter-white.unselectable {
  opacity: 0.2;
}
.swatch-filter-white.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-yellow {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #F6DC8B;
  border-radius: 50%;
}

.swatch-filter-yellow {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #F6DC8B;
  border-radius: 50%;
  background-color: #F6DC8B;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled, .swatch-filter-yellow.unselectable {
  opacity: 0.2;
}
.swatch-filter-yellow.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-neutral {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #FFF5EE;
  border-radius: 50%;
}

.swatch-filter-neutral {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #FFF5EE;
  border-radius: 50%;
  background-color: #FFF5EE;
  display: block;
  position: relative;
}
.swatch-filter-neutral.disabled, .swatch-filter-neutral.unselectable {
  opacity: 0.2;
}
.swatch-filter-neutral.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-gold {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #FFD700;
  border-radius: 50%;
}

.swatch-filter-gold {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #FFD700;
  border-radius: 50%;
  background-color: #FFD700;
  display: block;
  position: relative;
}
.swatch-filter-gold.disabled, .swatch-filter-gold.unselectable {
  opacity: 0.2;
}
.swatch-filter-gold.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-silver {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #C0C0C0;
  border-radius: 50%;
}

.swatch-filter-silver {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #C0C0C0;
  border-radius: 50%;
  background-color: #C0C0C0;
  display: block;
  position: relative;
}
.swatch-filter-silver.disabled, .swatch-filter-silver.unselectable {
  opacity: 0.2;
}
.swatch-filter-silver.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-tan {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #D2B48C;
  border-radius: 50%;
}

.swatch-filter-tan {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #D2B48C;
  border-radius: 50%;
  background-color: #D2B48C;
  display: block;
  position: relative;
}
.swatch-filter-tan.disabled, .swatch-filter-tan.unselectable {
  opacity: 0.2;
}
.swatch-filter-tan.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-indigo {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #001A41;
  border-radius: 50%;
}

.swatch-filter-indigo {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #001A41;
  border-radius: 50%;
  background-color: #001A41;
  display: block;
  position: relative;
}
.swatch-filter-indigo.disabled, .swatch-filter-indigo.unselectable {
  opacity: 0.2;
}
.swatch-filter-indigo.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-heather-grey {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #C7C7C7;
  border-radius: 50%;
}

.swatch-filter-heather-grey {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #C7C7C7;
  border-radius: 50%;
  background-color: #C7C7C7;
  display: block;
  position: relative;
}
.swatch-filter-heather-grey.disabled, .swatch-filter-heather-grey.unselectable {
  opacity: 0.2;
}
.swatch-filter-heather-grey.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-camo {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #9D9684;
  border-radius: 50%;
}

.swatch-filter-camo {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #9D9684;
  border-radius: 50%;
  background-color: #9D9684;
  display: block;
  position: relative;
}
.swatch-filter-camo.disabled, .swatch-filter-camo.unselectable {
  opacity: 0.2;
}
.swatch-filter-camo.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-wine {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #501D27;
  border-radius: 50%;
}

.swatch-filter-wine {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #501D27;
  border-radius: 50%;
  background-color: #501D27;
  display: block;
  position: relative;
}
.swatch-filter-wine.disabled, .swatch-filter-wine.unselectable {
  opacity: 0.2;
}
.swatch-filter-wine.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-rust {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #844735;
  border-radius: 50%;
}

.swatch-filter-rust {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #844735;
  border-radius: 50%;
  background-color: #844735;
  display: block;
  position: relative;
}
.swatch-filter-rust.disabled, .swatch-filter-rust.unselectable {
  opacity: 0.2;
}
.swatch-filter-rust.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-jewel {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #244355;
  border-radius: 50%;
}

.swatch-filter-jewel {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #244355;
  border-radius: 50%;
  background-color: #244355;
  display: block;
  position: relative;
}
.swatch-filter-jewel.disabled, .swatch-filter-jewel.unselectable {
  opacity: 0.2;
}
.swatch-filter-jewel.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-olive {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #48522C;
  border-radius: 50%;
}

.swatch-filter-olive {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #48522C;
  border-radius: 50%;
  background-color: #48522C;
  display: block;
  position: relative;
}
.swatch-filter-olive.disabled, .swatch-filter-olive.unselectable {
  opacity: 0.2;
}
.swatch-filter-olive.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-midnight {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #8090B1;
  border-radius: 50%;
}

.swatch-filter-midnight {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #8090B1;
  border-radius: 50%;
  background-color: #8090B1;
  display: block;
  position: relative;
}
.swatch-filter-midnight.disabled, .swatch-filter-midnight.unselectable {
  opacity: 0.2;
}
.swatch-filter-midnight.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-honey {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #DFAE69;
  border-radius: 50%;
}

.swatch-filter-honey {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #DFAE69;
  border-radius: 50%;
  background-color: #DFAE69;
  display: block;
  position: relative;
}
.swatch-filter-honey.disabled, .swatch-filter-honey.unselectable {
  opacity: 0.2;
}
.swatch-filter-honey.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-dark-tan {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #834438;
  border-radius: 50%;
}

.swatch-filter-dark-tan {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #834438;
  border-radius: 50%;
  background-color: #834438;
  display: block;
  position: relative;
}
.swatch-filter-dark-tan.disabled, .swatch-filter-dark-tan.unselectable {
  opacity: 0.2;
}
.swatch-filter-dark-tan.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-dark-brown {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #403232;
  border-radius: 50%;
}

.swatch-filter-dark-brown {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #403232;
  border-radius: 50%;
  background-color: #403232;
  display: block;
  position: relative;
}
.swatch-filter-dark-brown.disabled, .swatch-filter-dark-brown.unselectable {
  opacity: 0.2;
}
.swatch-filter-dark-brown.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-dark-blue {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #272A37;
  border-radius: 50%;
}

.swatch-filter-dark-blue {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #272A37;
  border-radius: 50%;
  background-color: #272A37;
  display: block;
  position: relative;
}
.swatch-filter-dark-blue.disabled, .swatch-filter-dark-blue.unselectable {
  opacity: 0.2;
}
.swatch-filter-dark-blue.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-burgundy {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #812A2E;
  border-radius: 50%;
}

.swatch-filter-burgundy {
  /* border: 0.063em solid rgba(0, 0, 0, 0.3); */
  width: 1.5rem;
  height: 1.5rem;
  background: #812A2E;
  border-radius: 50%;
  background-color: #812A2E;
  display: block;
  position: relative;
}
.swatch-filter-burgundy.disabled, .swatch-filter-burgundy.unselectable {
  opacity: 0.2;
}
.swatch-filter-burgundy.selected {
  border: 1px solid #FFF;
  outline: 0.5px solid #101010;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59BA00), color-stop(76%, #59BA00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  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: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 0.75rem;
  display: block;
  height: 1.5rem;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 1.5rem;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 768px) and (max-width: 1150.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 1151px) and (max-width: 1280.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1281px) and (max-width: 1366.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1367px) and (max-width: 1536.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1537px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 767.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 1150.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1280.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1366.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1536.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.store-locator-container .btn-storelocator-search {
  background-color: #F9F9F9;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1);
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #F9F9F9;
}
.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-name {
  font-weight: 600;
}
.store-locator-container .store-details {
  display: block;
}
@media (min-width: 1151px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(16, 16, 16, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 1151px) {
  .store-locator-container .results {
    overflow: hidden auto;
    max-height: 21.875em;
  }
}

.in-store-inventory-dialog {
  max-width: 56.25em;
}
@media (min-width: 768px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: -2rem !important;
  }
}
@media (max-width: 767.98px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: 1.15em !important;
  }
}

.btn-storelocator-search {
  background-color: #F9F9F9;
  border-color: #101010;
  border-radius: 0;
  color: #101010;
  margin-bottom: 1rem;
}
.btn-storelocator-search:hover {
  background-color: #101010;
  color: #F9F9F9;
}

.store-name {
  font-weight: 600;
}

.btn-get-in-store-inventory .btn-storelocator-search {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-get-in-store-inventory .btn-storelocator-search {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.selected-store-with-inventory .change-store {
  margin: 0 1em 1em;
  width: auto;
}

.display-none {
  display: none;
}

.modal-header {
  background-color: #EEE;
  border-bottom: 2px solid #CCC;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.modal-header .close {
  font-size: 2rem;
}
.modal-header .close span {
  font-size: 1rem;
  margin-right: 0.313em;
}

.add-to-registry-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-registry-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-registry-alert.show {
  display: block;
}

.pdp-media__gallery {
  aspect-ratio: 688/750.5; /* stylelint-disable-line property-no-unknown */
}
.pdp-media .splide__arrow {
  width: 2.75rem;
  height: 2.75rem;
  background: none;
}
.pdp-media__thumbs .splide__slide {
  opacity: 0.4;
  border: none !important;
}
.pdp-media__thumbs .splide__slide.is-active {
  opacity: 1;
}

/* TODO:  @import "productCommonCommercePayments"; */
.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.pdp__shipping--color {
  color: #757575;
}

label.color ~ a:hover {
  text-decoration: none;
}

@media (max-width: 1150.98px) {
  .product-detail__shipping-message {
    border-bottom: 1px solid #6B6B6B;
  }
}
.product-detail label,
.product-detail .color-val {
  text-transform: capitalize;
}
@media (min-width: 1151px) and (min-height: 864px) {
  .product-detail .product__main-attributes-container,
  .product-detail .product__main-attributes-column { /* stylelint-disable-line scss/media-feature-value-dollar-variable */
    position: sticky;
    top: 9rem;
  }
}
.product-detail .product__main-attributes-container .product__variation-heading,
.product-detail .product__main-attributes-column .product__variation-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 1280.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

.product-detail__attr-color--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.color-attribute {
  margin-right: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
}
.color-attribute.selected {
  outline: 2px solid #101010;
  border-radius: 50%;
}
.color-attribute.selected:focus-visible {
  outline: 2px dashed #101010;
  outline-offset: 0;
}
.color-attribute.selected:hover {
  outline: 2px solid #101010;
}
.color-attribute:focus-visible {
  outline: 1px dashed #101010;
  border-radius: 50%;
  outline-offset: 1px;
}
.color-attribute:hover {
  outline: 1px solid #101010;
}
.color-attribute.unselectable {
  opacity: 0.3;
}
.color-attribute .swatch-circle.selected {
  line-height: 1;
  border: 1px solid #FFF;
}
.color-attribute .swatch-circle.selected::after {
  display: block;
  -webkit-transform: translateY(-2px) scale(0.6);
          transform: translateY(-2px) scale(0.6);
  content: url("../../images/icons/check-white.svg");
}

.product-attr {
  list-style: none;
  padding: 0;
}
.product-attr.product-attr__orientation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-attr .product-attr__option button {
  color: #101010;
  line-height: 1;
  background: transparent;
  border: 0.5px solid #D9D9D9;
  min-height: 2.438rem;
  min-width: 2.438rem;
  padding: 4px;
  margin: 1px;
}
.product-attr .product-attr__option button.selected {
  color: #FFF;
  background: #101010;
}
.product-attr .product-attr__option button:hover, .product-attr .product-attr__option button:focus {
  color: #FFF;
  background: #101010;
}
.product-attr .product-attr__option button:disabled {
  color: #757575;
  background: #D9D9D9;
  border: 0.5px solid #D9D9D9;
}

.product-detail_wishlist-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.product-detail_wishlist-container button {
  border: none;
  background-color: #FFF;
  text-decoration: underline;
}

.product-detail_add-to-cart-actions {
  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;
}

.size-chart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.size-chart__wrapper .size-chart__filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 768px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .product-number-rating .ratings {
    background-color: #FFF;
    margin-top: -1.875em;
    margin-right: -0.9375em;
    padding: 0.1875em;
  }
}

.product-number {
  color: #CCC;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  color: #C9291C;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #C9291C;
}
@media (min-width: 768px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #101010;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
}

.price {
  font-size: 1.25rem;
}

.product-badge {
  border-radius: 0.25rem;
  background-color: #101010;
  color: #FFF;
  line-height: 1;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

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

.wl-or-gr-ispu {
  padding-top: 1rem;
}

.product-list-button-spacer {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .product-list-button-spacer {
    padding-top: 0;
  }
}

.salesforce-buynow-element {
  padding: 0 1.5em;
}

.product-detail__tooltip-wrapper {
  position: relative;
}
.product-detail__tooltip-wrapper .tooltip {
  background: #FFF;
  bottom: 50%;
  color: #101010;
  display: block;
  left: -20px;
  opacity: 0;
  padding: 20px;
  margin: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid #757575;
}
@media (max-width: 1150.98px) {
  .product-detail__tooltip-wrapper .tooltip {
    bottom: unset;
    top: 75%;
  }
}
.product-detail__tooltip-wrapper .tooltip p,
.product-detail__tooltip-wrapper .tooltip a {
  font-size: 0.875rem;
}
.product-detail__tooltip-wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-detail__tooltip-wrapper .tooltip:after {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0);
  background-color: #FFF;
  border: 1px solid #757575;
  border-left: 0;
  border-top: 0;
  content: "";
  height: 18px;
  position: absolute;
  bottom: -10px;
  left: 5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 18px;
}
@media (max-width: 1150.98px) {
  .product-detail__tooltip-wrapper .tooltip:after {
    left: 4%;
    top: -10px;
    bottom: unset;
    border: 1px solid #757575;
    border-right: 0;
    border-bottom: 0;
  }
}
.product-detail__tooltip-wrapper .tooltip-btn {
  cursor: help;
}
.product-detail__tooltip-wrapper .tooltip-btn:hover + .tooltip, .product-detail__tooltip-wrapper .tooltip-btn:focus + .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.product-detail__attr-color--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 767.98px) {
  .product-detail__attr-color--grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-detail__attr-color--grid .true-fit__button {
    margin-top: 10px;
  }
}

.add-to-cart {
  height: 2.5rem;
}

@media (min-width: 1151px) {
  .product-detail__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    clear: left;
  }
  .description-and-detail {
    width: 100%;
  }
}
