/* Colors Neuhaus */
/* Fonts Neuhaus */
#quickViewModal .quick-view-dialog {
  max-width: 50em; }
  #quickViewModal .quick-view-dialog .modal-header > .full-pdp-link {
    display: none; }
  #quickViewModal .quick-view-dialog .modal-footer {
    display: none; }
  #quickViewModal .quick-view-dialog .carousel .carousel-control {
    width: 15px; }
  #quickViewModal .quick-view-dialog .buttons .btn {
    width: 100%; }

#quickViewModal .primary-images {
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 1; }

#quickViewModal:not(.shown) .primary-images {
  opacity: 0;
  height: 0;
  overflow: hidden; }

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: calc(1.425rem + 2.1vw); }
  @media (min-width: 1200px) {
    .h1,
    h1 {
      font-size: 3rem; } }

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    .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, .cart.cart-page .item-name, .cart.cart-page .summary-label,
.cart.cart-page .summary-price, .cart.cart-page .coupon-code-label,
.cart.cart-page .optional-promo, .coupon-not-applied, .coupon-applied, .promotion-information .applied-promotion-discount, .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; }

/* 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; }

.cart-recom .recommendations {
  margin: 2rem 0;
  padding-top: 2rem;
  border-top: 1px solid #ddd; }
  @media (min-width: 544px) {
    .cart-recom .recommendations {
      margin: 3rem 0;
      padding-top: 0;
      border: none; } }
  @media (min-width: 769px) {
    .cart-recom .recommendations {
      margin: 128px 0 93px; } }

.cart-recom .einstein-title {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    .cart-recom .einstein-title {
      font-size: 1.5rem; } }

.cart.cart-page .custom-product-properties {
  margin-bottom: 0;
  margin-top: 0.5rem; }

.cart.cart-page .totals {
  margin-top: 2rem; }
  @media (min-width: 769px) {
    .cart.cart-page .totals {
      border-left: 1px solid #ddd;
      margin-top: 0; } }

.cart.cart-page .item-name {
  font-size: 1.25rem;
  color: #503223;
  font-weight: 700; }

.cart.cart-page .summary-title {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  margin-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .cart.cart-page .summary-title {
      font-size: 1.5rem; } }

.cart.cart-page .summary-label,
.cart.cart-page .summary-price {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #7c655a; }

.cart.cart-page .coupon-code-label,
.cart.cart-page .optional-promo {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .cart.cart-page .coupon-code-label,
    .cart.cart-page .optional-promo {
      font-size: 1.5rem; } }

.cart.cart-page .optional-promo .icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.cart.cart-page .optional-promo.active .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.cart.cart-page .product-card-image {
  max-width: 100px;
  width: 100%; }

.cart.cart-page .coupon-field-container {
  margin-right: -1px; }

@media (min-width: 1200px) {
  .cart.cart-page .quantity-label {
    display: none; } }

@media (min-width: 1200px) {
  .cart.cart-page .line-item-total-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal; } }

@media (min-width: 1200px) {
  .cart.cart-page .line-item-total-price .price {
    margin-top: 0; } }

.cart.cart-page .ex-shipping,
.cart.cart-page .tax-included {
  font-size: 0.875rem; }

.coupons-and-promos > div:first-child {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  padding-top: 1rem; }

.coupons-and-promos .coupon-price-adjustment:not(:last-of-type) .coupon-adjustment-item {
  padding-bottom: 1rem; }

.coupon-missing-error {
  display: none; }

.coupon-not-applied {
  color: #b14350; }

.coupon-applied {
  color: #19b200; }

.coupon-promotion-relationship {
  font-size: 0.875rem;
  padding-left: 1rem;
  margin-bottom: 0; }
  .coupon-promotion-relationship li {
    color: #7c655a; }
    .coupon-promotion-relationship li:first-of-type {
      margin-top: 0.5rem; }
    .coupon-promotion-relationship li:not(:last-of-type) {
      margin-bottom: 0.25rem; }

.promotion-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c655a; }
  .promotion-information .applied-promotion-discount {
    font-size: 1.25rem; }

@media (min-width: 544px) {
  .quantity {
    min-width: 5em; } }

.promo-code-form {
  display: none; }
  @media (min-width: 544px) {
    .promo-code-form {
      display: block; } }

.promo-code-submit {
  padding-left: 0; }

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

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

.custom-cart-error .alert-danger {
  background-color: transparent;
  border: none; }

.custom-cart-error .alert {
  margin: 0;
  border: none; }

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