.mccom-add-to-project {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 30px;
  border: 2px solid #222f2e;
  transition: all 150ms ease-in-out;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  background-color: transparent;
}

.mccom-add-to-project:hover {
  background-color: #222f2e;
  color: #FFF;
}

.mccom-add-to-project-modal {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mccom-add-to-project-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 400px;
  position: relative;
}


.mccom-add-to-project-caption{
  font-weight: 700;
}

.mccom-add-to-project-modal-content label {
  font-weight: 400 !important;
  font-size: 14px !important;
}

#mccom-project-select {
  font-size: 14px;
  margin-bottom: 20px;
}

#mccom-project-select option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mccom-add-to-project-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

.mccom-add-to-project-modal-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mccom-add-to-project-modal-actions > button{
  display: block;
  border: none;
  outline: none;
  padding: 16px 0;
  border: 1px solid #222f2e;
  background-color: transparent;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}

.mccom-add-to-project-modal-actions > button:hover {
  background-color: #222f2e;
  color: #FFF;
}



@media only screen and (max-width: 600px) {
  .mccom-add-to-project-modal-content {
    width: 90%;
    position: static;
  }
}

.tinvwl-table-manage-lists > tbody > tr:first-child {
  display: none;
}


.tinvwl_button_view,
.tinvwl_button_close {
  font-size: 14px !important;
  text-transform: none !important;
  border: none !important;
  cursor: pointer !important;
  color: #222f2e !important;
  background-color: #dad8da !important;
  transition: 150ms ease-in-out all !important;
  padding: 11.5px 19px !important;
}

.tinvwl_button_view:hover,
.tinvwl_button_close:hover {
  background-color: #222f2e !important;
  color: #FFF !important;
}

.tinv-wishlist-clear .tinvwl_button_close,
.tinv-wishlist-clear .tinvwl_button_view,
.tinvwl_created_whishlist .tinvwl_button_view {
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-left: 0 !important;
}

.tinv-wishlist-clear i.ftinvwl::before {
  top: 0 !important;
}

.tinv-create-list .tinvwl-create-wishlist-button {
  padding: 15px 22px!important;
}

.tinv_wishlist_create .tinvwl-input-group-btn #tinv_wishlist_create_button {
  line-height: 25px;
  cursor: pointer;
}


.tinvwl-table-manage-list .product-price del,
.tinvwl-table-manage-list .product-price ins {
  display: block;
  width:100%;
}

table.tinvwl-table-manage-list td.product-price del {
  text-decoration: none !important;
}

.tinvwl-table-manage-list .product-price .amount bdi::after,
.tinvwl-table-manage-list .product-price del bdi::after,
.tinvwl-table-manage-list .product-price ins bdi::after {
  margin-left: 10px;
}

.tinvwl-table-manage-list .product-price .amount bdi::after,
.tinvwl-table-manage-list .product-price del bdi::after {
    content: "VKE, exkl. MwSt.";
    font-weight: 400;
}

.tinvwl-table-manage-list .product-price ins bdi::after {
    content: "Nettopreis, exkl. MwSt.";
    font-weight: 400;
}

/* .tinvwl-table-manage-list tfoot .wishlist-total .amount bdi::after {
    content: "Nettopreis, exkl. MwSt.";
    font-weight: 400;
    margin-left: 10px;
} */