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

/* SHOP */
.product-small .wc-gzd-additional-info {
	display: none!important;
}
/*
 * Header shop
 * Deactivate background-category images in header:
*/
.shop-page-title .title-overlay {
	background:var(--primary-color);
}

.product-images {
	border:1px solid #ccc;
}

.box-category .header-title {
	visibility:hidden;
}
/* Product Tabs */
.woocommerce-tabs .yikes-custom-woo-tab-title {
	display: none!important;
}


/*background main page sections*/
.rowfull{
	height:100%;
	background: white;
}
/*section names main page*/
.tbmobil{
	min-width: 250px;
}

/*werkstatt*/
.werkstattsection{
	width:100%;
	padding-left:2.5%;
	padding-right:2.5%;

}

/*tabs products */
.tabstyle{
	background: white !important;
	padding: 50px !important;
	background-image:url("wp-content/uploads/2020/08/metall-logoTransparent.png");
}


/*menu*/
.clickthrought{
	pointer-events: none;
}

/*footer*/
.pull-left{

	width:50%;
	margin-right:0px !important;
}

.pull-right{

	width:50%;
	margin-left:0px !important;
}

/*hide customizer footer

.footer-wrapper{
	display:none;
}
*/

.wrapper_start{
	width:100%;
	padding-left:2.5%;
	padding-right:2.5%;
	margin:auto;
}
blockquote{
	font-style:normal !important;
}

.fullwidth{
	width:100% !important;
	padding:0px !important;
	margin:0px !important;
}

.product-small{
	background: white !important;
	padding: 0px !important;
	margin: 1% !important;
	justify-content: center  !important;
	flex-basis: 18% !important;
	
}
.product-small.box{
	margin:auto !important;
}
.startseiteProdukte{
	margin:auto !important;
	padding: 0px !important;
}
.products.row.row-small{
	width: 100% !important;
	margin: auto !important;
	max-width: 5000px;
	justify-content: center !important;
}

.newsSection{
	padding-bottom: 0px !important;
}





/*Mobile booking button margin left*/
.mobilebut{
	margin-left:30px !important;
}


/* MULTI STEP */ 
.fw-wizard-step-header-container h2 {
    font-size:1.4em!important;
}
.fw-step-part-title {
	font-size:1.4em!important;
}

.fw-progress-bar-container {
	margin-bottom:40px!important;
}

.fw-progress-step {
	font-size:1.2em !important;
}

.fw-step-block {
	margin-bottom:-10px!important;
}
.fw-block-invalid-alert {
	margin-top:-15px!important;
	font-size:11px!important;
}

.fw-step-block h3 {
	margin-bottom:0!important;
	font-size:1.1em!important;
}
.fw-step-block .fa-pencil,.fw-step-block .fa-envelope {
	display:none !important;
}
.fw-step-block input, .fw-step-block textarea {
	padding-left:10px!important;
}

.button.success {
    color:black!important;
}

.fw-btn-submit {
	background: rgb(81, 182, 129)!important;
}

.fw-radio-row {
	display:block;
}


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


}