.elementor-field-textual option { 
	color: #000000; 
	font-weight: 300;
}
.elementor-section--noresults {
	display: none;
}
.elementor-section--product-results {
	display: none;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 2em 0em 2em 0em;
    margin: 9px;
    background: #edf2f7;

}
.elementor-section--product-results.is-visible {
	display: block;
}
.elementor-section--product-results .elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
}
.elementor-section--product-results .elementor-widget-heading .elementor-heading-title {
	color: var( --e-global-color-primary );
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}
.elementor-section--product-results .elementor-column--00 .elementor-widget-container {
  margin: -15px 0px 0px 0px;
}
.elementor-section--product-results .elementor-widget-image img {
	width: 50%;
	vertical-align: middle;
	display: inline-block;
}
.elementor-section--product-results .elementor-widget-button .elementor-button { 
	font-family: "Libre Franklin", Sans-serif;
	font-size: 1em;
	font-weight: bold;
	fill: var( --e-global-color-primary );
	background-color: var( --e-global-color-primary );
	color: var( --e-global-color-secondary );
	border-style: solid;
	border-color: var( --e-global-color-primary );
	border-radius: 0px 0px 0px 0px;
}
.elementor-section--product-results .elementor-widget-button .elementor-button:hover {
	background-color: #37FF6800;
	color: var( --e-global-color-primary );
}
.elementor-section--product-results .elementor-icon-list-icon + .elementor-icon-list-text,
.elementor-section--product-results .elementor-widget-container p {
	color: var( --e-global-color-primary );
}
.elementor-section--product-results .elementor-icon-list-icon {
	width: 1.25rem;
	display: inline-block;
	text-align: center;
}
.elementor-section--product-results .elementor-icon-list-icon i {
	text-align: center;
}
.elementor-section--product-results .elementor-icon-list-item a {
	color: var( --e-global-color-primary );
}
.elementor-section--product-results .elementor-column.elementor-col-33 {
	width: 100%;
}
@media (min-width:768px) {
	.elementor-section--product-results .elementor-col-33.elementor-column--00 {
		width: 25.654%;
	}
	.elementor-section--product-results .elementor-col-33.elementor-column--01 {
		width: 46.125%;
	}
	.elementor-section--product-results .elementor-col-33.elementor-column--02 {
		width: 27.887%;
	}
	.elementor-section--product-results .elementor-widget-image img {
		width: 76%;
	}
}