/*
Theme Name: Kingzone
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.custom-filter .woocommerce-widget-layered-nav:not(:last-child){
    margin-bottom: 0;
    border-bottom-width: 0;
}
.custom-filter .woocommerce-widget-layered-nav{
    display: flex;
    border: 1px solid #444;
}
.custom-filter .woocommerce-widget-layered-nav .widgettitle{
    width: 120px;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 10px;
    background-color: #eee;
    color: #000;
    border-right: 1px solid #444;
	align-content: center;
}
.custom-filter .woocommerce-widget-layered-nav-list{
    display: flex;
    gap: 10px;
    padding: 10px;
	flex-wrap: wrap;
	width: 80%;
}
.custom-filter .woocommerce-widget-layered-nav-list > li{
   border: none;
    font-size: 1rem;
}
.custom-filter .woocommerce-widget-layered-nav-list > li>a{
  padding: 0;
}
.custom-filter .woocommerce-widget-layered-nav-list > li a:before{
   content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    top: 3px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    opacity: 1;
    background: transparent;
    align-content: center;
}
.custom-filter .wc-layered-nav-term.chosen>a:before{
    content: '✓'!important;
    top: 0;
}
.custom-filter .count{
    display: none;   
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.homeicon {
background-image: url('http://localhost/flastsome/wp-content/uploads/2023/11/hotline_savvytech.png');
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;

}
