/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2026 | 22:32:17 */
/* Osnovni stil za sve WooCommerce notice */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	margin: 24px auto 12px auto;
  border-radius: 12px !important;
  padding: 16px 20px 16px 60px;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-size: 14px;
  line-height: 1.5;
	max-width: 1440px;
}

/* Success (npr. "Added to cart") */
.woocommerce-message {
    background-color: #eaf7ee;
    color: #1e7e34;
}

/* Error */
.woocommerce-error {
    background-color: #fdecea;
    color: #c82333;
}

/* Info */
.woocommerce-info {
    background-color: #e8f4fd;
    color: #0c5460;
}

/* Dugme unutar notice-a */
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 13px;
}

/* Ikonice (optional clean look) */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}