/* Helper for getting a color from a map */
/* Helper for setting a color */
.ns-btn {
  --btn-bg-color: #000;
  --btn-label-color: #fff;
  --btn-border-color: var(--btn-bg-color);
  --btn-padding-x: 24px;
  --btn-height: 2.5rem;
  --btn-width: 100%;
  --btn-cursor: pointer;
  --btn-uppercase: uppercase;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.01313rem;
  text-transform: uppercase;
  text-transform: var(--btn-uppercase) !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0 var(--btn-padding-x);
  width: var(--btn-width);
  min-height: var(--btn-height);
  background-color: var(--btn-bg-color);
  color: var(--btn-label-color);
  border: 1px solid var(--btn-border-color);
  border-radius: 8px;
  -webkit-transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
  cursor: var(--btn-cursor);
}
.ns-btn:hover {
  --btn-bg-color: #dfddd2;
  --btn-label-color: #000;
}
.ns-btn:active {
  --btn-bg-color: #9c9a90;
}
.ns-btn:disabled {
  --btn-bg-color: #e9e9e9;
  --btn-label-color: #434343;
  --btn-cursor: default;
}
.ns-btn--secondary {
  --btn-bg-color: #fff;
  --btn-border-color: #000;
  --btn-label-color: #000;
}
.ns-btn--secondary:hover {
  --btn-border-color: var(--btn-bg-color);
}
.ns-btn--subtle {
  --btn-bg-color: transparent;
  --btn-label-color: #000;
}
.ns-btn--link {
  --btn-bg-color: transparent;
  --btn-label-color: #000;
  --btn-border-color: #000;
  --btn-padding-x: 0;
  --btn-width: auto;
  --btn-height: auto;
  --btn-uppercase: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: inherit;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--btn-border-color);
}
.ns-btn--link:hover {
  --btn-bg-color: transparent;
  --btn-label-color: #7b7b7b;
  --btn-border-color: #7b7b7b;
}
.ns-btn--icon {
  --btn-bg-color: transparent;
  --btn-padding-x: 0;
  --btn-width: auto;
  --btn-height: auto;
  border-width: 0;
  border-radius: 0;
}
.ns-btn--icon:hover {
  --btn-bg-color: transparent;
}
.ns-btn--sm {
  --btn-height: 2.25rem;
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
}
.ns-btn--lg {
  --btn-height: 2.75rem;
}

/* Helper for getting a color from a map */
/* Helper for setting a color */
/*other shade of black used #1C1D1C,#252725, #000*/
/*other shade of light grey used #F4F4F4*/
/* ICONS */
/* svg Icons */
/* Sprite svg Icons */
.wishlist-page {
  padding-top: 4rem;
}
.wishlist-page .wishlist-heading {
  line-height: 1;
  font-family: "Caslon Text Regular Condensed", ui-serif, serif;
  font-size: 3.188rem;
  font-weight: 400;
  letter-spacing: -0.06375rem;
}
@media (max-width: 1023px) {
  .wishlist-page .wishlist-heading {
    line-height: 1;
    font-family: "Caslon Text Regular Condensed", ui-serif, serif;
    font-size: 2.375rem;
    font-weight: 400;
    letter-spacing: -0.0475rem;
  }
}
.wishlist-page .wishlist-heading > span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wishlist-page .card {
  border: none !important;
}
.wishlist-page .ownername-sharelinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin-bottom: 2.5rem;
}
.wishlist-page .ownername-sharelinks .ownername-text-and-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wishlist-page .ownername-sharelinks .ownername-text-and-count .owner-wishlist-count {
  color: inherit;
  padding-left: 8px;
}
@media (max-width: 580px) {
  .wishlist-page .ownername-sharelinks .ownername-text-and-count {
    margin-bottom: 20px;
  }
}
.wishlist-page .ownername-sharelinks h1 {
  margin-bottom: 0;
}
.wishlist-page .ownername-sharelinks .wl-social-sharing-text {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.25rem;
  letter-spacing: 0.0175rem;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
}
@media (max-width: 1023px) {
  .wishlist-page .ownername-sharelinks .wl-social-sharing-text {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.015rem;
    text-align: left;
    margin-bottom: 0.75rem;
  }
}
.wishlist-page .ownername-sharelinks .wl-social-sharing .share-icons i {
  font-size: 16px;
}
@media (max-width: 580px) {
  .wishlist-page .ownername-sharelinks {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.wishlist-page .wishlistproductsdisplay {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  padding: 0;
}
.wishlist-page .wishlistproductsdisplay .unit-price {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .wishlist-page .wishlistproductsdisplay .unit-price {
    padding: 0px;
  }
}
.wishlist-page .wishlistproductsdisplay .unit-price .callforprice {
  color: #000;
}
.wishlist-page .wishlistproductsdisplay .view-product {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  margin-top: 35px;
}
.wishlist-page .wishlistproductsdisplay .productname {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 35px !important;
}
.wishlist-page .wishlistproductsdisplay .productname .line-item-name {
  color: #000000;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 14px;
  font-weight: 400;
  text-overflow: inherit;
  white-space: normal;
}
.wishlist-page .wishlistproductsdisplay .productname .brandname {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0175rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .wishlist-page .wishlistproductsdisplay .productname .brandname {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.015rem;
  }
}
.wishlist-page .wishlistproductsdisplay .productname .subcateoryname {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .wishlist-page .wishlistproductsdisplay .productname .subcateoryname {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 14px;
    line-height: 1.25rem;
    letter-spacing: 0.0175rem;
    font-weight: 400;
  }
}
.wishlist-page .wishlistproductsdisplay .productname .referencenumber {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.015rem;
  margin-bottom: 1.25rem;
  color: #555;
}
@media (max-width: 1023px) {
  .wishlist-page .wishlistproductsdisplay .productname .referencenumber {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
}
.wishlist-page .wishlistproductsdisplay .productname .skuNumber {
  color: #4a4a4a;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 12px;
}
.wishlist-page .wishlistproductsdisplay .productname .view-product-button {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.015rem;
  text-decoration: underline;
  color: #434343 !important;
}
.wishlist-page .wishlistproductsdisplay .productname .view-product-button:hover {
  color: #737268 !important;
}
@media (max-width: 1023px) {
  .wishlist-page .wishlistproductsdisplay .productname .view-product-button {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-size: 0.625rem;
    line-height: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .wishlist-page .wishlistproductsdisplay .productname {
    margin-top: 4px;
  }
}
.wishlist-page .wishlistproductsdisplay .view-product a .view-product-button {
  font-weight: 400;
}
@media (min-width: 992px) {
  .wishlist-page .wishlistproductsdisplay .view-product a .view-product-button {
    height: 42px;
    width: 192px;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .wishlist-page .wishlistproductsdisplay .view-product a {
    margin-bottom: 44px;
  }
}
@media (min-width: 992px) {
  .wishlist-page .wishlistproductsdisplay .view-product .hidden-md-down {
    padding-left: 34px;
  }
}
.wishlist-page .wishlistproductsdisplay .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 580px) {
  .wishlist-page .wishlistproductsdisplay .d-flex {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-top: 14px;
  }
  .wishlist-page .wishlistproductsdisplay .d-flex.justify-content-spacebetween a,
  .wishlist-page .wishlistproductsdisplay .d-flex.justify-content-spacebetween .whitebgbtn {
    width: 100%;
  }
}
.wishlist-page .wishlistproductsdisplay .d-flex .item-image {
  height: 172px;
  width: 172px;
}
.wishlist-page .wishlistproductsdisplay .d-flex .item-image .product-image {
  max-height: 172px;
}
@media (max-width: 580px) {
  .wishlist-page .wishlistproductsdisplay .d-flex .item-image {
    height: 100px;
    width: 100px;
    margin-right: 8px;
  }
  .wishlist-page .wishlistproductsdisplay .d-flex .item-image .product-image {
    max-height: 100px;
  }
}
@media (max-width: 580px) {
  .wishlist-page .wishlistproductsdisplay .mobileview-removedetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wishlist-page .product-info {
  padding: 0 15px;
  border: none;
  margin: 0;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .wishlist-page .product-info {
    margin-bottom: 2.5rem;
  }
}
.wishlist-page .productprice {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 14px 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (min-width: 992px) {
  .wishlist-page .unit-price .outofstock {
    margin-bottom: 58px;
  }
}
.wishlist-page .product-card-price .wishlistprice {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin-left: 0;
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
@media (max-width: 1023px) {
  .wishlist-page .product-card-price .wishlistprice {
    font-family: "Blanka", ui-sans-serif, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.015rem;
  }
}
.wishlist-page .product-card-price .wishlistprice .line-item-price-info,
.wishlist-page .product-card-price .wishlistprice .outofstock {
  margin-right: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.wishlist-page .product-card-price .wishlistprice .price {
  color: #000;
}
.wishlist-page .product-card-price .wishlistprice .price span {
  display: block;
}
.wishlist-page .product-card-price .wishlistprice .price span.strike-through {
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .wishlist-page .product-card-price .wishlistprice {
    margin-bottom: 55px;
  }
}
@media (max-width: 580px) {
  .wishlist-page .product-card-price {
    margin-left: 0;
  }
}
.wishlist-page .remove-from-wishlist.btn-light {
  background-color: transparent;
  border: none;
}
.wishlist-page .guest-description {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
  margin-bottom: 0;
  padding: 2rem 1.25rem 2rem 0;
  color: #000;
}
.wishlist-page .outofstock {
  color: #4a4a4a;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 16px;
}
.wishlist-page .emailnotifymebtn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wishlist-page .emailnotifymebtn .notifymebtn, .wishlist-page .emailnotifymebtn .toggleSubscribe {
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: normal;
}
@media (min-width: 992px) {
  .wishlist-page .emailnotifymebtn .notifymebtn, .wishlist-page .emailnotifymebtn .toggleSubscribe {
    height: 42px;
    width: 192px;
  }
}
.wishlist-page .emailnotifymebtn .toggleSubscribe {
  white-space: normal;
}
.wishlist-page .emailnotifymebtn .emailnotifyme {
  color: #4a4a4a;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  width: 57%;
}
@media (max-width: 580px) {
  .wishlist-page .emailnotifymebtn .emailnotifyme {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .wishlist-page .emailnotifymebtn .emailnotifyme {
    width: 100%;
    text-align: left;
    padding-left: 4px;
  }
}
@media (min-width: 992px) {
  .wishlist-page {
    margin-bottom: 50px;
  }
}
@media (max-width: 580px) {
  .wishlist-page {
    margin-bottom: 10px;
  }
}

#nofitymeModal .modal-dialog {
  top: auto;
}
#nofitymeModal .modal-dialog .submit-msg {
  font-size: 14px;
  margin-bottom: 10px;
  display: none;
}
#nofitymeModal .modal-dialog .modal-title {
  margin-top: 46px;
  line-height: 36px;
  text-align: center;
  clear: both;
  width: 100%;
  font-weight: 600;
  font-size: 32px;
}
#nofitymeModal .modal-dialog .modal-header {
  border: none;
}
#nofitymeModal .modal-dialog .modal-header .close {
  position: absolute;
  right: 22px;
  padding: 0;
  margin: 0;
  top: 22px;
  background: url(https://watchbox-sfcc.imgix.net/Close.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5) no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
}
#nofitymeModal .modal-dialog .modal-body {
  padding: 2px 60px 40px 60px;
  text-align: left;
}
#nofitymeModal .modal-dialog .modal-body p {
  color: #000000;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
#nofitymeModal .modal-dialog .modal-body .d-flex {
  margin: 10px 0;
}
#nofitymeModal .modal-dialog .modal-body .d-flex .productname {
  color: #000000;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 14px;
  width: calc(100% - 6em);
}
#nofitymeModal .modal-dialog .modal-body .d-flex .productname .brandname {
  font-weight: 500;
  white-space: normal;
  text-overflow: inherit;
  margin-bottom: 0px;
}
#nofitymeModal .modal-dialog .modal-body .d-flex .productname .subcateoryname {
  font-weight: 400;
  white-space: normal;
  text-overflow: inherit;
  margin-bottom: 0px;
}
#nofitymeModal .modal-dialog .modal-body .d-flex .productname .referencenumber {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 16px;
  margin-top: 4px;
  white-space: normal;
  text-overflow: inherit;
}
#nofitymeModal .modal-dialog .modal-body form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nofitymeModal .modal-dialog .modal-body form .form-label-group {
  width: 100%;
  margin-bottom: 19px;
  margin-top: 19px;
}
#nofitymeModal .modal-dialog .modal-body form button {
  width: 180px;
  border-radius: 0;
}

.remove-btn-lg.remove-from-wishlist,
.remove-btn-sm.remove-from-wishlist {
  right: 0px;
  top: 10px;
  height: 12px;
  width: 12px;
  min-width: auto;
  min-height: auto;
}

.wl-social-sharing {
  font-size: 0;
}
.wl-social-sharing .share-icons {
  display: inline-block;
  height: 17px;
  width: 17px;
  font-size: 0;
  margin-right: 15px;
  vertical-align: bottom;
}
.wl-social-sharing .share-icons.last-icon {
  margin-right: 0;
}
.wl-social-sharing .share-icons i {
  width: 17px;
  height: 17px;
  background-size: 17px 17px !important;
  display: inline-block;
}
.wl-social-sharing .share-icons i.facebook-icon {
  background-image: url(https://watchbox-sfcc.imgix.net/footer/facebook.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5);
}
.wl-social-sharing .share-icons i.twitter-icon {
  background-image: url(https://watchbox-sfcc.imgix.net/footer/twitter.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5);
}
.wl-social-sharing .share-icons i.email-icon {
  background-image: url(https://watchbox-sfcc.imgix.net/footer/email-dark.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5);
}
.wl-social-sharing .share-icons i.pintrest {
  background-image: url(https://watchbox-sfcc.imgix.net/footer/pintrest-black.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5);
}

.view-product a,
.view-product button {
  width: 192px;
  height: 40px;
}
@media (min-width: 1023px) {
  .view-product a,
  .view-product button {
    padding: 0;
  }
}

.wishlist-page .product-info .wishlistproductsdisplay .productname {
  width: calc(100% - 180px);
  max-width: calc(100% - 180px);
}

@media (max-width: 768px) {
  .newarrrivaldiv {
    margin-bottom: 20px;
  }
  .move-to-cart-component {
    width: 100%;
  }
  .wishlist-page .product-info {
    padding: 5px 0 !important;
    border: none !important;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .mobileview-removedetail .d-flex {
    margin-top: 0;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .productname {
    max-width: calc(100% - 108px);
    width: calc(100% - 108px);
    margin-top: 0px !important;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .productname > div {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .productname > div.line-item-name.subcateoryname {
    margin-bottom: 6px;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .productname > div.line-item-name.referencenumber {
    margin-bottom: 0;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .productname > div.outofstock {
    margin-top: 0.8rem;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .productname > div.d-lg-none {
    margin-top: 20px;
  }
  .wishlist-page .product-info .wishlistproductsdisplay .productname .wishlistprice {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wishlist-page .product-info .view-product a,
  .wishlist-page .product-info .view-product button {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 1023px) {
  .wishlist-page .product-info .view-product a,
  .wishlist-page .product-info .view-product button {
    width: auto;
  }
}
@media (max-width: 768px) {
  .wishlist-page .product-info .mobileview-removedetail .d-lg-none {
    position: relative;
  }
  .wishlist-page .product-info .mobileview-removedetail .d-lg-none .remove-btn-sm.remove-from-wishlist {
    left: 0;
    top: 0;
  }
}
.whistlistpage.login-page {
  background: #fff;
}
.whistlistpage.login-page .productprice .col-md-6.wishlistprice.product-text {
  width: 66.66667%;
  min-width: 66.66667%;
}
.whistlistpage.login-page .card.product-info .row.wishlistproductsdisplay .col-md-6 {
  width: 66.66667%;
  min-width: 66.66667%;
}
@media (max-width: 480px) {
  .whistlistpage.login-page .card.product-info .row.wishlistproductsdisplay .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .whistlistpage.login-page .product-info .wishlistproductsdisplay {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .whistlistpage.login-page .product-info .wishlistproductsdisplay .view-product {
    width: 100%;
    max-width: 100%;
    padding-left: 202px;
    min-width: 100%;
    margin-top: 0;
    position: static;
  }
  .whistlistpage.login-page .product-info .wishlistproductsdisplay .view-product a {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .whistlistpage.login-page .card-body {
    padding: 20px 0;
  }
  .whistlistpage.login-page .product-info {
    padding: 10px 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
  }
}

span.error {
  color: #ea2f2f;
  font-family: decimal-book, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

input.error {
  border: 1px solid #d73200;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#notify-email + label {
  left: 0;
}

.view-product-wishlist-link {
  font-size: 10px;
  letter-spacing: 2.4px;
  color: #000000;
}

@media (min-width: 992px) {
  .whistlistpage.login-page .product-card-price .wishlistprice {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/** new styles */
.empty-wishlist-container {
  margin-top: 2rem;
}
.empty-wishlist-container .empty-msg {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
.empty-wishlist-container p:not(.empty-msg) {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
}
.empty-wishlist-container .actions {
  margin-top: 5rem;
}
.empty-wishlist-container .actions a {
  width: 100%;
  max-width: 22rem;
  margin-bottom: 1.5rem;
}

.wishlist-page h2 .count {
  font-size: 2rem;
}
.wishlist-page .guest-description a {
  text-decoration: underline;
}

.wishlist-remove-icon {
  background: url("https://watchbox-sfcc.imgix.net/icons/wb_sprite.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5#x-close-dark") no-repeat center;
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 1023px) {
  .move-to-cart-button {
    margin-left: auto;
  }
}

.list-msg {
  font-family: "Blanka", ui-sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
}