/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2026 | 13:54:36 */
header[data-elementor-type="header"] {
	position: relative;
	z-index: 100;
}

.jet-form-builder {

	input, 
	textarea,
	select {
		font-size: 16px !important;
		line-height: 1.8 !important;
		padding: 8px 16px !important;
		min-height: 48.8px !important;
	}
	
	select {
		appearance: base-select;
	}
}
#header-menu {
	& > nav > ul > li > a {
		font-size: 20px !important;
	}

	ul ul {
		background-color: transparent !important;

		li a {
			color: #000;
			font-size: 16px;
			background-color: var( --e-global-color-primary ) !important;

			&:hover {
				background-color: #000 !important;
				color: var( --e-global-color-primary ) !important;
			}
		}
	}
}
.brands_images .elementor-widget-image {
	width: calc(33.33% - 13.33px);
}