/* Shop page filter animation  */

body{
    margin: 0px !important;
}

.filter_loader_animation {
    width: 50px;
    aspect-ratio: 1;
    display: none;
    -webkit-mask: conic-gradient(from 15deg, #0000, #000);
    animation: l26 1s infinite steps(12);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999;
}

.filter_loader_animation,
.filter_loader_animation:before,
.filter_loader_animation:after {
    background:
        radial-gradient(closest-side at 50% 12.5%,
            #fff 96%, #0000) 50% 0/20% 80% repeat-y,
        radial-gradient(closest-side at 12.5% 50%,
            #fff 96%, #0000) 0 50%/80% 20% repeat-x;
}

.filter_loader_animation:before,
.filter_loader_animation:after {
    content: "";
    grid-area: 1/1;
    transform: rotate(30deg);
}

.filter_loader_animation:after {
    transform: rotate(60deg);
}

@keyframes l26 {
    100% {
        transform: rotate(1turn)
    }
}

.filter_loader_animation-overly {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    cursor: pointer;
}

.wcp-soptop {
    background: #FFDCDC;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}
.wc-blocks-filter-wrapper h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.wc-block-price-filter__controls.wc-block-components-price-slider__controls input {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
}
/* aside.widget-area {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 20px 0;
    border-radius: 5px;
} */
.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(to right,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100% /100% 100%;
    --range-color: #ff1c88 !important;
    background: var(--track-background);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: fit-content !important;
}
.wcp-taxonomy-filter{
	list-style:none;
	margin:0;
	padding:0;
}

ul.wcp-taxonomy-filter {
    max-height: 200px;
    overflow-y: auto;
}
ul.wcp-taxonomy-filter li a{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize !important;
    color: #777;
}

ul.wcp-taxonomy-filter li a.wd-active {
    font-weight: 600;
    color: #333;
}

ul.wcp-taxonomy-filter li a:before {
    content: "";
    display: inline-block;
    margin-inline-end: 8px;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    border: 2px solid var(--brdcolor-gray-300);
    vertical-align: middle;
    transition: all .2s ease;
}
ul.wcp-taxonomy-filter li:hover > a:before {
    border: 2px solid #F1729F;
} 

 ul.wcp-taxonomy-filter li a.wd-active:before {
    background-color: var(--wd-primary-color);
    border-color: var(--wd-primary-color);
}

ul.wcp-taxonomy-filter li a:after {
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    inset-inline-start: .2em;
    color: #fff;
    font-weight: 400;
    font-size: .7em;
    opacity: 0;
    content: "\f107";
    font-family: "woodmart-font";
}
ul.wcp-taxonomy-filter li a.wd-active:after{
    opacity: 1;
}

.wd-products-element {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px 5px;
}

.wd-show-sidebar-btn.wd-style-text{
    background: #F1729F!important;
    border-radius: 4px;
    padding: 2px 5px!important;
}
.wd-action-btn.wd-style-text>a {
    color: #fff!important;
    padding: 5px;
    border-radius: 5px !important;
}

div#filter_pagination {
    display: flex;
    justify-content: center;
}

div#filter_pagination .page-numbers {
    margin: 5px;
    padding: 5px;
    font-size: 16px;
}

@media (min-width: 320px) and (max-width: 575.98px) {
    .wd-products-element {
        border: 1px solid #ddd;
        padding: 10px 0px;
    }

}
