/* 
Theme Name: Nakiche Koi 
Version: 1.0
Description: Child theme for Nakiche Koi. 
Author: LOKAAL 0
Author URI: http://lokaal0.nl 
Template: storefront 
*/

.col-full {
	max-width: 90em;
}

.woocommerce-active .site-header .site-branding {
	float: left;
	width: 33%;
}

.woocommerce-active .site-header .site-search {
	float: left;
	width: 22%;
	padding-top: 0.6em;
}

.woocommerce-active .site-header .site-header-cart {
	margin-top: -0.5em;
}

.woocommerce-active .site-header .main-navigation {
	width: auto;
}
	
#vendor {
	display: block;
	text-align: right;
	background: #000;
	padding: 1em;
}

.vendor-logo {
	max-width: 25%;
	display: inline;
}

.gallery .gallery-item .gallery-icon img {
	padding: 0.5em;
}

.site-footer {
	padding: 1.618em 0 0em;
}

.related.products {
	display: none;
}

.wp-block-button a{
	text-decoration: none !important;
}

@media only screen and (max-width: 400px) {
	.vendor-logo {
		max-width: 100%;
	}

	.metaslider {
		display: none;
	}
}