.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: 768px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 544px) {
  .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: 768px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em;
  }
}

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

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

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

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

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

.display-none {
  display: none;
}

/* STYLE FOR CHECKBOX*/ /*------------------------------------*\
        #UNIT
\*------------------------------------*/
.form-group.custom-checkbox input[type=checkbox],
.form-group .custom-checkbox input[type=checkbox] { /* stylelint-disable-line */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group.custom-checkbox .custom-control-label,
.form-group .custom-checkbox .custom-control-label {
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.form-group.custom-checkbox.required .form-control-label::before,
.form-group .custom-checkbox.required .form-control-label::before {
  color: #f64218;
  content: "*";
}
.form-group.custom-checkbox input[type=checkbox]:focus ~ .custom-control-label::before,
.form-group .custom-checkbox input[type=checkbox]:focus ~ .custom-control-label::before { /* stylelint-disable-line */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::before,
.form-group .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::before { /* stylelint-disable-line */
  background-color: #002e6d;
  border-color: #002e6d;
}
.form-group.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after,
.form-group .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after { /* stylelint-disable-line */
  background-image: url("../../images/icons/check-icon.svg");
  background-size: 16px;
}
.form-group.custom-checkbox .custom-control-label::before,
.form-group .custom-checkbox .custom-control-label::before {
  border-color: #dedede;
}

/* stylelint-disable */
.form-group input.disabled {
  pointer-events: none;
}

/* STYLE FOR RADIO*/
.custom-radio {
  min-height: 1.875rem;
}
.custom-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-radio .custom-control-label {
  color: #404040;
  font-size: 1rem;
  font-weight: 400;
}
.custom-radio .custom-control-label::before {
  background-color: #fff;
  border-color: #dedede;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.0392156863) inset;
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.0392156863) inset;
  height: 1.125rem;
  width: 1.125rem;
}
.custom-radio input[type=radio]:checked ~ .custom-control-label::after,
.custom-radio input[type=radio].active ~ .custom-control-label::after {
  background-color: #002e6d;
  background-image: none;
  border-color: #002e6d;
  border-radius: 100%;
  height: 0.875rem;
  left: -1.375rem;
  right: 0;
  top: 0.375rem;
  width: 0.875rem;
}
.custom-radio input[type=radio]:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #002e6d;
}
.custom-radio .custom-control-label > span {
  line-height: 1.7;
  margin: 0 0 0 0.5rem;
}

.form-control {
  color: #000;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../images/icons/cheron-down.svg") no-repeat 98% center;
  text-transform: capitalize;
}
select.form-control.radius {
  text-transform: none;
}
select.form-control option[disabled=disabled],
select.form-control option[disabled] {
  color: #dedede;
}

select.custom-select:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  background: url("../../images/icons/cheron-down.svg") no-repeat 98% center, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f64218' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64218' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
  background-position: 85%, 97%;
}
@media (min-width: 1200px) {
  .was-validated select.form-control:invalid,
  select.form-control.is-invalid {
    background-position: 90%, 97%;
  }
}

.custom-checkbox .custom-control-label {
  line-height: 1.2;
  padding-left: 0.5rem;
}
@media (min-width: 1200px) {
  .custom-checkbox .custom-control-label {
    line-height: 1.7;
  }
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 1.125rem;
  width: 1.125rem;
}
.custom-checkbox .custom-control-label::after {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 1.125rem;
  width: 1.125rem;
}

.form-control-label,
.form-group label {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin-bottom: 0.25rem;
}

.form-control.is-invalid + .invalid-feedback {
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.card-number-wrapper::after {
  right: 0.625rem;
  top: 0.625rem;
}

.custom-control.remember-me {
  margin: 0;
}

.custom-select:focus {
  border-color: #a17d23;
}

.btn-primary:focus,
.btn-primary.focus {
  border-color: #002e6d;
  background-color: #002e6d;
}

.form-control:focus {
  border-color: #a17d23 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*------------------------------------*\
        #UNIT
\*------------------------------------*/
.container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.form-control {
  border-color: #dedede;
  border-radius: 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  height: 3rem;
  letter-spacing: 0.5;
  padding: 0.5rem 1rem;
}
.form-control.mandatory-field {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f64218' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64218' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #f64218;
  padding-right: calc(1.5em + 0.75rem) !important;
}
.form-control.addressSelector {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.row {
  margin-left: auto;
  margin-right: auto;
}
.row .row-no-gutters {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 1200px) {
  .row .row-no-gutters {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1200px) {
  .col-xl,
  .col-xl-auto,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-auto,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-auto,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-auto,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-auto,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.breadcrumb {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8125rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0.75rem 0;
}

.breadcrumb-item a {
  color: #404040;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  float: left;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #929292;
}
.breadcrumb-item:last-child a {
  color: #a17d23;
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: #000;
  font-family: "FontAwesome";
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto #000;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 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);
}

.product-detail .carousel-control-prev,
.product-detail .carousel-control-next,
.quick-view-dialog .carousel-control-prev,
.quick-view-dialog .carousel-control-next,
.product-set-detail .carousel-control-prev,
.product-set-detail .carousel-control-next,
.choose-bonus-product-dialog .carousel-control-prev,
.choose-bonus-product-dialog .carousel-control-next {
  bottom: auto;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-detail .product-breadcrumb,
.quick-view-dialog .product-breadcrumb,
.product-set-detail .product-breadcrumb,
.choose-bonus-product-dialog .product-breadcrumb {
  border: 0;
}
.product-detail .wishlistTile,
.quick-view-dialog .wishlistTile,
.product-set-detail .wishlistTile,
.choose-bonus-product-dialog .wishlistTile {
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
}
.product-detail .wishlistTile .icon-heart,
.quick-view-dialog .wishlistTile .icon-heart,
.product-set-detail .wishlistTile .icon-heart,
.choose-bonus-product-dialog .wishlistTile .icon-heart {
  height: 1.375rem;
  width: 1.5rem;
}
.product-detail .price .starting,
.product-detail .price .range,
.product-detail .price .sales,
.quick-view-dialog .price .starting,
.quick-view-dialog .price .range,
.quick-view-dialog .price .sales,
.product-set-detail .price .starting,
.product-set-detail .price .range,
.product-set-detail .price .sales,
.choose-bonus-product-dialog .price .starting,
.choose-bonus-product-dialog .price .range,
.choose-bonus-product-dialog .price .sales {
  font-size: 1.5rem;
  font-weight: 700;
}
.product-detail .product-brand,
.quick-view-dialog .product-brand,
.product-set-detail .product-brand,
.choose-bonus-product-dialog .product-brand {
  color: #a17d23 !important;
  font-size: 1.25rem;
  font-weight: normal;
  text-decoration: none;
}
.product-detail .product-brand:hover,
.quick-view-dialog .product-brand:hover,
.product-set-detail .product-brand:hover,
.choose-bonus-product-dialog .product-brand:hover {
  color: #000;
  text-decoration: underline;
}
.product-detail .afterpay-widget,
.quick-view-dialog .afterpay-widget,
.product-set-detail .afterpay-widget,
.choose-bonus-product-dialog .afterpay-widget {
  padding: 0 1rem;
}
.product-detail .availability,
.product-detail .availability-msg,
.product-detail .attribute,
.quick-view-dialog .availability,
.quick-view-dialog .availability-msg,
.quick-view-dialog .attribute,
.product-set-detail .availability,
.product-set-detail .availability-msg,
.product-set-detail .attribute,
.choose-bonus-product-dialog .availability,
.choose-bonus-product-dialog .availability-msg,
.choose-bonus-product-dialog .attribute {
  color: #000;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.product-detail .availability label,
.product-detail .availability-msg label,
.product-detail .attribute label,
.quick-view-dialog .availability label,
.quick-view-dialog .availability-msg label,
.quick-view-dialog .attribute label,
.product-set-detail .availability label,
.product-set-detail .availability-msg label,
.product-set-detail .attribute label,
.choose-bonus-product-dialog .availability label,
.choose-bonus-product-dialog .availability-msg label,
.choose-bonus-product-dialog .attribute label {
  color: #000;
  font-size: 0.875rem;
}
.product-detail .pdp-attributes .color-attribute,
.quick-view-dialog .pdp-attributes .color-attribute,
.product-set-detail .pdp-attributes .color-attribute,
.choose-bonus-product-dialog .pdp-attributes .color-attribute {
  background-color: transparent;
  border: solid 1px #dedede;
  height: 2.5rem;
  margin-right: 0.25rem;
  padding: 0;
  position: relative;
  width: 2.5rem;
  margin-bottom: 0.3125rem;
  margin-right: 0;
}
.product-detail .pdp-attributes .color-attribute.selected,
.quick-view-dialog .pdp-attributes .color-attribute.selected,
.product-set-detail .pdp-attributes .color-attribute.selected,
.choose-bonus-product-dialog .pdp-attributes .color-attribute.selected {
  background-color: #58543B;
  border: solid 1px #a17d23;
  padding: 0.375rem;
}
.product-detail .pdp-attributes .color-attribute.selected::before,
.quick-view-dialog .pdp-attributes .color-attribute.selected::before,
.product-set-detail .pdp-attributes .color-attribute.selected::before,
.choose-bonus-product-dialog .pdp-attributes .color-attribute.selected::before {
  background: url("../../images/icons/icon-tick.svg") no-repeat center center;
  background-size: 28px 28px;
  bottom: 0;
  content: "";
  height: 28px;
  left: 6px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 28px;
  z-index: 1;
}
.product-detail .pdp-attributes .color-attribute img,
.quick-view-dialog .pdp-attributes .color-attribute img,
.product-set-detail .pdp-attributes .color-attribute img,
.choose-bonus-product-dialog .pdp-attributes .color-attribute img { /* stylelint-disable */
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.product-detail .pdp-attributes .color-attribute img::after,
.quick-view-dialog .pdp-attributes .color-attribute img::after,
.product-set-detail .pdp-attributes .color-attribute img::after,
.choose-bonus-product-dialog .pdp-attributes .color-attribute img::after {
  content: none !important;
}
.product-detail .pdp-attributes .color-attribute .unselectable,
.quick-view-dialog .pdp-attributes .color-attribute .unselectable,
.product-set-detail .pdp-attributes .color-attribute .unselectable,
.choose-bonus-product-dialog .pdp-attributes .color-attribute .unselectable {
  opacity: 0.4;
}
.product-detail .social-container .social-icons,
.quick-view-dialog .social-container .social-icons,
.product-set-detail .social-container .social-icons,
.choose-bonus-product-dialog .social-container .social-icons {
  border-bottom: 0.0625rem solid #dedede;
  border-top: 0.0625rem solid #dedede;
  list-style: none;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
}
.product-detail .social-container .social-icons li,
.quick-view-dialog .social-container .social-icons li,
.product-set-detail .social-container .social-icons li,
.choose-bonus-product-dialog .social-container .social-icons li {
  display: inline-block;
  padding-bottom: 1rem;
}
.product-detail .social-container .social-icons span,
.quick-view-dialog .social-container .social-icons span,
.product-set-detail .social-container .social-icons span,
.choose-bonus-product-dialog .social-container .social-icons span {
  font-size: 13px;
  padding-left: 10px;
}
.product-detail .gift-register-button,
.product-detail .click-and-collect-button,
.quick-view-dialog .gift-register-button,
.quick-view-dialog .click-and-collect-button,
.product-set-detail .gift-register-button,
.product-set-detail .click-and-collect-button,
.choose-bonus-product-dialog .gift-register-button,
.choose-bonus-product-dialog .click-and-collect-button {
  border-bottom: 0.0625rem solid #dedede;
}
.product-detail .gift-register-button button,
.product-detail .click-and-collect-button button,
.quick-view-dialog .gift-register-button button,
.quick-view-dialog .click-and-collect-button button,
.product-set-detail .gift-register-button button,
.product-set-detail .click-and-collect-button button,
.choose-bonus-product-dialog .gift-register-button button,
.choose-bonus-product-dialog .click-and-collect-button button {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 1rem 0 1.5rem;
}
.product-detail .gift-register-button span,
.product-detail .click-and-collect-button span,
.quick-view-dialog .gift-register-button span,
.quick-view-dialog .click-and-collect-button span,
.product-set-detail .gift-register-button span,
.product-set-detail .click-and-collect-button span,
.choose-bonus-product-dialog .gift-register-button span,
.choose-bonus-product-dialog .click-and-collect-button span {
  border-bottom: 0.0625rem solid #000;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 1rem;
  padding-top: 0.375rem;
  text-transform: uppercase;
}
.product-detail .gift-register-button span:hover,
.product-detail .click-and-collect-button span:hover,
.quick-view-dialog .gift-register-button span:hover,
.quick-view-dialog .click-and-collect-button span:hover,
.product-set-detail .gift-register-button span:hover,
.product-set-detail .click-and-collect-button span:hover,
.choose-bonus-product-dialog .gift-register-button span:hover,
.choose-bonus-product-dialog .click-and-collect-button span:hover {
  border-bottom: 0.0625rem solid #a17d23;
  color: #a17d23;
}
.product-detail .key-sales-section p,
.quick-view-dialog .key-sales-section p,
.product-set-detail .key-sales-section p,
.choose-bonus-product-dialog .key-sales-section p {
  font-size: 0.8125rem;
}
.product-detail .click-and-collect-button,
.quick-view-dialog .click-and-collect-button,
.product-set-detail .click-and-collect-button,
.choose-bonus-product-dialog .click-and-collect-button {
  border-bottom: 0;
}
.product-detail .click-and-collect-button button,
.quick-view-dialog .click-and-collect-button button,
.product-set-detail .click-and-collect-button button,
.choose-bonus-product-dialog .click-and-collect-button button {
  padding: 1rem 0 0;
}
.product-detail .carousel-item.active,
.quick-view-dialog .carousel-item.active,
.product-set-detail .carousel-item.active,
.choose-bonus-product-dialog .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail .product-details-section,
.product-detail .product-image-section,
.quick-view-dialog .product-details-section,
.quick-view-dialog .product-image-section,
.product-set-detail .product-details-section,
.product-set-detail .product-image-section,
.choose-bonus-product-dialog .product-details-section,
.choose-bonus-product-dialog .product-image-section {
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .product-detail .product-details-section,
  .product-detail .product-image-section,
  .quick-view-dialog .product-details-section,
  .quick-view-dialog .product-image-section,
  .product-set-detail .product-details-section,
  .product-set-detail .product-image-section,
  .choose-bonus-product-dialog .product-details-section,
  .choose-bonus-product-dialog .product-image-section {
    padding: 0 1rem;
  }
}
.product-detail .product-name,
.quick-view-dialog .product-name,
.product-set-detail .product-name,
.choose-bonus-product-dialog .product-name {
  padding: 0 0 1rem;
}
@media (max-width: 1199.98px) {
  .product-detail .add-to-wish-icon,
  .quick-view-dialog .add-to-wish-icon,
  .product-set-detail .add-to-wish-icon,
  .choose-bonus-product-dialog .add-to-wish-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
  }
}
.product-detail .carousel-indicators,
.quick-view-dialog .carousel-indicators,
.product-set-detail .carousel-indicators,
.choose-bonus-product-dialog .carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
}
.product-detail .carousel-indicators li,
.quick-view-dialog .carousel-indicators li,
.product-set-detail .carousel-indicators li,
.choose-bonus-product-dialog .carousel-indicators li {
  border-radius: 99%;
  height: 0.625rem;
  opacity: 1;
  width: 0.625rem;
}
.product-detail .carousel-indicators li.active,
.quick-view-dialog .carousel-indicators li.active,
.product-set-detail .carousel-indicators li.active,
.choose-bonus-product-dialog .carousel-indicators li.active {
  background-color: #a17d23;
  height: 0.75rem;
  width: 0.75rem;
}
.product-detail .carousel .icon-prev,
.product-detail .carousel .icon-next,
.quick-view-dialog .carousel .icon-prev,
.quick-view-dialog .carousel .icon-next,
.product-set-detail .carousel .icon-prev,
.product-set-detail .carousel .icon-next,
.choose-bonus-product-dialog .carousel .icon-prev,
.choose-bonus-product-dialog .carousel .icon-next {
  -webkit-box-shadow: -2px 1px 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: -2px 1px 20px 0px rgba(0, 0, 0, 0.5);
}
.product-detail .carousel .icon-next::before,
.quick-view-dialog .carousel .icon-next::before,
.product-set-detail .carousel .icon-next::before,
.choose-bonus-product-dialog .carousel .icon-next::before {
  background-image: url("../../images/arrow-slider-right.svg");
  content: "";
  display: inline-block;
  height: 1.375rem;
  width: 1.375rem;
}
.product-detail .carousel .icon-prev::before,
.quick-view-dialog .carousel .icon-prev::before,
.product-set-detail .carousel .icon-prev::before,
.choose-bonus-product-dialog .carousel .icon-prev::before {
  background-image: url("../../images/arrow-slider-left.svg");
  content: "";
  display: inline-block;
  height: 1.375rem;
  width: 1.375rem;
}
.product-detail .pdp-attributes .color,
.quick-view-dialog .pdp-attributes .color,
.product-set-detail .pdp-attributes .color,
.choose-bonus-product-dialog .pdp-attributes .color {
  display: none;
}
.product-detail .pdp-attributes .color.color-label,
.quick-view-dialog .pdp-attributes .color.color-label,
.product-set-detail .pdp-attributes .color.color-label,
.choose-bonus-product-dialog .pdp-attributes .color.color-label {
  display: block;
}
.product-detail .promotions-wrapper,
.quick-view-dialog .promotions-wrapper,
.product-set-detail .promotions-wrapper,
.choose-bonus-product-dialog .promotions-wrapper {
  border: 0.125rem solid #a17d23;
  margin-bottom: 1rem;
  padding: 1rem;
}
.product-detail .promotions-wrapper .title,
.quick-view-dialog .promotions-wrapper .title,
.product-set-detail .promotions-wrapper .title,
.choose-bonus-product-dialog .promotions-wrapper .title {
  color: #a17d23;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.product-detail .promotions-wrapper .content,
.quick-view-dialog .promotions-wrapper .content,
.product-set-detail .promotions-wrapper .content,
.choose-bonus-product-dialog .promotions-wrapper .content {
  color: #000;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 1439.98px) {
  .product-detail .promotions-wrapper img,
  .quick-view-dialog .promotions-wrapper img,
  .product-set-detail .promotions-wrapper img,
  .choose-bonus-product-dialog .promotions-wrapper img {
    width: 100%;
  }
}
.product-detail .promotions,
.quick-view-dialog .promotions,
.product-set-detail .promotions,
.choose-bonus-product-dialog .promotions {
  padding-top: 1rem !important;
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-height: none;
  max-width: none;
  -webkit-transition: none;
  transition: none;
  transition: none;
  transition: none;
  transition: none;
}

.xzoom-container {
  display: inline-block;
}

.xzoom-source,
.xzoom-hidden {
  clear: both;
  display: block;
  float: none;
  position: static;
}

@media (max-width: 1199.98px) {
  .xzoom-source {
    display: none;
  }
}

.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  background: #2f4f4f;
  border: 1px solid #888;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background: url("../example/images/xloading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 48px;
  opacity: 0.7;
  width: 48px;
}

/* Caption */
.xzoom-caption {
  background: #000;
  bottom: -43px;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

.xzoom-caption span {
  color: #fff;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

.xzoom-close {
  background: #fff;
  color: #000;
  font-size: 45px;
  height: 30px;
  line-height: 25px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 1px;
  width: 30px;
}

.afterpay-paragraph {
  color: #404040 !important;
  font-size: 0.875rem !important;
}

.description-section {
  border-bottom: 0.0625rem solid #dedede;
}
.description-section:last-child {
  border-bottom: 0;
}

.description-wrapper {
  margin-top: 2rem;
}
@media (max-width: 1439.98px) {
  .description-wrapper {
    margin-top: 1rem;
  }
}
.description-wrapper .description-and-detail {
  margin: 2rem 0;
}
@media (max-width: 1439.98px) {
  .description-wrapper .description-and-detail {
    margin: 1rem 0;
    padding: 0;
  }
}
.description-wrapper .description-and-detail .title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.625rem 0 0;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .description-wrapper .description-and-detail .title {
    padding: 0.625rem 0;
  }
}
.description-wrapper .description-and-detail > div:last-child {
  margin-bottom: 0;
}
.description-wrapper .description-and-detail .description {
  margin-bottom: 0;
}
.description-wrapper .description-and-detail .content {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}
.description-wrapper .product-number {
  color: #000;
  font-size: 0.875rem;
}

.product-set {
  padding: 0 1.5rem;
}
.product-set .product-name {
  border-bottom: 1px solid #dedede;
}

.pdp-controls {
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable */
}
.pdp-controls {
  position: relative;
  margin: 0 auto;
  padding-right: 0;
}
.pdp-controls .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 0.0625rem solid #dedede;
}
@media (min-width: 1200px) {
  .pdp-controls .quantity-wrapper {
    max-width: 9.375rem;
  }
}
.pdp-controls .quantity {
  margin-top: 0.6875rem;
  margin-bottom: 0.5rem;
}
.pdp-controls .quantity .quantity-label {
  font-size: 0.875rem;
}
.pdp-controls .quantity-control {
  width: 25%;
  border: none;
  background: none;
  color: black;
  outline: none;
}
.pdp-controls .quantity-control.-disabled {
  cursor: default;
  opacity: 0.4;
}
.pdp-controls .quantity-control::before {
  -webkit-text-stroke: 1px white;
}
.pdp-controls .quantity-control.-left {
  padding-top: 0.625rem;
}
@media (max-width: 1199.98px) {
  .pdp-controls .quantity-control.-left {
    padding-left: 0.625rem;
  }
}
.pdp-controls .quantity-control.-right {
  padding-top: 0.625rem;
}
@media (max-width: 1199.98px) {
  .pdp-controls .quantity-control.-right {
    padding-left: 0.3125rem;
  }
}
.pdp-controls .quantity-control .icon {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
}
.pdp-controls .quantity-input {
  border: 0;
  height: 2.875rem;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 50% !important;
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-enable */
}
.pdp-controls .quantity-input:focus-visible {
  outline: none;
}
.pdp-controls .quantity-input::-webkit-outer-spin-button, .pdp-controls .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdp-controls .quantity-input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.pdp-controls .quantity-error-message {
  font-size: 14px;
  padding-top: 5px;
  text-transform: lowercase;
}

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