.theme-woodmart .wd-grid-stretch>.wd-col {
    flex: initial;
    width: max-content;
    margin-bottom: 0px;
}

.theme-woodmart .wd-pf-btn button {
    min-height: 42px;
}

.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;
}

.wd-clear-filters a,
li.chosen a {
    padding: 15px;
    background-color: #f3f5f7;
    font-size: 12px;
    text-transform: uppercase;
}

.theme-woodmart .wd-shop-result-count,
.theme-woodmart .wd-product-filters-wrapp,
.theme-woodmart .wd-product-filters-wrapp .wd-product-filters {
    margin-bottom: 0px;
}

.catalog__filters__container {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

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

.theme-woodmart .wd-active-filters .wd-clear-filters {
    padding-inline-end: 10px;
}

.archive .category-grid-item img {
    aspect-ratio: 1;
}

.catalog__s1__container,
.catalog__filters__container,
.catalog__s3__container,
.catalog__s4__container{
    padding-left: 50px;
    padding-right: 50px;
}

.catalog__filters__container>.vc_column_container .vc_column-inner {
    padding-top: 0 !important;
    padding-right: 20px;
    padding-left: 20px;
}

.catalog__s1__container [class*="wd-carousel-spacing-"] .owl-item,
.catalog__s1__container [class*="wd-carousel-spacing-"] .wd-owl:not(.owl-loaded)>div {
    padding-right: calc(5px / 2);
    padding-left: calc(5px / 2);
}

.archive .wd-categories-wrap {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
}

.archive .wd-woo-page-title {
    margin-bottom: 0px;
}

.archive .wd-woo-page-title h1 {
    line-height: 1;
}

.archive .wd-shop-desc {
    margin-top: 20px;
    margin-bottom: 0px;
    max-width: 100%;
}

.archive .products.elements-grid {
    row-gap: 20px;
}

.archive .wd-term-desc{
    padding: 30px;
    background-color: #f3f5f7;
}

.theme-woodmart .wd-hover-fw-button .fade-in-block{
    display: none;
}

.theme-woodmart .hidden-lg.wd-enabled-width{
    margin-bottom: 0px;
}

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

    .catalog__s1__container,
    .catalog__filters__container,
    .catalog__s3__container,
    .catalog__s4__container{
        padding-left: initial;
        padding-right: initial;
    }

}

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

    .theme-woodmart .wd-product-filters-wrapp{
        display: none;
    }

}

@media screen and (min-width: 930px){

    .theme-woodmart .hidden-lg.wd-enabled-width{
        display: none;
    }

}