/*
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.   ***************/


/*.single-product .product .summary { width: auto; }*/

/*
.woocommerce-product-gallery {
 display:none;
 }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
 float: left;
 }
*/

/* ---------- CUSTOMIZER CSS SICHERUNG ---------- */
/*
.product-gallery {
	display:none!important;		
}*/

/*
.box-image {
	display:none;
}*/

/*
#rechner {
	margin-top: 0;
	margin-bottom: 0;
}*/

/*
#address {
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}*/
/*
.wc-gzd-additional-info{
	/*display:none!important;*/
	/*padding-left: 18Px !important;
}*/

/*
.box-text-products{
	padding-bottom: 0Px!important;
}*/

/* Standardbild von WooCommerce ausblenden */
/*
.woocommerce-placeholder {
	display:none;
}*/

/* Angebotsartikelbild ausblenden */
/*
.attachment-woocommerce_thumbnail{
	display:none;
}*/


/*
Quickview Button ausblenden
.quick-view{ 
	display:none !important; 
}
*/

/*************** Tablet only  ***************/
@media only screen and (min-width: 48em) and (max-width: 64em) { 
	.Loka-Form-Row
	{	
		font-size: 125%;
		width: 80vw !important;
	}
	
	#lieferradius_berechnen
	{
		font-size: 125%;
	}


}

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

	/* Anpassung Umkreissuche Formular auf volle Breite Mobil */
	
	.Loka-Form-Row
	{	
		font-size: 125%;
		width: 80vw !important;
	}
	
	#lieferradius_berechnen
	{
		font-size: 125%;
	}

}