/* Cache les référence au panier */
.mini-cart-link {
    display: none !important;
}

.mobile-cart {
    display: none !important;
}

@media (max-width: 767px)
{
    .mobile-cart {
        display: none !important;
    }
}
/* FIn */

/* Cache le champs de recherche */
.menu-item-search {
		display: none !important;
}

.header-container {
	top: 10px !important;
	background-color: #fafafa !important;
}

.sticky-header.sticky {
	background-color: grey !important;
}

/* Agrandissement des titres de pages */
#page-title h1 {
	font-size: 2.2em !important;
} 

#page-title {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/* FIn */

/* Cache le systeme de notation des produits */
.star-rating {
	display: none !important;
}

.woocommerce-loop-category__title {
	font-weight: bold !important;
	font-family: sans-serif !important;
}


.product_meta {
	display: none !important;
}

.woocommerce-product-details__short-description {
	background-color: #f8f9fa9c !important;
	padding: 5px !important;
}

/* Customize le tableau de caractéristiques d'un produit */
.woocommerce-Tabs-panel--description table {
	border-collapse: collapse !important;
	width: 60% !important;
	margin: 0 auto !important;
}

.woocommerce-Tabs-panel--description table th,
.woocommerce-Tabs-panel--description table td {
	  border: 2px solid #ddd !important;
  padding: 4px !important;
}

.woocommerce-Tabs-panel--description table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.woocommerce-Tabs-panel--description table td {
	text-align: center !important;
}
/* fin */

/* Mise en gras des catégories dans le menu latéral sur la page produit */
.product-categories > li > a {
	font-weight: bold !important;
}

/* Informations ajoutées au header */
.expressInfosHeader {
    position: absolute;
    font-size: 1.2em;
    font-family: Roboto;
    top: 0;
    right: 0;
    color: #ffffff;
    width: 191px;
    height: 42px;
    background-color: #b3b3b3;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
}

@media (max-width: 768px) {
	.expressInfosHeader {
		display: none;
	}
}
/* Fin */