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

/*************** ADD CUSTOM CSS HERE.   ***************/
.archive .woocommerce-message , .home .woocommerce-message {
	display: none;
}

.wc-brand-list-layered-nav-product_brand .count{
	display: none;
}

.tax-product_brand .sidebar-inner, .woocommerce-ordering, .woocommerce-result-count {
	display: none;
}

.bapf_body input{
	margin: 5px 0;
}


@media screen and (min-width: 850px) {
   .tax-product_brand .large-9 {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
}

/***************  KONTAKT ***************/
.wpcf7-acceptance span{
	font-size: 12px;
}

.wpcf7-acceptance input{
	margin: 0;
}



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


}