/* Mobile CSS */
@media only screen and (max-width: 400px) {
	
  #masthead.site-header {
    height: 80px!important;
    margin-bottom:0px;
	}
	
	
	body {
		margin-top : 15px ;
	}
	
	
	.site-branding {
   margin-bottom: 0px;
	}
	
		
	.site-footer   {
  display: none;
	}
	
	.entry-header {
	margin-top : 0.8em!important;
}
	
	
	
	.psearchnone {
	display:block!important;
}

}


/* BOTH CSS */
.page-id-7 .wp-bottom-menu {
	display: none;
}


.page-id-8 .wp-bottom-menu {
	display: none;
}


#masthead.site-header {
    height: 120px!important;
    margin-bottom: 5em!important;
}


.onsale {
	display : none
}


.site-footer   {
  margin : 0px ;
	padding : 0px ;
	}


.site-footer a {
    text-decoration: none;
}


.site-footer a:hover {
   color : #4fff51!important;
}


.storefront-primary-navigation ul li a {
  padding: 15px !important;
	color : white;
}


.site-header-cart a.cart-contents::after {
  font-size: 20px;
}


.storefront-primary-navigation {
  background-color: #6fa219;
	margin-bottom: 4.5em ;
}

		
.storefront-primary-navigation ul li a:hover {
	color : white;
	box-shadow: 6px 0 10px 0px rgba(0, 0, 0, 0.16), -8px 0 8px -4px rgba(0, 0, 0, 0.23),  rgba(0, 0, 0, 0.16) 0px 3px 6px;
}


.site-header-cart .current-menu-item a,
.main-navigation .current_page_parent a,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
    color : white!important;
	box-shadow: 6px 0 10px 0px rgba(0, 0, 0, 0.16), -8px 0 8px -4px rgba(0, 0, 0, 0.23),  rgba(0, 0, 0, 0.16) 0px 3px 6px;
}

 
a:focus,
.focus a {
	outline: none !important;
}

/* Header Wrapper */
.site-header .col-full {
    display: flex;
}

/* Site Logo */
.site-header .site-branding {
    order: 1;
		width: 25%!important;
    margin-right: 0!important;
    padding-right: 10px;
}

/* Searchfield */ 
.site-header .site-search {
		order: 2;
    width: 50%!important;
    padding-right: 20px;
}


/* Navigation */
.site-header .secondary-navigation {
    order: 3;
		width: 25%!important;
    margin: 0!important;
}

.wp_google_login__button {
	text-decoration : none!important;
	font-weight: 600;
}

.wp_google_login{
	margin-top: 0px ;
}

.wp_google_login__button-container{
	margin: 0px auto 10px }

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
	background-color : #d9FFb9;
	border-radius : 10px;
	
}

.psearchnone {
	display:none;
}

.margint {
	margin-top : 20px ;
}

