/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
}


.wpsolr_facet_title{
	font-weight:bold;
}
.wpsolr_facet_title:after {
  content: '\f078';
	float:right;
	font-size: 16px;
	font-family:'FontAwesome'
}
.wpsolr_facet_scroll{
	display:none;
}

.wpsolr_facet_title_open:after {
  content: '\f077' !important;
	
}

#wpsolr_remove_facets.select_opt::before {
    display: none;
}
#wpsolr_remove_facets:hover{
	background-color: black;
	color: white;
}
#wpsolr_remove_facets {
    font-size: 18.5px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 12px;
    width: 130px;
}