/**
 * Custom CSS - допълнителни стилове
 *
 * @package HelloElementorChild
 */

/* =============================================================================
   Base Fixes
   ============================================================================= */

html,
body {
    width: 100%;
    overflow-x: hidden;
}

a:focus,
.focus a {
    outline-color: rgba(0, 0, 0, 0);
}

/* =============================================================================
   WordPress Core Cleanup
   ============================================================================= */

h1.entry-title {
    display: none;
}

/* =============================================================================
   WooCommerce Cleanup
   ============================================================================= */

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce a.added_to_cart {
    display: none;
}
