/* Colors Neuhaus */
/* Fonts Neuhaus */
html,
body,
.page {
  color: #503223;
  background-color: #fff;
  line-height: 1.3em;
  min-height: 100vh;
  font-family: "Plantin", serif;
  text-transform: none;
  letter-spacing: 0.01em; }

body {
  font-size: 1rem; }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

div[role="main"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

/* stylelint-disable-next-line */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .browserModal {
    display: block !important;
    top: inherit; }
    .browserModal .modal-text {
      max-width: 450px; }
  .modal-background {
    display: block;
    z-index: 500;
    top: 0; }
  body {
    overflow: hidden; } }

a.link {
  color: #503223;
  text-decoration: underline;
  font-weight: 700; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Flama", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.h1,
h1 {
  font-size: 3rem; }

.h2,
h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.25rem; }

h4,
.h4 {
  font-size: 1.125rem; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: 0.875rem; }

.font-link, .font-caption, .font-title, .font-heading {
  font-family: "Flama", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.font-copy {
  font-family: "Plantin", serif;
  text-transform: none;
  letter-spacing: 0.01em; }

a,
a:hover,
a:active,
a:focus {
  color: #503223; }

.wishlist-list-results .grid-header,
.search-results .grid-header {
  height: auto;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 769px) {
    .wishlist-list-results .grid-header,
    .search-results .grid-header {
      height: 5em; } }
  .wishlist-list-results .grid-header .filter-results,
  .search-results .grid-header .filter-results {
    display: block;
    width: 100%;
    color: #503223;
    height: 50px; }
    .wishlist-list-results .grid-header .filter-results:focus,
    .search-results .grid-header .filter-results:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .wishlist-list-results .grid-header .reset.link,
  .search-results .grid-header .reset.link {
    padding-left: 30px;
    margin-left: 15px;
    border-left: 1px solid #ddd; }
  .wishlist-list-results .grid-header .sort-by:focus,
  .search-results .grid-header .sort-by:focus {
    outline: none; }
  .wishlist-list-results .grid-header .sort-by .selectric-wrapper .selectric,
  .search-results .grid-header .sort-by .selectric-wrapper .selectric {
    border: none; }
  .wishlist-list-results .grid-header .sort-by .selectric-wrapper .label,
  .search-results .grid-header .sort-by .selectric-wrapper .label {
    font-family: "Flama", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #503223;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    @media (min-width: 769px) {
      .wishlist-list-results .grid-header .sort-by .selectric-wrapper .label,
      .search-results .grid-header .sort-by .selectric-wrapper .label {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right;
        -moz-text-align-last: right;
             text-align-last: right; } }
  .wishlist-list-results .grid-header .sort-by .selectric-wrapper .selectric-items,
  .search-results .grid-header .sort-by .selectric-wrapper .selectric-items {
    border-color: #ddd;
    max-height: initial; }
    .wishlist-list-results .grid-header .sort-by .selectric-wrapper .selectric-items li,
    .search-results .grid-header .sort-by .selectric-wrapper .selectric-items li {
      font-size: 0.75rem;
      color: #7c655a; }
  .wishlist-list-results .grid-header .sort-by .selectric-wrapper .button,
  .search-results .grid-header .sort-by .selectric-wrapper .button {
    width: 10px; }
  .wishlist-list-results .grid-header .result-count,
  .search-results .grid-header .result-count {
    color: #7c655a; }
  .wishlist-list-results .grid-header .page-size-selector,
  .search-results .grid-header .page-size-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5em;
    border-left: 1px solid #ddd; }
    .wishlist-list-results .grid-header .page-size-selector input,
    .search-results .grid-header .page-size-selector input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .wishlist-list-results .grid-header .page-size-selector label,
    .search-results .grid-header .page-size-selector label {
      font-family: "Flama", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin: 0 8px;
      color: #503223;
      opacity: 0.5;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer; }
    .wishlist-list-results .grid-header .page-size-selector input:checked + label,
    .search-results .grid-header .page-size-selector input:checked + label {
      opacity: 1;
      border-bottom: 1px solid currentColor; }

.page-title__seo-description > p {
  margin-bottom: 0; }

.page-title__seo-description a {
  text-decoration: underline; }

html,
body,
.page {
  color: #503223;
  background-color: #fff;
  line-height: 1.3em;
  min-height: 100vh;
  font-family: "Plantin", serif;
  text-transform: none;
  letter-spacing: 0.01em; }

body {
  font-size: 1rem; }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

div[role="main"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

/* stylelint-disable-next-line */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .browserModal {
    display: block !important;
    top: inherit; }
    .browserModal .modal-text {
      max-width: 450px; }
  .modal-background {
    display: block;
    z-index: 500;
    top: 0; }
  body {
    overflow: hidden; } }

a.link {
  color: #503223;
  text-decoration: underline;
  font-weight: 700; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Flama", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.h1,
h1 {
  font-size: 3rem; }

.h2,
h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.25rem; }

h4,
.h4 {
  font-size: 1.125rem; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: 0.875rem; }

.font-link, .font-caption, .font-title, .font-heading {
  font-family: "Flama", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.font-copy {
  font-family: "Plantin", serif;
  text-transform: none;
  letter-spacing: 0.01em; }

a,
a:hover,
a:active,
a:focus {
  color: #503223; }

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

.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; } }
  .product-info .image-container {
    position: relative;
    overflow: auto;
    text-align: center; }
    .product-info .image-container .tile-image {
      width: 100%;
      max-width: 200px;
      min-height: 200px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (min-width: 769px) {
        .product-info .image-container .tile-image {
          min-height: 250px; } }
      @media (min-width: 992px) {
        .product-info .image-container .tile-image {
          min-height: 300px; } }
  .product-info .remove-from-wishlist {
    position: absolute;
    right: 0;
    bottom: auto; }
  .product-info .product-labels {
    position: absolute;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 75%; }
    @media (min-width: 992px) {
      .product-info .product-labels {
        max-width: 60%; } }
    .product-info .product-labels .product-label {
      font-family: "Flama", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      background-color: #b14350;
      text-transform: uppercase;
      display: inline-block;
      color: white;
      font-size: 0.75rem;
      padding: 5px;
      margin-bottom: 4px; }
      @media (min-width: 769px) {
        .product-info .product-labels .product-label {
          font-size: 1rem;
          padding: 8px; } }
  .product-info .wishlist-tile-title {
    font-family: "Flama", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #503223;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 16px; }
    @media (min-width: 769px) {
      .product-info .wishlist-tile-title {
        font-size: 1.25rem; } }
  @media (min-width: 769px) {
    .product-info .price {
      margin-bottom: 10px; } }
  .product-info .price .sales .value {
    font-family: "Flama", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #cf7c58;
    font-size: 0.875rem;
    font-weight: 400; }
    @media (min-width: 769px) {
      .product-info .price .sales .value {
        font-size: 1.5rem; } }
  @media (max-width: 543.98px) {
    .product-info .btn-quantity {
      min-width: 35px; }
    .product-info .input-quantity {
      min-width: 35px; } }

.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: 0.625em;
  width: 90%; }

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

.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 .error-search-msg {
  color: #b14350;
  background-color: transparent;
  border: none;
  margin: 0; }

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

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

.wishlistItemCards .card-items {
  padding-top: 0; }
  .wishlistItemCards .card-items > div:not(.grid-footer) {
    padding: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media (max-width: 991.98px) {
      .wishlistItemCards .card-items > div:not(.grid-footer):nth-child(2n) {
        border-right: none; } }
    @media (min-width: 992px) and (max-width: 1439.98px) {
      .wishlistItemCards .card-items > div:not(.grid-footer):nth-child(3n) {
        border-right: none; } }
    @media (min-width: 1440px) {
      .wishlistItemCards .card-items > div:not(.grid-footer):nth-child(4n) {
        border-right: none; } }

.wishlist-container .acc-card-title {
  padding: 1em 1.25em; }

.wishlist-list-results .grid-header .page-size-selector {
  border-left: none;
  padding-left: 0; }

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

/* Colors Neuhaus */
/* Fonts Neuhaus */
.sidebar {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 768.98px) {
    .sidebar {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      height: 57px;
      overflow: hidden; } }
  .sidebar li {
    cursor: pointer;
    border: 1px solid #ddd;
    margin-top: -1px; }
    .sidebar li:hover:not(.selected) {
      background-color: #efefef; }
    @media (max-width: 768.98px) {
      .sidebar li:not(.selected) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .sidebar li.selected {
      background-color: #503223;
      pointer-events: none; }
      @media (min-width: 769px) {
        .sidebar li.selected.nested {
          pointer-events: auto; } }
      .sidebar li.selected a {
        color: #fff; }
    .sidebar li a {
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 769px) {
        .sidebar li a .text-content {
          font-weight: 700; } }
      @media (max-width: 768.98px) {
        .sidebar li a {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .sidebar li a .icon {
            display: none; }
          .sidebar li a::after {
            content: "";
            width: 15px;
            height: 15px;
            background-image: url("../../images/icons/arrow-white.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            right: 39px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); } }

@media (max-width: 991.98px) {
  .sidebar.active {
    height: auto; }
    .sidebar.active li.selected a::after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }

/* Colors Neuhaus */
/* Fonts Neuhaus */
.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.glider-track {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: 1s ease opacity;
  transition: 1s ease opacity;
  width: 100%;
  opacity: 0; }
  .glider-slide.visibleItem {
    opacity: 1; }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar-track {
  background-color: #efefef; }

.glider::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #efefef; }

.glider::-webkit-scrollbar-thumb {
  background-color: #503223 !important; }

.glider-prev,
.glider-next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  -webkit-transition: opacity 0.05s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.05s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: opacity 0.05s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.05s cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8; }

.glider-next {
  right: -23px;
  left: auto; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot {
  border: 2px solid #fff;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #503223;
  border-radius: 999px;
  background: #503223;
  width: 14px;
  height: 14px;
  margin: 7px;
  opacity: 0.5; }
  .glider-dot:hover, .glider-dot:focus, .glider-dot.active {
    opacity: 1; }
  .glider-dot:only-child {
    display: none; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }

/* Colors Neuhaus */
/* Fonts Neuhaus */
.carousel .carousel-control {
  position: absolute;
  z-index: 0;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(50% - 20px); }
  @media (min-width: 769px) {
    .carousel .carousel-control {
      width: 40px;
      height: 40px; } }
  .carousel .carousel-control, .carousel .carousel-control.disabled {
    opacity: 1; }
  .carousel .carousel-control, .carousel .carousel-control:hover {
    padding: 0; }

.carousel .pd-carousel-indicators {
  position: static; }

.carousel-inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1rem; }
  @media (min-width: 769px) {
    .carousel-inner {
      padding-bottom: 2rem; } }

.carousel .glider img {
  opacity: 0; }

.carousel .glider .glider-track img {
  opacity: 1; }

.pd-carousel-container {
  margin: 0 auto;
  width: calc(100% - 80px); }
  .pd-carousel-container .carousel-control-prev {
    left: -40px; }
  .pd-carousel-container .carousel-control-next {
    right: -40px; }

.acc-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  padding: 1.25em; }
  @media (max-width: 768.98px) {
    .acc-card-title {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .acc-card-title .icon {
    margin-right: 18px; }
  .acc-card-title .title {
    margin: 0;
    font-weight: 700; }
  .acc-card-title button.btn.btn-alternate-secondary, .acc-card-title button.btn.btn-alternate-primary, .acc-card-title button.btn.btn-alternate-white {
    height: auto; }

.acc-card {
  padding-left: 0;
  padding-right: 0; }
  .acc-card hr {
    border-color: #ddd; }
  .acc-card .acc-card-body {
    padding-top: 1.25em; }
  @media (min-width: 544px) {
    .acc-card {
      border: 1px solid #ddd; }
      .acc-card .acc-card-body {
        padding: 1.25em; } }
  .acc-card .acc-card-footer {
    padding: 0; }
    @media (min-width: 544px) {
      .acc-card .acc-card-footer {
        padding: 0 1.25em 1.25em; } }

@media (min-width: 769px) {
  .hero.my-account-banner {
    background-image: url("../../images/myAccountBanner.png");
    background-repeat: no-repeat;
    background-position: right; } }

.addr-warning {
  background-color: rgba(255, 193, 7, 0.3); }

.reorderModal .product-tile .price .value,
.reorderModal .product-tile .pdp-link a {
  font-size: 1rem; }

.reorderModal .product-tile .quickview {
  display: none; }

.reorderModal .product-tile .image-container {
  margin-bottom: 1rem; }
  .reorderModal .product-tile .image-container a .tile-image {
    min-height: auto; }

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