/*GENERALES*/

.sidebar-container .widget-area div:nth-child(1) .widget-title {
    pointer-events: none;
    font-size: 18px;
}

.sidebar-container .widget-area div:nth-child(1) .widget-title:after {
    display: none;
}

.wd-clear-filters a,
.widget_layered_nav_filters a {
    padding: 15px;
    background-color: var(--bg-secondary);
    border-radius: 5px;
}

.theme-woodmart .wd-active-filters {
    margin-bottom: 20px;
}

.archive .term-description p {
    background-color: var(--bg-secondary);
    padding: 20px;
    border-radius: 5px;
}

.theme-woodmart .wd-hover-with-fade .content-product-imagin {
    box-shadow: none;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
}


.theme-woodmart .wd-hover-with-fade.hover-ready:hover .content-product-imagin,
.theme-woodmart .wd-hover-with-fade.hover-ready:hover .product-wrapper {
    transform: none;
}

.theme-woodmart .wd-filter-list.wd-swatches-brands li {
    position: relative;
    width: 25%;
    border: 2px solid #fff;
}

.theme-woodmart .wd-swatches-brands .wd-swatch.wd-bg {
    height: 60px;
}

.theme-woodmart .wd-swatches-brands .wd-swatch :is(img, picture) {
    padding: 5px;
}

.wd-swatches-brands li.wc-layered-nav-term.wd-swatch-wrap:before {
    content: "";
    background: var(--bg-product-card);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.theme-woodmart .wd-swatches-filter.wd-swatches-brands:is(.wd-layout-double, .wd-layout-inline) {
    gap: 0;
}

.archive .sidebar-container .widget-area .widget:not(:nth-child(1)) {
    margin: 0;
    padding: 0;
}

.archive .sidebar-container .widget-area .widget:is(:nth-child(1)) {
    padding-bottom: 0;
    margin: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.archive .sidebar-container .widget-area .widget:not(:nth-child(1)) h5 {
    padding-top: 20px;
}

.archive .sidebar-container  .widget-title ~ * {
    margin-bottom: 20px;
    margin-top: 0;
}

/*.archive .sidebar-container :not(.wd-opened) .widget-title ~ * {
    visibility: hidden;
    opacity: 0;
}
*/

.archive .sidebar-container .wd-filter-list.wd-swatches-brands a{
    justify-content: center;
}

@media screen and (max-width: 768px) {

    .sidebar-container.wd-inited .widget-area {
        padding: 0 15px !important;
    }

    .theme-woodmart .shop-content-area .shop-loop-head {
        margin-top: -10px;
    }

    .theme-woodmart .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .wd-shop-tools:is(:last-child) {
        margin-bottom: 15px;
    }

    .theme-woodmart .wd-active-filters{
        margin-top: 10px;
    }

}