/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.color-link{
	color: #147900 !important;
	text-decoration: underline;
}

/* category pages */
.facet-style{
    background-color: white;
    margin-top: 20px !important;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.facetwp-facet-title{
	font-family: 'Roboto Slab', serif;
    border-bottom: 1px solid #ededed;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

.facetwp-facet{
margin-left: 20px !important;
margin-top: 30px !important;
margin-bottom: 30px !important;
}

.facetwp-flyout{
    width: 100% !important;
}

#filter-button, .reset-btn{
    background-color: #005900;
    border: none;
    margin-bottom: 0px;
}


.reset-btn, .reset-btn:hover, #reset-filters{
    background-color: #005900;
    border: none;
    margin-bottom: 0px;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;

}

.facetwp-checkbox.checked {
    background-image: url(/wp-content/uploads/2021/08/checkbox-ticked.png) !important;
}

.facetwp-checkbox {
    background-image: url(/wp-content/uploads/2021/08/checkbox-pn.png) !important;
}


.top-filters{
    margin-bottom: 20px !important;
}

.woocommerce-ordering{
    margin-top: 25px !important;
	margin-bottom: 10px !important;
}

.woopack-product-title{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.sub-link a{
	color: #155844 !important;
}

/* PRODUCT PAGES */
.reset_variations{
	display:none !important;
}

#product-linked-categories a{
    color: #005900 !important;
	font-weight: bold;
}


/*FORM */

.gform-conversational__welcome-title{
	font-size:20px !important;
}

.gform-conversational__welcome-message{
	font-size:16px !important;
	color: #ffffff !important;
}