/* 
Theme Name: Laeva Store
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema customizado para Laeva por IlustrarWeb
Author: IlustrarWeb
Author URI: https://ilustrarweb.com.br/
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 */
.wc-accordion-item {
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
}
.wc-accordion-item button {
	background-color: #f7f7f7;
	color: #313131;
	border-style: none;
	border-bottom: 1px solid #e1e1e1;
}
.wc-accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
li.description_tab{
    margin: 0 !important;
}
.wc-accordion-item {
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.wc-accordion-content h2, .wc-accordion-content.h2 {
	display: none;
}
.wc-accordion-title {
    width: 100%;
    background: none;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.wc-accordion-content {
    padding: 15px;
    display: none;
    background: #f7f7f791;
}
.stock.in-stock {
	display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
	font-size: 1.25em;
}

/*FILTROS LISTAGEM DE PRODUTOS*/
.wcpf-item.wcpf-checkbox-item {
	margin-bottom: 10px;
	font-size: 13px;
}
.wcpf-field-button .wcpf-button {
	background: #000;
	color: #fff;
}

/*MENU IDIOMAS*/
.gt_options.gt-open {
	position: absolute !important;
	background: #fff;
}
.gt_float_switcher .gt_options {
    position: absolute !important;
	width: 130px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	font-size: 14px;
}
.gt_float_switcher img {
	width: 20px !important;
}
.gt_float_switcher {
	box-shadow: none !important;
}
.gt_float_switcher .gt_options a {
	font-size: 11px !important;
}
