/* Lista desideri */

.wishlist_table {
    border: none!important;
    border-collapse: collapse;
    border-spacing: 0;
}
  

  table.wishlist_table thead th {
    border: none!important;
    text-align: center;
  }
  
  table.wishlist_table thead tr:first-of-type > th {
    border-bottom: solid 4px #f8f5f0!important;
  }
  
  .woocommerce table.shop_table td {
    border: none!important;
  }
  
  .wishlist_table thead th {
    font-family: 'Gilda Display', serif;
    font-size: 21px;
  }
  
  .wishlist_table .product-price {
    font-size: 19px;
  }
  
  .wishlist_table .wishlist-in-stock {
    font-size: 19px;
  }

  .wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: #cd0303!important;
    font-weight: 700;
  }
  
  .wishlist_table .product-add-to-cart a.button {
    font-family: 'Barlow', sans-serif!important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    background-color: #aa8453!important;
    color: #fff!important;
    border: 0px;
    padding: 10px 10px 10px 50px!important;
    margin: 0px 0px!important;
    cursor: pointer;
    border-radius: 0px;
    box-sizing: border-box;
    max-width: 170px;
  }
  
  .wishlist_table .product-add-to-cart a.button:hover {
    background-color: #222!important;
  }
  
  .wishlist-title a.show-title-form {
    visibility: visible!important;
  }

  .wishlist_table  td {
    font-family: 'Gilda Display', serif;
    font-size: 21px;
    text-align: center!important;
    margin: 12px 0!important;
    font-weight: 700;
    }

  .wishlist_table  td > a {
    font-size: 15px;
    text-align: center;
    margin: 12px 0;
    font-family: 'Gilda Display', serif;
    color: #222;
    font-weight: 400;
    white-space: nowrap;
    transition: all 0.5s ease 0s;
  }

  .wishlist_table  td > a:hover {
    color: #aa8453!important;
    font-weight: 700!important;
  }

  .wishlist_table .product-name {
    width: 30%!important;
    text-align: left;
  }

  .wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #01a701!important;
    font-weight: 700;

  }

  .wishlist_table .product-thumbnail a:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09,1.09);
    transform: scale(1.09,1.09);
    -webkit-filter: brightness(55%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }

  .wishlist_table .product-add-to-cart span.dateadded {
    font-size: 12px;
  }

  .product-quantity input[type="number"] {
    text-align: center;
    width: 90px;
    height: 50px;
    border: 0;
    -moz-appearance: none;
    appearance: none;
    background: #f8f5f0;
    border-radius: 30px;
    font-weight: 500;
    color: #747691;
    font-size: 16px;
  }

  .wishlist-items-wrapper .product-price {
    display: grid;
  }

.yith_wcwl_wishlist_update input[type="submit"] {
  font-family: 'Barlow', sans-serif!important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background-color: #aa8453!important;
  color: #fff;
  border: 0px;
  padding: 10px 15px!important;
  margin: 0px 0px!important;
  cursor: pointer;
  border-radius: 0px;
}

.yith_wcwl_wishlist_update input[type="submit"]:hover {
  background-color: #222!important;
}

#bulk_actions {
  border: none;
  border-bottom: solid 4px #f8f5f0;
  border-right: solid 4px #f8f5f0;
  height: 37px;
  font-family: 'Barlow', sans-serif!important;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  margin: 0 7px 0 0;
  -webkit-appearance: none!important;
  appearance: none!important;
  background-color: #fff;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
  display: flex;
  align-items: center;
}

.yith_wcwl_wishlist_bulk_action input[type="submit"] {
  font-family: 'Barlow', sans-serif!important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background-color: #aa8453!important;
  color: #fff;
  border: 0px;
  padding: 10px 15px!important;
  margin: 0px 0px!important;
  cursor: pointer;
  border-radius: 0px;
}

.yith_wcwl_wishlist_bulk_action input[type="submit"]:hover {
  background-color: #222!important;
}

.wishlist-page-links a {
  font-family: 'Barlow', sans-serif!important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background-color: #aa8453!important;
  color: #fff;
  border: 0px;
  padding: 10px 15px!important;
  margin: 0 10px 0 0;
  cursor: pointer;
  border-radius: 0px;
}

.wishlist-page-links a:hover {
  background-color: #222!important;
}

.wishlist-page-links-separator {
  display: none!important;
}

#yith_wcwl_share_url {
  width: 100%;
  border: solid 1px #f8f5f0;
  padding: 10px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
  margin: 0 12px 0 0;
}

.yith-wcwl-after-share-section small {
  padding-left: 4px;
}

.show-title-form {
  background-color: #aa8453!important;
  color: #fff!important;
  font-family: 'Barlow', sans-serif!important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px!important;
  transition: all 0.3s ease 0s;
}

.show-title-form:hover {
  background-color: #222!important;
}

.remove_from_wishlist svg {
  width: 25px;
  height: 25px;
}

.woocommerce a.remove:hover svg > path, .woocommerce a.remove:hover svg > line {
  stroke: #aa8453;
}

.woocommerce a.remove:hover {
  background: transparent!important;
}

.yith-wcwl-share a.facebook,
.yith-wcwl-share a.twitter,
.yith-wcwl-share a.email,
.yith-wcwl-share a.whatsapp
 {
  background-color: transparent;
  background: transparent;
  padding: 0;
  line-height: 2;
}

.yith-wcwl-share a.facebook i {
  color: #39599E;
}

.yith-wcwl-share a.twitter i {
  color: #45AFE2;
}

.yith-wcwl-share a.email i {
  color: #FBB102;
}

.yith-wcwl-share a.whatsapp i {
  color: #00A901;
}

.yith-wcwl-share a.facebook:hover,
.yith-wcwl-share a.twitter:hover,
.yith-wcwl-share a.email:hover,
.yith-wcwl-share a.whatsapp:hover {
  background-color: transparent;
  background: transparent;
}

.yith-wcwl-share a.facebook:hover i,
.yith-wcwl-share a.twitter:hover i,
.yith-wcwl-share a.email:hover i,
.yith-wcwl-share a.whatsapp:hover i {
  color: #666;
}

.wishlist_table .product-add-to-cart .add_to_cart_button::before {
  content: url("data:image/svg+xml,<svg enable-background='new 0 0 50 50' height='25px' id='Layer_1' version='1.1' viewBox='0 0 50 50' width='25px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M8,14L4,49h42l-4-35H8z' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'></path><rect fill='none' height='50' width='50'></rect><path d='M34,19c0-1.241,0-6.759,0-8 c0-4.971-4.029-9-9-9s-9,4.029-9,9c0,1.241,0,6.759,0,8' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'></path><circle cx='34' cy='19' r='2' fill='%23FFFFFF'></circle><circle cx='16' cy='19' r='2' fill='%23FFFFFF'></circle></svg>");
  left: 10px;
  position: absolute;
  top: 10px;
}

.wishlist_table .product-add-to-cart a {
  display: table!important;
  font-family: 'Barlow', sans-serif!important;
  font-size: 13px!important;
  font-weight: 700!important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background-color: #aa8453!important;
  color: #fff!important;
  border: 0px;
  padding: 10px 15px!important;
  margin: 0px 0px!important;
  cursor: pointer;
  border-radius: 0px;
}

.wishlist_table .product-add-to-cart a:hover {
  background-color: #222!important;
  color: #fff!important;
}

@media(max-width:600px) {

  .woocommerce-wishlist p {
    margin: 0 20px;
  }

  .woocommerce .wishlist-title h2 {
    padding: 0;
    margin: 0 0 4px 0;
  }

  .show-title-form {
    min-width: 200px;
  }

  /* Tabella prodotti */

  .wishlist_table .product-name {
    width: 100%!important;
  }

  .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: left;
    margin-left: auto;
    padding-left: 15px;
    box-sizing: border-box;   
  }

  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: left!important;
    font-size: 25px;
    margin: -5px 0 0 20px;
  }

  .wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
    width: 100%!important;
  }

  .item-details-table tr {
    display: block;
  }
  
  .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    width: unset!important;
    padding: 0 4px!important;
  }

  .wishlist_table .wishlist-in-stock {
    font-size: 13px;
  }

  .wishlist_table .product-name {
    text-align: right!important;
  }

  .wishlist_table.mobile li .item-wrapper {
    margin-bottom: 0px!important;
  }

  .wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    line-height: 20px;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .wishlist_table.mobile li {
    margin: 0 0 60px 0;
  }

  .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
    padding: 0px!important;
    vertical-align: initial!important;
    text-align: right!important;
  }

  .product-quantity input[type="number"] {
    width: 53px;
    height: 30px;
    font-size: 13px;
  }

  .wishlist_table .product-add-to-cart a {
    float: right; 
    display: inline-block!important;
    padding: 4px 12px!important;
    margin: 0px 0px!important;
    font-size: 10px;
  }

  .woocommerce-wishlist #yith-wcwl-form {
    margin: 50px 20px 0 20px;
  } 

  .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
    flex-wrap: wrap!important;
    margin: 40px 0 10px 0;
  }

  .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
    margin-left: auto!important;
    min-width: 120px;
  }

  .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
    margin: 0 0 10px 0;
  }

  .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
    margin: 0;
  }

  .yith_wcwl_wishlist_update input[type="submit"] {
    min-width: 120px;
  }

  #yith_wcwl_share_url {
    box-sizing: border-box;
  }

  .wishlist-page-links {
    display: flex;
    flex-wrap: wrap;
  }

  .wishlist-page-links a {
    flex-basis: 100%;
    margin: 10px 20px!important;
  }

}