/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#top .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	padding: 10px 15px 10px 40px;
	margin: 0;
}

#top.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	padding: 10px 40px 10px 15px
}

body {
	padding-bottom: 50px;
}

.fixed-bottom-bar {
	display: flex;
	justify-content: space-evenly;
	z-index: 15;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fixed-bottom-bar a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	max-height: 50px;
}

.btn-black {
	background: #000000;
	color: #FFFFFF;
}

.btn-green {
	background: #008a88;
	color: #FFFFFF;
}

.grecaptcha-badge {
	display: none;
}

.pdp-usp-list {
	margin-top: 10px;
}

.pdp-usp-list ul {
	padding: 0;
	margin-left: 0;
}

.pdp-usp-list ul li {
	display: flex;
	margin-left: 0;
}

.pdp-usp-list li svg {
	width: 20px;
	color: #008a88;
	margin-right: 4px;
}

.wc-proceed-to-checkout .checkout-button {
	width: auto !important; 
}

a {
	 font-weight: bold;
}

@media only screen and (min-width: 768px) {
	body {
		padding-bottom: 0;
	}
	
	.fixed-bottom-bar {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	#header_main {
		display: flex;
		flex-direction: column;
	}
	
	#header_main .custom-form {
		order: 2;
		position: relative;
		margin-top: 5px;
	}
	
	#header_main .custom-form #searchform > div {
		max-width: 90% !important;
	}
}

