/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2023 | 09:51:27 */
/* cor do size chart */
.wl-size-chart-button{
    color: grey!important;
}
.wl-size-chart-button:hover{
    color: black!important;
}

/* remover underline preco produtos */
.ht-product-price ins, .price ins {
	text-decoration: none !important;
}

/* cor limpar */
.reset_variations {
	color: #9e9e9e;
}
.reset_variations:hover {
	color: #000;
}

/* posicao btns */
.woocommerce div.product form.cart .variations {
    margin-bottom: -5px !important;
}

/* filtros */
.wlpf-group-header {
	display: none !important;
}

.wlpf-group-filters-list {
	display: flex;
    justify-content: space-between;
    overflow: inherit !important;
}

@media (max-width: 767px) {
	.wlpf-group-filters-list {
		flex-direction: column;
	}
}

.wlpf-group-wrap .wlpf-filter-wrap+.wlpf-filter-wrap {
	margin-top: 0 !important;
}

.wlpf-filter-wrap .nice-select.wlpf-terms-select {
	background-color: transparent !important;
	border: 0 !important;
}

.wlpf-filter-label-text {
	font-family: 'Montserrat';
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.wlpf-group-wrap .wlpf-group-clear-action-button {
    border-color: #000 !important;
    border-radius: 0 !important;
    color: #000!important;
	background-color: transparent !important;
}

.wlpf-group-wrap .wlpf-group-clear-action-button:hover {
	border-color: #000 !important;
	background-color: #000 !important;
}