.algwcwishlistmodal {
  padding: 0 !important;
}

.algwcwishlistmodal-container {
  padding: 0 !important;
  overflow: visible;
}

.algwcwishlistmodal-container.is-open {
  /* background: rgba(0, 0, 0, 0.5); */
}

.algwcwishlistmodal-container.is-open h2 {
  font-size: 26px;
}

.algwcwishlistmodal.is-open {
  max-width: 600px;
  padding: 36px;
}

/*btns*/
.page__btn {
  padding: 10px;
  color: #fff;
  background-color: #4e7661;
  border-radius: 3px;
}

.search-item .page__btn {
  padding: 8px !important;
}

.page__btn:hover {
  background-color: #000;
}

.page__btn.page__btn--save {
  color: #000;
  background-color: transparent;
  border: 1px solid #4e7661;
}

.page__btn.page__btn--save:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

/*my accont wishlist*/
.alg-wc-wl-social {
  display: none !important;
}

.alg-wc-wl-view-table thead tr th,
.alg-wc-wl-view-table tbody tr td {
  text-align: left !important;
}

.alg-wc-wl-view-table thead tr th.product-qty {
  text-align: center !important;
}

.page-id-1994 .alg-wc-wl-view-table thead tr th.product-qty {
  text-align: left !important;
}

/* .alg-wc-wl-view-table thead tr th:nth-child(1) {
  width: 30%;
}

.alg-wc-wl-view-table thead tr th:nth-child(1) {
  width: 20%;
}

.alg-wc-wl-view-table thead tr th:nth-child(1) {
  width: 20%;
}

.alg-wc-wl-view-table thead tr th:nth-child(1) {
  width: 20%;
}

.alg-wc-wl-view-table tbody tr td:nth-child(1) {
  width: 30%;
}

.alg-wc-wl-view-table tbody tr td:nth-child(2) {
  width: 20%;
}

.alg-wc-wl-view-table tbody tr td:nth-child(3) {
  width: 20%;
}

.alg-wc-wl-view-table tbody tr td:nth-child(4) {
  width: 20%;
} */

.alg-wc-wl-view-table .add_to_cart_inline .add_to_cart_button {
  text-align: center !important;
  margin: auto !important;
}

/*add remove product to wishlist*/
.alg-wc-wl-thumb-btn-loop {
  display: none !important;
}

.cyber-prod-content-wrap .alg-wc-wl-view-state-remove {
  display: none !important;
}

.btns-orders-shop-single-product
  .alg-wc-wl-btn.remove
  .alg-wc-wl-view-state-remove {
  display: none !important;
}

.remove .alg-wc-wl-view-state-add {
  display: block !important;
}

.alg-wc-wl-view-state-add > i {
  display: none !important;
}
/*add remove product to wishlist end*/

/*wishlistmodal-products-preview*/
.wishlistmodal-products-preview {
  width: min-content !important;
  height: 0;
  /* display: none; */
  visibility: hidden;
  /* transition: 1s; */
}

.wishlistmodal-products-preview.show {
  /* display: block; */
  visibility: visible;
  height: fit-content;
}

.wishlistmodal-products-preview.show li {
  text-align: left;
}
/*wishlistmodal-products-preview*/

/*btn pay w moje konto*/
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  display: flex !important;
}

.woocommerce-button.button.pay {
  display: none !important;
}

.woocommerce-button.button.view {
  margin-right: 10px !important;
}
/*btn pay w moje konto end*/

/*my account btns container */
.btns-container-wishlist-account {
  display: flex;
}

.btns-container-wishlist-account .create-wishlist-form {
  display: flex;
  flex-direction: row-reverse;
}

.btns-container-wishlist-account .alg-wc-delete-wishlist {
  width: fit-content;
  margin-top: 0 !important;
  margin-right: 10px;
}

.btns-container-wishlist-account .alg-wc-delete-wishlist > a {
  background-color: #dc3232 !important;
}

.btns-container-wishlist-account .alg-wc-delete-wishlist > a:hover {
  background-color: #000 !important;
}

/*my account btns container end*/

/*wishlist products table*/
/* .alg-wc-wl-view-table .add_to_cart_btn,
.alg-wc-wl-view-table .add-to-cart-btn {
  display: none;
} */

.alg-wc-wl-view-table .add_to_cart_btn,
.alg-wc-wl-view-table .add-to-cart-btn {
  display: block;
}

.alg-wc-wl-view-table .quantity {
  display: flex;
}

.alg-wc-wl-view-table .product-price > span {
  word-break: normal;
}

.alg-wc-wl-view-table .product-removal {
  /* display: none !important; */
  border-bottom: 1px solid #fff !important;
}
/*wishlist products table end*/

/*add do list btn*/
.alg-wc-wl-btn-wrapper {
  width: fit-content;
  /* margin-left: 180px; */
  /* margin-top: -44px; */
  background-color: #fff !important;
}

.alg-wc-wl-btn-wrapper .alg-wc-wl-btn {
  width: 100% !important;
  margin-bottom: 0 !important;
  border: 1px solid #4e7661;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 15px;
  background-color: #fff;
}

.alg-wc-wl-btn-wrapper .alg-wc-wl-btn:hover {
  color: #fff;
  background-color: #000;
}
/*add do list btn end*/
/*popup wishlist*/
#wishlist_select {
  display: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}

#wishlist_select.active {
  display: block !important;
}

ul.algwc-wishlist-collections-wrapper li {
  background: #fff !important;
  border: none !important;
  text-align: left !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.wishlist-product-preview.wishlistmodal-products-preview li {
  padding-left: 80px;
}

.algwcwishlistmodal-checkbox-wrapper input[type="checkbox"]:checked + .cbx {
  background-color: #606062;
  background-image: linear-gradient(#4e7661, #4e7661);
}

.algwcwishlistmodal-checkbox-wrapper .cbx {
  position: relative;
  border: 1px solid #7e7e7e;
  background-color: #fff;
  background-image: inherit;
}

.algwcwishlistmodal-checkbox-wrapper
  input[type="checkbox"]:checked
  + .cbx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.algwcwishlistmodal-checkbox-wrapper .cbx svg {
  top: 35px;
  left: 35px;
}

.algwcwishlistmodal-checkbox-wrapper .cbx {
  border-radius: 2px;
}

.algwcwishlistmodal-checkbox-wrapper .titlebox {
  color: #000;
  font-size: 24px;
  font-weight: 800;
}

.show-wishlistmodal-products {
  padding: 0px 6px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
}

.show-wishlistmodal-products span {
  padding: 5px;
}

.algwcwishlistmodal-container .iziToast-close {
  top: 20px;
  right: 20px;
  transform: scale(1.5);
}
/*popup wishlist end*/

/*new wishlsit panel my-account*/
.woocommerce-my-wish-list .woocommerce-MyAccount-content {
  /* display: grid; */
  /* grid-template-columns: 1fr 5fr; */
}

.woocommerce-my-wish-list .woocommerce .woocommerce-notices-wrapper {
  display: none !important;
  width: 0% !important;
}

.alg-wc-wl-tab {
  gap: 5px;
}

.alg-wc-wl-tab-flex .alg-wc-wl-tab {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.alg-wc-wl-tab-flex .alg-wc-wl-tab .col-20per {
  /* display: flex !important; */
  /* justify-content: space-between !important; */
  border: none;
}

.alg-wc-wl-tab-flex .alg-wc-wl-tab .col-20per .alg-wc-wl-tablink {
  padding: 0 !important;
  line-height: 1;
  text-align: left;
}

.alg-wc-wl-tab-flex .alg-wc-wl-tab .col-20per .alg-wc-wl-tablink.active {
  border-bottom: 1px solid #4e7661;
}

.alg-wc-wl-tab-flex .alg-wc-wl-tab .col-20per .delete-customized-wishlist {
  margin-left: 20px;
  color: #f00;
  font-weight: 700;
  font-size: 13px;
  background: #fff;
  border: 1px solid #4e7661;
}

@media all and (max-width: 767px) {
  .alg-wc-wl-tab-flex .alg-wc-wl-tab .col-20per .delete-customized-wishlist {
    width: 50px !important;
    height: fit-content;
  }
}

.alg-wc-wl-view-table .thead-border tr th,
.alg-wc-wl-view-table .tbody-border tr.last-item > td {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.alg-wc-wl-view-table th.product {
  width: 30%;
}

.alg-wc-wl-view-table th.product-price {
  width: 25%;
  padding: 0 30px;
}

.alg-wc-wl-view-table td.product-price {
  padding: 0 30px !important;
}

.alg-wc-wl-view-table th.product-qt {
  width: 18%;
}

.alg-wc-wl-view-table th.add_to_cart_btn {
  width: 10%;
}

.alg-wc-wl-view-table th.product-removal {
  width: 7%;
}

.alg-wc-wl-view-table td {
  padding: 0px !important;
}

body.woocommerce-account .woocommerce .product-name a {
  font-weight: 500 !important;
  padding: 0px !important;
}

.alg-wc-wl-view-table {
  table-layout: fixed;
}

.alg-wc-wl-view-table .qty {
  width: 100%;
  margin-bottom: 0 !important;
}

.alg-wc-wl-view-table .add_to_cart_inline {
  padding: 0 !important;
  margin: 0 !important;
}
.cyber-single-title-list {
  color: #000;
  font-weight: 400 !important;
}

.cyber-single-date-list {
  color: #000;
}
/*new wishlsit panel my-account end*/
/*remove all prod btn*/
.alg-wc-wl-remove-all {
  font-size: 14px;
  margin: 6px 0;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 24px;
  text-align: center;
  background: #4e7661;
  color: #fff;
  transition: 0.3s;
}

.alg-wc-wl-remove-all:hover {
  background-color: #000;
}

.alg-wc-wl-btn2.remove .alg-wc-wl-view-state-remove {
  display: none;
}

.delete-customized-wishlist- {
  margin-left: 0px;
  color: #f00 !important;
  font-weight: 600;
  font-size: 13px;
  background: #fff !important;
  border: 1px solid #4e7661;
  padding: 3px 0 !important;
  line-height: 20px !important;
}

.delete-customized-wishlist-:hover {
  background-color: #000;
}

/* delete-customized-wishlist */
/*remove all prod btn end*/

/*nowy css do orders shop*/
.btns-orders-shop-related {
  display: flex;
  justify-content: space-between;
}

.btns-orders-shop-related .alg-wc-wl-btn-wrapper {
  margin: 10px 0;
}

.btns-orders-shop-shop .alg-wc-wl-btn-wrapper .alg-wc-wl-btn {
  line-height: 1 !important;
}

/*dodaj projekt*/
.woocommerce-my-wish-list .algwcwishlistmodal-container {
  display: none !important;
}

.cyber-create-new-project {
  cursor: pointer;
  margin-bottom: 24px !important;
}

.cyber-create-wishlist-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
}

.cyber-create-wishlist-form.active {
  display: flex;
}

.create-wishlist-form-container {
  position: relative;
  width: 800px;
}

.create-wishlist-form-container .form-field-wrap {
  display: flex;
  flex-direction: column;
}

.el-center-h {
  display: flex;
  align-items: center;
}

.text-black {
  color: #000;
}

.wishlist_name_default {
}

.create-wishlist-form-container {
  background-color: #fff;
  padding: 36px;
}

.create-wishlist-form-container .js-algwcwishlistmodal-btn-save {
  width: fit-content;
}

.title-add-new-project {
  margin-bottom: 16px;
  font-size: 40px !important;
  font-weight: 700 !important;
}

.create-wishlist-form-container-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
}
/*dodaj projekt end*/

/*strona wszystkie projekty*/
.alg-wc-wl-tab-grid {
  display: grid !important;
  grid-template-columns: 4fr 2fr 2fr 1fr !important;
}

.button-remove-wishlist-mac {
  border-radius: 3px;
  border: 1px solid #4e7661;
  padding: 4px 10px !important;
  text-align: center;
}

.border-ltr {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 24px 12px 24px 12px;
}

.border-lbr {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 0px 12px 12px 12px;
}

.delete-customized-wishlist {
  line-height: 18px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.cyber-delete-customized-wishlist {
  max-width: 56px;
}
/*strona wszystkie projekty end*/
/*strona projekt->produkty*/
.alg-wc-wl-tab-flex.hidden-project-lists {
  display: none;
}

@media all and (max-width: 767px) {
  .alg-wc-wl-tab-flex .alg-wc-wl-tab .date,
  .alg-wc-wl-tab-flex .alg-wc-wl-tab .cyber-single-date-list {
    display: none !important;
  }

  .alg-wc-wl-tab-grid {
    grid-template-columns: 4fr 2fr 1fr !important;
  }
}

@media all and (max-width: 650px) {
  .alg-wc-wl-tab-grid {
    grid-template-columns: 4fr 2fr 0fr !important;
  }

  .alg-wc-wl-tab-grid .prices-n-b {
    text-align: right !important;
  }

  #wartosc-produktow-lista {
    display: flex !important;
    flex-wrap: wrap;
  }

  .alg-wc-wl-tab-flex .alg-wc-wl-tab .col-20per {
    /* display: flex !important; */
  }

  .cyber-single-title-list {
    width: 60% !important;
  }

  .cyber-single-prc {
    width: 40% !important;
  }

  #wartosc-produktow-lista .cyber-single-prc span {
    margin-right: 6px;
    text-align: right;
  }

  .cyber-delete-customized-wishlist {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: unset;
  }

  .alg-wc-wl-tab-flex .alg-wc-wl-tab .col-20per .delete-customized-wishlist {
    width: 100% !important;
  }
}

@media all and (max-width: 450px) {
  .alg-wc-wl-tab .prices-n-b .price-n,
  .alg-wc-wl-tab .prices-n-b .price-b {
    width: 100% !important;
  }

  .alg-wc-wl-tab-flex .alg-wc-wl-tab #wartosc-produktow-lista > div {
    flex-wrap: wrap !important;
  }

  .alg-wc-wl-tab-flex .alg-wc-wl-tab #wartosc-produktow-lista > div > span {
    width: 100% !important;
  }
}

.cyber-clear-wishlist {
  background: #fff !important;
  color: red !important;
  border: 1px solid #4e7661;
}

.cyber-clear-wishlist:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #4e7661;
}

.js-algwcwishlistmodal-btn-createe:hover {
  color: #fff !important;
}
/*strona projekt->produkty end*/
/*nowy css do orders shop end*/

.page-id-1994 .empty-list {
  display: none;
}

.wishlist-wtab .empty-list {
  display: block;
}

/*lista select */
.algwcwishlistmodal-container {
  position: relative !important;
  display: none !important;
}

.logged-in .algwcwishlistmodal-container {
  display: block !important;
}

.algwcwishlistmodal {
  display: block !important;
}

.button-split .page__btn--create {
  /* display: none !important; */
}

.alg-wc-wl-btn-wrapper {
  /* display: none; */
}

.price-border-list {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.btn-add-all-list-prod {
  margin-bottom: 36px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

/*lista select end*/

/*hidden btn*/
.cyber-prod-content-wrap
  .cyber-shop-so-prices
  .btns-orders-shop-shop
  .alg-wc-wl-btn-wrapper {
  display: none;
}
/*hidden btn end*/
.margin-select-list {
  margin-bottom: -20px;
}

.margin-select-list .algwcwishlistmodal-container {
  /* margin-top: -24px; */
}

.margin-select-list .algwcwishlistmodal-container #wishlist_select {
  border: 1px solid #bbbbbb !important;
  margin-bottom: 6px;
}

#wishlist_select.hidden {
  display: none;
  margin-bottom: 0 !important;
}

#wishlist_select.active {
  display: block !important;
}

.wishlist-row.show {
  display: block !important;
}

.wishlist-row {
  display: none !important;
}

.text-no-default-project {
  display: none;
}

.text-no-default-project.active {
  display: block !important;
}

#text-no-default-project.hidden {
  display: none;
}

.select-wishlist {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;

  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  text-align: left !important;
}

.change-default-project-btn {
  order: 3;
  width: 80px;
  padding: 4px 16px;
  border: 3px !important;
  color: #fff !important;
  background-color: #4e7661 !important;
  max-height: 34px;
}

.wishlsit-container {
  padding: 0 !important;
  margin: 0 !important;
}

.wishlist-row .cbx {
  display: none;
}

.algwcwishlistmodal-checkbox-wrapper span.titlebox {
  padding-left: 0 !important;
}

.iziToast-wrapper {
  display: none;
}

.modal-single-product .algwcwishlistmodal-container {
  margin-top: 0 !important;
  margin-bottom: 36px;
}

.text-no-default-project {
  width: 100% !important;
}

.text-default-project {
  /* width: 100% !important; */
  margin-right: 5px;
}

.text-default-project.hidden {
  display: none;
}

.algwc-wishlist-collections-wrapper {
  /* width: calc(100% - 92px); */
  width: auto;
  margin-right: 12px;
}

.all-project-menu-item a {
  background-color: #4e7661 !important;
  color: #fff !important;
  padding: 6px;
  border-radius: 3px;
}

.woocommerce-cart .algwcwishlistmodal-container {
  display: none !important;
}

.page-id-1994 .algwcwishlistmodal-container {
  display: none !important;
}

.page .algwcwishlistmodal-container {
  display: none !important;
}

.error404 .algwcwishlistmodal-container {
  display: none !important;
}

.blog .algwcwishlistmodal-container {
  display: none !important;
}

.archive .algwcwishlistmodal-container {
  /* display: none !important; */
}

.post-type-archive-product .algwcwishlistmodal-container {
  display: block !important;
}

.user-logged-out .algwcwishlistmodal-container {
  display: none !important;
}

.user-logged-out .margin-select-list {
  margin-bottom: 0 !important;
}

.user-logged-out .login-to-see-price {
  display: none;
}

/*dodaj produkt popup*/
.custom-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translatexX(50%);
  background: #4e7661;
  color: white;
  padding: 15px 20px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 14px;
}

.custom-popup.error {
  background: #f44336;
}

.cyber-table-projects-prod-mobile-price {
  display: none;
}

@media all and (max-width: 767px) {
  .alg-wc-wl-responsive .alg-wc-wl-view-table tr td:before {
    display: none !important;
  }

  .alg-wc-wl-responsive .alg-wc-wl-view-table thead {
    /* display: block !important; */
  }

  .cyber-table-projects-prod-tbl-body tr,
  .alg-wc-wl-responsive .alg-wc-wl-view-table tr {
    display: flex !important;
    flex-wrap: wrap;
  }

  .alg-wc-wl-responsive .alg-wc-wl-view-table tr .product-name {
    width: 70% !important;
    text-align: left !important;
  }

  .alg-wc-wl-responsive .alg-wc-wl-view-table tr .product-qty {
    width: 30% !important;
  }

  .alg-wc-wl-responsive .alg-wc-wl-view-table tr .product-price {
    width: 100% !important;
  }

  .alg-wc-wl-responsive .alg-wc-wl-view-table .product-removal {
    width: 100% !important;
  }

  .alg-wc-wl-responsive
    .alg-wc-wl-view-table
    .product-removal
    .delete-customized-wishlist- {
    /* margin-left: auto !important; */
    width: 100% !important;
  }

  .alg-wc-wl-view-table td.product-price {
    padding: 0 !important;
  }

  .alg-wc-wl-view-table td.product-price span {
    margin-right: 12px !important;
  }

  .cyber-table-projects-prod-mobile-price-container {
    flex-wrap: wrap;
  }

  .cyber-table-projects-prod-mobile-price {
    display: block !important;
    width: 100% !important;
    font-size: 12px !important;
    text-align: left;
  }

  .alg-wc-wl-responsive .alg-wc-wl-view-table tr .product-price > div {
    justify-content: flex-start !important;
  }

  .cyber-table-projects-prod-tbl-thead {
    display: none !important;
  }

  .cyber-project-all-bottom-price {
    padding-bottom: 0 !important;
  }

  .cyber-project-all-bottom-price-container {
    flex-wrap: wrap;
  }

  .cyber-project-all-bottom-price-item-100 {
    width: 100% !important;
  }

  .cyber-project-all-bottom-price-btn {
    width: 767px !important;
    margin-left: 0 !important;
  }

  .btn-add-all-list-prod {
    width: 100% !important;
    padding: 0 !important;
  }

  .btn-add-all-list-prod .button {
    width: 100%;
    margin-left: 10px !important;
  }

  body.woocommerce-account .woocommerce table {
    padding: 0 !important;
  }

  .cyber-table-projects-prod-tbl-body tr td,
  .cyber-table-projects-prod-tbl-body tr .product-price {
    padding: 0 10px !important;
  }
}

@media all and (max-width: 450px) {
  #wishlist_select {
    width: 95% !important;
  }

  .alg-wc-wl-responsive .alg-wc-wl-view-table tr .product-name,
  .alg-wc-wl-responsive .alg-wc-wl-view-table tr .product-qty {
    width: 100% !important;
  }
}

/*dodaj produkt popup end*/
