HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
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;
			}
		}
	}
}