/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.1.1747834591
Updated: 2025-05-21 10:36:31

*/
.resultado-filtro-categoria {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.resultado-filtro-categoria .descricao-categoria {
	font-family: 'Roboto';
    font-weight: 300;
    font-size: 24px;
	line-height: 36px;
}

.resultado-filtro-categoria .imagem-categoria {
	 width: 30%;
}

.resultado-filtro-categoria .imagem-categoria img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 7px;
}

.resultado-filtro-categoria h2 {
	font-size: xxx-large;
}

.produto-xu  .woocommerce-loop-product__title, 
.produto-xu .price, 
.produto-xu .add_to_cart_button, .produto-xu .product_type_simple {
    margin-left: 14px !important;
}

.produto-xu  .woocommerce-loop-product__title {
	margin-right: 10px !important;
}

.produto-xu li.product.outofstock {
	position: relative;
}
.produto-xu li.product.outofstock::after {
 	content: "Fora de estoque";
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b5;
    height: 57px;
    width: 100%;
    z-index: 9;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
    align-items: center;

}

.resultado-informacao {
	width: 70%;
    text-align: left;
	padding-left: 25px;
}

.wp-block-woocommerce-cart {
	width: 100%;
	margin-inline: 0px !important;
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	width: 90%;
}
.wp-block-woocommerce-cart-line-items-block {
	margin-left: 14px
}
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
	grid-template-columns: 60px 117px !important;
}

.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  	-webkit-line-clamp: 2; 
	line-clamp: 2;
}

.wcfmmp_sold_by_container {
	padding-left: 14px;
}

