/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.product-stock-status-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-stock-status {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.info-icon {
    font-size: 16px;
    color: #0073aa;
    cursor: pointer;
    display: inline-block;
}

.info-icon:hover {
    color: #005080;
}
