/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Reset Bootstrap */
p{
	margin-bottom: 0px;
}

.category-item{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


.category-item a:before{
	position: absolute;
	content:"";
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 1;
	opacity: 0;
	transform: translateY(50%);
	transition: 0.6s all;
}

.category-item__name{
	font-size: 24px;
	color: var(--e-global-color-e62a3f0);
	visibility: hidden;
	display: block;
	width: 100%;
	text-align: center;
	transition: 0.6s all;
	z-index: 10;
}

.category-item:hover a::before{
	opacity: 1;
	transform: translateY(0);
}

.category-item:hover .category-item__name{
	visibility: visible;
}

.category-item img.category-item__img{
	display: block;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}


.product-card__overlay{
	transform: translateY(50%);
	opacity: 0;
	transition: .6s all;
}

.product-card:hover .product-card__overlay{
	transform: translateY(0);
	opacity: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button{
	padding: 14px 20px;
	border-radius: 0px;
}

.slick-main img {
	aspect-ratio: 4/3;
	max-height: 900px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.slick-thumbs .slick-slide {
	margin-bottom: 10px;
}

.slick-thumbs .slick-slide.slick-active:last-child {
    margin-bottom: 0px;
}


.slick-thumbs img {
	aspect-ratio: 16/9;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid transparent;
}

.slick-main .slick-current img,
.slick-thumbs .slick-current img{
	border: 2px solid var(--e-global-color-c1490b5);
}

.two-layer-container{
	position: relative;
}

.two-layer-container > div:hover{
	z-index: 1000;
}

.two-layer-container .service-second-image{
	position: absolute;
	left: 320px;
	bottom: -100px;
}


@media screen and (width <= 1400px)
{
	.two-layer-container .service-second-image{
		position: absolute;
		left: 200px;
		bottom: -100px;
	}

}





/* Footer */
.footer-menu ul.elementor-nav-menu.sm-vertical{
	max-height: 180px;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
}
