/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #f5f5dc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-beige.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-beige.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-beige.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #1D1D1B;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-black.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-black.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #1D1D1B;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1D1D1B;
  display: block;
  position: relative;
}
.swatch-filter-black.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-black.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #0070d2;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-blue.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-blue.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-blue.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #a52a2a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-brown.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-brown.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-brown.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #008827;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-green.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-green.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-green.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #8f979d;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-grey.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-grey.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-grey.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #000080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-navy.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-navy.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-navy.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #ffa500;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-orange.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-orange.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-orange.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #fe249a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-pink.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-pink.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-pink.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #800080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-purple.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-purple.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-purple.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #f00;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-red.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-red.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-red.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-white.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-white.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-white.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
  background: #ff0;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  position: relative;
}
.swatch-circle-yellow.color-value.selected {
  border: 2px solid #fff;
}
.swatch-circle-yellow.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  left: -3px;
  top: -3px;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 1px solid #999;
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.color-value.selected {
  border: 2px solid #fff;
}
.swatch-filter-yellow.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(1.38em + 2px);
  height: calc(1.38em + 2px);
  left: -3px;
  top: -3px;
}
.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: 3px;
  display: block;
  height: 2.5em;
  position: relative;
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .attribute {
    margin-bottom: 15px;
  }
}
.attribute label {
  display: block;
  margin-bottom: 0.9375rem;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0.9375rem;
  margin-top: 0.9375rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .prices-add-to-cart-actions {
    position: sticky;
    bottom: 0;
    z-index: 10;
    left: 0;
  }
  .prices-add-to-cart-actions.isSticky {
    position: fixed;
    padding: 0.9375rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media (min-width: 992px) {
  .product-details-wrapper--stl .prices-add-to-cart-actions {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
  }
  .product-details-wrapper--stl .prices-add-to-cart-actions .btn {
    max-width: 360px;
  }
}

.prices {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .prices {
    padding-top: 0;
  }
}

.cart-and-ipay {
  text-align: center;
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 99999;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 6px;
  font-size: 1.125rem;
}
.add-to-basket-alert.alert-success {
  background-color: #fff;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
}
.add-to-basket-alert.alert-success::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 12.0001L8.94975 16.9499L19.5563 6.34326" stroke="%231D1D1B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}
.add-to-basket-alert.alert-danger {
  background-color: #fff;
  border: 1px solid #CF0000;
  color: #CF0000;
}
.add-to-basket-alert.alert-danger::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.5264 18.5L12.8661 3.5C12.4812 2.83333 11.519 2.83333 11.1341 3.5L2.47385 18.5C2.08895 19.1667 2.57007 20 3.33987 20H20.6604C21.4302 20 21.9113 19.1667 21.5264 18.5Z" stroke="%23CF0000" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z" fill="%23CF0000"/><path d="M12 13L12 9" stroke="%23CF0000" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  color: #CF0000;
}
@-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-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  max-width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 575.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.container.product-detail--stl {
  max-width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 575.98px) {
  .container.product-detail--stl {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

@media (min-width: 768px) and (max-width: 992px) {
  .product-set-detail .product-grid-stl-pdp-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
.product-set-detail--stl.container .breadcrumb {
  border-bottom: none;
}

.category-highlighted {
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .category-highlighted .product-container {
    padding: 0;
  }
  .category-highlighted .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.category-highlighted .img-container {
  aspect-ratio: 16/9;
}
.category-highlighted .bg-grey {
  background-color: #DEDEDE;
}

.modal-sizeguide .modal-header {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 10px;
  padding-bottom: 15px !important;
}
.modal-sizeguide .table-responsive {
  overflow-y: auto;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
  /* stylelint-disable-next-line selector-class-pattern */
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #eee;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px !important;
}
@media (min-width: 768px) {
  .quick-view-dialog .modal-header,
  .choose-bonus-product-dialog .modal-header {
    padding: 15px 20px 0 20px !important;
  }
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: var(--skin-primary-color-1);
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.5625rem;
  font-weight: 350;
  margin-bottom: 1.5rem;
}
.quick-view-dialog .quantity-select.custom-select,
.choose-bonus-product-dialog .quantity-select.custom-select {
  border: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M19 9L12 16L5 9" stroke="%2317191F" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px 16px;
  max-width: 60px;
  margin-bottom: 0;
  height: auto;
}
.quick-view-dialog .swatch,
.choose-bonus-product-dialog .swatch {
  margin-bottom: 25px;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 1px solid #999;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.quick-view-dialog .swatch-circle.color-value.selected,
.choose-bonus-product-dialog .swatch-circle.color-value.selected {
  border: 2px solid #fff;
}
.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  border: 1px solid #1D1D1B;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: calc(2.5em + 2px);
  height: calc(2.5em + 2px);
  left: -3px;
  top: -3px;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #1D1D1B;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  .quick-view-dialog .modal-body,
  .choose-bonus-product-dialog .modal-body {
    padding: 10px 30px 0 30px;
  }
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .availability,
.choose-bonus-product-dialog .availability {
  display: none;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-weight: 350;
}
.quick-view-dialog hr,
.choose-bonus-product-dialog hr {
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid #dedede;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #CF0000;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
  .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}
.quick-view-dialog .slider-container,
.choose-bonus-product-dialog .slider-container {
  display: none;
}
.quick-view-dialog #gallery-list-container,
.choose-bonus-product-dialog #gallery-list-container {
  display: block !important;
}
@media (min-width: 576px) {
  .quick-view-dialog #gallery-list-container,
  .choose-bonus-product-dialog #gallery-list-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.quick-view-dialog #gallery-list-container #breadcrumb-wrapper,
.choose-bonus-product-dialog #gallery-list-container #breadcrumb-wrapper {
  display: none;
}
.quick-view-dialog #gallery-list-container .product-gallery-list,
.choose-bonus-product-dialog #gallery-list-container .product-gallery-list {
  padding-left: 0;
  list-style: none;
}
.quick-view-dialog #gallery-list-container .product-gallery-list li,
.choose-bonus-product-dialog #gallery-list-container .product-gallery-list li {
  display: none;
}
.quick-view-dialog #gallery-list-container .product-gallery-list li:first-child,
.choose-bonus-product-dialog #gallery-list-container .product-gallery-list li:first-child {
  display: block;
}
.quick-view-dialog #collapsible-colors .wrapper,
.choose-bonus-product-dialog #collapsible-colors .wrapper {
  position: relative;
}
.quick-view-dialog .size-guide-link,
.choose-bonus-product-dialog .size-guide-link {
  display: none !important;
}
.quick-view-dialog .qta-label,
.choose-bonus-product-dialog .qta-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.quick-view-dialog .update-cart-product-global,
.choose-bonus-product-dialog .update-cart-product-global {
  margin-top: 20px;
}
.quick-view-dialog .list-attributes,
.choose-bonus-product-dialog .list-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.quick-view-dialog .list-attributes li,
.choose-bonus-product-dialog .list-attributes li {
  list-style: none;
}
.quick-view-dialog .list-attributes li button,
.choose-bonus-product-dialog .list-attributes li button {
  white-space: nowrap;
  background-color: #F2F3F4;
  border-radius: 4px;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 10px 8px 10px;
  line-height: 1rem;
  color: #1D1D1B;
  min-width: 40px;
}
.quick-view-dialog .list-attributes li button:hover, .quick-view-dialog .list-attributes li button.selected,
.choose-bonus-product-dialog .list-attributes li button:hover,
.choose-bonus-product-dialog .list-attributes li button.selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 2px solid #1D1D1B;
  font-weight: 350;
}
.quick-view-dialog label.size,
.choose-bonus-product-dialog label.size {
  margin-bottom: 10px;
}
.quick-view-dialog .attribute,
.choose-bonus-product-dialog .attribute {
  margin-bottom: 15px;
}
.quick-view-dialog .attribute .title.btn,
.choose-bonus-product-dialog .attribute .title.btn {
  display: none !important;
}
.quick-view-dialog .attribute .color.non-input-label,
.choose-bonus-product-dialog .attribute .color.non-input-label {
  display: block !important;
}
.quick-view-dialog .attribute-wrapper,
.choose-bonus-product-dialog .attribute-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 576px) {
  .quick-view-dialog .details-wrapper,
  .choose-bonus-product-dialog .details-wrapper {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .quick-view-dialog .details-wrapper,
  .choose-bonus-product-dialog .details-wrapper {
    padding-left: 40px;
  }
}
.quick-view-dialog .color .attribute-value,
.choose-bonus-product-dialog .color .attribute-value {
  text-transform: lowercase;
}

.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  color: #008827;
  margin-bottom: 0.3125rem;
}

footer .back-to-top.overBtnAddToCart {
  bottom: 70px;
}

.item-label {
  color: #595959;
}

.totals p, .totals .form-group {
  margin-bottom: 10px;
}
.totals .sub-total {
  font-weight: 300;
}
.totals label {
  color: #595959;
}

.checkout-continue.isSticky {
  position: fixed;
  bottom: 0;
  z-index: 10;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .checkout-continue.isSticky {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .checkout-continue.isSticky div {
    padding: 0.625em;
  }
}
@media (max-width: 991.98px) {
  .checkout-continue div {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .checkout-continue {
    position: static;
    padding-right: 0.938em;
    padding-left: 0.938em;
  }
}

.edit-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media (min-width: 992px) {
  .edit-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: auto;
    margin-bottom: 0.5rem;
    gap: 31px;
  }
}
.edit-bar a {
  display: inline-block;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .edit-bar a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .edit-bar div + div::before {
    margin-left: -18px;
    position: absolute;
    content: "|";
  }
}

.product-card-footer .quantity-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.line-item-attributes {
  font-size: 0.9375rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
}
@media (min-width: 992px) {
  .line-item-attributes {
    font-size: 1rem;
  }
}
.line-item-attributes span {
  color: #595959;
}

.line-item-attributes[class*=Colour-] .attribute-value, .color.title .attribute-value {
  text-transform: lowercase;
  display: inline-block;
}
.line-item-attributes[class*=Colour-] .attribute-value::first-letter, .color.title .attribute-value::first-letter {
  text-transform: uppercase;
}

.moveto-wishlist {
  display: block;
}
.moveto-wishlist svg {
  fill: transparent;
}
@media (min-width: 992px) {
  .moveto-wishlist {
    direction: rtl;
  }
}
.moveto-wishlist.selected svg, .moveto-wishlist:hover svg {
  fill: #1D1D1B;
}

#removeCouponModal .modal-footer, #removeProductModal .modal-footer {
  padding-bottom: 30px;
}
#removeCouponModal .delete-confirmation-body, #removeProductModal .delete-confirmation-body {
  padding-bottom: 0;
}

.quantity-form .custom-select {
  border: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M19 9L12 16L5 9" stroke="%2317191F" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px 16px;
  margin-bottom: 0;
  height: 2.1875rem;
}

.shippingMethods.custom-select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M19 9L12 16L5 9" stroke="%2317191F" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px 16px;
  margin-bottom: 0;
}

.item-attributes {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  gap: 7px;
}
@media (min-width: 992px) {
  .item-attributes {
    padding-top: 0.5rem;
  }
}

.line-item-divider {
  margin: 10px 0 5px 0;
  border: none;
}

@media (min-width: 992px) {
  .line-item-total-price {
    margin-bottom: 20px;
  }
}

.line-item-name {
  font-size: 1rem;
  color: #1D1D1B;
  font-weight: 350;
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 991.98px) {
  .line-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .line-item-name {
    font-size: 1.125rem;
  }
}

.line-item-price {
  font-size: 1em;
  color: #222;
  font-weight: 350;
}

.line-item-price-info {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}

.no-margin-top {
  margin-top: 0;
}

.line-item-total-price-amount {
  font-weight: 350;
  color: #1D1D1B;
  margin-top: 3px;
}

.number-of-items {
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .number-of-items {
    margin-top: 0;
  }
}

.optional-promo {
  color: var(--skin-primary-color-1);
}

.product-info + .product-info {
  border-top: 1px solid #DEDEDE;
}

.product-info {
  padding-top: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .product-info {
    padding: 20px 0;
    margin-top: 0;
  }
}
.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: -0.625rem;
  right: 0.25rem;
  border: none;
  background-color: #fff;
}
@media (min-width: 992px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.product-info .remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1;
}

.product-to-remove {
  font-size: 1.125rem;
  font-weight: 350;
  margin-top: 10px;
}

.item-image {
  margin-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .item-image {
    margin-right: 1.25rem;
  }
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 155px;
  aspect-ratio: 4/5;
  max-width: auto !important;
  max-height: auto !important;
}
@media (min-width: 992px) {
  .item-image img.product-image {
    height: 250px;
  }
}

.line-totals-divider {
  padding-left: 0;
  padding-right: 0;
}
.line-totals-divider hr {
  border-color: #1D1D1B;
}

.coupon-container {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.sub-total-wrapper {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.sub-total-wrapper p {
  margin-bottom: 0;
}

.total-wrapper {
  border-top: 1px solid #1D1D1B;
  padding-top: 10px;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  #coupon-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

#coupon-collapse-btn {
  display: block;
  margin-bottom: 0.5rem;
}
#coupon-collapse-btn[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#coupon-collapse-btn:hover {
  text-decoration: none;
}
#coupon-collapse-btn svg {
  margin-bottom: 2px;
}

.promo-code-submit {
  padding-left: 0;
}

.quantity-form {
  margin-bottom: 0;
  margin-top: -0.313em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bonus-product {
  display: block;
  text-align: center;
}

.remove-line-item {
  position: relative;
}

.remove-coupon {
  border: none;
  background: transparent;
}

.sub-total {
  font-weight: 450;
}

.grand-total {
  font-size: 1.125rem;
  font-weight: 350;
  color: #1D1D1B;
}

.total-label {
  font-size: 1.125rem;
  font-weight: 350;
  color: #595959;
}

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem;
}

.coupon-promotion-relationship {
  font-size: 0.813em;
  padding-left: 1rem;
  margin-bottom: 0;
}

.coupons-and-promos {
  padding-right: 0;
  padding-left: 0;
}

.coupon-code {
  font-size: 1.125em;
}

.coupon-applied {
  color: #008827;
  font-size: 0.813em;
}

.coupon-not-applied {
  color: #CF0000;
  font-size: 0.813em;
}

.coupon-error {
  color: #CF0000;
  margin-top: 0.25rem;
}

.coupon-missing-error {
  display: none;
  font-size: 0.875rem;
}

.applied-promotion-discount {
  color: #008827;
  float: right;
}

.promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.cart-page .bundled-line-item + .bundled-line-item::before,
.cart-page .bonus-line-item-row + .bonus-line-item-msg::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em;
}

.bundle-misc {
  font-size: 0.813rem;
}
@media (max-width: 991.98px) {
  .bundle-misc {
    margin-bottom: 0.625em;
  }
}

.cart-error-messaging.cart-error .alert:first-child {
  margin-top: 1rem;
}

.valid-cart-error {
  min-height: 6.5rem;
}

.bundled-line-item .item-attributes {
  margin-left: 0;
}

.bonus-product-button {
  margin-right: 1.5em;
}

.cart-container {
  max-width: 1140px;
  margin: auto;
}
.cart-container .title {
  padding-top: 20px;
}
.cart-container .subtitle {
  font-size: 1.25rem;
  font-weight: 350;
  margin-bottom: 0;
}
.cart-container .quantity-label {
  font-size: 1rem;
  color: #595959;
}
.cart-container .quantity {
  width: 100%;
  max-width: 60px;
}
.cart-container .line-item-header {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: none;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.cart-container .input-group {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 3px;
}
.cart-container .promo-code-btn {
  border: none;
  border-radius: 0;
  background-color: #DEDEDE;
  color: #1D1D1B;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-container .promo-code-btn:hover {
  background-color: #1D1D1B;
  color: white;
}
.cart-container .coupon-code-field {
  border: none;
}
.cart-container .coupon-code-field::-webkit-input-placeholder {
  color: #595959;
}
.cart-container .coupon-code-field::-moz-placeholder {
  color: #595959;
}
.cart-container .coupon-code-field:-ms-input-placeholder {
  color: #595959;
}
.cart-container .coupon-code-field::-ms-input-placeholder {
  color: #595959;
}
.cart-container .coupon-code-field::placeholder {
  color: #595959;
}

.btn.remove-product {
  padding: 0.375rem;
  color: #595959;
  margin-right: -10px;
}

.cart-empty p {
  margin-bottom: 20px;
}

.cart-banners {
  margin-top: 20px;
}
.cart-banners .img-container {
  aspect-ratio: 16/9;
}
.cart-banners .bg-grey {
  background-color: #DEDEDE;
}

.suggested.section-container {
  padding-top: 0;
}

hr.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #dedede;
}

.cart-reassurance-boxes {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cart-reassurance-boxes {
    border-top: 1px solid #DEDEDE;
    margin-top: 15px;
  }
}
.cart-reassurance-boxes .reassurance-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}
.cart-reassurance-boxes .reassurance-box:last-child {
  border-bottom: none;
}
.cart-reassurance-boxes .rb-title {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  min-height: 26px;
}
.cart-reassurance-boxes .rb-title svg.icon--card {
  width: 24px;
  height: 24px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.cart-reassurance-boxes .rb-btn {
  font-size: 1rem;
  font-weight: 400;
  border: none;
  outline: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  position: relative;
  padding-right: 40px;
  width: 100%;
  min-height: 26px;
  text-align: left;
  line-height: 1;
}
.cart-reassurance-boxes .rb-btn svg {
  width: 24px;
  height: 24px;
}
.cart-reassurance-boxes .rb-btn::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  top: 5px;
  right: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path d="M19 9L12 16L5 9" stroke="%2317191F" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 18px 16px;
}
.cart-reassurance-boxes .rb-btn[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.cart-reassurance-boxes .mw-25 {
  min-width: 25px;
  text-align: center;
  display: inline-block;
}

.rs-payment-icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  .rs-payment-icons-container {
    gap: 8px;
  }
}
.rs-payment-icons-container .payment-icon.googlePay {
  margin: -8px -12px;
}
@media (max-width: 991.98px) {
  .rs-payment-icons-container .payment-icon.googlePay {
    margin: -8px -10px;
  }
}
.rs-payment-icons-container .payment-icon.googlePay svg {
  height: 45px;
  width: auto;
}

.totals .card {
  border: 0;
}
@media (min-width: 992px) {
  .totals .card {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
  }
}

.shipment-denied {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .shipment-denied {
    padding: 20px 20px 0 20px;
  }
}
.shipment-denied svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #CF0000;
}
