/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.stock-progress-container {
    background-color: #eee;
    border-radius: 4px;
    height: 8px;
    overflow: hidden;
    margin-top: 5px;
}

.stock-progress-bar {
    height: 8px;
    border-radius: 4px;
    transition: width 0.4s ease-in-out;
}

.stock-label {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #555;
}
