.single_add_to_cart_button:hover {
    opacity: 0.7!important;
}
.woocommerce-variation-description {
    font-family: 'gotham-book',"gotham-book Fallback",Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    color:#000;
}
.woocommerce-variation-price .price {
    font-family: 'gotham-medium',"gotham-medium Fallback",Helvetica,Arial,Lucida,sans-serif;
    color: #002E6D !important;
    font-size: 25px !important;
}
.woocommerce-variation-price {
    margin-bottom: 20px !important;
}
ul > li > ul > li::marker {
    content: '- ';
}

/* Hide notification "added to cart */
.woocommerce-notices-wrapper {
    display: none !important;
}
/* Button customization */
.single_add_to_cart_button {
    margin-top: 8px !important;
}
.qty-label {
    text-align: center;
    color: #000;
    font-family: 'gotham-book',"gotham-book Fallback", Arial, Helvetica, sans-serif;
}
/* Hide variation price */
.woocommerce-variation-price .price {
    display: none !important;
}
/* Hide Google Pay button */
.GooglePayButton,
#wc-stripe-payment-request-wrapper {
    display: none !important;
}