/*Masquer le cart*/ 
div#et-top-navigation a.et-cart-info { display: none; }

/*WOOCOMMERCE*/

.woocommerce-page #left-area {
padding-right: 0 !important;
width: 100%;
}
.woocommerce-page #sidebar {
display: none;
}
.woocommerce-page #main-content .container::before {
display: none;
}

div.product_meta span.sku_wrapper {
width: 100%;
float: right;
  padding: 15px 0;
font-size: 16px;
}

div.product_meta span.posted_in {
padding: 15px 0;
font-size: 16px;
}

#woo_catalog .modal-footer button {
    width: 220px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.2em;
  text-align: center;
}

mark {
    background-color: transparent;
    color: black;
}

div#left-area ul.products.columns-3 li.product-category {
  height: 380px;
}

@media (min-width: 981px) {
.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: none;
}
}

@media (min-width: 981px) {
.archive.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right: 3.8%;
}
}

/* MENU */
#top-menu li li a {
    width: 200px;
    padding: 6px 15px;
  font-size: 13px;
}