body:not([class*="elementor-page-"]) .site-main {
	max-width: 1140px!important;
}
.search-menu-bar input{
	padding: 0 20px!important;
	margin: 0!important;
	height: 40px!important;
	min-height: 40px!important;
}

.search-menu-bar button{
	margin-left:0px!important;
	padding: 0px 20px!important;
}

.energy-label-container {
	display: flex;
	flex-direction: column;
	font-family: Arial, sans-serif;
}

/* Base style for the label */
.energy-label {
	min-width: 50px;  /* Fixed width */
	width:50px;
	height: 26px; /* Fixed height */
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 16px;
	font-weight: bold;
	color: white;
	position: relative;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 0px; /* Adjusts text position */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); /* Adds shadow to text */
}

/* Left-side A-G image inside the label */
.energy-label::before {
	content: "";
	background: url('/wp-content/themes/hello-child/assets/images/g_a.png') no-repeat center center;
	background-size: contain;
	width: 12px;  /* Adjusted width */
	height: 24px; /* Adjusted height */
	margin-right: 5px; /* Space between image and text */
}

/* Create the right arrow */
.energy-label::after {
	content: "";
	position: absolute;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
/*	border-left: 10px solid gray;*/
text-decoration:none!important;
}
.energy-label-container a{
	text-decoration:none!important;
}

/*.energy-label { background-color: gray; }*/
.energy-A { background-color: #00913d; } /* Dark Green */
.energy-A::after { border-left: 10px solid #00913d; }

.energy-Aplusplusplus { background-color: #00e673; } /* Verde muito claro */
.energy-Aplusplusplus::after { border-left: 10px solid #00e673; }

/* A++ */
.energy-Aplusplus { background-color: #00cc5f; } /* Verde claro */
.energy-Aplusplus::after { border-left: 10px solid #00cc5f; }

/* A+ */
.energy-Aplus { background-color: #00b34c; } /* Verde médio-claro */
.energy-Aplus::after { border-left: 10px solid #00b34c; }


.energy-B { background-color: #5fae27; } /* Light Green */
.energy-B::after { border-left: 10px solid #5fae27; }

.energy-C { background-color: #c8d300; } /* Yellow */
.energy-C::after { border-left: 10px solid #c8d300; }

.energy-D { background-color: #ffef00; } /* Light Orange */
.energy-D::after { border-left: 10px solid #ffef00; }

.energy-E { background-color: #f9bc00; } /* Darker Orange */
.energy-E::after { border-left: 10px solid #f9bc00; }

.energy-F { background-color: #ea7500; } /* Red */
.energy-F::after { border-left: 10px solid #ea7500; }

.energy-G { background-color: #df0009; } /* Dark Red */
.energy-G::after { border-left: 10px solid #df0009; }

.product_meta>span+span::before {
	content:'/';
	color:#c5c5c5;
	margin:0 1.571em
}
.rank-math-breadcrumb p{
	font-size: 14px;
	margin-bottom:0px!important;
	color:#666;
}

/*.swiper { overflow: visible!important; }*/

.image-with-background-white img{
	background-color: #fff;
	padding: 20px;
}

.wpfFilterWrapper[data-filter-type] {
	background-color: #fff;
	border-radius:5px;
	padding:15px!important;
}
.wpfFilterWrapper:first-child{
	margin-top:0!important;
}

.jet-filter-label{
	position:relative;
	margin-bottom: 10px!important;
}


.jet-filter-label::after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-2px;
	height:1px;
	width:100%;
/*	background-color:#888;*/
background-color:#fed700;
z-index:5;
}

.jet-filter-label::before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-2px;
	height:1px;
	width:45%;
	background-color:#888;
/*	background-color:#fed700;*/
z-index:10;
}

#menu-main-menu-left > li.menu-item:last-child a {
	border:none!important;
}


#menu-main-menu-left > li.menu-item a{
	justify-content: space-between!important;
}

.categories-hr{
	background-color:#B3B3B3 !important;
	width:80%!important;
	text-align:center!important;
	height:1px!important;
	border:none!important;
	margin-top:8px!important;
	margin-bottom:5px!important;
}
.categoria-menu{
	padding:0!important;
	margin:0!important;
	list-style-type:none!important;
}

.categoria-menu li a{
	font-family: "Inter", sans-serif!important;
}
.categoria-menu li:first-child a,
.categoria-menu li:first-child b{
	color:#333e48!important;
	font-size:14px!important;
	font-weight: 900!important;
}

.categoria-menu li:not(:first-child) a{
	color:#333e48!important;
	font-size:14px!important;
	font-weight: 400!important;

}

.categoria-menu li:first-child a{
	color:#333e48!important;
	font-size:14px!important;
	font-weight: 900!important;
}

.categoria-menu a {
	padding: 2px 0!important;
}

.categoria-menu a:hover {
	padding: 2px 0!important;
	text-decoration:underline;
}

.premium-ver-toggle-yes .premium-ver-toggler:hover svg{
	fill:#000!important;
}


.jet-filter{
	padding:15px;
	border-radius:3px;
	background-color:#fff;
}

.title-with-line{
	position:relative;
	padding-bottom:10px;
}
.title-with-line:before {
	content:'';
	position:absolute;
	height:1px;
	width:100%;
	background-color:#666;
	bottom:0;
	left:0;
	z-index:5;
}
.title-with-line:after {
	content:'';
	position:absolute;
	height:1px;
	width:20%;
	background-color:var(--e-global-color-f80609b);
	bottom:0;
	left:0;
	z-index:10;
}

.brand-list-wrapper {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	padding: 10px 0;
}

.brand-item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px; /* ajusta conforme o necessário */
	width: 100%;
	text-align: center;
	background-color:white;
	padding:5px;
	border-radius:5px;
}

.brand-item img {
	max-width: 100%;
	max-height: 100px;
	height: auto;
	display: block;
	transition: transform 0.2s ease-in-out;
}

.brand-item img:hover {
	transform: scale(1.05);
}

.single-product-price .price{
	margin:0px!important;
}

.decimal-sup {
	vertical-align: super!important;
	font-size: 15px!important;

}

.price-line {
	line-height: 1.4;
}

.price-value {
	font-family: "Segoe UI", sans-serif;
}

.price-decimals {
	font-size: 60%;
	vertical-align: super;
	top: 1px;
	font-weight:700;
}

/* Preço com desconto */
.price-sale .price-value,
.price-single .price-value {
	font-size: 25px;
	color: #d60000;
	font-weight:700;
}

/* Preço riscado */
.price-regular .price-value {
	color: #777;
	font-size: 14px;
	text-decoration: line-through;
}
