/*
Theme Name:     Wootique Child

Description:    Thème enfant pour le thème Wootique
Author:         Geo

Template:       wootique                             

*/

@import url("../wootique/style.css");


/*bannière alignée à gauche*/
#logo  { float:left; margin-left:0px; }

/*étaler catalogue en pleine page*/
#main{width:880px; }

/*#sidebar{display: none;}*/

/*définit taille fiche article: pour en avoir 4 par ligne faire width 21.2% */
ul.products li {width:16.2%; float: left; list-style: none; position: align; margin-right:3.8%; text-align: center; margin-bottom:1em; }

/*#content{ width:880px; padding:50px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  }*/

#content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 2px;
    width: 880px;
}
.single-product .product .images img { width:400px; height: auto; padding: 9px; border:1px solid #e6e6e6; margin-bottom:12px; }
.single-product .product .summary { width:400px; float:right; }
.single-product .product {margin-top: 50px}


.single-product .product .images .thumbnails img {
    border: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 8px;
    margin-right: 3.8%;
    padding: 9px;
	width: 100px;
    }
	
#tab-additional_information{ display:none; }

.woocommerce .woocommerce_result_count, .woocommerce .woocommerce-result-count { display:none; }

#tabs ul.tabs li a, .woocommerce_tabs ul.tabs li a, .woocommerce-tabs ul.tabs li a { display:none; }

.single-product .product .summary .price { font-size:2.5em; }

/*#search-top .searchform { display:none; )*/

ul.products li a h3 {
    display: block;
    font-size: 1em;
    padding-top: 0;
	}
body {
    color: #000;
    }
	
/*Hauteur des fiches produit dans le catalogue pour éviter zone blanche a cause d'un titre trop long*/
ul.products li {
min-height: 270px;
}

#navigation {
	width: 980px;
	padding: 0;
	}
	
.woocommerce .woocommerce_ordering, .woocommerce .woocommerce-ordering {margin-top: 20px; margin-bottom: 20px; } /*avant: 20*/
#content h1:first-child { display:none; }
ul.products {margin-top: 30px; } /*avant: 70*/

div.woocommerce{ margin-top: 20px; } /*avant: 10*/

#footer-widgets {padding: 5px;}

/*marge entre bannière et searchbox*/
#search-top .searchform {position: relative; margin-top:40px; margin-right:0px;}

/*couleur du slider*/
/*#featured-products {
    background: url("images/featured-products.png") repeat scroll 0 0 #e0e0e0; }/*
	
/*hauteur du slider*/
#featured-products.fp-slider {
	height:230px; }

/*taille du cadre autour du produit dans le flipper*/
#featured-products ul.featured-products li.flipper .front {
	height: 150px; }
#featured-products ul.featured-products li.flipper .back {
	height: 140px; }
	
/*couleur du slider*/
#featured-products {
    background: url("images/featured-products.png") repeat scroll 0 0 #e0e0e0; }

/*cadre autour du texte feautured products (rare & collectors)*/
#featured-products h2 {
	background: url("images/featured-products.png") repeat scroll 0 0 #e0e0e0;
    border-bottom: 0px solid #ccc;
    border-radius: 0 0 3px;
    border-right: 0px solid #ccc;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0/*.024*/);
    float: left;
    margin-bottom: 0.437em;
    margin-left: -50px;
    margin-top: -51px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0.437em;
}

.single-product .product .product_meta {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6, .site-title {
    line-height: 1.5em;
   }

#logo img {
    padding: 1.143em 0 0;
}
#search-top input.field {
	width: 320px; }

#navigation {
    margin-top: 10px; }

a.checkout-link {
    display: none;
}

.nav {
    line-height: 1.7;
    }

li#menu-item-2005.menu-item.menu-item-type-custom.menu-item-object-custom.social-icon.facebook.menu-item-2005 a {
line-height: 0.6;
font-size: 12px;
color: #fff !important;
background-color: rgba(0, 0, 0, 0.3);
}

li#menu-item-2005.menu-item.menu-item-type-custom.menu-item-object-custom.social-icon.facebook.menu-item-2005 a:hover {
line-height: 0.6;
font-size: 12px;
color: #fff !important;
background-color: #3B5999;
}

li#menu-item-2051.menu-item.menu-item-type-custom.menu-item-object-custom.social-icon.instagram.menu-item-2051 a {
line-height: 0.6;
font-size: 12px;
color: #fff !important;
background-color: rgba(0, 0, 0, 0.3);
}

li#menu-item-2051.menu-item.menu-item-type-custom.menu-item-object-custom.social-icon.instagram.menu-item-2051 a:hover {
line-height: 0.6;
font-size: 12px;
color: #fff !important;
background-color: #3f729b;
}

li#menu-item-12172.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-12172 a {
color: #fff !important;
background-color: #FF3D3D;
}

li#menu-item-12172.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-12172 a:hover {
color: #1F1F1F !important;
background-color: #fff;
}

/* hide SKU on product meta section */
.product_meta .sku_wrapper {
display:none;
}