/* Vetino B2B Launch Guard CSS */
/* Version 1.0.2 */

/* Hide product prices and sale flash badges */
.woocommerce div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .product .price,
.woocommerce-page div.product .price,
.woocommerce-page .product .price,
.woocommerce span.onsale {
    display: none !important;
}

/* Hide quantity selector, stock info, variation availability, and Add to Cart forms */
.woocommerce .quantity,
.woocommerce .stock,
.woocommerce div.product form.cart,
.woocommerce .woocommerce-variation-availability {
    display: none !important;
}

/* Hide mini-cart and cart links in header */
.site-header-cart,
.header-cart {
    display: none !important;
}

/* Styling for B2B CTAs */
.vetino-b2b-quote-cta {
    margin-top: 20px;
}

.vetino-b2b-quote-cta .button {
    margin-right: 10px;
    background-color: #004A9F;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}

.vetino-b2b-quote-cta .button:hover {
    background-color: #003B80;
}

.vetino-b2b-disclaimer {
    font-size: 0.8rem;
    margin-top: 10px;
    color: #555;
}
