/*
Theme Name: Hara Child
Theme URI: https://hara.thembaydev.com/
Author: Thembay
Description: This is a child theme for Hara
Version: 1.0
Author URI: https://thembay.com/
Template: hara
Text Domain: hara-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.bulk-pricing-table-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bulk-pricing-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #333;
}

.bulk-pricing-table th {
    background-color: #f7f7f7;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 400;
    color: #666;
}

.bulk-pricing-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle;
}

.bulk-pricing-table .desc-col {
    color: #777;
}

.free-strip {
    color: #f39c12; /* Orange color for free strip text */
    font-weight: 500;
}

.qty-input {
    width: 60px;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.shop-btn {
    display: inline-block;
    background-color: #f39c12;
    color: #fff !important;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    transition: background-color 0.3s;
}

.shop-btn:hover {
    background-color: #e67e22;
    color: #fff !important;
}

.bulk-pricing-table tr:last-child td {
    border-bottom: none;
}