/* 
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.0.0
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 */





.site_btn a::before {
    content: "";
    width: 27px;
    height: 48px;
    position: absolute;
    right: -2px;
    top: -1px;
    background: url(/wp-content/uploads/2026/03/Color-Fill-7.webp) top right / contain no-repeat;
}
.site_btn.black_btn a::before {
    background-image: url(/wp-content/uploads/2026/03/Frame-132-1.webp);
    width: 37px;
    height: 40px;
    right: -12px;
}




.banner_row>.elementor-element {
	    height: 42vw;
	flex: 1 1;
	transition: .4s;
	overflow: hidden;
		max-height: 600px !important;
	gap:0;
}
.banner_row>.elementor-element h3.elementor-image-box-title{
	margin-bottom:0 !important;
}
.banner_row>.elementor-element.active h3.elementor-image-box-title{
	margin-bottom:10px !important;
}
.banner_row>.elementor-element.active {
    flex: 1 !important;
    transition: 1s;
    padding-left: 80px;
    padding-right: 80px;
	gap: 30px;
}
.product-list-container .product-price {
    color: #325b8c;
    font-family: system-ui;
    margin-bottom: .9rem;
	display: none;
}
.banner_row>.elementor-element .elementor-image-box-wrapper {
	transition: .4s linear
}

.banner_row>.elementor-element .elementor-widget-button {
	max-height: 0;
	overflow: hidden;
	transition: .3s linear;
	padding-bottom: 0px
}

.banner_row>.elementor-element.active .elementor-widget-button {
	max-height: 220px
}

.banner_row p.elementor-image-box-description {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s
}

.banner_row>.elementor-element.e-con.active p.elementor-image-box-description {
	max-height: 1000px
}

.banner_row a.elementor-button:hover path {
    fill: #fff;
}


