@charset "UTF-8";
a.disabled {
  pointer-events: none;
  cursor: pointer;
}

.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  position: fixed;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

.add-to-cart-wishList .add-to-cart {
  margin-right: 1.5em;
  float: right;
}
@media (max-width: 575.98px) {
  .add-to-cart-wishList .add-to-cart {
    float: none;
    width: 100%;
  }
}

.select-attributes-wishList .select-attributes-btn {
  margin-right: 1.5em;
  float: right;
}
@media (max-width: 575.98px) {
  .select-attributes-wishList .select-attributes-btn {
    float: none;
    width: 100%;
  }
}

.product-info {
  margin-bottom: 0.313em;
  padding: 0.625em;
}
@media (min-width: 768px) {
  .product-info {
    height: auto;
  }
}

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

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

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

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

.product-card-price {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
@media (max-width: 575.98px) {
  .product-card-price {
    margin-left: 6.5rem;
  }
}

.edit {
  font-size: 0.813rem;
}

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

.wishlist-edit-item-divider {
  margin: 0.625em -0.615em;
}

.product-info .remove-btn {
  position: absolute;
  top: 0;
  right: 0.25rem;
  padding: 0;
  border: none;
  color: #e5e5e5;
  font-size: 1.625em;
  background-color: #fff;
}
@media (min-width: 992px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}

.remove-btn-lg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  z-index: 1;
}

.wishlist-hide {
  margin: 0 0 0.15rem 1rem;
}

.line-item-price-info {
  margin-bottom: 0.25rem;
}

.wishlist-item-update-button-block {
  text-align: center;
}
@media (max-width: 575.98px) {
  .wishlist-item-update-button-block {
    padding-bottom: 26px;
  }
  .wishlist-item-update-button-block .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.update-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

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

.more-wl-items,
.my-account {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#wishlist-search .wishlist-error-search {
  margin-top: 1rem;
}
#wishlist-search button {
  margin-bottom: 1rem;
}

.wl-hit,
.find-another-wl {
  margin-top: 1rem;
}

.wishlist-owner {
  font-size: 1.5rem;
}

.wl-social-sharing {
  color: #767676;
  font-size: 1.75em;
}
@media (max-width: 767.98px) {
  .wl-social-sharing {
    font-size: 1.25em;
  }
}
.wl-social-sharing .share-icons {
  text-decoration: none;
}
.wl-social-sharing .share-icons i {
  color: #767676;
}
.wl-social-sharing .share-icons-copy-link-btn {
  padding-left: 0;
  border: none;
  background: none;
}
.wl-social-sharing .fa-link {
  cursor: pointer;
}

.wl-social-sharing-text {
  font-size: 0.85em;
  font-weight: 200;
}

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

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #5e7ff2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #6bcb81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

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

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

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

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 576px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

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

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

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

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@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 #000;
}
.bundle-item:last-child {
  border-bottom: none;
}

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

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

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #5e7ff2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #6bcb81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

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

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

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

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 576px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

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

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

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

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@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 #000;
}
.bundle-item:last-child {
  border-bottom: none;
}

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

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

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
  /* stylelint-disable-next-line selector-class-pattern */
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #f8f8f4;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  background-color: #f8f8f4;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: var(--skin-primary-color-1);
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.875em;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  max-height: 28.125em;
  /* 450/16 */
  overflow-y: auto;
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #ed4d29;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary,
.choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
.choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-tile {
    min-height: 23.4375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile {
    min-height: 19.6875em;
  }
}
@media (max-width: 575.98px) {
  .product-tile {
    min-height: 13.4375em;
  }
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .image-container {
  position: relative;
  overflow: auto;
}
.product-tile .image-container .quickview {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-tile .image-container .quickview i.fa-expand {
  color: rgba(0, 0, 0, 0.7);
}
.product-tile .image-container .quickview i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.product-tile .image-container a {
  display: block;
}
.product-tile .image-container a .tile-image {
  width: 100%;
}
.product-tile .tile-body {
  padding: 0.625em 0 1.875em;
}
.product-tile .tile-body .color-swatches {
  min-height: 2.25em;
}
.product-tile .tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.9375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .price {
  font-size: 1.125em;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .price {
    font-size: 1.0625em;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .price {
    font-size: 1em;
  }
}
.product-tile .tile-body .price .tiered {
  font-size: 0.875em;
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-link {
  line-height: 1.2;
}
.product-tile .tile-body .pdp-link a {
  font-size: 1em;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.9375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .ratings {
  font-size: 0.9em;
}
.product-tile .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-tile .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-tile .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

/* stylelint-disable-next-line selector-id-pattern */
#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #e5e5e5;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

.region {
  padding: 0 5px;
}

.product-tile .image-container {
  padding: 40px 0;
  background-color: #f8f8f4;
  border-radius: 0;
}
@media (min-width: 992px) {
  .product-tile .image-container {
    padding: 70px 0;
  }
  .product-tile .image-container:not(.single):hover .tile-image.primary {
    opacity: 0;
  }
}
.product-tile .image-container .image-link {
  aspect-ratio: 2/2;
}
.product-tile .image-container .image-link:hover {
  opacity: 1;
}
.product-tile .image-container .tile-image {
  width: 100%;
  aspect-ratio: 2/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .product-tile .image-container .tile-image.primary {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    background-color: #f8f8f4;
  }
  .product-tile .image-container .tile-image.secondary {
    /* stylelint-disable-line */
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
.product-tile .image-container .tile-wishlist {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .product-tile .image-container .tile-wishlist {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1400px) {
  .product-tile .image-container .tile-wishlist {
    top: 35px;
    right: 35px;
  }
}
.product-tile .image-container .product-labels {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
@media (min-width: 992px) {
  .product-tile .image-container .product-labels {
    top: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .product-tile .image-container .product-labels {
    top: 35px;
  }
}
.product-tile .image-container .product-labels li {
  text-align: center;
}
.product-tile .image-container .product-labels li a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .product-tile .image-container .product-labels-plp .product-labels__item {
    display: none;
  }
  .product-tile .image-container .product-labels-plp .product-labels__item:first-child() {
    display: block;
  }
}
.product-tile .product-link,
.product-tile .brand-link {
  text-decoration: none;
}
.product-tile .product-link {
  display: inline-block;
  margin: 2px 0;
}
.product-tile .product-name {
  line-height: 1.125rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.product-tile .product-name__brand {
  display: block;
  font-weight: 700;
}
.product-tile .price {
  font-size: 1rem;
}
.product-tile .price > * {
  font-weight: 400;
}
.product-tile .price .sales {
  font-weight: 700;
  margin-right: 4px;
}
.product-tile .promotion {
  display: inline-block;
  padding: 2px 6px;
  background-color: #e5e5de;
  font-size: 0.75rem;
}
.product-tile .promotion .old-price {
  text-decoration: line-through;
}
.product-tile .promotion .callout-message {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.product-tile .range .promotion .callout-message {
  margin-left: 0;
}
.product-tile .color-swatches {
  min-height: none;
}
.product-tile .color-swatches .swatch-circle {
  margin-right: 4px;
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 0;
}

.wishlist-page__container {
  position: relative;
}
.wishlist-page__intro {
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .wishlist-page__intro {
    margin: 60px auto;
  }
}
.wishlist-page__intro-cta-container .btn-secondary {
  margin-left: 10px;
}
.wishlist-page__back-link {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .wishlist-page__back-link {
    position: absolute;
    top: -45px;
    left: 45px;
    margin: 0;
  }
}
.wishlist-page__back-link:hover {
  text-decoration: none;
}
.wishlist-page__back-link i {
  position: relative;
}
.wishlist-page__back-link i::before {
  position: absolute;
  top: -4px;
  left: -20px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.25rem;
}
.wishlist-page__count {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wishlist-page__count {
    margin: 0;
    text-align: left;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.wishlist-page__share-links {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .wishlist-page__share-links {
    text-align: right;
    margin-bottom: 60px;
  }
}
.wishlist-page__share-links .btn:first-child {
  margin-right: 10px;
}
.wishlist-page__share-links .btn > i::before {
  color: inherit;
}
.wishlist-page__cards-container {
  margin-bottom: 60px;
}

.product-tile .remove-from-wishlist {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.product-tile .remove-from-wishlist:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.product-tile .line-item-availability {
  /* stylelint-disable-line */
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  z-index: 1;
  display: inline-block;
  padding: 6px;
  border: 1px solid #767676;
  border-radius: 0;
  background-color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .product-tile .line-item-availability {
    bottom: auto;
    padding: 12px;
    font-size: 0.875rem;
  }
}

.account-title {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .account-title {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.account-navigation__wrapper {
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
@media (min-width: 992px) {
  .account-navigation__wrapper {
    margin-bottom: 60px;
  }
}
.account-navigation__container {
  overflow-x: auto;
}
@media (min-width: 992px) {
  .account-navigation__container {
    position: relative;
  }
}
.account-navigation__back-link {
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .account-navigation__back-link {
    padding: 15px 0 15px 20px;
  }
  .account-navigation__back-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}
@media (min-width: 992px) {
  .account-navigation__back-link {
    /* stylelint-disable-line */
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: auto;
    padding-left: 30px;
    border: 0;
  }
}
.account-navigation__back-link:hover {
  text-decoration: none;
}
.account-navigation__back-link i {
  position: relative;
}
.account-navigation__back-link i::before {
  position: absolute;
  top: -4px;
  left: -20px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.25rem;
}
.account-navigation__tabs {
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
}
.account-navigation__tabs > .content-asset {
  display: inline-block;
  margin: 0 15px;
  padding: 15px 0 11px;
  text-transform: uppercase;
  cursor: default;
}
.account-navigation__tabs > .content-asset .account-navigation__tabs-item {
  padding: 0;
}
.account-navigation__tabs-item {
  display: inline-block;
  margin: 0 15px;
  padding: 15px 0 11px;
  text-transform: uppercase;
  cursor: default;
}
.account-navigation__tabs-item:nth-child(1) {
  margin-left: 0;
}
.account-navigation__tabs-item:nth-last-child(1) {
  margin-right: 0;
}
.account-navigation__tabs-item.active {
  font-weight: 700;
  border-bottom: 4px solid #000;
}
.account-navigation__tabs-item.disabled {
  color: #e5e5de;
  cursor: not-allowed;
}
.account-navigation__tabs-item > a {
  text-decoration: none;
}

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