/* $orange: #dd6b20; */
/* mini carrello */
/* .woocommerce-mini-cart__buttons {
    .button:first-child {
        border-color: black !important;
        &:hover {
            color: white !important;
            background-color: #dd6b20 !important;
            border-color: $orange !important;
        }
    }
} */
/* correzzioni pagina carrello */
@media screen and (max-width: 719px) {
  #coupon_code {
    width: 100% !important;
    margin-bottom: 7.65px !important;
  }
  #coupon_code + button {
    width: 100% !important;
  }
}
/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) and (max-width: 1200px) {
  li.product-type-simple:hover .product-details {
    transform: inherit !important;
  }
  .product-action-wrap {
    opacity: 1 !important;
    position: relative !important;
    bottom: 0px !important;
  }
  li.wc-block-grid__product:hover .product-details {
    transform: inherit !important;
  }
  .wc-block-grid__product-add-to-cart {
    opacity: 1 !important;
    position: relative !important;
    bottom: 0px !important;
  }
}/*# sourceMappingURL=main.css.map */