/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/* stylelint-disable  scss/no-global-function-names */
.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #008827;
  margin-bottom: 0.3125rem;
}

.checkout-continue {
  position: fixed;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 320.98px) {
  .checkout-continue {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .checkout-continue div {
    padding: 0.625em;
  }
}

.edit {
  margin-right: 0.625em;
}

.product-edit {
  margin-top: auto;
}
.product-edit a {
  font-size: 0.813em;
}

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0;
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.line-item-divider {
  margin: 0.625em -0.625rem 0.625em -0.625rem;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #1e1e1c;
  font-weight: 700;
  margin-bottom: 0.625em;
  width: 90%;
}

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

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

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

.number-of-items {
  margin-top: 1rem;
}

.optional-promo {
  color: #006ebe;
}

.item-image {
  display: block;
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.promo-code-form {
  display: none;
}

.quantity-form {
  margin-bottom: 0;
  margin-top: -0.313em;
}

.product-info {
  margin-bottom: 0.313em;
  padding: 0.625em;
}
.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;
}
.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;
}

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

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

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

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

.grand-total {
  font-size: 1em;
  font-weight: 500;
}

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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 {
  margin-bottom: 0.625rem;
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

.coupon-missing-error {
  display: none;
}

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

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

.line-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.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 #d8d8d8;
  margin: 0.625em -0.625em;
}

.quantity-label {
  font-size: 0.813em;
}

.quantity {
  width: 100%;
  min-width: 5em;
}

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

.cart-error-messaging.cart-error {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

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

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

@media (min-width: 321px) {
  .checkout-continue {
    position: static;
    padding-right: 0.938em;
    padding-left: 0.938em;
  }
  .number-of-items {
    margin-top: 0;
  }
  .promo-code-form {
    display: block;
  }
}
@media (min-width: 768px) {
  .product-info {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
/* stylelint-disable max-line-length, length-zero-no-unit, max-empty-lines */
.icon {
  background: url("../images/svg-sprite.svg") no-repeat;
  display: inline-block;
}

.icon-arrow-carousel-left-white {
  background-position: -5px -124px;
  width: 96px;
  height: 104px;
}

.icon-arrow-carousel-right-white {
  background-position: -111px -124px;
  width: 96px;
  height: 104px;
}

.icon-back-arrow-white {
  background-position: -140px -304px;
  width: 18px;
  height: 17px;
}

.icon-back-arrow-white-17x15 {
  background-position: -349px -173px;
  width: 17px;
  height: 15px;
}

.icon-back-top-grey {
  background-position: -5px -238px;
  width: 56px;
  height: 56px;
}

.icon-book-a-service {
  background-position: -217px -124px;
  width: 33px;
  height: 33px;
}

.icon-chevron-back {
  background-position: -315px -206px;
  width: 12px;
  height: 22px;
}

.icon-chevron-back-black {
  background-position: -260px -124px;
  width: 12px;
  height: 22px;
}

.icon-chevron-next {
  background-position: -257px -167px;
  width: 12px;
  height: 22px;
}

.icon-chevron-next-black {
  background-position: -217px -238px;
  width: 12px;
  height: 22px;
}

.icon-close-16-grey {
  background-position: -349px -247px;
  width: 16px;
  height: 16px;
}

.icon-close-btn-black {
  background-position: -217px -207px;
  width: 20px;
  height: 20px;
}

.icon-close-grey {
  background-position: -247px -207px;
  width: 20px;
  height: 20px;
}

.icon-close-lrg-grey {
  background-position: -43px -304px;
  width: 27px;
  height: 27px;
}

.icon-close-med-grey {
  background-position: -244px -278px;
  width: 12px;
  height: 12px;
}

.icon-close-sm {
  background-position: -349px -273px;
  width: 16px;
  height: 16px;
}

.icon-close-sm-grey {
  background-position: -200px -278px;
  width: 14px;
  height: 14px;
}

.icon-close-sm-grey12 {
  background-position: -266px -278px;
  width: 12px;
  height: 12px;
}

.icon-close-white {
  background-position: -349px -198px;
  width: 17px;
  height: 17px;
}

.icon-close-white-small {
  background-position: -288px -278px;
  width: 12px;
  height: 12px;
}

.icon-down-arrow-blue {
  background-position: -149px -238px;
  width: 24px;
  height: 24px;
}

.icon-down-arrow-grey {
  background-position: -183px -238px;
  width: 24px;
  height: 24px;
}

.icon-down-arrow-grey12 {
  background-position: -310px -278px;
  width: 12px;
  height: 12px;
}

.icon-down-arrow-grey18 {
  background-position: -349px -5px;
  width: 18px;
  height: 18px;
}

.icon-download {
  background-position: -349px -299px;
  width: 16px;
  height: 12px;
}

.icon-facebook {
  background-position: -282px -5px;
  width: 57px;
  height: 57px;
}

.icon-filter-sm {
  background-position: -349px -321px;
  width: 12px;
  height: 10px;
}

.icon-fpa-logo-back-170 {
  background-position: -5px -82px;
  width: 170px;
  height: 11px;
}

.icon-fpa-logo-black-267 {
  background-position: -5px -5px;
  width: 267px;
  height: 16px;
}

.icon-fpa-logo-white-170 {
  background-position: -5px -103px;
  width: 170px;
  height: 11px;
}

.icon-fpa-logo-white-205 {
  background-position: -5px -57px;
  width: 205px;
  height: 15px;
}

.icon-fpa-logo-white-267 {
  background-position: -5px -31px;
  width: 267px;
  height: 16px;
}

.icon-green-tick {
  background-position: -349px -33px;
  width: 18px;
  height: 18px;
}

.icon-group-11 {
  background-position: -349px -61px;
  width: 18px;
  height: 18px;
}

.icon-instagram {
  background-position: -282px -72px;
  width: 57px;
  height: 57px;
}

.icon-lock-icon {
  background-position: -100px -278px;
  width: 12px;
  height: 16px;
}

.icon-menu {
  background-position: -220px -57px;
  width: 15px;
  height: 14px;
}

.icon-more-info {
  background-position: -349px -89px;
  width: 18px;
  height: 18px;
}

.icon-more-info-hover {
  background-position: -349px -117px;
  width: 18px;
  height: 18px;
}

.icon-oval-copy {
  background-position: -349px -145px;
  width: 18px;
  height: 18px;
}

.icon-pinterest {
  background-position: -282px -139px;
  width: 57px;
  height: 57px;
}

.icon-play-filled {
  background-position: -239px -238px;
  width: 22px;
  height: 22px;
}

.icon-register-your-product {
  background-position: -111px -238px;
  width: 28px;
  height: 26px;
}

.icon-search {
  background-position: -122px -278px;
  width: 16px;
  height: 16px;
}

.icon-search-16-wight {
  background-position: -148px -278px;
  width: 16px;
  height: 16px;
}

.icon-search-copy-2 {
  background-position: -174px -278px;
  width: 16px;
  height: 16px;
}

.icon-shopping-cart {
  background-position: -71px -278px;
  width: 19px;
  height: 16px;
}

.icon-shopping-cart-active {
  background-position: -282px -206px;
  width: 23px;
  height: 22px;
}

.icon-square-check {
  background-position: -271px -238px;
  width: 20px;
  height: 20px;
}

.icon-square-check-lg {
  background-position: -217px -167px;
  width: 30px;
  height: 30px;
}

.icon-square-white {
  background-position: -301px -238px;
  width: 20px;
  height: 20px;
}

.icon-square-white-lg {
  background-position: -71px -238px;
  width: 30px;
  height: 30px;
}

.icon-stainless-selected {
  background-position: -5px -304px;
  width: 28px;
  height: 28px;
}

.icon-stainless-unselected {
  background-position: -80px -304px;
  width: 20px;
  height: 20px;
}

.icon-system-info {
  background-position: -110px -304px;
  width: 20px;
  height: 20px;
}

.icon-tick-black {
  background-position: -245px -57px;
  width: 15px;
  height: 12px;
}

.icon-tick-white {
  background-position: -185px -82px;
  width: 8px;
  height: 8px;
}

.icon-triangle {
  background-position: -224px -278px;
  width: 10px;
  height: 13px;
}

.icon-up-down-sm {
  background-position: -349px -225px;
  width: 17px;
  height: 12px;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  white-space: normal;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #25628e;
  border-color: #25628e;
  color: #fff;
}

.btn-light {
  color: #1e1e1c;
  background-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):hover, .btn-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #006ebe;
  border-color: #fff;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):hover, .btn-outline-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #006ebe;
  border-color: #fff;
}

.btn-block {
  max-width: 350px;
  max-width: 21.875rem;
}

.btn-fullwidth {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/* stylelint-disable  scss/no-global-function-names */
.fp-icons {
  display: inline-block;
  line-height: 0;
}
.fp-icons svg {
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
  fill: #1e1e1c;
  /*******************************************   */
  /* Sizing classes for different breakpoints */
  /*******************************************   */
  /******************************************   */
  /*            Colour classes               */
  /******************************************   */
}
.fp-icons svg.x-small-icon {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
.fp-icons svg.small-icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
.fp-icons svg.medium-icon {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}
@media (min-width: 1024px) {
  .fp-icons svg {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
.fp-icons svg.sm-12px {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.fp-icons svg.sm-14px {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.fp-icons svg.sm-16px {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.fp-icons svg.sm-18px {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
.fp-icons svg.sm-20px {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.fp-icons svg.sm-24px {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
.fp-icons svg.sm-32px {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
.fp-icons svg.sm-36px {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}
.fp-icons svg.sm-40px {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
.fp-icons svg.sm-48px {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}
.fp-icons svg.sm-56px {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
}
.fp-icons svg.sm-72px {
  width: 72px;
  width: 4.5rem;
  height: 72px;
  height: 4.5rem;
}
.fp-icons svg.sm-96px {
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
}
.fp-icons svg.sm-128px {
  width: 128px;
  width: 8rem;
  height: 128px;
  height: 8rem;
}
.fp-icons svg.sm-144px {
  width: 144px;
  width: 9rem;
  height: 144px;
  height: 9rem;
}
@media (min-width: 768px) {
  .fp-icons svg.md-12px {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
  }
  .fp-icons svg.md-14px {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
  .fp-icons svg.md-16px {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
  .fp-icons svg.md-18px {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
  .fp-icons svg.md-20px {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .fp-icons svg.md-24px {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }
  .fp-icons svg.md-32px {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }
  .fp-icons svg.md-36px {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }
  .fp-icons svg.md-40px {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .fp-icons svg.md-48px {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
  }
  .fp-icons svg.md-56px {
    width: 56px;
    width: 3.5rem;
    height: 56px;
    height: 3.5rem;
  }
  .fp-icons svg.md-72px {
    width: 72px;
    width: 4.5rem;
    height: 72px;
    height: 4.5rem;
  }
  .fp-icons svg.md-96px {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
  }
  .fp-icons svg.md-128px {
    width: 128px;
    width: 8rem;
    height: 128px;
    height: 8rem;
  }
  .fp-icons svg.md-144px {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
@media (min-width: 1024px) {
  .fp-icons svg.lg-12px {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
  }
  .fp-icons svg.lg-14px {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
  .fp-icons svg.lg-16px {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
  .fp-icons svg.lg-18px {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
  .fp-icons svg.lg-20px {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .fp-icons svg.lg-24px {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }
  .fp-icons svg.lg-32px {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }
  .fp-icons svg.lg-36px {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }
  .fp-icons svg.lg-40px {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .fp-icons svg.lg-48px {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
  }
  .fp-icons svg.lg-56px {
    width: 56px;
    width: 3.5rem;
    height: 56px;
    height: 3.5rem;
  }
  .fp-icons svg.lg-72px {
    width: 72px;
    width: 4.5rem;
    height: 72px;
    height: 4.5rem;
  }
  .fp-icons svg.lg-96px {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
  }
  .fp-icons svg.lg-128px {
    width: 128px;
    width: 8rem;
    height: 128px;
    height: 8rem;
  }
  .fp-icons svg.lg-144px {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
@media (min-width: 1280px) {
  .fp-icons svg.xl-12px {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
  }
  .fp-icons svg.xl-14px {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
  .fp-icons svg.xl-16px {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
  .fp-icons svg.xl-18px {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
  .fp-icons svg.xl-20px {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .fp-icons svg.xl-24px {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }
  .fp-icons svg.xl-32px {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }
  .fp-icons svg.xl-36px {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }
  .fp-icons svg.xl-40px {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .fp-icons svg.xl-48px {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
  }
  .fp-icons svg.xl-56px {
    width: 56px;
    width: 3.5rem;
    height: 56px;
    height: 3.5rem;
  }
  .fp-icons svg.xl-72px {
    width: 72px;
    width: 4.5rem;
    height: 72px;
    height: 4.5rem;
  }
  .fp-icons svg.xl-96px {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
  }
  .fp-icons svg.xl-128px {
    width: 128px;
    width: 8rem;
    height: 128px;
    height: 8rem;
  }
  .fp-icons svg.xl-144px {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
.fp-icons svg.white-icon {
  fill: #fff;
}
.fp-icons svg.off-white-icon {
  fill: #f7f7f7;
}
.fp-icons svg.extra-light-icon {
  fill: #eeeff0;
}
.fp-icons svg.pdp-grey-icon {
  fill: #e7e7e7;
}
.fp-icons svg.light-grey-icon {
  fill: #d8d8d8;
}
.fp-icons svg.medium-grey-icon {
  fill: #999;
}
.fp-icons svg.dark-grey-icon {
  fill: #666;
}
.fp-icons svg.extra-dark-icon {
  fill: #4f4f49;
}
.fp-icons svg.warm-black-icon {
  fill: #090d0f;
}
.fp-icons svg.black-icon {
  fill: #1e1e1c;
}
.fp-icons svg.blue-icon {
  fill: #006ebe;
}
.fp-icons svg.dark-blue-icon {
  fill: #25628e;
}
.fp-icons svg.red-icon {
  fill: #c20012;
}
.fp-icons svg.green-icon {
  fill: #36a01c;
}
.fp-icons svg.yellow-icon {
  fill: #FBBF24;
}

/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable-next-line */
.swatch-circle-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1e1e1c;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #006ebe;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #006ebe;
  border-radius: 0.69em;
  background-color: #006ebe;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

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

.swatch-circle-miscellaneous {
  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;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 1em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

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

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 320.98px) {
  .prices-add-to-cart-actions {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

div.quantity {
  float: right;
  padding: 0;
  width: 25%;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 320.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
    padding-bottom: 1.625rem;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages, .add-to-wishlist-messages {
  width: 284px;
  width: 17.75rem;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 70;
}
@media (min-width: 768px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 334px;
    width: 20.875rem;
  }
}
@media (min-width: 1024px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 444px;
    width: 27.75rem;
  }
}
.add-to-cart-messages .fp-icons, .add-to-wishlist-messages .fp-icons {
  position: relative;
  top: -1px;
  top: -0.0625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.add-to-basket-alert {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  background-color: #fff;
  font-weight: 500;
  color: #1e1e1c;
  border-color: #f7f7f7;
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
}
@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 #d8d8d8;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}

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

@media (min-width: 768px) {
  .subscription-cart-container {
    margin-left: 106px;
    margin-left: 6.625rem;
  }
}

.minicart-subscriptions {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}

.subscription-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1e1e1c;
}
@media (min-width: 768px) {
  .subscription-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.line-item-subscription {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  margin-top: 4px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
}
.line-item-subscription .subscription-content {
  font-size: 11px;
  font-size: 0.6875rem;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 0;
}
.line-item-subscription .subscription-value {
  margin-left: 4px;
}
.checkout .line-item-subscription {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.checkout .line-item-subscription .subscription-content {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .line-item-subscription {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
  }
  .checkout .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.quantity-selector {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.quantity-selector .quantity-actions {
  padding: 0;
  border: 1px solid #006ebe;
  vertical-align: middle;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.quantity-selector .quantity-actions.quantity-minus {
  background-color: #fff;
}
.quantity-selector .quantity-actions.quantity-minus svg {
  fill: #006ebe;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.quantity-selector .quantity-actions.quantity-plus {
  background-color: #006ebe;
}
.quantity-selector .quantity-actions.quantity-plus svg {
  fill: #fff;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.quantity-selector .quantity-selected {
  border: 2px solid #d8d8d8;
  height: 30px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  margin: auto 5px;
  margin: auto 0.3125rem;
}
.quantity-selector .error-message {
  color: #666;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .quantity-selector {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .quantity-selector .quantity-actions {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .quantity-selector .quantity-actions.quantity-minus svg {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .quantity-selector .quantity-actions.quantity-plus svg {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .quantity-selector .quantity-selected {
    height: 40px;
    line-height: 36px;
  }
  .quantity-selector .error-message {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.quickview-pop-up {
  padding: 0 !important;
}
.quickview-pop-up.modal.lightbox {
  overflow-y: auto;
}
.quickview-pop-up .modal-dialog {
  width: 100% !important;
  margin: 0 auto;
  overflow-y: initial !important;
  transform: translate(0, -50%);
}
.quickview-pop-up .modal-dialog .modal-content {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 24px 32px 16px;
  padding: 1.5rem 2rem 1rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header .fp-icon {
  top: -5px;
  top: -0.3125rem;
  right: -15px;
  right: -0.9375rem;
  position: relative;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header .fp-icon .fp-icons svg {
  fill: #666;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 32px;
  padding: 0 2rem;
}
@media (max-width: 320.98px) {
  .quickview-pop-up .modal-dialog .modal-content .modal-body {
    padding: 0 16px;
    padding: 0 1rem;
  }
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .quick-view-image {
  background-color: #f7f7f7;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 36px;
  padding: 2.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .badges-container {
  display: inline;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges {
  display: inline-block;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges li {
  display: inline-block;
  font-weight: 500;
  border: solid 1px #999;
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 6px 8px 5px;
  padding: 0.375rem 0.5rem 0.3125rem;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-model {
  display: inline-block;
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-model .model-no {
  display: inline;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #666;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview h1.title {
  font-weight: 500;
  color: #1e1e1c;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .short-description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .view-link {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pdp-link,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimensions {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pdp-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content {
  width: auto !important;
  -ms-flex: none;
      flex: none;
  border-right: solid 1px #d8d8d8;
  padding: 0 12px 0 12px;
  padding: 0 0.75rem 0 0.75rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:last-child {
  border-right: none;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value {
  display: block;
  color: #666;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sub,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sub {
  vertical-align: baseline;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sup {
  margin-left: 5px;
  margin-left: 0.3125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  top: 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sub,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sub {
  bottom: 0;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content .dimensions-unit,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value .dimensions-unit {
  position: relative;
  right: 4px;
  right: 0.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value {
  font-weight: 500;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy .btn,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container .btn {
  width: 100%;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pricing {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 31px;
  line-height: 1.9375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pricing span {
  text-transform: uppercase;
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .stock-message {
  color: #666;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .add-to-cart-quickview {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .cart-and-ipay {
  text-align: left;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .plp-installation-requirements {
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-footer {
  display: block;
  border: none;
  padding: 32px;
  padding: 2rem;
}

body > .add-to-cart-messages {
  z-index: 1002;
}

@media (min-width: 321px) {
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
    padding: 0 24px 0 24px;
    padding: 0 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .quickview-pop-up .modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    max-width: 43.75rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .quick-view-image {
    padding: 20px;
    padding: 1.25rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content {
    padding: 0 16px 0 16px;
    padding: 0 1rem 0 1rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
    padding-left: 16px;
    padding-left: 1rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy .btn,
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container .btn {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .quickview-pop-up .modal-dialog {
    max-width: 920px;
    max-width: 57.5rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview h1.title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/* stylelint-disable  scss/no-global-function-names */
.quote-modal-wrapper button.open-quote-modal {
  max-width: initial;
  text-transform: none;
}
.quote-modal-wrapper .modal-dialog {
  max-width: 992px;
}
.quote-modal-wrapper .modal-dialog .modal-header {
  padding: 1.625rem 0;
}
.quote-modal-wrapper .modal-dialog .modal-header button.fp-close {
  position: absolute;
  right: 0;
  top: 0;
}
.quote-modal-wrapper .modal-dialog .modal-content {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.quote-modal-wrapper .modal-dialog .modal-body {
  text-align: center;
  padding: 0 16px;
  padding: 0 1rem;
}
.quote-modal-wrapper .modal-dialog .form-title {
  padding-bottom: 1rem;
}
.quote-modal-wrapper .modal-dialog .form-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 70vh;
}
.quote-modal-wrapper .modal-dialog button.create-quote {
  max-width: initial;
  text-transform: none;
}
.quote-modal-wrapper .modal-dialog .quote-message {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  background-color: #eeeff0;
  display: inline-block;
}
.quote-modal-wrapper .modal-dialog .quote-message i.fa-info.circle-light {
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid #2f6993;
  color: #2f6993;
  text-align: center;
}

.quote-re-save-expired-promo-modal .modal-header {
  border-bottom: unset;
  padding: 2rem 2rem 20px;
}
.quote-re-save-expired-promo-modal .modal-header .header-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 19px;
}
.quote-re-save-expired-promo-modal .modal-header svg.small-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}
.quote-re-save-expired-promo-modal .modal-body {
  padding: 0 2rem;
  font-size: 13px;
  line-height: 23px;
}
.quote-re-save-expired-promo-modal .modal-footer {
  border-top: unset;
  padding: 20px 2rem 2rem;
}

/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/* stylelint-disable  scss/no-global-function-names */
.sales-agent-modal-wrapper button.open-sales-agent-modal {
  max-width: initial;
  text-transform: none;
}
.sales-agent-modal-wrapper .modal-dialog .modal-content {
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
}
.sales-agent-modal-wrapper .modal-dialog .modal-content .create-salesagent-error-message {
  color: #c20012;
}
.sales-agent-modal-wrapper .modal-dialog .modal-header button.fp-close {
  position: absolute;
  right: 0;
  top: 0;
}
.sales-agent-modal-wrapper .modal-dialog button.create-sales-agent {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  max-width: initial;
  text-transform: none;
}

.sales-agent-modal .form-group.required .form-control-label::before {
  content: "*";
  display: inline-block;
  color: #c20012;
}

.consignment-stock-lightbox {
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(30, 30, 28, 0.6);
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.consignment-stock-lightbox .consignment-stock-lightbox-container {
  background-color: #fff;
  height: 343px;
  max-width: calc(100% - 40px);
  padding: 32px;
  position: relative;
  width: 444px;
}
.consignment-stock-lightbox .consignment-stock-lightbox-container .consignment-stock-content .header {
  font-size: 1rem;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 1.5rem;
}
.consignment-stock-lightbox .consignment-stock-lightbox-container .consignment-stock-content .consignment-stock-body {
  margin-bottom: 1.5rem;
}
.consignment-stock-lightbox .consignment-stock-lightbox-container .consignment-stock-content .consignment-stock-body .how-receive {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 11px;
  margin-top: 2rem;
}
.consignment-stock-lightbox .consignment-stock-lightbox-container .consignment-stock-content .consignment-stock-body .options .option-item input {
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  width: 20px;
}
.consignment-stock-lightbox .consignment-stock-lightbox-container .consignment-stock-content .consignment-stock-body .options .option-item label {
  line-height: 23px;
  line-height: 1.4375rem;
}
.consignment-stock-lightbox .consignment-stock-close {
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-left: auto;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
}
.consignment-stock-lightbox .consignment-stock-close svg {
  height: 100%;
  width: 100%;
}

.serial-numbers {
  width: 100%;
}
.serial-numbers button.multiselect {
  border: 1px solid #d8d8d8;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 8px 8px 20px;
  text-align: left;
}
.serial-numbers button.multiselect.unselectable {
  pointer-events: none;
  background: #f7f7f7;
}
.serial-numbers button.multiselect .fp-icons {
  margin: auto 0 auto auto;
}
.serial-numbers button.multiselect.dropdown-toggle::after {
  border: none;
}
.serial-numbers button.multiselect .placeholder {
  color: #666;
  display: none;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-transform: initial;
}
.serial-numbers button.multiselect .multiselect-selected-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 322px;
  line-height: 24px;
}
.serial-numbers button.multiselect .multiselect-selected-text:empty {
  width: 0;
}
.serial-numbers button.multiselect .multiselect-selected-text:empty + .placeholder {
  display: inline;
}
.serial-numbers ul.multiselect-container {
  background: #f7f7f7;
  border: none;
  display: none;
  margin-top: 0;
  max-height: 400px;
  overflow-x: scroll;
  width: 100%;
}
.serial-numbers ul.multiselect-container li {
  margin: 6px 20px;
}
.serial-numbers ul.multiselect-container li:last-child {
  margin-bottom: 0;
}
.serial-numbers ul.multiselect-container li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.serial-numbers ul.multiselect-container li label.checkbox {
  width: 100%;
  cursor: pointer;
}
.serial-numbers ul.multiselect-container li input[type=checkbox] {
  height: 20px;
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
  width: 20px;
}
.serial-numbers.open ul.multiselect-container {
  display: block;
}

.cart-product-options.consignment-container {
  container-type: inline-size;
  container-name: consignmentinfo;
}
.cart-product-options.consignment-container .line-item-consignment-info {
  background-color: #666;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
  padding: 8px;
  padding: 0.5rem;
}
.cart-product-options.consignment-container .line-item-consignment-info .consignment-info-description-container {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
.cart-product-options.consignment-container .line-item-consignment-info .consignment-info-description-container .fp-icons {
  line-height: 1.7;
  margin-right: 0;
}
.cart-product-options.consignment-container .line-item-consignment-info .consignment-info-serial-container {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 8px;
  gap: 0.5rem;
}
.cart-product-options.consignment-container .line-item-consignment-info .consignment-info-serial-container .serial {
  border: 1px solid #d8d8d8;
  margin: 0;
  padding: 0 5px;
  padding: 0 0.3125rem;
}
.cart-product-options.consignment-container .line-item-consignment-info p {
  font-size: 13px;
  font-size: 0.8125rem;
}
@container consignmentinfo (min-width: 600px) {
  .cart-product-options.consignment-container .line-item-consignment-info {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cart-product-options.consignment-container .line-item-consignment-info .fp-icons {
    line-height: 1;
  }
  .cart-product-options.consignment-container .line-item-consignment-info .consignment-info-serial-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-product-options.consignment-container .line-item-consignment-info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@supports not (container-name: consignmentinfo) {
  @media (min-width: 768px) {
    .cart-product-options.consignment-container .line-item-consignment-info {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .cart-product-options.consignment-container .fp-icons {
      line-height: 1;
    }
    .cart-product-options.consignment-container .consignment-info-serial-container {
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
}

/* stylelint-disable  selector-class-pattern, selector-id-pattern,
no-descending-specificity, scss/at-extend-no-missing-placeholder */
button:focus {
  outline: 0;
}

.hide {
  display: none;
}

.cart-Wrapper {
  background-color: #f7f7f7;
  color: #1e1e1c;
}
.cart-Wrapper .container {
  padding: 0 20px 0 20px;
  padding: 0 1.25rem 0 1.25rem;
}
@media (min-width: 768px) {
  .cart-Wrapper .container.cartMSContainer {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .cart-Wrapper .container.cartMSContainer {
    padding: 0 0.5rem;
  }
}
.cart-Wrapper h1.page-title {
  font-family: 300;
  width: 100%;
  font-weight: 300;
  color: #1e1e1c;
  background-color: transparent;
  text-transform: uppercase;
  left: auto;
  padding-left: 8px;
  padding-left: 0.5rem;
  margin: 30px 0 8px 0;
  margin: 1.875rem 0 0.5rem 0;
}
.cart-Wrapper h1.page-title::before {
  display: none;
}
.cart-Wrapper h1.page-title.empty-cart-title {
  margin: 40px 0;
  margin: 2.5rem 0;
}
.cart-Wrapper .continue-shopping-button {
  padding-right: 5px;
  padding-right: 0.3125rem;
  padding-left: 0;
}
.cart-Wrapper .continue-shopping-button .continue-shopping-link,
.cart-Wrapper .continue-shopping-button .continue-shopping-link-empty {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #666;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
.cart-Wrapper .continue-shopping-button .continue-shopping-link span,
.cart-Wrapper .continue-shopping-button .continue-shopping-link-empty span {
  position: relative;
  bottom: 1px;
  bottom: 0.0625rem;
}
.cart-Wrapper .continue-shopping-button .continue-shopping-link span svg,
.cart-Wrapper .continue-shopping-button .continue-shopping-link-empty span svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.cart-Wrapper .continue-shopping-button .continue-shopping-link:hover,
.cart-Wrapper .continue-shopping-button .continue-shopping-link-empty:hover {
  text-decoration: none;
}
.cart-Wrapper .html-slot-container {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
.cart-Wrapper .custom-select {
  border-radius: 0;
  background-image: none;
  border-color: #d8d8d8;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 5px 5px 7px;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.4375rem;
}
.cart-Wrapper .custom-select:focus {
  box-shadow: none;
}
.cart-Wrapper .div-select {
  position: relative;
  background: #fff;
}
.cart-Wrapper .line-item-attributes {
  color: #666;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
}
.cart-Wrapper .line-item-attributes .fp-icons {
  margin-left: 4px;
  margin-left: 0.25rem;
}
.cart-Wrapper .line-item-attributes .fp-icons svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.cart-Wrapper .line-item-attributes.out-stock {
  color: #c20012 !important;
  font-size: 12px;
  font-size: 0.75rem;
}
.cart-Wrapper .line-item-attributes.out-of-stock, .cart-Wrapper .line-item-attributes.partially-out-of-stock {
  color: #c20012 !important;
  font-size: 12px;
  font-size: 0.75rem;
}
.cart-Wrapper .cart .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0 32px 0;
  padding: 1.25rem 0 2rem 0;
}
.cart-Wrapper .cart .card:first-child {
  padding-top: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.cart-Wrapper .cart .card:last-child {
  border-bottom: none;
}
.cart-Wrapper .cart .card .remove-btn,
.cart-Wrapper .cart .card .remove-btn-lg {
  background-color: transparent;
  right: 0;
  bottom: auto;
  color: #999;
  padding: 0;
  top: -15px;
  top: -0.9375rem;
}
.cart-Wrapper .cart .card .remove-btn svg,
.cart-Wrapper .cart .card .remove-btn-lg svg {
  pointer-events: none;
}
.cart-Wrapper .cart .card .remove-btn:active,
.cart-Wrapper .cart .card .remove-btn-lg:active {
  background-color: transparent;
}
.cart-Wrapper .cart .card + .card .remove-btn,
.cart-Wrapper .cart .card + .card .remove-btn-lg {
  top: 5px;
  top: 0.3125rem;
}
.cart-Wrapper .cart .card .col-lg-6,
.cart-Wrapper .cart .card .col-lg-12 {
  position: static;
}
.cart-Wrapper .cart .card .product-availability {
  width: 100%;
  text-align: right;
}
.cart-Wrapper .cart .card .line-item-availability {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .cart-Wrapper .cart .product-details {
    margin: 0 8px;
    margin: 0 0.5rem;
  }
}
.cart-Wrapper .cart .product-details .product-line-items-wrapper {
  padding: 29px;
  padding: 1.8125rem;
  background-color: #fff;
}
.cart-Wrapper .cart .product-details .promotion-details {
  padding: 16px;
  padding: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  background-color: #eeeff0;
}
.cart-Wrapper .cart .product-details .promotion-details p {
  margin: 0;
}
.cart-Wrapper .cart .product-details .promotion-details svg {
  fill: #006ebe;
}
.cart-Wrapper .product-info {
  margin-bottom: 0;
}
.cart-Wrapper .product-info .item-image {
  text-align: center;
  width: 86px;
  width: 5.375rem;
  height: 103px;
  height: 6.4375rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.cart-Wrapper .product-info .item-image img.product-image {
  max-height: 110px;
  max-height: 6.875rem;
}
.cart-Wrapper .product-info .remove-line-item {
  position: static;
}
.cart-Wrapper .product-info .item-spares {
  text-decoration: none;
  cursor: text;
}
.cart-Wrapper .product-info .line-item-name {
  white-space: normal;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media (max-width: 1023.98px) {
  .cart-Wrapper .product-info .line-item-name {
    width: auto;
  }
}
.cart-Wrapper .product-info .line-item-name p {
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  letter-spacing: 0.00625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #4f4f49;
}
.cart-Wrapper .product-info .line-item-name a {
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #1e1e1c;
}
.cart-Wrapper .product-info .line-item-availability {
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.cart-Wrapper .product-info .line-item-availability .icon-green-tick {
  margin-left: 2.7px;
  margin-left: 0.16875rem;
  vertical-align: sub;
}
.cart-Wrapper .product-info .product-edit {
  display: none;
}
.cart-Wrapper .product-info .product-card-footer {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.cart-Wrapper .product-info .product-card-footer .line-item-pricing-info,
.cart-Wrapper .product-info .product-card-footer .line-item-price-info {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.cart-Wrapper .product-info .product-card-footer .line-item-pricing-info label {
  margin: 0;
}
.cart-Wrapper .product-info .product-card-footer .quantity-form {
  display: inline-block;
  margin-top: 0;
}
.cart-Wrapper .product-info .product-card-footer .quantity-form .custom-select {
  width: 50px;
  width: 3.125rem;
  height: 30px;
  height: 1.875rem;
  min-width: 50px;
  min-width: 3.125rem;
}
.cart-Wrapper .product-info .product-card-footer .quantity-form .div-select {
  position: relative;
  background: #fff;
}
@media (max-width: 767.98px) {
  .cart-Wrapper .product-info .product-card-footer .quantity-form .div-select .expand-more {
    right: 4px !important;
    right: 0.25rem !important;
  }
}
.cart-Wrapper .product-info .product-card-footer .quantity-form .div-select .custom-select {
  background: transparent;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .cart-Wrapper .product-info .product-card-footer .quantity-form .div-select .custom-select {
    line-height: 0.8;
  }
}
.cart-Wrapper .product-info .product-card-footer .quantity-form .div-select::after {
  top: 13px;
  top: 0.8125rem;
}
.cart-Wrapper .product-info .product-card-footer .cart-qty-availability {
  font-weight: 700;
}
.cart-Wrapper .product-info .product-card-footer .cart-qty-availability .out-of-stock,
.cart-Wrapper .product-info .product-card-footer .cart-qty-availability .partially-out-of-stock {
  color: #c20012;
  font-size: 12px;
  font-size: 0.75rem;
}
.cart-Wrapper .product-info .product-card-footer .price > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart-Wrapper .product-info .product-card-footer .price .sales {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.cart-Wrapper .product-info .product-card-footer .price .pricing {
  font-weight: 400;
}
.cart-Wrapper .product-info .product-card-footer .price .pricing.each {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
}
.cart-Wrapper .product-info .product-card-footer .price .pricing.full {
  font-size: 16px;
  font-size: 1rem;
  color: #1e1e1c;
}
.cart-Wrapper .product-info .product-card-footer .price .strike-through {
  color: #4f4f49;
  -ms-flex-order: 2;
      order: 2;
  margin-right: 0;
}
.cart-Wrapper .product-info .product-card-footer .line-item-total-price {
  -ms-flex: 2;
      flex: 2;
  text-align: right;
  -ms-flex-pack: end;
      justify-content: end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.cart-Wrapper .product-info .product-card-footer .line-item-total-price .strike-through {
  display: none;
}
.cart-Wrapper .product-info .product-card-footer .item-cost-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
}
.cart-Wrapper .product-info .product-card-footer .item-cost-summary .line-item-quantity {
  -ms-flex: 1;
      flex: 1;
  max-width: 70px;
  max-width: 4.375rem;
  height: 40px;
  height: 2.5rem;
}
.cart-Wrapper .product-info .product-card-footer .item-cost-summary .line-item-quantity .quantity-form,
.cart-Wrapper .product-info .product-card-footer .item-cost-summary .line-item-quantity .div-select {
  width: 100%;
  height: 100%;
}
.cart-Wrapper .product-info .product-card-footer .item-cost-summary .hide-actual-price + .each-price .sales {
  display: none;
}
.cart-Wrapper .product-info .product-card-footer .item-cost-summary .hide-actual-price + .each-price:not(.has-strike-price) {
  display: none;
}
.cart-Wrapper .product-info.product-out-of-stock {
  color: #d8d8d8;
}
.cart-Wrapper .product-info.product-out-of-stock .item-attributes {
  color: #d8d8d8;
}
.cart-Wrapper .product-info.product-out-of-stock .item-attributes .line-item-name a,
.cart-Wrapper .product-info.product-out-of-stock .item-attributes .line-item-name p {
  color: #d8d8d8;
}
.cart-Wrapper .product-info.product-out-of-stock .img-availability .item-image img {
  opacity: 0.5;
}
.cart-Wrapper .product-info.product-out-of-stock .product-card-footer .price-container .price .pricing,
.cart-Wrapper .product-info.product-out-of-stock .product-card-footer .line-item-total-price .price .pricing {
  color: #d8d8d8;
}
.cart-Wrapper .product-info .cart-product-options {
  margin-top: 32px;
  margin-top: 2rem;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-header h6 {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options button {
  border: none;
  padding: 0;
  background: transparent;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .product-options-icon {
  margin-left: 8px;
  margin-left: 0.5rem;
  top: -1px;
  top: -0.0625rem;
  left: -4px;
  left: -0.25rem;
  line-height: 0;
  display: inline-block;
  position: relative;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description {
  --animation-duration: 1200ms;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #f7f7f7;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: start;
      align-items: start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom .checkbox-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom .check {
  border: 1px solid #999;
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: -30px;
  left: -1.875rem;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom .check .checkbox-tick {
  opacity: 0;
  position: relative;
  top: -4px;
  top: -0.25rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom label {
  position: relative;
  margin-bottom: 0;
  left: -2px;
  left: -0.125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom input:checked ~ .check {
  border-color: #006ebe;
  background: #006ebe;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom input:checked ~ .check svg.checkbox-tick {
  opacity: 1;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom .white-icon {
  fill: #fff !important;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .option-price-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: end;
      justify-content: end;
  color: #666;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .option-price-info .options-price {
  width: -moz-max-content;
  width: max-content;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description .option-price-info .options-price .selected-price {
  color: #1e1e1c;
  font-weight: 700;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #FCD34D;
  box-shadow: #FCD34D 0px 0px 10px;
  border-radius: 5px;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.cart-Wrapper .product-info .cart-product-options .cart-product-options-form .additionalProductOptionsForm .line-item-options .option-description.animation-active::before {
  animation: pulse var(--animation-duration) forwards ease-in;
  visibility: visible;
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scaleY(1) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(1.5) scaleX(1.02);
  }
}
@media (max-width: 767.98px) {
  .cart-Wrapper .totals {
    margin: 27px 8px 16px 8px;
    margin: 1.6875rem 0.5rem 1rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .cart-Wrapper .totals {
    margin: 16px 16px 0px 16px;
    margin: 1rem 1rem 0rem 1rem;
  }
}
.cart-Wrapper .totals .content-total {
  padding: 28px 15px 48px 15px;
  padding: 1.75rem 0.9375rem 3rem 0.9375rem;
  background-color: #fff;
}
.cart-Wrapper .totals .promo-code-form {
  display: none;
}
.cart-Wrapper .totals .optional-promo {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #006ebe;
  position: relative;
}
.cart-Wrapper .totals .optional-promo::after {
  right: 7px;
  right: 0.4375rem;
  top: -2px;
  top: -0.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  position: absolute;
  line-height: normal;
  transition: all 0.2s;
}
.cart-Wrapper .totals .optional-promo.active::after {
  transform: rotate(180deg);
}
@media (max-width: 1023.98px) {
  .cart-Wrapper .totals .form-group label[for^=coup],
  .cart-Wrapper .totals .form-group-1 label[for^=coup] {
    display: none;
  }
}
.cart-Wrapper .totals .form-group .col-7,
.cart-Wrapper .totals .form-group-1 .col-7 {
  -ms-flex: 100%;
      flex: 100%;
  max-width: 100%;
}
.cart-Wrapper .totals .form-group input,
.cart-Wrapper .totals .form-group-1 input {
  width: 100%;
  height: 40px;
  height: 2.5rem;
}
.cart-Wrapper .totals .form-group input::-moz-placeholder,
.cart-Wrapper .totals .form-group-1 input::-moz-placeholder {
  line-height: 25px;
}
.cart-Wrapper .totals .form-group .coupon-error span,
.cart-Wrapper .totals .form-group-1 .coupon-error span {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cart-Wrapper .totals .form-group .promo-code-submit,
.cart-Wrapper .totals .form-group-1 .promo-code-submit {
  padding-inline-start: 0;
}
.cart-Wrapper .totals .form-group .promo-code-submit .promo-code-btn,
.cart-Wrapper .totals .form-group-1 .promo-code-submit .promo-code-btn {
  width: 100%;
  padding-inline: 14px;
  padding-inline: 0.875rem;
}
.cart-Wrapper .totals .form-group label,
.cart-Wrapper .totals .form-group-1 label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.cart-Wrapper .totals .form-group .custom-select,
.cart-Wrapper .totals .form-group-1 .custom-select {
  height: 40px;
  height: 2.5rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
.cart-Wrapper .totals .cart-total-bottom .row:not(.priceTotal) p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.cart-Wrapper .totals .cart-total-bottom .row:not(.priceTotal) p span {
  padding: 4px;
  padding: 0.25rem;
}
.cart-Wrapper .totals .cart-total-bottom .row.order-discount p span {
  background-color: #eeeff0;
  padding: 4px;
  padding: 0.25rem;
}
.cart-Wrapper .totals .cart-total-bottom .order-discount,
.cart-Wrapper .totals .cart-total-bottom .shipping-discount {
  color: #1e1e1c;
}
.cart-Wrapper .totals .cart-total-bottom .additional-services-totals {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cart-Wrapper .totals .cart-total-bottom .additional-services-totals .additional-services-description {
    padding-left: 8px;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cart-Wrapper .totals .cart-total-bottom .additional-services-totals .additional-services-price {
    padding-right: 8px;
    padding-right: 0.5rem;
  }
}
.cart-Wrapper .totals .cart-total-bottom .sub-totals > div {
  max-width: inherit;
  -ms-flex: 1;
      flex: 1;
}
.cart-Wrapper .totals .cart-total-bottom .priceTotal {
  margin: 25px 0 0 0;
  margin: 1.5625rem 0 0 0;
  padding-top: 14px;
  padding-top: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid #4f4f49;
  text-transform: uppercase;
}
.cart-Wrapper .totals .cart-total-bottom .priceTotal > div {
  padding: 0;
  max-width: inherit;
  -ms-flex: 1;
      flex: 1;
}
.cart-Wrapper .totals .cart-total-bottom .priceTotal .grand-total {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.cart-Wrapper .totals .cart-total-bottom .priceTotal .grand-total-heading {
  font-weight: 500;
}
.cart-Wrapper .totals .cart-total-bottom .row.vat p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0 0 0;
  margin: 0.625rem 0 0 0;
  line-height: normal;
  color: #4f4f49;
}
.cart-Wrapper .totals .checkout-continue {
  margin-top: 19px;
  margin-top: 1.1875rem;
  box-shadow: none;
  position: static;
}
.cart-Wrapper .totals .checkout-continue a.btn-primary,
.cart-Wrapper .totals .checkout-continue a.btn-outline-primary {
  width: 100%;
}
.cart-Wrapper .totals .checkout-continue a.btn-primary svg,
.cart-Wrapper .totals .checkout-continue a.btn-outline-primary svg {
  fill: #fff;
  height: 20px;
  width: 20px;
  vertical-align: sub;
}
.cart-Wrapper .totals .checkout-continue a.btn-primary:focus svg,
.cart-Wrapper .totals .checkout-continue a.btn-outline-primary:focus svg {
  fill: #006ebe;
}
.cart-Wrapper .totals .checkout-continue a.btn-primary:hover svg,
.cart-Wrapper .totals .checkout-continue a.btn-outline-primary:hover svg {
  fill: #fff;
}
.cart-Wrapper .totals .basket-payment-icons {
  text-align: center;
}
.cart-Wrapper .totals .basket-payment-icons br {
  display: none;
}
.cart-Wrapper .totals .basket-payment-icons ul {
  margin: 8px 0 0 0;
  margin: 0.5rem 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  list-style-type: none;
  padding: 0;
}
.cart-Wrapper .totals .basket-payment-icons ul li {
  display: inline-block;
}
.cart-Wrapper .totals .basket-payment-icons ul li img {
  width: 40px;
}
.cart-Wrapper .totals .basket-minimum-klarna-order-total {
  color: #666;
  font-style: italic;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
   margin-top: 24px;
   margin-top: 1.5rem;
}
.cart-Wrapper .totals .sales-agent-container {
  margin: 1rem 0 3rem;
}
.cart-Wrapper .modal .modal-header .modal-title {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
.cart-Wrapper .modal .modal-footer {
  -ms-flex-pack: center;
      justify-content: center;
}
.cart-Wrapper .modal#product-option-note .modal-header {
  text-align: left;
  margin: 0;
  padding: 1rem 2rem 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.cart-Wrapper .modal#product-option-note .modal-header .close {
  top: 0.825rem;
  bottom: auto;
  left: auto;
  right: 0.825rem;
}
.cart-Wrapper .modal#product-option-note .modal-header .close span {
  background: none;
  font-size: 20px;
}
.cart-Wrapper .modal#product-option-note .modal-body {
  text-align: left;
  margin: 0;
  padding: 5px 2rem;
}
.cart-Wrapper .modal#product-option-note .modal-footer {
  padding: 5px 2rem 10px;
  -ms-flex-pack: start;
      justify-content: start;
}

.coupons-and-promos {
  position: relative;
  margin: 0;
}
.coupons-and-promos .coupon-price-adjustment {
  background-color: #f7f7f7;
  border-radius: 0;
  border: 0;
  position: relative;
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4f4f49;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code .couponCode {
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-weight: 700;
  font-weight: 600;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code .coupon-applied {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code .coupon-applied span {
  vertical-align: sub;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code .remove-coupon {
  color: #999;
  cursor: pointer;
  padding: 0;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code .remove-coupon svg {
  fill: #666;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code .tick-and-code-label {
  gap: 4px;
  gap: 0.25rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
.coupons-and-promos .coupon-price-adjustment .coupon-code .tick-and-code-label svg {
  fill: #009641;
}
.coupons-and-promos .coupon-price-adjustment .coupon-promotion-relationship {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 0;
  list-style-type: none;
  color: #4f4f49;
}

.cart-error-messaging.cart-error {
  position: static;
}
.cart-error-messaging.cart-error .valid-cart-error {
  background-color: #fff;
  border: 1px solid #c20012;
  min-height: auto;
  color: #c20012;
  text-align: center;
  border-radius: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1px 0 20px 0;
  margin: 0.0625rem 0 1.25rem 0;
  padding: 8px 10px 9px 10px;
  padding: 0.5rem 0.625rem 0.5625rem 0.625rem;
}
.cart-error-messaging.cart-error .valid-cart-error .close {
  display: none;
}

.promotion-information {
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
}
.promotion-information .applied-promotion-discount {
  color: #1e1e1c;
}

.coupon-to-remove {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: 700;
}

.coupon-not-applied {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #c20012;
  display: inline-block;
  font-weight: 700;
}

.order-discount .couponCode {
  display: inline-block;
}

.cart-empty .continue-shopping-link {
  margin-bottom: 160px;
  margin-bottom: 10rem;
  margin-left: -6px;
  display: inline-block;
  width: auto;
}
.cart-empty .continue-shopping-link:hover {
  text-decoration: none;
}

.modal-backdrop {
  z-index: 1000;
}
.modal-backdrop.show {
  opacity: 0.8;
}

@media screen and (min-width: 320px) and (max-width: 376px) {
  .modal.show {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

[id*=product-options-description-additional] > div,
.cart-modal .modal-dialog {
  max-width: 682px !important;
}

.product-options-description.modal.lightbox .modal-header .close-button,
.cart-modal.modal.lightbox .modal-header .close-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0.5rem 0.5rem 0 auto;
  line-height: 0;
}
.product-options-description.modal.lightbox .modal-header svg.sm-24px,
.cart-modal.modal.lightbox .modal-header svg.sm-24px {
  width: 20px;
  height: 20px;
  fill: #666;
}
.product-options-description.modal.lightbox .modal-body,
.cart-modal.modal.lightbox .modal-body {
  padding: 0 2rem 2rem;
}

.cart-modal .modal-body {
  padding-block-start: 16px;
  padding-block-start: 1rem;
}
.cart-modal .h5 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.cart-modal.with-footer .modal-footer {
  display: block;
  border-top: none;
  padding-block: 0px 40px;
  padding-block: 0rem 2.5rem;
}

.recom-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-style: normal;
  color: #000;
  text-transform: unset;
  text-align: unset;
  letter-spacing: 3px;
  line-height: 1.2;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .recom-title {
    font-size: 38px;
    font-size: 2.375rem;
    padding-bottom: 0.5rem;
  }
}

.upsell-products-wrapper {
  background-color: #fff;
}
.upsell-products-wrapper .product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  grid-auto-columns: 1fr;
}
@media (min-width: 1280px) {
  .upsell-products-wrapper .product-grid {
    column-gap: 7rem;
  }
}
.upsell-products-wrapper .product-grid .item {
  display: -ms-grid;
  display: grid; /* Enable grid layout for each item */
  padding: 0.5rem; /* Padding inside each item */
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid; /* Use subgrid for content alignment */
  -ms-grid-row: span 10;
      grid-row: span 10;
}
.upsell-products-wrapper .product-grid .item img {
  border-radius: 0.25rem; /* Rounded corners for images */
  width: 100%;
  height: 252px;
  height: 15.75rem;
  padding: 2.5rem 0.75rem;
  background: #f6f6f6;
  object-fit: contain;
  display: block;
  margin: 0;
}
@media (min-width: 1024px) {
  .upsell-products-wrapper .product-grid .item img {
    height: 342px;
    height: 21.375rem;
    padding: 3.5rem 2rem;
  }
}
.upsell-products-wrapper .product-grid .item .content {
  padding: 0 1rem; /* Padding inside the content area */
}
.upsell-products-wrapper .related-products .box {
  height: 90%;
}
.upsell-products-wrapper .product-grid h3 {
  padding-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  letter-spacing: normal;
  margin-bottom: 0.75rem;
  word-break: break-word;
  text-wrap: balance;
}
.upsell-products-wrapper .product-grid h3 a {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .upsell-products-wrapper .product-grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .upsell-products-wrapper .product-grid h3 {
    word-break: initial;
  }
}
.upsell-products-wrapper .product-grid .related-product-price {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .upsell-products-wrapper .product-grid .related-product-price {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.upsell-products-wrapper .product-grid .related-product-stock {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.upsell-products-wrapper .related-products {
  padding-top: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.upsell-products-wrapper .module .related-product-stock {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .upsell-products-wrapper .product-grid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .upsell-products-wrapper .upsell-products-wrapper {
    margin-left: -16px;
  }
}

@media (max-width: 1279.98px) {
  .product-details,
  .totals {
    -ms-flex: 100%;
        flex: 100%;
    max-width: 100%;
    margin: 1rem;
  }
}
@media (min-width: 768px) {
  .cart-product-options,
  .cart-Wrapper .product-info .product-card-footer .item-cost-summary {
    margin-left: 106px;
    margin-left: 6.625rem;
  }
  .cart-Wrapper .container {
    padding: 0 30px 0 30px;
    padding: 0 1.875rem 0 1.875rem;
  }
  .cart-Wrapper h1.page-title {
    margin-top: -10px;
    margin-top: -0.625rem;
    text-align: center;
    padding: 0;
  }
  .cart-Wrapper .continue-shopping-button {
    padding-left: 2px;
    padding-left: 0.125rem;
    padding-right: 2px;
    padding-right: 0.125rem;
  }
  .cart-Wrapper .continue-shopping-button .continue-shopping-link,
  .cart-Wrapper .continue-shopping-button .continue-shopping-link-empty {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 14px;
    padding-left: 0.875rem;
  }
  .cart-Wrapper .html-slot-container {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .cart-Wrapper .cart .card {
    padding: 48px 10px 25px 10px;
    padding: 3rem 0.625rem 1.5625rem 0.625rem;
  }
  .cart-Wrapper .cart .card:first-child {
    padding-top: 28px;
    padding-top: 1.75rem;
  }
  .cart-Wrapper .cart .card .remove-btn,
  .cart-Wrapper .cart .card .remove-btn-lg {
    top: -10px;
    top: -0.625rem;
    right: 10px;
    right: 0.625rem;
  }
  .cart-Wrapper .cart .card .product-availability {
    margin-top: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .cart-Wrapper .cart .card .line-item-attributes {
    font-size: 12px;
    font-size: 0.75rem;
    color: #666;
  }
  .cart-Wrapper .product-info .line-item-name {
    width: auto;
  }
  .cart-Wrapper .product-info .product-card-footer {
    margin-top: 0;
  }
  .cart-Wrapper .product-info .product-card-footer .line-item-pricing-info,
  .cart-Wrapper .product-info .product-card-footer .line-item-price-info {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cart-Wrapper .product-info .product-card-footer .quantity-form .div-select::after {
    top: 17px;
    top: 1.0625rem;
  }
  .cart-Wrapper .product-info .product-card-footer .quantity-form .custom-select {
    width: 62px;
    width: 3.875rem;
    height: 40px;
    height: 2.5rem;
  }
  .cart-Wrapper .product-info .product-card-footer .price .pricing.each {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cart-Wrapper .product-info .product-card-footer .price .pricing.full {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .cart-Wrapper .product-info .product-card-footer .price .pricing.original-price {
    display: block;
    color: #999;
    text-decoration: line-through;
  }
  .cart-Wrapper .product-info .cart-product-options .cart-product-options-form form.additionalProductOptionsForm .line-item-options .option-description .fp-checkbox-custom label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cart-Wrapper .product-info .cart-product-options .cart-product-options-form form.additionalProductOptionsForm .line-item-options .option-description .option-price-info .options-price span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cart-Wrapper .totals .content-total {
    margin: 10px 0 70px 0;
    margin: 0.625rem 0 4.375rem 0;
    padding: 23px 20px 37px 20px;
    padding: 1.4375rem 1.25rem 2.3125rem 1.25rem;
  }
  .cart-Wrapper .totals .promo-code-form {
    display: block;
  }
  .cart-Wrapper .totals .cart-total-bottom .additional-services-totals .additional-services-description {
    padding-left: 16px;
    padding-left: 1rem;
  }
  .cart-Wrapper .totals .cart-total-bottom .additional-services-totals .additional-services-price {
    padding-right: 16px;
    padding-right: 1rem;
  }
  .cart-Wrapper .totals .cart-total-bottom .priceTotal {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cart-Wrapper .totals .cart-total-bottom .tax-label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #666;
  }
  .cart-Wrapper .totals .cart-total-bottom .tax-label .fp-icons svg {
    fill: #666 !important;
  }
  .cart-Wrapper .totals .checkout-continue {
    padding: 0 16px;
    padding: 0 1rem;
  }
  .cart-empty .continue-shopping-link {
    padding-right: 0;
    position: relative;
    right: 3px;
    right: 0.1875rem;
  }
  .product-options-description,
  .cart-modal {
    padding: 0 16px;
    padding: 0 1rem;
  }
  .product-options-description.modal.lightbox .modal-header .close-button,
  .cart-modal.modal.lightbox .modal-header .close-button {
    margin: 1rem 1rem 0 auto;
  }
  .product-options-description.modal.lightbox .modal-body,
  .cart-modal.modal.lightbox .modal-body {
    padding: 0 4rem 2rem;
  }
  .product-options-description .modal-footer,
  .cart-modal .modal-footer {
    padding-block: 0px 24px;
    padding-block: 0rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cart-Wrapper .continue-shopping-button .continue-shopping-link,
  .cart-Wrapper .continue-shopping-button .continue-shopping-link-empty {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .cart-Wrapper .html-slot-container {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .cart-Wrapper .totals {
    max-width: 336px;
    max-width: 21rem;
  }
  .cart-Wrapper .totals .content-total {
    padding: 23px 21px 38px 21px;
    padding: 1.4375rem 1.3125rem 2.375rem 1.3125rem;
    margin-top: 0;
  }
  .container.cart.cart-page > .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .cart-Wrapper .totals {
    margin: 1rem 1rem 0rem 1rem;
    width: 100%;
  }
  .cart-Wrapper .totals .content-total {
    margin: 0 0 70px 0;
    margin: 0 0 4.375rem 0;
    padding: 23px 20px 38px 20px;
    padding: 1.4375rem 1.25rem 2.375rem 1.25rem;
  }
  .cart-Wrapper .product-details {
    width: 100%;
    max-width: 1080px;
    max-width: 67.5rem;
    margin: 16px 32px 45px 16px;
    margin: 1rem 2rem 2.8125rem 1rem;
  }
}
#cart-upsellProducts {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  #cart-upsellProducts {
    margin-bottom: 5rem;
  }
}

/* fonts */
.btn {
  letter-spacing: 1px;
  font-weight: 700;
  white-space: normal;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #004889;
  border-color: #004889;
}

.btn-light {
  color: #000;
  background-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):hover, .btn-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #005aab;
  border-color: #fff;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):hover, .btn-outline-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #005aab;
  border-color: #fff;
}

.btn-block {
  max-width: 350px;
  max-width: 21.875rem;
}

.btn-fullwidth {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable-next-line */
.swatch-circle-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #005aab;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #005aab;
  border-radius: 0.69em;
  background-color: #005aab;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

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

/* stylelint-disable-next-line */
.swatch-circle-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

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

.swatch-circle-miscellaneous {
  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;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 1em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

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

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 320.98px) {
  .prices-add-to-cart-actions {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

div.quantity {
  float: right;
  padding: 0;
  width: 25%;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 320.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
    padding-bottom: 1.625rem;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages, .add-to-wishlist-messages {
  width: 284px;
  width: 17.75rem;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 70;
}
@media (min-width: 768px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 334px;
    width: 20.875rem;
  }
}
@media (min-width: 1024px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 444px;
    width: 27.75rem;
  }
}
.add-to-cart-messages .fp-icons, .add-to-wishlist-messages .fp-icons {
  position: relative;
  top: -1px;
  top: -0.0625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.add-to-basket-alert {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  border-color: #f7f7f7;
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
}
@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 {
  margin-top: 2em;
  margin-bottom: 2em;
}

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

@media (min-width: 768px) {
  .subscription-cart-container {
    margin-left: 106px;
    margin-left: 6.625rem;
  }
}

.minicart-subscriptions {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}

.subscription-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1e1e1c;
}
@media (min-width: 768px) {
  .subscription-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.line-item-subscription {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  margin-top: 4px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
}
.line-item-subscription .subscription-content {
  font-size: 11px;
  font-size: 0.6875rem;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 0;
}
.line-item-subscription .subscription-value {
  margin-left: 4px;
}
.checkout .line-item-subscription {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.checkout .line-item-subscription .subscription-content {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .line-item-subscription {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
  }
  .checkout .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.quantity-selector {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.quantity-selector .quantity-actions {
  padding: 0;
  border: 1px solid #005aab;
  vertical-align: middle;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.quantity-selector .quantity-actions.quantity-minus {
  background-color: #fff;
}
.quantity-selector .quantity-actions.quantity-minus svg {
  fill: #005aab;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.quantity-selector .quantity-actions.quantity-plus {
  background-color: #005aab;
}
.quantity-selector .quantity-actions.quantity-plus svg {
  fill: #fff;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.quantity-selector .quantity-selected {
  border: 2px solid #ccc;
  height: 30px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  margin: auto 5px;
  margin: auto 0.3125rem;
}
.quantity-selector .error-message {
  color: #606060;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .quantity-selector {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .quantity-selector .quantity-actions {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .quantity-selector .quantity-actions.quantity-minus svg {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .quantity-selector .quantity-actions.quantity-plus svg {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .quantity-selector .quantity-selected {
    height: 40px;
    line-height: 36px;
  }
  .quantity-selector .error-message {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.quickview-pop-up {
  padding: 0 !important;
}
.quickview-pop-up.modal.lightbox {
  overflow-y: auto;
}
.quickview-pop-up .modal-dialog {
  width: 100% !important;
  margin: 0 auto;
  overflow-y: initial !important;
  transform: translate(0, -50%);
}
.quickview-pop-up .modal-dialog .modal-content {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 24px 32px 16px;
  padding: 1.5rem 2rem 1rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header .fp-icon {
  top: -5px;
  top: -0.3125rem;
  right: -15px;
  right: -0.9375rem;
  position: relative;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header .fp-icon .fp-icons svg {
  fill: #606060;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 32px;
  padding: 0 2rem;
}
@media (max-width: 320.98px) {
  .quickview-pop-up .modal-dialog .modal-content .modal-body {
    padding: 0 16px;
    padding: 0 1rem;
  }
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .quick-view-image {
  background-color: #f7f7f7;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 36px;
  padding: 2.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .badges-container {
  display: inline;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges {
  display: inline-block;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges li {
  display: inline-block;
  font-weight: 500;
  border: solid 1px #858585;
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 6px 8px 5px;
  padding: 0.375rem 0.5rem 0.3125rem;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-model {
  display: inline-block;
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-model .model-no {
  display: inline;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #606060;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview h1.title {
  font-weight: 500;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .short-description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .view-link {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pdp-link,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimensions {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pdp-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content {
  width: auto !important;
  -ms-flex: none;
      flex: none;
  border-right: solid 1px #ccc;
  padding: 0 12px 0 12px;
  padding: 0 0.75rem 0 0.75rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:last-child {
  border-right: none;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value {
  display: block;
  color: #606060;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sub,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sub {
  vertical-align: baseline;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sup {
  margin-left: 5px;
  margin-left: 0.3125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  top: 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sub,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sub {
  bottom: 0;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content .dimensions-unit,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value .dimensions-unit {
  position: relative;
  right: 4px;
  right: 0.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value {
  font-weight: 500;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy .btn,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container .btn {
  width: 100%;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pricing {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 31px;
  line-height: 1.9375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pricing span {
  text-transform: uppercase;
  color: #606060;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .stock-message {
  color: #606060;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .add-to-cart-quickview {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .cart-and-ipay {
  text-align: left;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .plp-installation-requirements {
  color: #606060;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-footer {
  display: block;
  border: none;
  padding: 32px;
  padding: 2rem;
}

body > .add-to-cart-messages {
  z-index: 1002;
}

@media (min-width: 321px) {
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
    padding: 0 24px 0 24px;
    padding: 0 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .quickview-pop-up .modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    max-width: 43.75rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .quick-view-image {
    padding: 20px;
    padding: 1.25rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content {
    padding: 0 16px 0 16px;
    padding: 0 1rem 0 1rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
    padding-left: 16px;
    padding-left: 1rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy .btn,
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container .btn {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .quickview-pop-up .modal-dialog {
    max-width: 920px;
    max-width: 57.5rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview h1.title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.cart-Wrapper .totals .optional-promo {
  color: #005aab;
}
.cart-Wrapper .totals .checkout-continue a.btn-primary:focus svg {
  fill: #005aab;
}
.cart-Wrapper .totals .checkout-continue a.btn-primary:hover svg {
  fill: #fff;
}
@media (min-width: 1280px) {
  .cart-Wrapper .totals {
    width: 100%;
  }
}
