.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 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 grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-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: 543.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: 543.98px) {
  .select-attributes-wishList .select-attributes-btn {
    float: none;
    width: 100%;
  }
}

.product-info {
  margin-bottom: 0.313em;
  padding: 1.5rem;
}
@media (min-width: 769px) {
  .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;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

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

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

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

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

.edit {
  font-size: 0.813rem;
}

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

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

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

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

.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: 543.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: #444;
  font-size: 1.75em;
}
@media (max-width: 768.98px) {
  .wl-social-sharing {
    font-size: 1.25em;
  }
}
.wl-social-sharing .share-icons {
  text-decoration: none;
}
.wl-social-sharing .share-icons i {
  color: #444;
}
.wl-social-sharing .share-icons-copy-link-btn {
  background: none;
  border: none;
  padding-left: 0;
}
.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%;
}

:root {
  --grid-width: 90px;
  --grid-height: 40px;
  --card-fontsize: 2.1rem;
}

.grid-active-c {
  background-color: #FFFF00;
}

.wishlist-list-container-c {
  width: 100vw;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: none;
}

.wishlistItemCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 75px;
}
@media (max-width: 768.98px) {
  .wishlistItemCards {
    padding: 0 15px;
  }
}
.wishlistItemCards .card {
  border: none;
  color: #1C355E;
}

/* WISHLIST - CARD */
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(1) {
  height: 70%;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(1) div {
  width: 100%;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
  height: 100%;
  padding: 0;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(1) div .product-image {
  width: 100%;
  height: 100%;
  max-height: none;
}

.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(2) {
  height: 30%;
  min-height: 120px;
  max-height: 150px;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(2) .select-attributes-wishList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: column;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(2) .select-attributes-wishList .wishlist-card-info-c {
  padding-left: 0;
  top: 10px;
  width: 100%;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(2) .select-attributes-wishList button {
  margin-left: 1.5em;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  bottom: 20px;
  width: 100%;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(2) .add-to-cart-wishList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(2) .add-to-cart-wishList .wishlist-card-info-c {
  padding-left: 0;
  top: 10px;
  width: 100%;
}
.wishlist-list-container-c > .wishlistItemCards > .card > .row:nth-child(2) .add-to-cart-wishList button {
  margin-left: 1.5em;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  bottom: 20px;
  width: auto !important;
  border-top: 1px solid red !important;
}

.wishlist-card-info-c div {
  font-size: 0.9rem;
  color: #3D7CC9;
}

.remove-from-wishlist {
  width: 25px !important;
  height: 25px !important;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}

.line-item-quantity-container {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.line-item-quantity {
  padding: 0;
}

/* WISHLIST */
.wishlist-title-c {
  background-color: #EFEFED;
  padding: 30px;
}
.wishlist-title-c h2 {
  color: #1C355E;
  font-weight: bold;
  font-size: 5.4rem;
}
.wishlist-title-c i {
  color: #1C355E;
  font-size: 4rem;
  margin-bottom: 4px;
}

.product-quickview .attributes .attribute-Size .size-chart {
  display: none;
}

.no-before::before {
  border: none !important;
}

.color-attribute-img-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 8rem));
}
.color-attribute-img-wrapper img {
  width: 100%;
}

.modal {
  padding-right: 0;
}

.modal .color-attribute-img-wrapper .color-value {
  display: none;
}

.size-banner {
  height: 40px !important;
}

.size-banner:hover {
  background-color: unset !important;
  color: #1C355E !important;
  cursor: initial !important;
}

.wishlist-page-c {
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* WISHLIST CARD */
.wishlist-wrapper-c {
  width: 100%;
}
.wishlist-wrapper-c .my-account {
  font-size: 2rem;
}

.quantity-form-wishlist .quantity-label {
  display: none;
}

.wishlist-wrapper-c .wishlist-card-c {
  border: none;
  margin-bottom: 48px;
}
.wishlist-wrapper-c .wishlist-card-c .image-wrapper img {
  width: 100%;
  height: 100%;
}
.wishlist-wrapper-c .wishlist-card-c .product-info-wrapper-c {
  font-size: var(--card-fontsize);
}
.wishlist-wrapper-c .wishlist-card-c .product-info-wrapper-c div .remove-from-wishlist {
  position: relative;
  font-size: 1.7rem;
}
.wishlist-wrapper-c .wishlist-card-c .product-info-wrapper-c div i {
  color: #1C355E;
}

.addTocart-attributes-wrapper button,
.addTocart-attributes-wrapper .select-attributes-link {
  border: none;
  font-size: 1.5rem;
  border-bottom: 1px solid #1C355E;
  padding: 0;
  margin-left: 8px;
  float: none !important;
}

.product-card-price {
  margin-left: 0 !important;
  font-size: var(--card-fontsize);
}