/* OVERWRITES */

.children{
    padding-left: 25px;
}

 .current-cat.cat-parent a:first-child{
    font-weight: 700;
}


.children a{
    font-weight: 400 !important;
}





.products .col-md-4:nth-child(3n+1){
    clear:both;
}

.brand{
	text-align:center !important;
}

.brand img{
	max-height:50px;
	margin:0 auto;
	width:auto !important;
}

.product_range .product_cat{
	  object-fit: cover !important;
    background-repeat: no-repeat;
    background-size: cover;
}

li.product-category{
	width:30.25%;
	float:left;
	margin:1.5%;
	border-radius:5px;
	box-shadow:0 0 3px #ccc;
	
}

li.product-category img{
	width:100%;
	height:150px;
	object-fit:cover;
}

li.product-category h2{
	font-size:15px;
	padding:5px 20px 20px;
}
li.product-category mark{
	display:none;
}


#products{
	padding-bottom:30px;
}

.product_range .product_cat{
	min-height:300px;
}

.main_content.contact form input:focus {
    background: rgba(72, 184, 92, 1) !important;
	color: white !important;
   
}

.main_content.contact form input {
    padding: 4px 15px !important;
}

.main_content.contact form input::placeholder {
    color: white;
}

.main_content.contact form textarea {
    display: block;
    padding: 0;
    line-height: 20px;
    width: 100%;
    background: rgba(72, 184, 92, .4);
    margin: 0 0 12px;
}

.frm_style_formidable-style.with_frm_style .form-field{
	margin:0;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    margin-left: 0 !important;
}

.flex_address_inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

.frm_forms{
    padding: 25px 0 0;
}

.flex_address_inner i{
	font-size: 25px;
	color: #0099D6;
}

.flex_address_inner div{
	width: 85%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.flex_address_inner div h6{
	font-size: 25px;
	margin-top: 0;
	
}

.flex_address_inner div p{
	font-size: 16px;
	font-weight: 300;
}



.variations label{
	
    color: #48b85c;
}

.variations .label{
	display: block;
	text-align: left !important;

}

.woocommerce div.product img {
    margin: 16px 0 32px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.no-products{
	padding: 25px 0;
}

.woocommerce div.product .price {
    display: none;
}