/*! CSS perso TMWW2 */

/* page principale */
#wrapper{background:#F5F5DC!important;}

#header .header-nav{background-color:#F5F5DC!important;}
#header .header-top{background-color:#F5F5DC!important;}
#header .top-menu a[data-depth="0"]:hover {color:yellowgreen;}
.footer-container{background:#F5F5DC;}
#header a:hover {color:red;}

/* page article */
.btn-primary{background-color:#8B4513!important;}
.product-price{color: #8b4513 !important;}
.product-flags li.product-flag{background:#8B4513!important;}
.product-cover img{background:#c7c5c4!important;} /* fond image */
#product-modal .modal-content .modal-body .product-cover-modal{background:#c7c5c4!important;} /* fond image */

/* supprimer "Aucun produit disponible pour le moment" */
#products .page-not-found, #pagenotfound .page-not-found
{
	display: none;
}

/* afficher les images des catégories à la bonne dimension */
.block-category .block-category-inner .category-cover img {
  width: auto;
  max-width:100%;
  height: auto;
}