/* ***************************** */
/* filtros del sidebar			 */
/* ***************************** */
.wpc-filter-content{
  border-bottom: 1px solid #80808070;
  padding-bottom: 32px;	
}
.wpc-see-more-control,
.wpc-see-less-control {
	font-size: 18px;
  font-weight: 600;
  color: #5D7554 !important;
	text-decoration: underline !important;
}

.wpc-filters-main-wrap a.wpc-toggle-a{
	border: 0;
	color: #5D7554 !important;
}
a.wpc-toggle-a:hover{
	color: #5D7554 !important;
}

/* botones de filtros */
.wpc-filters-submit-button{
  color: #ffffff !important;
  width: 100% !important;
  border-radius: 99px !important;
}
.wpc-filters-reset-button {
  color: #5D7554 !important;
  border: 0 !important;
  text-decoration: underline !important;
  padding-bottom: 0px !important;
}

/* layout botones de filtro */
.wpc-filter-layout-submit-button {
  flex-direction: column-reverse;
  row-gap: 32px;
  align-items: center;	
}

/* ***************************** */
/* barra buscar fibo search      */
/* ***************************** */
.dgwt-wcas-search-submit{
	background-color: #5D7554 !important;
	color: #fff !important;
	top: 12px !important;
}
.dgwt-wcas-search-submit svg path{
	fill: #fff !important;
}
input[type="search"].dgwt-wcas-search-input{
	font-size: 18px !important;
	line-height: 1.35em !important;
	border-color: #fff !important;
	border-bottom: 1px solid #ccc !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}