@charset "UTF-8";
/*
Theme Name: Nord Piumini

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive.table thead td, table.shop_table_responsive.table thead th {
  color: #444;
  vertical-align: middle;
  font-weight: 400;
  border-bottom-width: 1px;
  border-color: #eaeaea;
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive.woocommerce-cart-form__contents {
  /*padding: 5rem 3rem 0 0!important;*/
}
table.shop_table_responsive tbody th {
  display: none;
  color: #444 !important;
}
table.shop_table_responsive tr {
  color: #444;
}
table.shop_table_responsive tr td {
  display: table-cell;
  text-align: left;
  clear: both;
  color: #444 !important;
  border-color: #eaeaea;
}
table.shop_table_responsive tr td.product-name {
  /* display: block; */
  font-size: 14px;
  color: #000;
}
table.shop_table_responsive tr td.product-name a {
  color: #000;
}
@media (max-width: 769px) {
  table.shop_table_responsive tr td:not(.product-name):not(.product-quantity) {
    display: table-cell;
    justify-content: space-between;
    height: auto !important;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
table.shop_table_responsive tr td .input-text.qty.text {
  width: 50px;
  text-align: center;
}
table.shop_table_responsive tr td::before {
  float: left;
  font-weight: 600;
  padding-right: 10px;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
  font-size: 1.2rem;
  text-align: center;
  color: red;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 80em) {
  table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) thead {
    display: table-header-group;
  }
  table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) tbody th {
    display: table-cell;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) tr th,
  table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) tr td {
    text-align: left !important;
  }
  table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) tr td {
    display: table-cell;
    border: 0;
    padding-top: 1rem;
  }
  table.shop_table_responsive:not(.woocommerce-checkout-review-order-table) tr td::before {
    display: none;
  }
}
table th {
  color: #444;
}

.table tfoot td, .table tfoot th, .table thead td, .table thead th {
  color: #444;
  border-width: 1px;
  border-color: #eaeaea;
}

/**
 * Products
 */
.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #00A678; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 600ms linear infinite;
  margin: 50px auto; /* Centra il loader */
}

/* Stile di base per il tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

p.delivery-status {
  position: absolute;
  top: 0;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px; /* Larghezza regolabile */
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 0px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Posiziona il tooltip sotto l'icona */
  left: 50%;
  margin-left: -60px; /* Centra il tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.swatch.is-color {
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.archive.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  min-height: 600px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.products .np_wishlist.is-absolute {
  top: 0;
  right: 0;
}
.products .yith-wcwl-add-button {
  position: absolute;
  z-index: 7;
  right: 22px;
  top: 22px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.products .product .yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  display: none;
}
.products .yith-wcwl-wishlistexistsbrowse {
  position: absolute;
  z-index: 999;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #00A678;
  left: 0;
  right: 0;
  top: 40px;
  display: none;
}
.products .yith-wcwl-wishlistexistsbrowse a {
  display: block;
}
.products a.add_to_wishlist.single_add_to_wishlist.button.alt {
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border: 0;
}
.products a.add_to_wishlist.single_add_to_wishlist.button.alt i {
  margin: 0;
  font-size: 12px;
  padding-top: 2px;
}
.products a.add_to_wishlist.single_add_to_wishlist.button.alt:hover {
  color: #00A678;
}
.products .product {
  margin-bottom: 1.5rem; /* Aggiungi spazio tra le righe se necessario */
}
.products .product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
.products .product .yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.products .product .icone-prodotto {
  display: flex;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  margin-top: -40px;
  margin-left: 10px;
}
.products .product .icone-prodotto img {
  max-width: 30px;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products .product h2.woocommerce-loop-product__title {
  color: #363636;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  min-height: 90px;
}
.products .product .price {
  color: #363636;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: end;
  align-items: flex-end;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products .product .price del {
  color: #878787;
  position: relative;
  bottom: 11px;
}
.products .product .price del span bdi {
  font-size: 12px;
}
.products .product .price del span .woocommerce-Price-currencySymbol {
  font-size: 12px;
  position: relative;
  top: 0;
}
.products .product .price small {
  position: relative;
  bottom: 11px;
  margin-right: 10px;
}
.products .product .price .woocommerce-Price-amount.amount {
  font-size: 35px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.products .product .price .woocommerce-Price-currencySymbol {
  font-size: 15px;
  position: relative;
  bottom: 10px;
}
.products .product .price bdi {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-content: center;
  align-items: flex-end;
  background-color: #fff;
  font-weight: 700;
}
.products .product img {
  display: block;
  max-height: 310px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .products .product img {
    max-height: inherit;
  }
}
.products .product .button {
  display: none;
}
.products .percentuale-di-sconto {
  background-color: #444444;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 5px 10px;
  position: absolute;
  bottom: 10px;
}
.products .product-custom-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products .product-custom-details .product-left-column,
.products .product-custom-details .product-right-column {
  flex: 1;
}
.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover h2 {
  color: #00A678;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .price {
  color: #00A678;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover bdi {
  color: #00A678;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover img {
  opacity: 0.9;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products .woocommerce li.product img {
  width: 100%;
  height: auto;
}

.summary.entry-summary {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
.summary.entry-summary .icone-prodotto {
  display: flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.summary.entry-summary .icone-prodotto img {
  max-width: 30px;
  margin-right: 3px;
  margin-left: 3px;
}
.summary.entry-summary h1.product_title.entry-title {
  color: #363636;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  padding-top: 0px;
  min-height: 110px;
}
.summary.entry-summary .price {
  color: #363636;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-end;
}
.summary.entry-summary .price del {
  color: #878787;
  position: relative;
  bottom: 11px;
}
.summary.entry-summary .price del span bdi {
  font-size: 12px;
}
.summary.entry-summary .price del span .woocommerce-Price-currencySymbol {
  font-size: 12px;
  position: relative;
  top: 0;
}
.summary.entry-summary .price small {
  position: relative;
  bottom: 11px;
  margin-right: 10px;
}
.summary.entry-summary .price .woocommerce-Price-amount.amount {
  font-size: 40px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.summary.entry-summary .price .woocommerce-Price-currencySymbol {
  font-size: 15px;
  position: relative;
  bottom: 10px;
}
.summary.entry-summary .price bdi {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-content: center;
  align-items: flex-end;
  background-color: #fff;
  font-weight: 500;
}
.summary.entry-summary iframe {
  width: 100%;
}
.summary.entry-summary .woocommerce-product-details__short-description {
  border-top: 2px solid #ccd2e3;
  padding-top: 20px;
  padding-bottom: 1rem;
}
.summary.entry-summary img {
  display: block;
  max-height: 310px;
  width: 100%;
  object-fit: cover;
}
.summary.entry-summary .button {
  display: block;
  background-color: #444444;
  color: #fff;
  padding: 20px 30px;
  border-radius: 0;
  margin-bottom: 30px;
  width: 70%;
  float: left;
  margin-left: 2px;
  max-width: 370px;
}
@media (max-width: 1220px) {
  .summary.entry-summary .button {
    width: 68%;
    max-width: 265px;
  }
}
@media (max-width: 480px) {
  .summary.entry-summary .button {
    max-width: 270px;
  }
}
.summary.entry-summary .button:hover {
  background-color: #00A678;
  border-color: #00A678;
}
.summary.entry-summary .quantity {
  width: 14%;
  float: left;
  height: 46px;
  margin-right: 1%;
  text-align: center;
}
.summary.entry-summary .quantity input {
  font-size: 14px;
  min-height: 58px;
  margin-right: 8px;
  display: block;
  border-color: #444 !important;
  padding-left: 20px;
  padding-right: 0px;
  border-radius: 0;
  max-width: 55px;
  min-width: 55px;
}

.percentuale-di-sconto {
  background-color: #444444;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 5px 10px;
  position: absolute;
  bottom: 15px;
}

.product-custom-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-custom-details .product-left-column,
.product-custom-details .product-right-column {
  flex: 1;
}

.woocommerce li.product img {
  width: 100%;
  height: auto;
}

nav.woocommerce-pagination {
  clear: both;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 20px;
  margin: 0;
}
nav.woocommerce-pagination ul.page-numbers a {
  color: #363636;
  border: 2px solid #363636;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
nav.woocommerce-pagination ul.page-numbers a:hover {
  color: #00A678;
  border: 2px solid #00A678;
}
nav.woocommerce-pagination span.page-numbers.current {
  color: #00A678;
  border: 2px solid #00A678;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}

h1.woocommerce-products-header__title {
  font-size: 48px !important;
  font-weight: 800 !important;
}
@media screen and (max-width: 1024px) {
  h1.woocommerce-products-header__title {
    font-size: 31px !important;
  }
}

table.variations {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  #filtri-prodotti {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  #filtri-prodotti .columns.is-multiline.is-scrollable-touch {
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0;
    background-color: #fafafa;
    padding: 1rem 0;
  }
}
#filtri-prodotti .column.pa_serie {
  display: none;
}
@media screen and (max-width: 1024px) {
  #filtri-prodotti .select {
    min-width: 240px;
    padding-left: 10px;
  }
}
#filtri-prodotti .select select {
  -webkit-appearance: none; /* Rimuove lo stile predefinito della select per WebKit/Blink */
  -moz-appearance: none; /* Rimuove lo stile predefinito della select per Firefox */
  appearance: none; /* Rimuove lo stile predefinito della select */
  border: 0;
  border-radius: 0;
  font-weight: 700;
  padding: 0;
  font-size: 15px;
}
#filtri-prodotti .select.is-active select, #filtri-prodotti .select.is-loading select {
  color: #00A678 !important;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border: 0.12em solid hsl(221, 14%, 9%);
  border-right: 0;
  border-top: 0;
  height: 0.4em;
  width: 0.4em;
  top: 54%;
}

#filtri-prodotti .icon.is-right {
  right: 10px; /* Distanza dell'icona dalla destra */
  z-index: 1; /* Assicura che l'icona sia sopra la select */
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
/**
 * Single product
 */
@media (min-width: 1400px) {
  .single-product .woocommerce-product-gallery .columns.is-multiline .swiper-slide.woocommerce-product-gallery__image:not(:first-child) {
    overflow: hidden;
    display: block;
    max-height: 231px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .single-product .woocommerce-product-gallery .columns.is-multiline .swiper-slide.woocommerce-product-gallery__image:not(:first-child) {
    overflow: hidden;
    display: block;
    max-height: 160px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .single-product .woocommerce-product-gallery .columns.is-multiline {
    flex-wrap: nowrap;
  }
}
.single-product p:not(.card-header-title) {
  margin-bottom: 1em !important;
}
.single-product .woocommerce-product-gallery__wrapper img {
  width: 100%;
}
.single-product .swatch__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .single-product .swatch__list {
    justify-content: space-between;
  }
}
.single-product .swatch__list--item {
  position: relative;
  margin: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .single-product .swatch__list--item.is-selected .swatch__tooltip {
    display: block !important;
    opacity: 1;
    visibility: visible;
    top: -25px;
    font-size: 11px;
  }
}
.single-product .swatch__list--item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.single-product .swatch__tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
}
.single-product .swatch__list--item:hover .swatch__tooltip {
  display: block;
}
.single-product span.onsale {
  background-color: #1a1a1a;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.single-product .product-attributes {
  border-top: 1px solid #ccd2e3;
  border-bottom: 1px solid #ccd2e3;
}
.single-product .custom-banner {
  background-color: #99aab5;
  color: #fff;
  text-align: center;
  padding: 5% 3%;
  font-size: 1rem;
  line-height: 150%;
}
.single-product .custom-banner h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.single-product .custom-question-banner {
  text-align: center;
  color: #fff;
  background-color: #00A678;
  text-align: center;
  padding: 5% 3%;
  font-size: 1rem;
  line-height: 150%;
}
.single-product .custom-question-banner h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.single-product .custom-question-banner .button {
  display: inline-block;
  background-color: transparent;
  border-color: #fff;
  max-width: 180px;
  margin-bottom: 10px;
  padding: 10px 30px;
  border-radius: 0;
  color: #fff;
}
.single-product .custom-question-banner .button:hover {
  background-color: #444;
}
.single-product ul.product-services-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  clear: both;
}
.single-product ul.product-services-list li {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}
.single-product ul.product-services-list li img {
  max-width: 16px;
  margin-right: 5px;
}
.single-product div.product {
  position: relative;
}
.single-product div.product form.cart .variations label {
  display: none;
}
.single-product div.product form.cart {
  margin-top: 20px;
}
.single-product div.product form.cart .np_wishlist {
  display: block;
  float: right;
  max-height: 40px;
  overflow: inherit;
  position: relative;
  top: -10px;
  max-width: 14%;
  margin-left: 2px;
}
.single-product div.product form.cart .np_wishlist a.add_to_wishlist.button.alt {
  border-radius: 16px;
  border-radius: 0;
  text-align: center;
  margin-left: 3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-color: #444;
  color: #444;
  padding: 16px 22px !important;
  min-width: 55px;
}
@media (max-width: 1024px) {
  .single-product div.product form.cart .np_wishlist a.add_to_wishlist.button.alt {
    padding: 16px 17px !important;
    min-width: 55px;
  }
}
.single-product div.product form.cart .np_wishlist a.add_to_wishlist.button.alt i {
  margin: 0;
}
.single-product div.product form.cart .np_wishlist a.add_to_wishlist.button.alt .yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  clear: both;
  width: 100%;
  font-size: 13px;
  text-align: center !important;
  line-height: 15px;
}
@media (max-width: 1024px) {
  .single-product div.product form.cart .np_wishlist {
    float: left;
  }
}
.single-product div.product form.cart a.reset_variations {
  right: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.single-product div.product form.cart .select {
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.single-product div.product form.cart .select::after {
  height: 0.6em;
  width: 0.6em;
  top: 65%;
}
.single-product div.product form.cart select {
  -webkit-appearance: none; /* For Safari and Chrome */
  -moz-appearance: none; /* For Firefox */
  appearance: none;
}
.single-product div.product form.cart select {
  width: 100%;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 50px;
  color: #000;
  padding: 5px;
  border-radius: 0;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery figure.image.is-square img {
  object-fit: cover;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

div#tab-custom_tab {
  margin-top: 0;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
  margin: 0;
}
.stock.in-stock:last-child {
  margin-bottom: 1.5rem;
}
.stock.out-of-stock {
  color: #e2401c;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-noreviews,
.woocommerce-notices-wrapper p.no-comments {
  background-color: #00A678;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-info a.button,
.woocommerce-notices-wrapper .woocommerce-error a.button,
.woocommerce-notices-wrapper .woocommerce-noreviews a.button,
.woocommerce-notices-wrapper p.no-comments a.button {
  border-radius: 0;
  color: #fff !important;
  display: block;
  clear: both;
  margin: 20px auto;
  position: relative;
  max-width: 170px;
  background-color: #444;
}
.woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.woocommerce-notices-wrapper .woocommerce-info a.button:hover,
.woocommerce-notices-wrapper .woocommerce-error a.button:hover,
.woocommerce-notices-wrapper .woocommerce-noreviews a.button:hover,
.woocommerce-notices-wrapper p.no-comments a.button:hover {
  background-color: #00A678;
}

.woocommerce-tabs.wc-tabs-wrapper.column.is-7-desktop {
  margin-top: 30px;
}

.woocommerce-Tabs-panel--custom_tab {
  display: block !important;
  box-shadow: none !important;
  --bulma-card-shadow:none!important;
  --bulma-card-header-shadow:none!important;
}
.woocommerce-Tabs-panel--custom_tab .card {
  color: #000;
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 0;
  box-shadow: none !important;
  --bulma-card-shadow:none!important;
  --bulma-card-header-shadow:none!important;
}
.woocommerce-Tabs-panel--custom_tab .card .card-header {
  background-color: #fff;
  align-items: center;
  box-shadow: none;
  display: flex;
  align-content: center;
  color: #000;
}
.woocommerce-Tabs-panel--custom_tab .card .card-header:hover {
  cursor: pointer;
}
.woocommerce-Tabs-panel--custom_tab .card .card-header .card-header-title {
  color: #000;
  margin: 0;
}
.woocommerce-Tabs-panel--custom_tab .card .card-header .card-header-icon {
  background-image: url(images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 13px;
  transition: transform 0.3s ease, background-image 0.3s ease;
  /* Aggiungi una transizione per la trasformazione e il cambio di immagine */
}
.woocommerce-Tabs-panel--custom_tab .card .card-header .card-header-icon.is-rotated {
  transform: rotate(360deg); /* Ruota l'icona di 90 gradi */
  background-image: url("images/icons/arrow-rightgreen.svg"); /* Cambia l'immagine di sfondo con la versione verde */
}
.woocommerce-Tabs-panel--custom_tab .card table th {
  color: #000;
}
.woocommerce-Tabs-panel--custom_tab .card .card-content {
  padding: 0.75rem 1rem;
  display: none;
  transition: transform 0.3s ease, background-image 0.3s ease;
}
.woocommerce-Tabs-panel--custom_tab .card .card-content.is-active {
  display: block;
  text-align: left;
  border-bottom: 1px solid #00A678;
  transition: transform 0.3s ease, background-image 0.3s ease;
  border-radius: 0;
}

.is-collapsible .card-header-title {
  color: black; /* Testo nero */
}

.is-collapsible .card-header-icon img {
  transition: transform 0.3s ease;
}

.is-collapsible .card-content {
  display: none; /* Nasconde il contenuto per default, gestito da JS */
}

.is-active .card-header-icon img {
  transform: rotate(90deg); /* Ruota la freccia quando è attivo */
}

.term-description h2 {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 0px;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
.select2-container--default .select2-selection--single {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.woocommerce-cart tr.woocommerce-shipping-totals.shipping {
  display: none;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.woocommerce-result-count {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.44);
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #00A678 !important;
  clear: both;
  padding: 1rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #444;
}

.woocommerce-checkout ul#shipping_method, .woocommerce-cart ul#shipping_method {
  list-style-type: none;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout ul#shipping_method li, .woocommerce-cart ul#shipping_method li {
  padding-bottom: 10px;
}
.woocommerce-checkout ul#shipping_method li input, .woocommerce-cart ul#shipping_method li input {
  margin-right: 5px;
}
.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login, .woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon, .woocommerce-cart form.woocommerce-form.woocommerce-form-login.login, .woocommerce-cart form.checkout_coupon.woocommerce-form-coupon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  padding: 3rem;
}
.woocommerce-checkout p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide, .woocommerce-cart p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: flex;
  flex-direction: column;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin: 0;
  line-height: 2.5rem;
}
.woocommerce-account .min-50-vh {
  min-height: 100vh;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation {
  padding: 2rem;
}
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login, .woocommerce-account form.checkout_coupon.woocommerce-form-coupon {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0;
  flex-direction: column;
}
.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide, .woocommerce-account p.form-row {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 500px;
}
.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide button, .woocommerce-account p.form-row button {
  margin-top: 10px;
  border-radius: 0;
  background-color: #444;
}
.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide button:hover, .woocommerce-account p.form-row button:hover {
  background-color: #00A678;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
section.related.products {
  background-color: #fbf8f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.related.products bdi,
section.related.products mark,
section.related.products ins {
  background-color: transparent !important;
}

.woocommerce-cart .button.is-link[disabled],
.woocommerce-cart fieldset[disabled] .button.is-link {
  background-color: #444;
  width: 100%;
}
.woocommerce-cart button.button {
  width: 100%;
  line-height: 1.5rem;
  max-width: 250px;
  white-space: break-spaces;
  word-break: break-word;
}
.woocommerce-cart .coupon label {
  font-size: 13px;
  line-height: 1rem;
  padding-right: 20px;
}
.woocommerce-cart .cart_totals {
  background-color: #f5f5f5;
  color: #000;
  position: sticky;
  font-size: 14px;
}
.woocommerce-cart .cart_totals table.shop_table {
  background-color: #f5f5f5;
}
.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce-cart .cart_totals table.shop_table tr,
.woocommerce-cart .cart_totals table.shop_table th {
  border-color: #DEDEDD !important;
}
.woocommerce-cart .cart_totals table.shop_table td bdi,
.woocommerce-cart .cart_totals table.shop_table tr bdi,
.woocommerce-cart .cart_totals table.shop_table th bdi {
  font-weight: 800;
  font-size: 14px;
}
.woocommerce-cart .cart_totals table.shop_table ul#shipping_method {
  list-style-type: none;
  margin: 0;
  line-height: 3rem;
}
.woocommerce-cart .cart_totals table.shop_table ul#shipping_method li {
  line-height: 1.2rem;
  margin-bottom: 10px;
  font-size: 14px;
}
.woocommerce-cart .cart_totals table.shop_table ul#shipping_method li input {
  margin-right: 5px;
}
.woocommerce-cart .cart_totals h2.title.has-text-bold.py-3.has-text-black {
  color: #444;
}
.woocommerce-cart .cart_totals a.checkout-button {
  background-color: #444;
  text-transform: uppercase;
  width: 100%;
  color: #fff !important;
}
.woocommerce-cart .cart_totals a.checkout-button:hover {
  background-color: #00A678;
  border-color: #00A678;
}

.woocommerce-checkout p.form-row.form-row-wide.mailchimp-newsletter {
  display: flex;
  max-width: 82%;
  margin: 10px auto;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #f5f5f5;
  color: #000;
  padding: 4rem 4rem 4rem 4rem;
  position: sticky;
  font-size: 14px;
  max-width: 500px;
}
.woocommerce-checkout .woocommerce-checkout-review-order a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-checkout-review-order p {
  font-size: 12px;
  line-height: 1.1rem;
  margin-top: 1rem;
  color: #666;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th {
  font-size: 14px;
  line-height: 1.2rem;
  border-color: #ccc;
  padding: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom-width: 1px !important;
  border-top-width: 1px;
  color: #000;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td bdi,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr bdi,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th bdi {
  font-weight: 800;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td td,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr td,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th td {
  padding: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr th,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th th {
  padding: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table a {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods {
  list-style-type: none;
  margin: 0;
  line-height: 3rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods a {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li {
  line-height: 1.2rem;
  margin-bottom: 0px;
  margin-top: 5px;
  border-bottom: 1px solid rgb(222, 222, 222);
  padding-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li label {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li p {
  font-size: 12px;
  line-height: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  color: #666;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li p a {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li input {
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce-checkout-review-order button#place_order {
  background-color: #444;
  text-transform: uppercase;
  width: 100%;
  min-height: 50px;
}
.woocommerce-checkout .woocommerce-checkout-review-order button#place_order:hover {
  background-color: #00A678 !important;
  border-color: #fff;
}
.woocommerce-checkout tr.order-total th, .woocommerce-checkout tr.order-total td {
  font-size: 2rem !important;
  margin-top: 20px !important;
  padding-top: 30px;
  padding-left: 10px;
}
.woocommerce-checkout .easy-fatturazione-elettronica-checkout-fields {
  max-width: 82%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .woocommerce-checkout .easy-fatturazione-elettronica-checkout-fields {
    max-width: 100%;
  }
}
.woocommerce-checkout .easy-fatturazione-elettronica-checkout-fields label abbr.required:last-child {
  display: none;
}
.woocommerce-checkout .easy-fatturazione-elettronica-checkout-fields select {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  min-height: 50px;
}

ul.woocommerce-error {
  margin: 0;
  list-style-type: none;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  color: #666;
  border: 1px solid #dedede !important;
  border-radius: 3px;
  padding: 3px;
  box-shadow: none !important;
  font-size: 1.2rem;
}

p.return-to-shop {
  text-align: center;
  padding: 3rem;
}
p.return-to-shop a {
  border: 0;
  border-radius: 0;
  color: #fff;
}
p.return-to-shop a:hover {
  background-color: #00A678;
}

#search-bar {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  background-color: #f1f1f1;
  width: 100%;
  display: none;
}
#search-bar input {
  height: 100%;
  border: 0 !important;
  height: 100%;
  margin: 0;
  min-height: 60px;
  outline: none;
  padding-left: 15px;
  border-radius: 0;
}
#search-bar.active {
  max-height: 150px;
  opacity: 1;
  display: block;
  background-color: white;
  border-bottom: 2px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  left: 0;
  margin-top: 74px;
  right: 0;
}
@media (max-width: 1399px) {
  #search-bar.active {
    margin-top: 7px;
  }
}
#search-bar form {
  width: 100%;
  display: flex;
}
#search-bar form input[type=submit] {
  line-height: 2.3rem;
}
@media (max-width: 1024px) {
  #search-bar form {
    width: 98%;
  }
}

a#search-toggle.active:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #00A678;
  margin-top: 65px;
  transition-duration: var(--bulma-duration);
  transition-property: background-color, border-color, color;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.has-text-white.py-3.has-text-centered {
  background-color: #00A678;
  font-weight: 600;
  font-size: 2rem;
  padding: 2rem;
  line-height: 2rem;
}

.woocommerce-order ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.woocommerce-order .table thead td, .woocommerce-order .table thead th, .woocommerce-order .table p, .woocommerce-order span.woocommerce-Price-amount.amount bdi, .woocommerce-order .table tfoot td, .woocommerce-order .table tfoot th {
  border-width: 1px;
  color: #444;
  border-color: #eaeaea;
}
.woocommerce-order .table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #eee;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

div#filtri-selezionati {
  margin-top: -20px;
}
div#filtri-selezionati .tag {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
div#filtri-selezionati .tag button:hover:after {
  color: #00A678;
}
div#filtri-selezionati .tag button:hover:before {
  color: #00A678;
}

/*# sourceMappingURL=woocommerce.css.map */
