/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.4.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*.frmquality-assurance.conact-main {
    border-top: 0;
    box-shadow: none;
    padding: 0;
}

.conact-main .frm_style_formidable-style.with_frm_style .form-field {
    padding: 0 15px;
    margin: 0 0 18px;
    width: 50%;
}

.frmquality-assurance.conact-main .frm_style_formidable-style.with_frm_style .form-field#frm_field_401_container
Specificity: (1,5,0)
 {
    width: 100% !important;
}

.conact-main .frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-family: 'montserratregular';
    font-weight: normal;
    padding: 0 0 7px;
    margin: 0;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.05em;
}

.frmquality-assurance .conact-main .frm_fields_container{
display: flex !important;
flex-direction: column !important;
}
*/



.js-product-id{
    display:none!important;
}

.placeholder-text{
   display:none!important;
}



.menu-preview-transition {
	opacity: 1;
	transition: opacity 180ms ease-in-out, transform 180ms ease-in-out;
	transform: translateY(0);
}

.menu-preview-transition.is-changing {
	opacity: 0;
	transform: translateY(4px);
}

.menu-preview-title-hidden {
	display: none;
}

 .header-notification-wrapper .header-notifications-hidden {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.product-item:hover {
    transition: transform 0.5s ease-in-out;
    transform: scale(1.05);
}


/* Make the header menu transition graceful */
/*.e-n-menu [id^="e-n-menu-content-"] {
	transform-origin: top center;
	clip-path: inset(0 0 100% 0);
	pointer-events: none;

	transition: clip-path 260ms ease;
}

.e-n-menu [id^="e-n-menu-content-"][style*="display: block"],
.e-n-menu [id^="e-n-menu-content-"].mega-menu-panel-open {
	clip-path: inset(0 0 0 0);
	pointer-events: auto;
}

.e-n-menu [id^="e-n-menu-content-"].mega-menu-panel-closing {
	display: block !important;
	clip-path: inset(0 0 100% 0) !important;
	pointer-events: none !important;
}

.e-n-menu [id^="e-n-menu-content-"].mega-menu-panel-no-transition {
	transition: none !important;
}*/


/***** Center the Elementor Alert Widget Close Button *****/
.elementor-alert button.elementor-alert-dismiss {
	padding: 0px!important;
}


.formidable-custom-order-total { 

	display: none!important;
}
