#productWishlistOffcanvas {
  height: auto !important;
}


/**
 * @file
 * zombree_webform styles.
 */


.product-wishlist-form-wrapper .webform-multiple-table--operations,
.product-wishlist-form-wrapper .webform-multiple-add,
.product-wishlist-form-wrapper .webform-multiple-table .webform-multiple-sort-weight  {
  display: none;
}


.form-item-produkte_disabled table tbody>tr:last-child {
  display: none!important;
}


.product-wishlist-form-wrapper {}

.product-wishlist-form-wrapper .tabledrag-toggle-weight-wrapper,
.product-wishlist-form-wrapper .webform-multiple-table--handle {
  display: none;
}

.product-wishlist-form-wrapper table thead {
  display: none;
}


.product-wishlist-form-select {
  display: flex;
  flex-direction: row-reverse;
  max-height: 100px;
  width: 100%;
  align-items: center;
  padding-right: 2rem;
}

.product-wishlist-form-select select,
.product-wishlist-product--wrapper input {
  height: 38px;
}

.product-wishlist-product--wrapper .js-form-item {
  margin: 0px !important;
  display: flex;
}

.product-wishlist-form-select label {
  display: none;
}

.product-wishlist-form-select img {
  max-height: 100px;
  width: auto;
  padding: 0.75rem;
}

.product-wishlist-product--wrapper {
  display: flex;
  align-items: center;
}

.product-wishlist-product--wrapper label {
  display: none;
}

.product-wishlist-product--wrapper .btn-wishlist-delete {
  height: 38px;
  width: 38px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 38px;
  color: var(--bs-danger);
  border: none !important;
  position: relative;
  right: -1rem;
}

.product-wishlist-product--wrapper select {
  pointer-events: none;
}

#product-wishtlist-clear-btn {
  font-size: 1.025rem;
  padding-left: 1rem;
}

.modal-wishlist {
}

.modal-wishlist .alert {
  margin: 0px;
}


#block-wishist-form .webform-progress  {
  display: none;
}






@media (max-width: 1699.98px) {}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {

  #productWishlistOffcanvas .offcanvas-body {
    padding: 0px;
  }

}

@media (max-width: 575.98px) {

}


@media (max-width: 399.98px) {}