/* Small custom additions on top of the Junko template — kept minimal
   so the original template styling stays intact. */

.alert_box {
    margin: 20px 0 0;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 14px;
}
.alert_success { background: #eafaf0; color: #1c9b5e; border: 1px solid #b9ecd0; }
.alert_error { background: #fdeceb; color: #e0483e; border: 1px solid #f6c7c3; }

.out_of_stock { color: #e0483e; font-weight: 600; font-size: 13px; }
.in_stock { color: #1c9b5e; font-weight: 600; font-size: 13px; }

.empty_msg { text-align: center; padding: 80px 20px; color: #777; }
.empty_msg h3 { margin-bottom: 10px; }

.mega_menu_inner .cat-col a.parent-link { font-weight: 700; }
