/*
 Theme Name:   Skintiquebeauty By Iolitekrypt
 Theme URI:    https://skintiquebeauty.com/
 Description:  Elementor Child theme for Skintiquebeauty designed and developed by Iolitekrypt
 Author:       Iolitekrypt
 Author URI:   https://iolitekrypt.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Add your custom CSS below */


.wpforms-field .wpforms-error {
    color: #ff0000;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.page-title, h1.entry-title {
   display: none !important;
}


// Product archive heading
/* Hide all headings by default */
.title-shop, .heading-cat, .heading-brand { display: none; }

/* Show shop heading only on shop page */
.elementor elementor-27797 elementor-location-archive product .title-shop { display: block; }

/* Show categories heading on category archives */
.tax-product_cat .heading-cat { display: block; }

/* Show brands heading on brand/attribute archives */
.tax-product_tag, .tax-pa_brand .heading-brand { display: block; }


