/*
Theme Name: Shopico Child
Author: DJMiMi
Theme URI: http://themeforest.net/user/DJMiMi
Author URI: http://themeforest.net/user/DJMiMi
License: GPL 2.0
Template: shopico
License URI: license.txt
Description:  All Purpose WooCommerce Wordpress Theme
Version: 1.2
Tags: light
*/




/* ENLEVER L'ESPACE DE 75 PX AU DESSUS DU CONTENU */
section{
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.page-title{
	background: #ffffff;
	padding: 10px 0px;
	margin-bottom: 0px;
}




/* ENLEVER UNIQUEMENT L'ONGLET AVIS DANS PRODUITS */
div.woocommerce-tabs ul.tabs li.reviews_tab {
    display: none!important;
}
.woocommerce div.product .woocommerce-tabs .panel{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0px;
	display: none!important;
}

/* ENLEVER TOUS LES ONGLETS DE LA PAGE PRODUIT : 
.woocommerce-tabs{
display:none!important;
}
SUPPRIMER CETTE LIGNE ET LA PREMIERE LIGNE GRISE DE CE PARAGRAPHE */



/* CONTOUR GRIS ZONE DE RECHERCHE */
.form-control, .form-control:focus, .form-control:active, .form-control:focus:active{
	border-radius: 0px;
	border: 1px dotted #999;
	background: #f5f5f5;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 13px;
	line-height: 23px;
	color: #555;	
	width: 100%;
	float: none;
}