File: //home/salamatk/.trash/woodmart1/inc/integrations/elementor/assets/sass/elements/_filters-area.scss
.elementor-editor-active {
// .wd-shop-filters-area {
// &.elementor-widget-empty {
// background-color: transparent;
// }
// .filters-area {
// display: block !important;
// height: auto !important;
// margin-bottom: 0 !important;
// &:not(.filters-opened) {
// padding: 0 !important;
// min-height: 40px !important;
// max-height: 40px !important;
// border: 0 !important;
// border-radius: 0 !important;
// background-color: $elem-placeholder-bg-color;
// .filters-inner-area {
// display: none !important;
// }
// &:before {
// content: "";
// position: absolute;
// background-image: url(../../../../admin/assets/images/vc-icon/sa-icons/sa-filter-area.svg);
// top: calc(50% - 12px);
// right: 0;
// bottom: 0;
// left: calc(50% - 12px);
// display: block;
// width: 24px;
// height: 24px;
// // background-color: #000;
// background-size: cover;
// // line-height: 1;
// opacity: .5;
// }
// }
// }
.wd-shop-filters-area {
.elementor-widget-container {
height: auto; // NOTE FOR CONTAINER
&:has([class="filters-area"]) {
margin: 0 !important;
padding: 0 !important;
}
}
// &.elementor-widget-empty {
// .elementor-widget-container {
// }
// }
}
.elementor-column {
.wd-shop-filters-area {
&.elementor-widget-empty {
margin-bottom: 20px !important;
}
}
}
}