.wrapper--wishlist {
  margin-top: 11em;
  margin-bottom: 3em;
}

.wishlist-column--left {
  border-right: 3px solid #231f20;
}

.wishlist-column--left .wishlist-content__item {
  margin-right: 0 !important;
}

.wishlist-column--right .wishlist-content__item {
  margin-left: 0 !important;
}

.wishlist-column__heading {
  font-size: 32px;
  font-weight: 700;
  font-family: "Abhaya Libre", Arial, sans-serif;
  cursor: pointer;
}

.wishlist-column__heading .fal {
  font-size: 22px;
  transition: all 0.4s;
}

.wishlist-column__heading .btn {
  font-size: 20px;
}

.wishlist-content__item {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart__item.opacity,
.wishlist-content__item.opacity {
  opacity: 0.7;

  ::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.wishlist-content__item input {
  height: unset !important;
  margin-bottom: 5px;
}

#collection-wishlist-wrapper .wishlist-content__item.hidden {
  display: none !important;
}

.wishlist-content__item__variants,
.wishlist-content__item__variants .plus-minus-input .input-group-field {
  font-size: 14px;
}

.wisht-content__item__variant-item+.wisht-content__item__variant-item {
  margin-top: 20px;
}

.wisht-content__item__variant-item div {
  text-align: center !important;
}

.wisht-content__item__variant-item div.plus-minus-input {
  border-bottom: 1px solid #000;
}

input.wishlist-item-quantity {
  height: 25px !important;
  margin: 0;
  padding: 0 !important;
  border: none;
  background: transparent;
  width: 40px;
}

input.wishlist-item-quantity::-webkit-inner-spin-button,
input.wishlist-item-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

input.wishlist-item-quantity:disabled,
input.wishlist-item-quantity[disabled],
.settings-input:disabled,
.settings-input[disabled] {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  margin: 0;
}

.subtotal-b2b {
  margin: 0 auto;
}

.subtotal-b2b p {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.table-header-b2bcart {
  text-transform: uppercase;
}

.subtotal-b2b #wishlist-subtotal,
.subtotal-b2b .wishlist-subtotal {
  font-size: 24px;
  padding: 0 0px 0px 10px;
  font-weight: 700;
}

#shipnow {
  font-size: 20px;
  width: 188px;
}

.content-item-option {
  display: none;
}

.options__edit {
  cursor: pointer;
}

.options__cancel {
  background-color: #231f20;
  color: #fff;
  border: 1px solid #fff;
}

.options__cancel:hover,
.options__cancel:focus {
  color: #ffd50d;
}

.option__update__processing {
  display: none;
  margin-left: 6px;
}

.wishlist-item-error {
  display: block;
  padding: 5px 0 10px 0;
  color: #b11800;
}

.wishlist-item-error:empty {
  display: none;
}

/* MODAL */
#wishlist-spinner {
  display: none;
  position: fixed;
  margin: 0 auto;
  padding-top: 5%;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background-color: whitesmoke;
}

.wishlist-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.wishlist-modal {
  position: relative;
  margin: 10% auto;
  padding: 25px 30px;
  max-width: 1000px;
  width: 80%;
  min-height: 200px;
  background-color: #fffceb;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#wishlist-modal__error {
  padding: 20px 0;
  color: #b11800;
  font-weight: 600;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.wishlist-modal__address p {
  font-size: 18px;
}

.wishlist-modal__close {
  position: absolute;
  padding: 5px 15px;
  top: 20px;
  right: 20px;
  color: black;
  font-size: 32px;
  font-weight: bold;
}

.wishlist-modal__close:hover,
.wishlist-modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

button:disabled,
button[disabled] {
  cursor: not-allowed;
}

.product__title a {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.product__title span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.text-underline {
  text-decoration: underline;
}

.wishlist-column__content--unavailable {
  max-height: 0px;
  transition: all 0.4s;
  overflow: hidden;
  margin-top: 40px;
}

.wishlist-collapsed-b2b--open .wishlist-column__content--unavailable {
  max-height: unset;
  transition: all 0.4s;
  overflow: hidden;
}

.wishlist-collapsed-b2b--open .wishlist-column__heading .fal {
  transform: rotate(180deg);
}

.wishlist-delete-button-b2b {
  position: absolute;
  right: 0;
  z-index: 99;
}

.wishlist_mobile_label {
  display: none;
}

@media only screen and (max-width: 991px) {

  .wishlist-delete-button-b2b {
    right: 5px;
  }

  .wishlist-delete-button-b2b i {
    font-size: 23px;
  }

  .table-header-b2bcart {
    display: none !important;
  }

  .wisht-content__item__variant-item div {
    text-align: left !important;
    padding: 7px 0;
  }

  .wisht-content__item__variant-item .input-group {
    width: 60px;
    display: inline-block;
    padding: 0 !important;
  }

  input.wishlist-item-quantity {
    font-size: 14px;
    height: 15px !important;
  }

  .wishlist_mobile_label {
    text-transform: uppercase;
  }

  .wisht-content__item__variant-item {
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #dfdfdf;
  }
}

@media only screen and (max-width: 768px) {
  .wishlist_mobile_label {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
  }

  .wishlist-nav-item {
    margin-bottom: 14px;
    font-size: 15px;
    padding: 0 15px;
  }

  .qty-container {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 460px) {
  #swym-plugin .swym-item-grid .swym-information {
    max-width: 160px;
  }
}
#clear_preorder,
#clear_available{
  position: absolute;
  right: 5%;
  top: -60px;
}