.padding-top.padding-small {
  padding-top: 40px !important;
}
.padding-top.padding-medium {
  padding-top: 80px !important;
}
.padding-top.padding-large {
  padding-top: 160px !important;
}

.margin-top.margin-small {
  margin-top: 40px !important;
}
.margin-top.margin-medium {
  margin-top: 80px !important;
}
.margin-top.margin-large {
  margin-top: 160px !important;
}
.margin-top.margin-extra {
  margin-top: 320px !important;
}

.margin-bottom.margin-small {
  margin-top: 40px !important;
}
.margin-bottom.margin-medium {
  margin-bottom: 80px !important;
}
.margin-bottom.margin-large {
  margin-bottom: 160px !important;
}
.margin-bottom.margin-extra {
  margin-bottom: 320px !important;
}

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-align-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-narrow {
  padding-left: 10%;
  padding-right: 10%;
}

.inline-block {
  display: inline-block;
}

.product_meta span {
  font-size: 18px !important;
  color: #000;
}

.single-product .price bdi {
  font-size: 28px;
  color: #000;
}

form.cart .single_add_to_cart_button {
  color: #fff !important;
}

.ct-woo-card-actions .price {
  font-size: 28px !important;
}

.sale-price ins bdi {
  color: #f00 !important;
}

.alert-wrapper {
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 30%;
  z-index: 999;
  opacity: 1;
}

.alert-success {
  background: #3eaf7c;
  padding: 20px;
  color: white;
}

th,
td {
  padding: 10px 5px !important;
}

th {
  font-size: 20px !important;
}

td {
  font-size: 15px !important;
}

p.client-filter {
  font-size: 20px !important;
}
p.client-filter #table-filter {
  padding: 10px;
  border: 1px solid #e2e7ed;
}

.product img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 220px;
  min-height: 220px;
}
.product img.large {
  -o-object-fit: contain;
     object-fit: contain;
  width: 600px;
  max-height: 600px;
  min-height: 600px;
}
.product img.barcode {
  max-height: 200px;
  min-height: 200px;
  width: auto;
  margin: 15px 0;
}

.wc-block-grid__products img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 220px;
  min-height: 220px;
}

/* Archivio prodotti */
.archive .products .product {
  padding: 20px 0;
}
.archive .products .product .woocommerce-loop-product__link {
  border-top: 1px solid #3eaf7c;
  border-bottom: 1px solid #3eaf7c;
}
.archive .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  min-height: 55px;
}
.archive .products .product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 45px;
}
.archive .products .product form.cart .quantity {
  height: 45px;
}
.archive .products .product form.cart .quantity .qty {
  font-size: 22px;
}
.archive:not(.logged-in) .products .product .ct-woo-card-actions,
.archive:not(.logged-in) .products .product form.cart {
  display: none;
}

/* Single Product */
.single-product:not(.logged-in) .barcode {
  display: none;
}
.single-product .entry-summary .single_add_to_cart_button {
  font-size: 25px;
}
.single-product .related .product {
  padding: 20px 0;
}
.single-product .related .product .woocommerce-loop-product__link {
  border-top: 1px solid #3eaf7c;
  border-bottom: 1px solid #3eaf7c;
}
.single-product .related .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  min-height: 55px;
}
.single-product .related .product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 45px;
}
.single-product .related .product form.cart .quantity {
  height: 45px;
}
.single-product .related .product form.cart .quantity .qty {
  font-size: 22px;
}

.cart img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
  min-height: 100px;
  width: 100px;
}

/*form.woocommerce-checkout {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 35px;
}*/
@media screen and (min-width: 1000px) {
  form.woocommerce-checkout {
    grid-template-columns: 1fr !important;
    grid-column-gap: 35px;
  }
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-column-gap: 35px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 999.98px) {
  .product-mobile-actions a.remove {
    display: none !important;
  }

  .product-subtotal,
.product-remove {
    display: table-cell !important;
  }

  .woocommerce-Price-amount .product-mobile-info,
.sale-price .product-mobile-info {
    display: none;
  }
}
.wishlist-table .wishlist-product-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wishlist-table .wishlist-product-thumbnail img {
  max-height: 90px;
}
.wishlist-table .product-mobile-actions {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  margin-top: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wishlist-table .product-mobile-actions .quantity {
  display: block !important;
}
.wishlist-table .product-mobile-actions .single_add_to_cart_button {
  max-width: 150px !important;
}
.wishlist-table .wishlist-product-remove {
  display: table-cell !important;
}
@media screen and (max-width: 450px) {
  .wishlist-table .cart .quantity {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .wishlist-table .cart .single_add_to_cart_button {
    width: 100% !important;
    max-width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */