/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.clearfix {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.woocommerce-pagination {
	margin-bottom: 40px;
}

.catalog-ordering {
	margin-top: 20px;
}

.product {
	margin-top: 40px;
	margin-bottom: 40px;
}

.flv-has-gallery .flv_second_img {
opacity:100
}
.posted_in{
	display: none !important;
}



/* Anpassungen ywgc Gutschein Plugin Georg Dez 2020 */


/*
.ywgc_enter_code h2 {
    border-bottom: 1px solid;
    border-color: #e0dede;
}
*/


.ywgc_enter_code {
	padding: 30px;
	border: 1px solid;
	border-color: #e0dede;
}

.ywgc_enter_code>div {
    margin: 0px 0px;
}

.ywgc_apply_gift_card_button {
    background-color: #490810 !important;
}

.ywgc_apply_gift_card_button:hover {
    background-color: #000000!important;
    color: #ffffff!important;
}


.ywgc_enter_code .form-row {
    padding: 0px 15px 0px 0px;
/*     margin: 0 0 6px; */

}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
	    line-height: 1.4!important;
}

.dgwt-wcas-avada-fus-search-replace-wrapper {
	display: none;	
}

:lang(en) .ywgc_enter_code {
	display: none;
}

.woocommerce-cart-form {
	margin-top: 30px;
}

/* Zusätzlicher Language Switcher im Head */


.langSwitchAdd {
	display: block;
	text-align: center;
    line-height: normal;
}


.langSwitchAdd .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 2px;
}

.langSwitchAdd .wpml-ls-legacy-list-horizontal {
    border: 0px solid transparent;
    padding: 3px;
    clear: both;
}   
    
    
    

@media only screen and (max-width: 800px) {
	
	.ywgc_enter_code .form-row {
	    float: none;
	}
	
	.ywgc_enter_code .input-text, .ywgc_apply_gift_card_button, .form-row.form-row-first, .form-row.form-row-last {
		width: 100%
	}
	
	
	/*  Coupon Woocomemrce auf Kasse Seite  */
	
	.woocommerce .checkout_coupon {
    	justify-content: left !important;
    }
	
	.woocommerce .checkout_coupon .coupon-contents {
		align-items: left !important;
		justify-content: left !important;
	}
	
	.woocommerce .checkout_coupon .coupon-button {
    	margin: 0;
		padding: 5px 0px !important;
	}	
	
	.woocommerce .checkout_coupon .coupon-input {
    	width: 100% !important;
		padding: 5px 0px !important;
	}
	
	.coupon-contents.fusion-alignright {
		width: 100%
	}
	
	
}



@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {

	.woocommerce .checkout_coupon .coupon-input {
		width: 100% !important;
	}

}


@media only screen and (max-device-width: 640px) {

	.tfs-slider .background-image, #fallback-slide {
		margin-top: 40px;
	}


}



@media only screen and (min-width: 1024px) {
	
	.langSwitchAdd {
		display: none;
	}

}

