/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../woodland/cartridges/app_custom_woodland/cartridge/client/default/scss/wishlist.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  font-weight: 400;
  letter-spacing: 0;
}

.detail-heading {
  border-bottom: 1px solid #ccc9c8;
  margin-bottom: 1.875rem;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.detail-heading:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 3px;
  background-color: #e66d1c;
  position: absolute;
  bottom: -2px;
  left: 0;
  max-width: 50px;
}
@media (max-width: 768.98px) {
  .detail-heading {
    flex-direction: column;
  }
}
.detail-heading span {
  display: inline-block;
}
.detail-heading .list-removal {
  position: absolute;
  left: -2rem;
}
@media (max-width: 1299.98px) {
  .detail-heading .list-removal {
    left: 0;
    position: relative;
    float: left;
    margin-right: 0.5rem;
  }
}
.detail-heading .close {
  opacity: 0.9;
}
.detail-heading .show-hide-products {
  font-size: 20px;
}
.detail-heading .show-hide-products a {
  text-decoration: none;
}
.detail-heading .show-hide-products span {
  color: #ccc9c8;
}
@media (max-width: 768.98px) {
  .detail-heading .show-hide-products {
    position: absolute;
    top: -6px;
    right: 0px;
  }
}

.btn-login {
  max-width: 135px;
}

.wishlist-title span {
  display: block;
  float: left;
}
.wishlist-title div.edit-link {
  float: left;
  color: #e66d1c;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 17px;
}
.wishlist-title div.edit-link:hover {
  color: #e05d05;
  cursor: pointer;
}

.wl_editnameform {
  justify-content: center;
  align-items: baseline;
  clear: left;
  display: none;
}
.wl_editnameform .name-input {
  float: left;
  clear: both;
  max-width: 50%;
}
.wl_editnameform .buttons {
  float: left;
  max-width: 50%;
}
.wl_editnameform .buttons .name-save {
  float: left;
  margin-left: 10px;
  max-width: 25%;
}
.wl_editnameform .buttons .name-close {
  float: right;
  margin-top: 12px;
  margin-left: 10px;
  padding: 0;
  max-width: 10%;
}

.wishlist-items {
  display: inline-block;
  width: 72px;
  height: 22px;
  font-family: Open Sans;
  font-size: 16px;
  color: #63605a;
  text-decoration: none solid rgb(37, 36, 34);
}
@media (max-width: 768.98px) {
  .wishlist-items {
    margin-left: 0px;
    display: block;
  }
}

.wishlist-share-links .share-icons {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768.98px) {
  .wishlist-share-links .share-icons {
    margin-left: 0.5rem;
    display: block;
  }
}
.wishlist-share-links .share-icons:hover,
.wishlist-share-links .share-icons i:hover {
  text-decoration: none;
  color: #e05d05;
}
.wishlist-share-links .share-icons .fa-link {
  display: inline-block;
  color: #e66d1c;
}
@media (max-width: 768.98px) {
  .wishlist-share-links {
    display: flex;
    flex-direction: row;
    position: relative;
  }
}
@media (max-width: 543.98px) {
  .wishlist-share-links {
    display: flex;
    flex-direction: row;
    position: relative;
  }
}

p.copy-link-message {
  position: absolute;
  padding: 7px;
  width: 90px;
  border-radius: 3px;
  border-color: #fff;
  background-color: #fff;
  color: #000;
  box-shadow: 4px 4px 4px #aaa;
  text-align: center;
  font-size: 14px;
  top: -42px;
  left: -40px;
  z-index: 1;
}
p.copy-link-message:after {
  position: absolute;
  width: 0;
  bottom: -6px;
  left: 41px;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.landing-description {
  font-size: 15px;
  font-weight: lighter;
  max-width: 310px;
}

.wishlist-login-default {
  color: #d7d5ce;
}

.account-header {
  flex-wrap: wrap;
}
.account-header .account-title {
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768.98px) {
  .account-header .account-title {
    font-size: 1.7rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.wishlist-hide {
  font-size: 0.875rem;
}

.add-wish-list p {
  position: absolute;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  border-color: #fff;
  background-color: #fff;
  color: #000;
  box-shadow: 4px 4px 4px #aaa;
  text-align: center;
  font-size: 14px;
  top: -61px;
  left: -17px;
}
.add-wish-list p:after {
  position: absolute;
  width: 0;
  top: 52px;
  left: 73px;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.show-more {
  padding: 0.938em;
  clear: both;
}
.show-more .btn {
  margin: 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

div.item-container.show {
  overflow: hidden;
}

.quantity-form .quantity-add,
.quantity-form .quantity-subtract,
.quantity-selector-form .quantity-add,
.quantity-selector-form .quantity-subtract,
.react-quantity-selector-form .quantity-add,
.react-quantity-selector-form .quantity-subtract {
  background-color: #ccc9c8;
  color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0.3rem 0;
  padding: 0.5rem;
  padding-top: 3px;
}
.quantity-form .quantity,
.quantity-selector-form .quantity,
.react-quantity-selector-form .quantity {
  text-align: center;
  border: 1px solid #cdcdcd;
  margin: 0 0.3rem;
  width: 3.75rem;
}
.quantity-form .quantity-zero-error,
.quantity-selector-form .quantity-zero-error,
.react-quantity-selector-form .quantity-zero-error {
  color: #dc3545;
  font-size: 0.875rem;
  display: none;
}

.product-quantity-label {
  font-size: 1.25rem;
  font-weight: 600;
}

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