/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.8.3.1733521147
Updated: 2024-12-06 22:39:07

*/

.tiered-pricing-boxes {
    margin-top: 10px;
}

.tiered-pricing-box {
    position: relative;
    background-color: #f9f9f9;
    border-radius: 5px;
    border-width: 4px;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.tiered-pricing-box:hover {
    transform: scale(1.05);
    border-color: #0071a1; 
}

.tiered-label {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff4d4f; /* Default color for labels */
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
}

.tiered-label.recommended {
    background-color: #ff9900;
}

.tiered-label.best-value {
    background-color: #4caf50;
}

.tiered-quantity {
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
}

.tiered-price {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.tiered-pricing-box.active {
    border-width: 5px;
    border-color: #1274bd !important;
    background-color: #f0f8ff;
    transform: scale(1.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.regular-price {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}