/*
Theme Name: Child Hello Elementor
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
main#content h1.entry-title {
	font-family: "Noto Naskh Arabic", Sans-serif;
	font-size: 80px;
	font-weight: 500;
	color: var(--e-global-color-secondary);
	margin: 0;
	padding: 95px 0;
	text-align: center;
}
.btn-style-1 a.elementor-button {
	width: 250px;
}
.pro-cat section {
	position: relative;
}
.pro-cat section:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #E0B080;
	transition: ease .3s;
}
.pro-cat section img{
	transition: ease .3s;
}
.pro-cat section:hover:after {
	width: 100%;
}
.pro-cat section:hover img {
	transform: scale(.9);
}
.popup-form-quote .elementor-field-type-html {
	display: none;
}
.pro-des-single .elementor-widget-container {
	position: relative;
}
.pro-des-single .elementor-widget-container:before {
	content: 'Description:';
	font-family: "Noto Naskh Arabic", sans-serif;
	font-size: 30px;
	font-weight: 500;
	display: block;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0b080;
	padding-bottom: 20px;
}
.yith-request-a-quote-page input.button {
    width: 240px;
}
@media screen and (max-width: 1024px){
	main#content h1.entry-title {
		font-size: 50px;
		padding: 70px 0;
	}
}
@media screen and (max-width: 767px){
	.pro-des-single .elementor-widget-container:before {
		font-size: 25px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	main#content h1.entry-title {
		font-size: 30px;
		padding: 40px 0;
	}
}