/*
	Theme Name: Hello Elementor child theme
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.6.1
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Template: hello-elementor
	Text Domain: hello-elementor-child
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/*custom css*/
p.stock.in-stock {
    display: none;
}
.error-title{
    font-size: 85px !important;
}

.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-672f280e {
    margin-top: 58px !important;
}

@media screen and (max-width: 768px){
	.image_50{
		display: flex;

	}
	.image_50 div, .image_50 img{
		height: 100%;
		object-fit: cover;
	}
}