/* PC colors */
/* stylelint-disable */
/* stylelint-enable */
.pc-line-item-attributes {
  white-space: nowrap;
}

.pc-line-item-link {
  display: grid;
}

@media (min-width: 1280px) {
  .pc-line-item-brand {
    font-size: rem-calc(14);
  }
}

#editWishlistProductModal .pc-qv-edit-product {
  align-items: center;
  justify-content: center;
}
#editWishlistProductModal .pc-qv-edit-product-modal {
  display: none;
}
#editWishlistProductModal .pc-simple-quantity {
  padding-top: 13px;
}
@media (min-width: 1280px) {
  #editWishlistProductModal .pc-simple-quantity {
    padding: 13px 0 0 36px;
  }
}
#editWishlistProductModal .pc-color-attribute {
  text-align: left;
}
#editWishlistProductModal .pc-qv-edit-product-btn {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  #editWishlistProductModal .pc-qv-edit-product-btn {
    width: 76%;
  }
}
#editWishlistProductModal .pc-tile-pricing {
  color: #616262;
}
@media (min-width: 1280px) {
  #editWishlistProductModal .pc-tile-pricing {
    font-size: rem-calc(19);
  }
}
@media (min-width: 1280px) {
  #editWishlistProductModal .pc-product-brand {
    font-size: rem-calc(28);
  }
}
@media (min-width: 1280px) {
  #editWishlistProductModal .pc-product-line {
    font-size: rem-calc(20);
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  #editWishlistProductModal .pc-product-name {
    font-size: rem-calc(16);
  }
}
@media (min-width: 1280px) {
  #editWishlistProductModal .add-to-cart-global {
    height: 56px;
  }
}
#editWishlistProductModal .pc-glide-arrows {
  top: 40%;
}

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

.add-to-wishlist-alert,
.remove-from-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px #808080;
  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 {
  float: right;
  margin-right: 1.5em;
}
@media (max-width: 767.98px) {
  .add-to-cart-wishlist .add-to-cart {
    float: none;
    width: 100%;
  }
}

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

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

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

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

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

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

.product-card-price {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.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 {
  background-color: #fff;
  border: 0 none;
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  right: 0.25rem;
  top: 0;
  bottom: 0;
  margin-bottom: -0.625rem;
  margin-top: -0.625rem;
  right: -0.625rem;
  top: 0;
}

.remove-btn-lg {
  border: 0 none;
  border-radius: 0;
  bottom: 0;
  font-size: 1.625em;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  position: absolute;
  right: 0;
  top: 0;
  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: 767.98px) {
  .wishlist-item-update-button-block {
    padding-bottom: 26px;
  }
  .wishlist-item-update-button-block .btn {
    display: block;
    margin: 1%;
    width: 98%;
  }
}

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

.update-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px #808080;
  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;
}

/* PC colors */
.pc-copy-link-message-wrapper {
  z-index: 50;
}
@media (max-width: 1279.98px) {
  .pc-copy-link-message-wrapper {
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .pc-copy-link-message-wrapper {
    left: 50%;
    transform: translateX(-50%);
  }
}

.pc-copy-link-message {
  padding: 10px 14px;
}

.pc-copy-link-icon {
  background-color: #fff;
  border-color: #fff;
}
.pc-copy-link-icon::after {
  border-color: var(--pc-aux-color-amaranth);
  border-width: 0 1px 1px 0;
  left: 3px;
}

.pc-wishlist-social-icon {
  border-radius: 50%;
  padding: 6px;
}
@media (min-width: 1280px) {
  .pc-wishlist-social-icon {
    padding: 10px;
  }
}

@media (max-width: 1279.98px) {
  .wl-social-sharing {
    font-size: 1.25em;
  }
}

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

/* PC colors */
.product-edit a {
  font-size: 0.5625rem;
}

.pc-edit-product {
  text-decoration: underline;
}
.pc-edit-product:focus {
  text-decoration: underline;
}
.pc-edit-product:hover {
  text-decoration: none;
}

.pc-edit-product-modal {
  bottom: -1px;
  min-height: 100%;
}

.pc-edit-product-close {
  width: 15px;
}
.pc-edit-product-close::after {
  height: 15px;
  left: 7px;
  top: -7px;
}

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