/* Variable names from http://chir.ag/projects/name-that-color */
/*
* NAVIGATION LINKS // generic navigation links styling (header, footer, etc)
*/
.font-family-base {
  font-family: "Open Sans", sans-serif;
}

.font-family-second {
  font-family: "Oswald", sans-serif;
}

.product-info {
  padding: 15px;
}
.product-info .remove-btn-lg {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 15px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.product-info .remove-btn-lg .icon-close-green {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 16px;
  top: 6px;
}
.product-info .remove-btn-lg:hover {
  background-color: #fff !important;
  outline: none;
}
.product-info .remove-btn-lg:hover .icon-close-green {
  opacity: 1;
  visibility: visible;
}
.product-info .remove-btn-lg:hover .icon-close {
  opacity: 0;
  visibility: hidden;
}
.product-info .remove-btn-lg:hover object,
.product-info .remove-btn-lg:hover svg {
  fill: #337321 !important;
}
.product-info .remove-btn-lg:active, .product-info .remove-btn-lg:focus {
  background-color: #fff !important;
  outline: none;
}
.product-info .remove-btn-lg:active object,
.product-info .remove-btn-lg:active svg, .product-info .remove-btn-lg:focus object,
.product-info .remove-btn-lg:focus svg {
  fill: #337321 !important;
}
.product-info .quantity-form input[type=text] {
  background-color: #fff;
}

.close span {
  display: none;
}

.coupons-and-promos .remove-coupon {
  background-color: transparent;
  position: relative;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.coupons-and-promos .remove-coupon .icon-close-green {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 6px;
  top: 6px;
}
.coupons-and-promos .remove-coupon:hover, .coupons-and-promos .remove-coupon:active {
  background-color: #fff !important;
  outline: none;
}
.coupons-and-promos .remove-coupon:hover .icon-close-green, .coupons-and-promos .remove-coupon:active .icon-close-green {
  opacity: 1;
  visibility: visible;
}
.coupons-and-promos .remove-coupon:hover .icon-close, .coupons-and-promos .remove-coupon:active .icon-close {
  opacity: 0;
  visibility: hidden;
}
.coupons-and-promos .remove-coupon:hover object,
.coupons-and-promos .remove-coupon:hover svg, .coupons-and-promos .remove-coupon:active object,
.coupons-and-promos .remove-coupon:active svg {
  fill: #337321 !important;
}

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

.restricted-products-cart-message {
  color: #92110f;
}

.applied-promotion-discount {
  color: #056808;
  float: right;
  min-width: 65px;
  text-align: right;
}

.promotion-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.remove-btn {
  background-color: transparent !important;
}

.continue-shopping-link {
  font-weight: bold;
}

.shipping-discount,
.order-discount {
  color: #d5232a;
}

#message_wrapper {
  all: unset;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: auto !important;
  cursor: default;
  background-color: #faedd6;
  margin-top: 2.5rem;
  padding: 1.25rem;
}
#message_wrapper a {
  all: unset;
  color: #000;
  font-size: 1em;
  cursor: pointer;
}
#message_wrapper a strong {
  all: unset;
  color: #000;
  font-size: 1em;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #message_wrapper {
    text-align: center;
  }
}
#message_wrapper p {
  all: unset;
  color: #000;
  font-size: 1em;
}
@media (max-width: 991.98px) {
  #message_wrapper p span::after {
    display: block;
    clear: both;
    content: "";
  }
}

.product-line-item-options a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.saved-products-list h2.page-title {
  margin-bottom: 0.875rem;
}
@media (max-width: 991.98px) {
  .saved-products-list h2.page-title {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
  }
}
.saved-products-list .item-image {
  width: 5.625em;
}
.saved-products-list .saved-items-count {
  margin-bottom: 2.125rem;
}
@media (max-width: 991.98px) {
  .saved-products-list .saved-items-count {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.saved-products-list .product-card-footer .product-line-item-options {
  display: none;
}

.line-item-availability .expected-instock-date p {
  white-space: nowrap;
}

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