/* 
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 */
body,html {
	overflow-x: hidden !important;
}
.main-inventory-con .invent-btn {
	opacity: 0;
	padding-top: 20px !important;
	transition: 0.3s all ease-in-out !important;
}
.main-inventory-con:hover .invent-btn {
	opacity: 1;
	padding-top: 0px !important;
	transition: 0.6s all ease-in-out !important;
}
.main-inventory-con .invent-title-con {
	background: #fff !important;
	transition: 0.3s all ease-in-out !important;
}
.main-inventory-con:hover .invent-title-con {
	background: #FEB100 !important;
	transition: 0.3s all ease-in-out !important;
}
.main-inventory-con:hover .invent-title-con .invent-title h3 {
	color: #fff !important;
}
.invent-title-con {
	position: relative;
}
.invent-title-con:after {
	content: '';
	position: absolute;
	width: 71px;
	height: 40px;
	background-size: contain;
	background: url('https://midvalley.ehtwebaid.com/wp-content/uploads/2024/10/Polygon-1.png') no-repeat;
	bottom: 74px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.1s all ease-in-out !important;
	opacity: 0;
}
.main-inventory-con:hover .invent-title-con:after {
	opacity: 1;
	bottom: 98px;
	transition: 0.6s all ease-in-out !important;
}
.product-filter-style .wpfButton {
	background-color: #111111 !important;
}
.product-filter-style .wpfFilterWrapper .wpfCheckbox label::before  {
	border-radius: 100px !important;
}
.product-filter-style .wpfTitleToggle {
	display: none !important;
}
.product-filter-style .wpfFilterWrapper .ui-slider-horizontal {
	height: .3em !important;
}
.product-filter-style .wpfPriceFilterRange {
	background: #111111 !important;
}
.product-filter-style span.ui-slider-handle.ui-corner-all.ui-state-default {
	top: -10px !important;
	border-radius: 100px !important;
}
.product-filter-style .wfpTitle {
	font-family: Barlow !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 45px !important;
	line-height: 1.2em !important;
	color: #ffffff !important;
}
.product-filter-style .wpfFilterTitle {
	padding-bottom: 20px !important;	
}
/* #wpfBlock_1 .wpfFilterTitle {
	padding-left: 30px;
} */
.product-filter-style .wpfFilterTaxNameWrapper {
	font-family: Barlow !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	text-align: left !important;
	color: #ffffff !important;
}
 .wpfFilterVerScroll {
    max-height: unset !important;
}
.wpfFilterVerScroll li {
	padding-bottom: 20px !important;
}
.wpfCurrencySymbol {
	margin-top: -4px !important;
}
.wpfPriceInputs {
	color: #fff !important;
}
.wpfFilterWrapper .wpfPriceInputs {
	justify-content: left !important;
	font-family: Barlow !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	text-align: left !important;
	color: #ffffff !important;
}

.slider-pro-style .gallery-navigation-carousel-wrapper .swiper-slide{
	height: 100px !important;
}
.slider-pro-style .gallery-navigation-carousel-wrapper .swiper-slide img {
	height: 100% !important;
}