/*
Theme Name: Konka Collections Child
Theme URI: https://konkacollections.com
Description: Child Theme for Konka Collections
Author: Bhaskar Konka
Author URI: https://konkacollections.com
Template: blocksy
Version: 1.0.0
Text Domain: konka-collections-child
*/

/* Hide the top WooCommerce error box */
.woocommerce-error,
.woocommerce-NoticeGroup,
.woocommerce-NoticeGroup-checkout {
    display: none !important;
}

/* Checkout field error messages */
.checkout-inline-error-message {
    color: #dc3545 !important;
}
