.modal-backdrop.in {
  opacity: 0.3;
}

.wishlist-modal {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.wishlist-modal.show {
  opacity: 1;
  visibility: visible;
}

.wishlist-modal .modal-body {
  color: #3e2308;
  padding: 16px;
}

.wishlist-modal .modal-cancel:hover {
  opacity: 0.7
}

.wishlist-modal .modal-footer {
  padding: 16px;
}

.wishlist-modal .modal-footer .btn {
  text-transform: uppercase
}

.wishlist-modal .modal-footer .btn.modal-cancel {
  background-color: #c7c7c7;
  color: #3e2308;
}

.wishlist-modal .modal-backdrop.in {
  pointer-events: all
}

.wishlist-modal+.modal-backdrop {
  pointer-events: none
}

.wishlist-modal+.modal-backdrop.in {
  pointer-events: all
}

.wishlist-footer-links {
  margin-bottom: 2rem;
  background: #fbf2cb;
  padding: 1rem;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wishlist-footer-links>a {
  color: #3e2308;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 2rem
}

.wishlist-footer-links>a:not(:first-child) {
  margin-left: 20px
}

.wishlist-footer-links>a i {
  font-size: 20px;
  margin-right: 4px;
  vertical-align: middle
}


/* 1 =============== */

.wishlist-button-add {
  border: none;
}

.wishlist-button-add.wishlist-button-product {
  display: block;
  color: #3e2308 !important;
  background: transparent;
  font-size: 24px;
  height: 54px;
  margin-bottom: 1rem;
  margin-left: auto;
}

/* 3 ========= */

.wishlist-create .wishlist-modal .modal-footer,
.wishlist-delete .wishlist-modal .modal-footer,
.wishlist-login .wishlist-modal .modal-footer,
.wishlist-rename .wishlist-modal .modal-footer,
.wishlist-share .wishlist-modal .modal-footer {
  border: none;
}

/* 5 ========= */

.wishlist-list-empty {
  font-size: 30;
  text-align: center;
  padding: 30px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #000
}

.wishlist-list-item {
  padding: 0;
}

.wishlist-list-item p {
  margin: 0;
}

.wishlist-list-item .wishlist-list-item-right button {
  font-size: 16px;
  padding: 8px;
}

/* 6 ========= */

.wishlist-add-to .modal-body {
  padding: 0
}

.wishlist-add-to .modal-footer {
  text-align: left;
  padding: 16px 24px;
  background: #f7f7f7;
}

.wishlist-chooselist .wishlist-list-item {
  padding: 12px 25px;
  font-size: 16px;
}

/* ################# */

.wishlist-list {
  margin-bottom: 0
}

.wishlist-list-loader {
  padding: 0 20px;
  width: 100%
}

.wishlist-list-item {
  background-color: #fbf2cb;
}

.wishlist-list-item:hover {
  cursor: pointer;
}

.wishlist-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px
}

.wishlist-list-item .dropdown-menu {
  right: 20px;
  left: inherit;
  display: flex;
  flex-direction: column
}

.wishlist-list-item-right {
  position: relative
}

.wishlist-list-item-right>button {
  transition: 0.3s ease-out
}

.wishlist-list-item-right>button:hover {
  opacity: 0.6
}

.wishlist-list-item-right>button i {
  color: #3e2308;
}

.wishlist-list-item-right .dropdown-menu {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  overflow: hidden
}

.wishlist-list-item-right .dropdown-menu>button {
  padding: 10px 20px;
  transition: 0.3s ease-out;
  text-align: left
}

.wishlist-list-item-right .dropdown-menu>button:hover {
  background-color: #f1f1f1
}

.wishlist-list-item-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0
}

.wishlist-list-item-title span {
  color: #3e2308;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
  margin-left: 5px
}

.wishlist-list-item button {
  cursor: pointer;
  border: none;
  background: none
}

.wishlist-list-item button:focus {
  outline: 0
}


/* ################ */


.wishlist-container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.wishlist-container-header h1 {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0;
}

#main .wishlist-container .card.page-content {
  padding: 0;
  margin-bottom: 20px;
}

.wishlist-add-to-new {
  cursor: pointer;
  transition: 0.3s ease-out;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 16px
}

.wishlist-add-to-new:not([href]):not([tabindex]) {
  display: flex;
  align-items: center;
  color: #3e2308 !important;
  text-transform: uppercase;
}

.wishlist-add-to-new:hover {
  opacity: 0.7
}

.wishlist-add-to-new i {
  margin-right: 4px;
  vertical-align: middle;
  color: #3e2308;
  margin-top: 0;
  font-size: 24px
}


/* ################ */


.wishlist-create .wishlist-modal {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 0
}

.wishlist-create .wishlist-modal.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1053
}


/* ################ */

.wishlist-delete .wishlist-modal {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 0
}

.wishlist-delete .wishlist-modal.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1053
}

/* ################ */

.wishlist-toast {
  padding: 1rem 1.25rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 5%;
  z-index: 9999;
  top: 70px;
  transition: 0.3s ease-out;
  transform: translateY(-10px);
  pointer-events: none;
  opacity: 0;
  width: auto;
}

.wishlist-toast.success {
  background-color: #69b92d;
  border-color: #69b92d
}

.wishlist-toast.success .wishlist-toast-text:before {
  content: "\F00C";
  font-family: "FontAwesome";
}

.wishlist-toast.success .wishlist-toast-text,
.wishlist-toast.error .wishlist-toast-text {
  color: white
}

.wishlist-toast.error {
  background-color: #b9312d;
  border-color: #b9312d
}

.wishlist-toast.isActive {
  transform: translateY(0);
  pointer-events: all;
  opacity: 1
}

.wishlist-toast-text {
  color: #3e2308;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 0
}

/* ################ */

.wishlist-rename .wishlist-modal {
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 0
}

.wishlist-rename .wishlist-modal.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1051
}


/* ############# */

.wishlist-products-item {
  width: calc(25% - 2rem);
  background-color: #fbf2cb;
  border: none;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  margin: 0 1rem 2rem 1rem;
  padding: 1rem;
}

.wishlist-product {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.wishlist-product-unavailable {
  opacity: 0.5
}

.wishlist-product-availability {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #3e2308;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 12px;
  z-index: 5;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  border-radius: 5px;
}

.wishlist-product-availability i {
  color: #ff4c4c;
  margin-right: 3px;
  font-size: 1rem
}

.wishlist-product-availability-responsive {
  background-color: transparent;
  display: none;
  position: inherit;
  transform: inherit;
  bottom: inherit;
  margin-top: 10px;
  left: inherit
}

.wishlist-product-link:focus {
  text-decoration: none
}

.wishlist-product-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1rem
}

.wishlist-product-image {
  position: relative;
  overflow: hidden
}

.wishlist-product-image img {
  max-width: 100%;
}

.wishlist-product-price {
  color: #3e2308;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25rem
}

.wishlist-product-price-promo {
  text-decoration: line-through;
  color: #6f6f6f;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}

.wishlist-product-combinations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem
}

.wishlist-product-combinations a {
  display: block;
  line-height: normal;
  color: #3e2308
}

.wishlist-product-combinations a:hover {
  color: #3e2308
}

.wishlist-product-combinations-text {
  color: #3e2308;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1rem;
  margin: 0
}

.wishlist-product-addtocart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
}

.wishlist-product-addtocart.btn-secondary {
  background-color: #dddddd
}

.wishlist-product-addtocart.btn-secondary:hover {
  background-color: #dddddd;
  opacity: 0.7
}

.wishlist-product-addtocart i {
  margin-top: -3px
}

.wishlist-product-addtocart i {
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 400 400' fill='%23ffffff'><path d='M4.7 2.8C.8 7.1 1.9 8.5 27.5 34 41 47.4 52 58.7 52 59.1c0 3.8 34.3 200 35.3 201.9l1.3 2.5 131.9.5 132 .5 4.1 2.2c4.8 2.5 10.1 8.3 12 12.9 2 4.7 1.7 14.1-.5 18.9-2.3 5.1-9.8 11.8-14.9 13.3-2.9.9-35.9 1.2-128.4 1.2-119.3 0-124.6.1-126.1 1.8-2.1 2.3-2.2 5.2-.3 7.8 1.4 1.9 3.9 1.9 127.3 1.9 96.3 0 126.7-.3 129.8-1.2 6.7-2.1 14.7-7.5 18.7-12.8 4.3-5.6 7.8-15.5 7.8-21.9 0-9.6-5.8-21.9-12.9-27.5-8.9-7-17.1-9-37-9.1-9.7 0-11.2-.2-10.7-1.5.3-.8 17.4-30.6 38.1-66.1 37-63.7 39.6-68.9 36.3-71.1-.7-.4-73.7-1-162.3-1.3l-160.9-.5L67.5 82c-2.8-16.2-5.5-30.2-6-31-.6-.8-12.2-12.4-25.8-25.8C10 .2 8.2-1.1 4.7 2.8M381 123.6c0 .3-17 29.4-37.7 64.5L305.6 252l-104.5-.2-104.5-.3L85.9 189c-6-34.4-10.8-63.3-10.9-64.3 0-1.6 7.9-1.7 153-1.7 84.2 0 153 .3 153 .6M165 345.9c-12.3 2.5-22 14.3-22 26.6 0 9.6 6.9 20.3 15.8 24.6 5.7 2.8 15.7 3 21.4.5 5.5-2.4 10.6-7.3 13.6-13 2-4.1 2.6-6.5 2.6-12.1 0-7.5-1.8-12.3-6.9-18.3-5-5.9-16.7-9.9-24.5-8.3m11.2 11.7c2.9.8 8.5 7.9 9.2 11.7 2.1 11.3-8.5 21.7-19.1 18.8-5.4-1.5-8.3-3.8-10.4-8.5-2.4-5.3-2.4-9 .1-14.2 3.8-7.7 10.6-10.3 20.2-7.8m97-11.5c-16.4 3.2-26.1 23.4-18.4 38.5 2.7 5.2 9.9 11.8 14.8 13.5 6.4 2.2 15.1 1.6 21-1.4 19.7-10 19.7-38.8.1-48.1-6.2-2.9-11.6-3.7-17.5-2.5m13 12.5c9.5 4.9 11 18.4 2.8 25.8-5.3 4.8-10.6 5.5-16.8 2.4-13.3-6.6-11.6-25.4 2.7-29.9 3-.9 7.5-.2 11.3 1.7'></path></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.wishlist-products-list .wishlist-button-add {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  padding-top: 3px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease-out;
  border: none
}

.wishlist-products-list .wishlist-button-add:hover {
  opacity: 0.7
}

.wishlist-products-list .wishlist-button-add:focus {
  outline: 0
}

.wishlist-products-list .wishlist-button-add:active {
  transform: scale(1.2)
}

.wishlist-products-list .wishlist-button-add i {
  color: #3e2308;
  margin-top: -2px;
  font-size: 16px;
}

@media (max-width: 1419.98px) {
  .wishlist-button-add.wishlist-button-product {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 94px;
  }
  .wishlist-products-item {
    width: calc(25% - 2rem);
  }
}

@media (max-width: 1219.98px) {
  .wishlist-products-item {
    width: calc(33.333333% - 2rem);
  }
}

@media (max-width: 991.98px) {
  .wishlist-button-add.wishlist-button-product {
    height: auto;
    margin: 0;
  }
  .wishlist-products-item {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 767.98px) {
  .wishlist-products-list .wishlist-button-add {
    position: inherit;
    margin-left: 2rem;
  }
  .wishlist-products-item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px
  }
  .wishlist-products-item:not(:last-child) {
    margin-bottom: 30px
  }
  .wishlist-product {
    margin: 0;
    width: 100%;
    max-width: 100%
  }
  .wishlist-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 3;
  }
  .wishlist-product-right {
    flex: 1
  }
  .wishlist-product-availability {
    display: none
  }
  .wishlist-product-availability-responsive {
    display: block;
    justify-content: flex-start;
    order: 2;
    margin: 8px 0;
    left: 0;
  }
  .wishlist-product-image {
    width: 100px;
    height: auto;
    margin-right: 16px;
    position: inherit
  }
  .wishlist-product-image img {
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit
  }
  .wishlist-product-link {
    display: flex;
    align-items: flex-start;
    order: 1;
  }
  .wishlist-product-title {
    margin-top: 0
  }
  .wishlist-product-combinations {
    align-items: normal;
  }
}

@media screen and (max-width: 575.98px) {
  .wishlist-product-addtocart {
    letter-spacing: 0;
  }
}


/* ################# */


.wishlist-products-container .sort-by-row {
  min-width: 315px;
  display: flex;
  align-items: center
}

.wishlist-products-container .sort-by-row {
  display: none;
}

.wishlist-products-container .sort-by-row a {
  cursor: pointer
}

.wishlist-products-container .sort-by-row .sort-by {
  padding: 0
}

.wishlist-products-container .sort-by-row .products-sort-order {
  padding: 0
}

.wishlist-products-container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem
}

.wishlist-products-container-header h1 {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0;
}

#main .wishlist-products-container .card.page-content {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0
}

.wishlist-products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.wishlist-products-count {
  color: #3e2308;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px
}

@media screen and (max-width: 767.98px) {
  .wishlist-products-container-header {
    flex-wrap: wrap
  }
  .wishlist-products-container-header .products-sort-order {
    flex: 1
  }
  .wishlist-products-container-header .filter-button {
    width: auto;
    padding-right: 0
  }
  .wishlist-products-container-header .sort-by-row {
    width: 100%
  }
  .wishlist-products-container .wishlist-products-list {
    justify-content: center;
    margin: 0;
  }
}


/* ################# */

.wishlist-pagination .previous {
  margin-right: 30px
}

.wishlist-pagination .js-search-link {
  cursor: pointer
}

.wishlist-pagination .js-search-link:not([href]):not([tabindex]):hover {
  color: #3e2308
}

.wishlist-pagination .js-search-link.disabled {
  cursor: inherit
}

.wishlist-pagination .js-search-link.disabled:hover {
  color: #3e2308
}

/* ################# */