/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://yourwebsite.com/
Description: Child theme for the Twenty Twenty-Five theme
Author: Rahim
Author URI: https://yourwebsite.com/
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/



.woocommerce span.onsale{
    background-color: #9c5c5c;
    padding: 0px 5px;
    font-size: 14px;
}

/* Common message box style */
.message-box {
    padding: 12px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Warning (Orange) */
.message-warning {
    background-color: #FFF4E5;
    border: 1px solid #FFA500;
    color: #CC8400;
}

/* Error (Red) */
.message-error {
    background-color: #FFE5E5;
    border: 1px solid #FF3333;
    color: #CC0000;
}

/* Info (Blue) */
.message-info {
    background-color: #E5F0FF;
    border: 1px solid #3399FF;
    color: #0056b3;
}

/* Icon */
.message-box .icon {
    font-size: 20px;
}

