#woo-tienda-filtros .price-filter {    
    max-width: 350px;   
     margin: 40px auto;    
     font-family: Arial, sans-serif;
}

#woo-tienda-filtros .accordion-button::after{
    width: 1.2rem;
    height: 1.2rem;
}

#woo-tienda-filtros .price-filter h5 {    
    color: #0a2c66;    
    font-weight: bold;    
    text-align: center;
}

#woo-tienda-filtros .range-slider {    
    position: relative;    
    height: 40px;
}

#woo-tienda-filtros .range-slider input[type=range] {    
    position: absolute;    
    pointer-events: none;    
    -webkit-appearance: none;    
    width: 100%;    
    height: 5px;    
    margin: 0;    
    top: 12px;    
    background: transparent;
}

#woo-tienda-filtros .range-slider input::-webkit-slider-thumb {    
    pointer-events: all;    
    width: 12px;    
    height: 12px;    
    border-radius: 50%;    
    background-color: #0a2c66;    
    border: none;    
    -webkit-appearance: none;
}

#woo-tienda-filtros .range-slider input::-moz-range-thumb {    
    pointer-events: all;    
    width: 12px;    
    height: 12px;    
    border-radius: 50%;    
    background-color: #0a2c66;    
    border: none;
}

#woo-tienda-filtros .like-single{
    z-index: 9999;
}

#woo-tienda-filtros .slider-track {    
    position: absolute;    
    height: 3px;    
    background-color: #0a2c66;    
    top: 14.5px;    
    z-index: 1;    
    border-radius: 5px;
}

#woo-tienda-filtros .card-prod-tienda{    
    border: var(--light) 1px solid!important;    
    transition: 0.3s all ease-out;
}

#woo-tienda-filtros .card-prod-tienda:hover{    
    border: var(--secondary) 3px solid!important;    
    transition: 0.3s all ease-out;    
    scale: 1.02;
}

#woo-tienda-filtros .sub-acordion-btn.accordion-button::after {    
    margin-left: 8px !important;    
    scale: 0.6;
}

#woo-tienda-filtros .li-filtro {    
    font-weight: 400;    
    font-size: 14px;    
    line-height: 20px;
}

#woo-tienda-filtros .owl-theme .owl-dots {    
    text-align: center;    
    -webkit-tap-highlight-color: transparent;    
    margin-top: 30px;
}

#woo-tienda-filtros .owl-theme .owl-dots .owl-dot {   
    display: inline-block;    
    zoom: 1;    
    display: inline; 
}

#woo-tienda-filtros .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    width: 11px !important;
    height: 11px !important;
    background: #fff;
    border: 1px  var(--dark) solid !important;
}

#woo-tienda-filtros .owl-theme .owl-dots .owl-dot.active span, 
#woo-tienda-filtros .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary) !important;
    border: 1px  var(--secondary) solid !important;
}

#woo-tienda-filtros li > .accordion > .accordion-item > .accordion-header >.accordion-button {
    color: #212529!important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}
#woo-tienda-filtros .accordion-button {
    color: var(--secondary)!important;
}

#woo-tienda-filtros .accordion-button:not(.collapsed) {
    color: var(--secondary) !important;
}

#woo-tienda-filtros .accordion-header a.active {
    color: var(--primary)!important;
}

ul.list-unstyled li.li-filtro .active {
    color: var(--primary)!important;
    font-weight: bold;
}

#woo-tienda-filtros li.li-filtro {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}

#woo-tienda-filtros .accordion-button:focus {
    box-shadow: none!important;
}

#woo-tienda-filtros .accordion-button:not(.collapsed) {
    box-shadow: none!important;
}

#woo-tienda-filtros .card-prod-dest .name-prod-card{
    min-height: 40px;  /*75px*/
}