@charset "UTF-8";
/* CSS Document */

/*
 Theme Name:   Storefront Child Theme
 description:  A child theme of the Storefront default Woocommerce theme
 Author:       Aladdine
 Template:     storefront
 Version:      1.0.0
*/


body{
	font-family: "Helvetica", "sans-serif"
}


.woocommerce-products-header{
	display: none;
	/*visibility: hidden;*/
}

.col-full {
/*    max-width: 85em;
*/}

.site-search{
	display: none;
}

.site-info{
	color:white;
}
.site-info a{
	color: white !important;
	text-decoration: none;
}

.site-info a:hover{
	text-decoration:underline;
}

.storefront-sorting{
	display:none;
}

.storefront-breadcrumb{
	visibility:hidden;
}

.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{
	float: right;
	margin-right: 0;
}

#colophon{
	background-image: url(http://article15.net/wp-content/uploads/2020/10/banner_fb_001.jpg);
	background-origin: content-box;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

#gtranslate-2{
	display:none !important;
}

.site-info a{
	display: none !important;
}

.additional_information_tab{
	display:none !important;
}
