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

.add-to-wishlist-alert,
.remove-from-wishlist-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@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: 0.625em; }
  @media (min-width: 769px) {
    .product-info {
      height: auto; } }

.item-image {
  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; }

.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: 0.625em;
  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 {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.update-wishlist-alert {
  animation: fade 5s linear forwards;
  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; }
  .wl-social-sharing .share-icons {
    text-decoration: none; }
    .wl-social-sharing .share-icons i {
      color: #444; }
  .wl-social-sharing .fa-link {
    cursor: pointer; }

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

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

.number-of-wishlist-items {
  display: block;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #7c7c7c; }

.add-to-cart-wishList {
  max-width: none;
  text-align: center; }
  .add-to-cart-wishList .add-to-cart {
    margin-right: 0 !important;
    padding: 8px 45px 10px 45px !important;
    margin-top: 29px !important;
    font-size: 14px;
    height: 36px;
    font-weight: 500;
    float: none;
    min-width: 165px; }
  .add-to-cart-wishList .add-to-cart:disabled {
    border: solid 1px #dddddd;
    background-color: #f4f4f4;
    color: #9d9d9d;
    opacity: 1; }
  .add-to-cart-wishList .disabled {
    border: solid 1px #dddddd;
    background-color: #f4f4f4;
    color: #9d9d9d;
    opacity: 1; }
  .add-to-cart-wishList .in-wishlist-cart {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: solid 1px #dddddd;
    background-color: #f4f4f4;
    color: #9d9d9d;
    pointer-events: none;
    vertical-align: middle;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .add-to-cart-wishList .in-wishlist-cart .ion-ios-checkmark {
      font-size: 25px;
      padding-right: 5px;
      margin-top: -4px; }
    .add-to-cart-wishList .in-wishlist-cart span {
      margin-top: -5px; }

.wishlist-header {
  padding: 18px 12px; }
  @media (max-width: 543.98px) {
    .wishlist-header .wishlist-title {
      text-align: center;
      margin-bottom: 15px; } }
  @media (max-width: 543.98px) {
    .wishlist-header .wl-social-sharing {
      text-align: center !important; } }
  .wishlist-header .wl-social-sharing i {
    font-size: 22px;
    color: #358ed7;
    padding-left: 15px;
    padding-right: 5px; }
  .wishlist-header .disabled {
    color: #dddddd !important; }

.wl-social-sharing-text {
  font-size: 16px;
  font-weight: normal;
  color: #2e2e2e;
  position: relative;
  top: -2px; }

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

.cart-page .product-info {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding-top: 0; }
  .cart-page .product-info .item-image {
    width: 150px;
    height: 100px;
    margin-top: 24px; }
  .cart-page .product-info .product-image {
    max-height: 150px; }
  .cart-page .product-info .line-item-header .product-card-footer {
    margin-top: 24px; }
  .cart-page .product-info .line-item-header .edit-add-to-wishlist {
    display: inline-block;
    margin-top: 2px; }
  .cart-page .product-info .line-item-details {
    margin-top: 24px;
    margin-right: 14px; }
    @media (max-width: 991.98px) {
      .cart-page .product-info .line-item-details {
        margin-right: 30px; } }
  .cart-page .product-info .line-item-details > a.line-item-name {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: normal;
    white-space: normal;
    color: #2e2e2e; }
  .cart-page .product-info .line-item-price-info {
    font-size: 14px;
    white-space: nowrap; }
  .cart-page .product-info .item-attributes {
    margin-right: 16px;
    margin-bottom: 8px; }
  .cart-page .product-info .line-item-attributes {
    font-size: 14px; }
  .cart-page .product-info .line-item-quantity {
    text-align: center; }
  .cart-page .product-info .remove-product {
    top: 1px;
    background-color: #FFF; }
  .cart-page .product-info .edit-add-to-wishlist {
    margin-top: 2px; }
  .cart-page .product-info .edit-add-to-wishlist a {
    font-size: 14px; }
  .cart-page .product-info .price-each .price {
    font-size: 16px;
    text-align: left;
    padding-top: 10px; }
  .cart-page .product-info .price .strike-through ~ .sales {
    color: #ee3f3a; }
  .cart-page .product-info .price .strike-through {
    margin-right: 0;
    font-weight: 400; }
  .cart-page .product-info .wishlist-quantity-form {
    width: 80px;
    margin: auto; }
  .cart-page .product-info .quantity {
    display: block;
    width: 70px;
    margin: auto;
    margin-top: 4px; }
  .cart-page .product-info .line-item-total-price {
    text-align: right; }
  .cart-page .product-info .line-item-total-price .price {
    color: #222;
    font-size: 16px;
    padding-top: 5px; }
  .cart-page .product-info .line-item-total-price .pricing {
    font-size: 16px;
    font-weight: bold; }
  .cart-page .product-info .discount {
    display: none; }

.cart-page .product-info.disabled {
  background-color: rgba(244, 244, 244, 0.5); }
  .cart-page .product-info.disabled .remove-btn, .cart-page .product-info.disabled .remove-btn-lg {
    background-color: inherit; }

.cart-page .product-info:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

@media (min-width: 992px) {
  .cart-page .product-info .line-item-details {
    width: 300px; }
  .cart-page .product-info .product-card-footer {
    -ms-flex-positive: 1;
        flex-grow: 1; } }

@media (min-width: 544px) and (max-width: 1199.98px) {
  .cart-page .product-info {
    display: -ms-flexbox;
    display: flex; }
    .cart-page .product-info .main-product {
      -ms-flex-positive: 2;
          flex-grow: 2; }
      .cart-page .product-info .main-product .line-item-header {
        -ms-flex-align: center;
            align-items: center; } }

.login-save-div {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  background-color: #f4f4f4;
  margin-bottom: 20px; }
  .login-save-div .login-save-text {
    width: 293px;
    color: #7c7c7c;
    margin-right: 20px; }
  .login-save-div .login-save-btn {
    padding: 6px 24px;
    padding-top: 8px;
    height: 36px;
    border-color: #dddddd;
    margin-right: 20px; }
  @media (max-width: 543.98px) {
    .login-save-div {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; }
      .login-save-div .login-save-btn {
        width: 216px;
        margin: 0 auto;
        height: 48px;
        padding: 15px 24px; }
      .login-save-div .login-save-text {
        margin: 0 auto;
        margin-top: 13px; } }

.remove-btn-lg {
  position: static;
  background-color: #fff; }
  .remove-btn-lg i.ion-ios-heart, .remove-btn-lg i.ion-ios-heart-empty {
    padding-top: 12px;
    color: red !important; }

.remove-btn i.ion-ios-heart, .remove-btn i.ion-ios-heart-empty {
  color: red !important; }

.line-item-availability {
  color: #ee3f3a; }

.close-heart {
  text-align: center;
  margin-top: 11px; }

.wishlist-empty {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .wishlist-empty .wishlist-empty-span {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #2e2e2e;
    display: block;
    margin-bottom: 14px;
    margin-top: 14px; }
  .wishlist-empty p {
    font-size: 16px;
    text-align: center;
    color: #7c7c7c;
    margin: auto; }
    @media (min-width: 544px) {
      .wishlist-empty p {
        width: 424px; } }
  .wishlist-empty .ion {
    color: red !important;
    font-size: 20px; }
  .wishlist-empty .wishlist-empty-button {
    margin-top: 25px;
    margin-bottom: 70px; }
  .wishlist-empty .wishlist-empty-heart {
    margin-top: 50px; }
