/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 14:21:09 */
/* MASQUER LE TITRE DE L'ONGLET "DESCRIPTION" */
.woocommerce #content div.product .woocommerce-tabs h2 {
display: none !important;
}

/* MASQUER LES ONGLETS DES FICHES PRODUITS */T 
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
/*    display: none; */
}

/* MARGE BASSE DES ONGLETS DES PAGES PRODUITS */
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    /*margin-bottom: 100px;*/
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: none !important;
}

.woocommerce ul.loops-wrapper.products>li.product {
    margin: 0px 10px 0px 10px!important;
}

.woocommerce table.shop_attributes, .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-top: thin solid #CCCCCC !important;
    border-bottom: thin solid #CCCCCC !important;
    text-align: left !important;
  	padding-left: 5px !important;
}

/* IMAGE DES PRODUITS SUR LES PAGES DE CATÉGORIES */
ul.products li.product a:hover .themify_product_second_image {
	display: none !important;
    margin: 0 0 1em !important;
}

/* IMAGE DES FICHES PRODUITS */
.product img {
    border-radius: 0px !important;
    margin-top: 10px !important;
	border: 1px #000000 solid !important;
}
 /* MINIATURES DES FICHES PRODUITS */
.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    width: 100px !important;
	margin-right: 5px !important;
 }

/* NOMBRE DE PRODUITS */
mark {
    background-color: transparent !important;
    color: black !important;
}

/* ENCART DE SÉLECTION DE MODE DE LIVRAISON, LORS DE LA COMMANDE */
.woocommerce .cart-collaterals .cart_totals {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
    text-align: right !important;
    background-color: #FFFFFF !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 3% !important;
}
.woocommerce ul#shipping_method li {
    margin: 0px 0px 20px 0px !important;
}

/* BOUTON AMAZON DES FICHES PRODUITS */
.alignamazon {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* VIGNETTE PROMO SUR LES IMAGES PRODUITS */
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
	border-radius: 0px !important;
	padding: 5px !important;
	margin: 20px 20px 10px 10px !important;
}

/* CSS DE L'EXTENSION WAPC PRICE BY QUANTITY */
.wpcpq-table .wpcpq-row.wpcpq-head, .wpcpq-table .wpcpq-row.wpcpq-foot {
    display: none !important;
}
.wpcpq-table .wpcpq-row {
    padding: 3px !important;
    border-bottom: 0px none transparent !important;
}
.wpcpq-wrap {
	background-color: #FFFFFF !important;
	margin-bottom: 30px !important;
}