/**
 * Wholesale Quote for WooCommerce - Public CSS
 */

.wqw-price-hidden {
    color: #d9534f;
    font-weight: bold;
    font-style: italic;
}

.wqw-moq-display {
    font-size: 0.9em;
    color: #333;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #f8f9fa;
    border-left: 3px solid #000;
    display: inline-block;
}

/* Custom Thank You Page Styles */
.wqw-custom-thankyou {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.wqw-custom-thankyou h3 {
    margin-top: 0;
    color: #2c3e50;
}

.wqw-custom-thankyou a {
    color: #007cba;
    text-decoration: underline;
}

.wqw-custom-thankyou a:hover {
    color: #005a87;
}

/* Cart Quote Button Styling */
.woocommerce-cart .wc-proceed-to-checkout::after {
    transition: background-color 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout:hover::after {
    background-color: #333 !important;
}
