/* Configurazione responsive breakpoints */
html {
  overflow: visible;
}

.custom-container {
  padding: 20px 25px 0px 25px;
}
@media (min-width: 768px) {
  .custom-container {
    padding: 48px 25px 0px 25px;
  }
}
.custom-container__row {
  width: 100%;
  max-width: 1380px;
  margin: 0px auto;
  padding-left: 0px;
  padding-right: 0px;
}
.custom-container__row--title {
  padding: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  .custom-container__row--title {
    padding: 0px 0px 48px 0px;
  }
}
.custom-container__row--title {
  margin: 0px 0px;
}
@media (min-width: 768px) {
  .custom-container__row--title {
    margin: 0px 63px;
  }
}
.custom-container__row .slider-products .slick-slider {
  margin: 0px -11px;
}
@media (min-width: 768px) {
  .custom-container__row .slider-products .slick-slider {
    margin: 0px 0px;
  }
}
.custom-container__row .slider-products .slick-list {
  margin: 0px 0px;
}
@media (min-width: 768px) {
  .custom-container__row .slider-products .slick-list {
    margin: 0px 38px;
  }
}
.custom-container__row .slider-products .slick-prev {
  left: -20px !important;
}
@media (min-width: 768px) {
  .custom-container__row .slider-products .slick-prev {
    left: 10px !important;
  }
}
.custom-container__row .slider-products .slick-next {
  right: -20px !important;
}
@media (min-width: 768px) {
  .custom-container__row .slider-products .slick-next {
    right: 10px !important;
  }
}
.custom-container__row .btn-other-product {
  margin-top: 22px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .custom-container__row .btn-other-product {
    margin-top: 51px;
    margin-bottom: 63px;
  }
}

.all-products-bottom {
  width: 100%;
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.debugScale {
  position: absolute;
  width: 2px;
  height: 900vh;
  left: calc((100% - 1242px) / 2);
  background: red;
  z-index: 99999;
}

.single-product.woocommerce .review-button {
  padding: 13px 30px;
  background: #69a53d;
  color: white;
  font-weight: 500;
  border-radius: 54px;
}

.page-template-templ-checkout.woocommerce-cart .wc-stripe-express-checkout-element {
  display: none;
}
.page-template-templ-checkout.woocommerce-cart .coupon-container .coupon {
  flex-wrap: wrap;
}
.page-template-templ-checkout.woocommerce-cart .coupon-container .coupon input {
  flex-basis: 63% !important;
}
.page-template-templ-checkout.woocommerce-cart .coupon-container .coupon button.btn-coupon {
  flex-basis: 27% !important;
}
.page-template-templ-checkout.woocommerce-cart .coupon-container .coupon .coupon-error-notice {
  font-size: 12px;
  margin-top: 10px;
  color: red;
}

.page-template-templ-checkout.woocommerce-checkout .header-container__secondrow {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout #page-wrap {
  padding: 0 0px;
}
@media (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout #page-wrap {
    padding: 0 25px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 0px 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-title {
  font-size: 20px;
  font-weight: 600;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  background: transparent;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-transform: math-auto;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    flex-direction: row;
    align-items: center;
  }
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info > a {
  font-size: 16px;
  font-weight: 600;
  color: #31A86F;
  padding: 0px;
  text-align: center;
  background: #4e9d2d;
  border: 1px solid #4e9d2d;
  border-radius: 100px;
  padding: 11px 31px;
  color: white;
  margin-left: 0px;
  margin-top: 20px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info > a {
    margin-left: 30px;
    margin-top: 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info > a:hover {
  filter: brightness(1.2);
  transition: 0.5s;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  border: solid 1px red;
  padding: 6px 15px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul.woocommerce-error {
  padding: 0 15px;
}
.page-template-templ-checkout.woocommerce-checkout .woocommerce-checkout .woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
  list-style: decimal !important;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout {
    flex-direction: row;
    gap: 40px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details {
    padding: 0 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .col-1, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .col-2 {
  float: none;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details input {
  border: solid 1px #8A8A8A;
  color: #8A8A8A;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details select {
  border: solid 1px #8A8A8A;
  color: #8A8A8A;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details input[type=checkbox] {
  border: solid 1px #8A8A8A;
  border-radius: 6px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details input[type=radio] {
  border: solid 1px #8A8A8A;
  border-radius: 6px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .input-counter {
  position: absolute;
  bottom: 6px;
  right: 15px;
  background: #FFFFFF;
  padding: 2px 5px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .input-counter {
    bottom: -8px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .styled-radio:checked + label::after {
  background: #000;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .checkout-inline-error-message {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields .b2b-create-account {
  position: absolute;
  top: 162px;
  font-size: 14px;
  color: green;
  border: solid 1px green;
  width: 100% !important;
  max-width: 1240px;
  padding: 10px 20px 7px 20px;
  line-height: 1.5em;
  height: auto;
  min-height: auto;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper #billing_email_field,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper #billing_email_field {
  order: 0;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper #billing_privacy_field span,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper #billing_privacy_field span {
  width: auto;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper #billing_privacy_field .checkbox span.required,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper #billing_privacy_field .checkbox span.required {
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper .form-row,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-billing-fields__field-wrapper .form-row,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__customer-details .woocommerce-shipping-fields__field-wrapper .form-row {
    width: calc(50% - 20px);
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order {
  width: 100%;
  max-width: 100%;
  padding: 19px 25px;
  box-sizing: border-box;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order {
    max-width: 430px;
    padding: 0 0px;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-terms-and-conditions-wrapper {
  margin-right: auto;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table {
  border-radius: 6px;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table {
    padding: 30px 40px !important;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table > h2 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table > h2 {
    display: none;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table {
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table td, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table th {
  padding: 9px 0;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table td {
  text-align: right;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle {
  cursor: pointer;
  display: table-header-group;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle tr {
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td {
  display: block;
  width: 100%;
  border-top: none;
  border-bottom: solid 1px #D7D7D7;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td {
    display: table-cell;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td > div:after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L8 6.58579L14.2929 0.292894C14.6834 -0.0976299 15.3166 -0.0976298 15.7071 0.292895C16.0976 0.683419 16.0976 1.31658 15.7071 1.70711L8 9.41421L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='black'/%3E%3C/svg%3E");
  display: inline-block;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table thead.product-total-toggle td::before {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list {
  display: none;
  transition: 0.5s;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list--open {
  display: block;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list tr {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list td::before {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-image {
  width: 40px !important;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-name {
  font-size: 12px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total {
  margin-left: auto;
  justify-content: flex-end;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tbody.product-total-list .product-total label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer {
  display: table;
  width: 100%;
  padding-top: 13px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer th, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer td::before {
  display: none;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-subtotal,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.woocommerce-shipping-totals,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-discount,
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-subtotal,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.woocommerce-shipping-totals,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.cart-discount,
  .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total {
    display: table-row;
  }
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th label, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td bdi, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td label {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total th > span, .page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .shop_table tfoot.product-total-footer tr.order-total td > span {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container {
  display: none;
  margin-top: 20px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container > p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon input {
  width: 100%;
  flex-basis: 63%;
  border: solid 1px #C9C9C9;
  color: #000000;
  padding: 16px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon button.btn-coupon {
  flex-basis: 27%;
  background: transparent;
  border: solid 1px #48443D;
  color: #48443D;
  padding: 17px 24px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon button.btn-coupon:hover {
  background: #31A86F;
  color: #FFFFFF;
  border: solid 1px #31A86F;
  transition: 0.5s;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .coupon-container .coupon .coupon-error-notice {
  font-size: 12px;
  margin-top: 10px;
  color: red;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment {
  margin-top: 30px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .payment_methods_title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods {
  padding: 0 !important;
  margin-top: 40px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods > li {
  border: none;
  padding: 5px 0;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods > li .payment_box {
  padding: 0 !important;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .methods > li label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border: 0px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order .woocommerce-form__label-for-checkbox:after {
  margin-top: 5px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .woocommerce-checkout-payment .place-order button[name=woocommerce_checkout_place_order] {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  padding: 17px 16px;
  background: #31A86F;
  margin-top: 27px;
}
.page-template-templ-checkout.woocommerce-checkout .custom-checkout__review-order .woocommerce-checkout-review-order-table .cart-payments {
  margin-top: 40px;
}

.btn-green-text {
  color: #31A86F;
  text-decoration: underline;
  /* text-underline-offset: 5px; */
  font-weight: 600;
}

/* =====================================================
   FIX HOVER carrello
   ===================================================== */
.single_add_to_cart_button.loading,
.single_add_to_cart_button.added,
.single_add_to_cart_button:disabled {
  background-color: #5d9336 !important; /* Inserisci qui il colore originale del tuo pulsante */
  color: #ffffff !important; /* Colore del testo */
  opacity: 1 !important; /* Evita l'effetto sbiadito */
}

/* Rimuove l'icona di caricamento o altri overlay se disturbano */
.single_add_to_cart_button.loading::after {
  display: none !important;
}

/* =====================================================
   FIX HOVER GENERICO (a, button) - Separato dal carrello
   ===================================================== */
@media (max-width: 992px) {
  a,
  button,
  .btn,
  input[type=submit] {
    -webkit-tap-highlight-color: transparent !important;
  }
  /* 2. Rimuove outline e ombre durante il click per evitare "scatti" visivi */
  a:active,
  a:focus,
  button:not(.single_add_to_cart_button):active,
  button:not(.single_add_to_cart_button):focus,
  .btn:not(.single_add_to_cart_button):active,
  .btn:not(.single_add_to_cart_button):focus {
    outline: none !important;
    box-shadow: none !important;
    /* RIMOZIONE DEL BACKGROUND INHERIT: 
       Lasciamo che il bottone mantenga il suo colore CSS di base */
  }
}
.btn-global-primary {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 25px;
  border: 1px solid #4e9d2d;
  background-color: #4e9d2d;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-global-primary:hover, .btn-global-primary:focus, .btn-global-primary:active {
  background-color: rgb(87.8465346535, 176.8193069307, 50.6806930693);
  color: #FFFFFF;
  border-color: rgb(87.8465346535, 176.8193069307, 50.6806930693);
  transition: all 0.3s ease;
}
.btn-global-primary:focus-visible {
  outline: 2px solid rgb(87.8465346535, 176.8193069307, 50.6806930693);
  outline-offset: 2px;
}

.btn-global-gray {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 25px;
  border: 1px solid #666666;
  background-color: transparent;
  color: #666666;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-global-gray:hover, .btn-global-gray:focus, .btn-global-gray:active {
  background-color: #666666;
  color: #FFFFFF;
  border-color: #666666;
  transition: all 0.3s ease;
}
.btn-global-gray:focus-visible {
  outline: 2px solid #666666;
  outline-offset: 2px;
}

.woocommerce .single_add_to_cart_button.button.alt {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 25px;
  border: 1px solid #4e9d2d;
  background-color: #4e9d2d;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.woocommerce .single_add_to_cart_button.button.alt:hover, .woocommerce .single_add_to_cart_button.button.alt:focus, .woocommerce .single_add_to_cart_button.button.alt:active {
  background-color: rgb(87.8465346535, 176.8193069307, 50.6806930693);
  color: #FFFFFF;
  border-color: rgb(87.8465346535, 176.8193069307, 50.6806930693);
  transition: all 0.3s ease;
}
.woocommerce .single_add_to_cart_button.button.alt:focus-visible {
  outline: 2px solid rgb(87.8465346535, 176.8193069307, 50.6806930693);
  outline-offset: 2px;
}

.woocommerce .single_add_to_cart_button.button.alt.loading::before {
  font-family: "dashicons";
  content: "\F111";
  margin-left: 0.53em;
  vertical-align: bottom;
  display: inline-block;
  animation: spin 1s linear infinite;
  position: absolute;
  right: calc((100% - 225px) / 2);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map*/