body, input, select {
    font-family: 'Montserrat' !important;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-variation-add-to-cart button {width: 100%}
.woocommerce-variation.single_variation {
    margin-bottom: 10px;
}
.single_add_to_cart_button, .button {
    background-color: #52b377 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px !important;
    -moz-border-radius: 50px 50px 50px 50px !important;
    -webkit-border-radius: 50px 50px 50px 50px !important;
    -o-border-radius: 50px 50px 50px 50px !important;
    border-radius: 50px 50px 50px 50px !important;
    -moz-transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
    padding: 16px 24px !important;
}
.single_add_to_cart_button:hover, .button:hover {
    background-color: #69727d !important;
}

.price {color:inherit !important;}

.checkout-process {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* spazio tra le colonne e le righe */
}

.checkout-process {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.checkout-process div, .checkout-process div a {
    background-color:#CCCCCC;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#999999;
    position:relative;
    border-radius:10px
}

.checkout-process div::after {
    position: absolute;
    right:-10px;
    display:flex;
    justify-content: center;
    align-items: center;
    content:"▶";
    height:100%;
    color:#CCCCCC;
}

.checkout-process div.active {
    background-color:#52b377;
    color:#FFF
}

.checkout-process div.active a {
    background-color:#52b377;
    color:#FFF
}

.checkout-process div.active::after {
    color:#52b377
}

body.home ul, body.single-product ul , body.tax-product_cat ul {list-style-type:none;}
body.home ul li, body.single-product ul li, body.tax-product_cat ul li {
    list-style-image: url("/wp-content/themes/xtesalute/assets/images/check.png");
}

.e-off-canvas {z-index: 9 !important;}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first  { clear: both}

.woocommerce-page table.cart td.actions .input-text {min-width: 250px}

.elementor-menu-cart__product .variation {grid-template-columns:auto !important }

#gestpay-cc-exp-month, #gestpay-cc-exp-year {float: left}
#gestpay-cc-exp-month {margin-right: 5px}
.checkout_coupon.woocommerce-form-coupon {display: flex; align-items: center;}
.recurring-totals {    background-color: #f2f2f2;}