/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750667133
Updated: 2025-06-23 08:25:33

*/

/*  */
.no-list-icon {
	list-style: none;
}

/* Header */
header.sticky-header {
	/*--header-height: 70px;*/
	--shrink-header-to: 0.6;
	--transition: all 0.2s ease-out;
	/*background-color: rgba(255, 255, 255, 1);*/
	transition: background-color var(--transition),
		backdrop-filter var(--transition),
		box-shadow var(--transition);
}
header.sticky-header.elementor-sticky--effects {
	/*background-color: rgba(255, 255, 255, .8) !important;*/
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .e-con-inner {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
@media only screen and (max-width: 767px) {
	/*header.sticky-header {
	--header-height: 70px;
}*/
	header.sticky-header.elementor-sticky--effects .logo img {
		max-width: 40px;
	}
	header.sticky-header .logo img {
		transition: var(--transition);
	}
}
header.sticky-header.elementor-sticky--effects .logo img {
	max-width: 15%;
	transition: var(--transition);
}
/* End Header */

/* CTA Template */
@media only screen and (max-width: 767px) {
	.cta-temp.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
		background-image: linear-gradient(90deg, var(--e-global-color-99c6cff) 50%, var(--e-global-color-8a251e1) 0%);
	}
}

/* Product Loop */
.title-prod {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.short-desc .woocommerce-product-details__short-description p {
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.woocommerce-Price-currencySymbol
 {
    display: none !important;
}

/* Shop Page */
.cate-menu svg.premium-item-icon {
    fill: var(--e-global-color-secondary) !important;
}
.cate-menu a.elementor-item {
    border: 2px solid var(--e-global-color-secondary) !important;
    border-radius: 5px;
}