@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?48229611");
  src: url("../font/fontello.eot?48229611#iefix") format("embedded-opentype"), url("../font/fontello.woff2?48229611") format("woff2"), url("../font/fontello.woff?48229611") format("woff"), url("../font/fontello.ttf?48229611") format("truetype"), url("../font/fontello.svg?48229611#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?48229611#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-edit:before {
  content: "\e335";
} /* '' */
.icon-share:before {
  content: "\e336";
} /* '' */
.icon-trash-empty:before {
  content: "\e337";
} /* '' */
.icon-upload:before {
  content: "\e338";
} /* '' */
.icon-cancel:before {
  content: "\e339";
} /* '' */
.icon-heartt:before {
  content: "\e340";
} /* '' */
.icon-delete:before {
  content: "\e341";
} /* '' */
.icon-sharing:before {
  content: "\e342";
} /* '' */
.icon-edit-1:before {
  content: "\e343";
} /* '' */
i.icon-share {
  margin-right: 30px;
}

i.icon-edit {
  margin-left: 30px;
}

.wishlist_table.modern_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .wishlist_table.modern_grid {
    padding-left: 0;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .wishlist_table.modern_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .wishlist_table.modern_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.yith-wcwl-form .item-wrapper {
  display: flex !important;
  flex-direction: column;
  box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.2117647059);
  border-radius: 15px;
  padding: 20px 16px 10px 16px;
}

.wishlist_table.modern_grid li {
  width: 90% !important;
}
.wishlist_table.modern_grid li .item-wrapper {
  height: auto !important;
}
.wishlist_table.modern_grid li .item-wrapper .product-thumbnail a img {
  height: 200px;
  object-fit: cover;
}

.wishlist_table.modern_grid div.product-remove {
  flex-direction: row-reverse;
  display: flex;
  margin-bottom: 40px;
}
.wishlist_table.modern_grid div.product-remove i.fa.fa-trash {
  color: #000;
  font-size: 16px;
}

.woocommerce-wishlist .wishlist_table.modern_grid li .product-thumbnail {
  width: 100%;
}

.woocommerce-wishlist .wishlist_table.modern_grid li .item-details {
  width: 100%;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wishlist_table.modern_grid li .item-details .item-details-wrapper h3.product-name {
  font-size: 13px;
  font-weight: 700;
}
.wishlist_table.modern_grid li .item-details .item-details-wrapper .iva-incl {
  display: none;
}
.wishlist_table.modern_grid li .item-details .item-details-wrapper span.woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 16px;
}
.wishlist_table.modern_grid li .item-details .item-details-wrapper .add_to_cart_button {
  background: #000;
  border-radius: 17px;
  color: #fff;
  border: 1px solid;
  padding: 5px 25px;
}

.performize-wishlist-outofstock {
  width: 100%;
  height: auto;
}
.performize-wishlist-outofstock #yith-wcwtl-output {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
.performize-wishlist-outofstock #yith-wcwtl-output a.button.alt {
  border: 1px solid;
  border-radius: 30px;
  text-align: center;
}

.woocommerce-wishlist .wishlist_table.modern_grid li .item-details:before {
  border: none !important;
}

.woocommerce .back-to-all-wishlists {
  display: none;
}

.filter-ajax-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .filter-ajax-container {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
    padding: 0 15px;
  }
}
.filter-ajax-container .filter-items-container {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  margin-left: 15px;
  margin-right: 20px;
}
.filter-ajax-container .filter-items-container .filter-item {
  margin-right: 10px;
  padding: 7px 25px;
  background: #fff;
  border-radius: 17px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid;
}
.filter-ajax-container .filter-items-container a {
  color: #000;
  text-decoration: none;
}
.filter-ajax-container .filter-items-container a .filter-item {
  margin-right: 10px;
  padding: 7px 25px;
  background: #fff;
  border-radius: 17px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid;
}
.filter-ajax-container .filter-items-container::-webkit-scrollbar {
  display: none;
}

.link-to-all-wishlist button {
  background: #E0E0E0;
  border: none;
  border-radius: 16px;
  color: black;
  font-weight: 700;
  padding: 7px 12px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .link-to-all-wishlist button {
    padding: 7px 25px !important;
  }
}

.yith_wcwl_footer_additional_action input[type=submit] {
  border: 1px solid #B71488;
  color: #B71488;
  border-radius: 17px;
  background: #fff;
  padding: 8px 35px;
  font-weight: 700;
}

.yith_wcwl_wishlist_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yith_wcwl_wishlist_footer button.perf-wishlist-share-button {
  padding: 7px 35px;
  border-radius: 17px;
  background: #fff;
  margin: 0 20px;
  font-weight: 900;
  font-size: 14px;
  font-family: var(--font-simple);
  min-width: 250px;
}
.yith_wcwl_wishlist_footer > div {
  margin-bottom: 0 !important;
}

.perf-manage-share-and-edit-wishlist a {
  color: #000000;
}

.woocommerce-wishlist h1.alignwide.wp-block-post-title {
  margin-bottom: 0 !important;
  text-align: center;
  border: none;
}

.woocommerce-wishlist hr.wp-block-separator {
  display: none;
}

.yith-wcwl-popup-content p.form-row.form-row-wide {
  text-align: center;
}

.yith-wcwl-popup-footer {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yith-wcwl-popup-footer a.add_to_wishlist {
  background: #000;
  border-radius: 17px;
  color: #fff;
  border: 1px solid;
  padding: 5px 40px;
  width: 60%;
}

table.item-details-table {
  width: 100%;
}
table.item-details-table tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}
table.item-details-table td.value.perf-wishlist-price {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
table.item-details-table td.value.perf-wishlist-price ins, table.item-details-table td.value.perf-wishlist-price del {
  text-decoration: none;
}
table.item-details-table td.value.perf-wishlist-price del {
  color: #B3B3B3;
  text-decoration: line-through;
  text-align: center;
  font-size: medium;
}

.woocommerce-account .wishlist_table.modern_grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
}
.woocommerce-account .wishlist_table.modern_grid li .product-thumbnail {
  width: 100%;
}
.woocommerce-account .wishlist_table.modern_grid.wishlist_view li .item-details {
  width: 100%;
}
.woocommerce-account .wishlist_table.modern_grid div.product-remove {
  margin-bottom: 0;
}
.woocommerce-account .wishlist_table.modern_grid.wishlist_view li .item-details:before {
  border: none;
}
.woocommerce-account .wishlist_table .product-add-to-cart a {
  border-color: #000;
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 5px 25px;
}

.perf-modal-wishlist-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .wishlist_table.mobile li .item-wrapper {
    width: 100% !important;
    height: auto !important;
    padding: 0 20px;
  }
  .additional-info-wrapper {
    padding: 0 20px;
  }
  .wishlist_table.mobile li {
    box-shadow: 0px 2px 6px rgba(102, 102, 102, 0.21);
    margin: 30px 10px;
    height: auto;
    border-radius: 17px;
    width: 80%;
  }
  .yith-wcwl-form .item-wrapper {
    box-shadow: none;
    text-align: center;
    align-items: center;
    margin: 0;
  }
  div.product-remove a {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 20px;
  }
  div.product-remove a i.fa.fa-trash {
    padding-top: 20px;
    font-size: 20px;
  }
  div.item-details {
    width: 100% !important;
  }
  div.item-details .product-name a {
    font-size: 12px;
  }
  div.item-details table.item-details-table {
    display: flex;
    margin-bottom: -10px;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  td.label {
    display: none;
  }
  span.iva-incl {
    display: none;
  }
  span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: bold;
    font-family: var(--font-simple);
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 150px;
  }
  .add-to-cart-container {
    padding-bottom: 20px;
  }
  .wishlist_table .product-add-to-cart a {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 80%;
  }
  .wishlist_table.mobile li table.additional-info {
    display: flex;
    justify-content: center;
  }
  input[type=submit] {
    border: 1px solid #000000;
    color: #ffffff;
    border-radius: 17px;
    background: #000000;
    padding: 8px 35px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .yith_wcwl_wishlist_footer {
    flex-direction: column;
  }
}
.yith-wcwl-popup-content select {
  width: 60%;
  border-radius: 20px;
  background: #EEE;
  border: none;
}

.modal-content {
  border-radius: 15px !important;
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content .yith-wcwl-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
}
.modal-content .yith-wcwl-share li a > img {
  max-width: 2em;
}
.modal-content .yith-wcwl-after-share-section {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 80%;
}
.modal-content .yith-wcwl-after-share-section input#yith_wcwl_share_url {
  font-weight: 900;
}
.modal-content .yith-wcwl-after-share-section small {
  margin-top: 10px;
  text-align: center;
}

/*# sourceMappingURL=performize_wishlist-public.css.map */
