.cwaf-top-search {
    position: relative;
    margin-bottom: 16px;
}
.cwaf-top-search input {
    width: 100%;
    padding: 18px;
    border: 1px solid #cfd3db;
    border-radius: 8px;
    font-size: 18px;
}
.cwaf-search-icon {
    position: absolute;
    right: 18px;
    top: 16px;
    color: #30407a;
    font-size: 28px;
}
.cwaf-search-icon svg{
	    width: 20px;
    height: 20px;
    top: 17px;
    left: -10px;
}
.cwaf-meta-row {
    margin-bottom: 18px;
    color: #6f7888;
}
.cwaf-layout {
    display: grid;
    grid-template-columns: 24% 1fr;
    gap: 28px;
}
.cwaf-sidebar {
    padding: 22px 20px;
    border-radius: 20px;
    border: 1px solid #eef2f6;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.05);
	    height: max-content;
}
.cwaf-selected h4 {
    margin: 0 0 8px;
    color: #111;
}
.cwaf-active-list {
    color: #30407a;
    margin-bottom: 16px;
}
.cwaf-acc-item {
    border-top: 1px solid #d7d7d7;
    padding: 12px 0;
}
.cwaf-acc-head:hover,.cwaf-acc-head:focus{
	background:transparent !important;
	color: #203a70 !important; 
}
.cwaf-acc-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: none;
    border: 0;
   	position:relative;
    color: #203a70;
        font-size: 14px;
    font-weight: 600 !important;
    padding: 10px 0;
    text-align: left;
	z-index:1;
}
.cwaf-acc-head:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%277%27 viewBox=%270 0 13 7%27 fill=%27none%27%3E%3Cpath d=%27M11.6707 0L6.5 4.62296L1.32933 0L0 1.18852L6.5 7L13 1.18852L11.6707 0Z%27 fill=%27%23696969%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 7px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    position: absolute;
    z-index: -1;
    transition: .3s all ease-in-out
}
.cwaf-acc-item[data-open="0"] .cwaf-acc-head:after {
 transform: translateY(-50%) rotate(0deg)
}
.cwaf-acc-item[data-open="0"] .cwaf-acc-body {
    display: none;
}
.cwaf-main h2 {
    font-size: 2rem;
    color: #1d2f4f;
    margin: 0;
}
.cwaf-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.cwaf-sort select {
    padding: 10px 12px;
    border: 1px solid #d2d6de;
    border-radius: 4px;
}
.cwaf-results ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
}
.cwaf-results .product {
    background: #f7f7f7;
    border: 1px solid #d6dbe4;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
}
.cwaf-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 18px;
}
.cwaf-range-values {
    color: #1d3969;
    margin: 8px 0;
}
.cwaf-dual {
    position: relative;
    height: 28px;
}
.cwaf-dual .track {
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    height: 5px;
    border-radius: 4px;
    background: #ddd;
}
.cwaf-dual input[type="range"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    width: 100%;
    appearance: none;
    background: none;
    pointer-events: none;
	z-index:9
}
.cwaf-dual input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 4px solid #ff6200;
    background: #fff;
    border-radius: 50%;
    pointer-events: all;
}
.cwaf-dual input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border: 4px solid #ff6200;
    background: #fff;
    border-radius: 50%;
    pointer-events: all;
}
.cwaf-term-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    color: #1f2f4f;
}
.cwaf-term-img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 4px;
}
.cwaf-term-label input {
    width: 12px;
    height: 12px;
}
@media (max-width: 980px) {
    .cwaf-layout {
        grid-template-columns: 1fr;
    }
    .cwaf-main h2 {
        font-size: 38px;
    }
	.cwaf-controls {
    flex-direction: column;
  }
}
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: unset;
    display: none;
}
.woocommerce .cwaf-main ul.products li.product, .woocommerce-page .cwaf-main ul.products li.product{
	width:100%;
}

.cwaf-applied-wrap {
  margin-bottom: 18px;
  color: #2e3d5f;
}
.cwaf-chip {
  display: inline-block;
  background: #f48b00;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  margin: 0 8px;
}

.cwaf-controls {
  display: flex;
  gap: 12px;
}
.cwaf-controls select {
  padding: 14px 18px;
  border: 1px solid #d2d6de;
  border-radius: 8px;
  min-width: 230px;
}
.cwaf-term-count {
  background: #e5e5e5;
  border-radius: 12px;
  padding: 4px 10px;
  font-weight: 600;
}
.cwaf-show-more {
  background: #f48b00;
  border: 0;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
}
.cwaf-pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.cwaf-pagination .cwaf-page {
  border: 1px solid #cfd4e0;
  background: #fff;
  padding: 6px 9px;
	color:#163A5F;
}
.cwaf-pagination .cwaf-page:hover {
	    background-color: #e3e5ec;
	color:#163A5F;
}
.cwaf-term-name {
  flex: 1;
}
.cwaf-cat-children{
	padding-left:20px;
}

#olmia-breadcrumb{
	    display: flex;
    gap: 4px;
}

#olmia-breadcrumb a,#olmia-breadcrumb span{
	color:#053A62;
 	font-weight:400; 
	font-size:14px;
	line-height:21px;
}
#olmia-breadcrumb a:hover{
	color:#ef7300;
}
#olmia-breadcrumb svg { 
	margin-top:5px;
    display: block;
    width: 14px;
    height: 14px;
    fill: rgb(239, 115, 0);
}
span.cwaf-spec {
    display: list-item;
    list-style: disc;
	text-align: left;
    margin-left: 9px;
	font-size:12px;
}
 
ul.products.columns-4 li.product{
	margin: 0 !important;
}
.cwaf-chip:hover{
	cursor:pointer;
}
.cwaf-page.active{
	background:#f48b00;
	color:#fff;
}