/*
Theme Name: EASIKLIP
Theme URI: https://www.easiklip.fr
Description: Thème personnalisé pour le site EASIKLIP
Author: EASIKLIP
Author URI: https://www.easiklip.fr
Version: 2.0.0
Text Domain: easiklip
Template: hello-elementor
*/

/* Ajoutez vos styles personnalisés ici */
.boutons-menus:hover {
	font-weight:bold !important;
	text-decoration:underline !important;
}
.woocommerce-breadcrumb {
	margin:0px 0px 0px 0px !important;
}
/* --- 1. Style par défaut (Ordinateurs et Tablettes larges) --- */
p.product-title {
    margin: 0px 0px 10px 0px !important;
    font-size: 18px;
    line-height: 1.2em;
}

/* --- 2. Style pour TÉLÉPHONES (Écrans inférieurs à 768px) --- */
@media only screen and (max-width: 768px) {
    p.product-title {
        font-size: 15px !important;   
        line-height: 1.1em !important;
        margin: 0px 0px 5px 0px !important; 
    }
}
p.price {
	margin-bottom:0px !important;
}

table td {
	vertical-align:middle !important;
}
table th {
	vertical-align: middle !important;
}
#price_calculator input {
    text-align: right !important;
    padding: 0 5px 0 5px;
}
table#price_calculator {
	margin: 0px !important;
	border: solid 1px #e0e0e0;
	background-color: #f8f8f8 !important;
}

/* Désactiver l'alternance de couleurs des tableaux (Hello Elementor) */

.elementor table td,
.elementor table th {
  background: none !important;
  background-color: transparent !important;
}

tr.price-table-row.calculated-price {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	border-top: 1px solid #e0e0e0;
}
tr.price-table-row.total-amount {
	font-weight: 700 !important;
}
span.wc-measurement-price-calculator-input-help {
	display:none !important;
}
.qib-button-wrapper {
	margin: 0px !important;
}
div.woocommerce-variation-price {
	background-color: #f8f8f8;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 10px;
}
table.variations {
	background-color: #f8f8f8;
	border-top: 1px solid #e0e0e0 !important;
	border-left: 1px solid #e0e0e0 !important;
	border-right: 1px solid #e0e0e0 !important;
	margin-bottom: 0px !important;
	text-align: left !important;
}
a.reset_variations {
	display:none !important;
}
button.single_add_to_cart_button.button.alt {
	background-color:green; !important;
}
select {
	padding:3px !important;
}
#price_calculator td {
	padding:10px !important;
}

th.woocommerce-product-attributes-item__label {
	padding-left:10px !important;
	padding-right:10px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.woocommerce table.shop_attributes th {
    width: 30%;
	height:40px;
	background-color: #f8f8f8 !important;
	color: #502311;
	text-align: left;
	    border-bottom: 1px solid #e0e0e0;
    font-weight: 700;
    border-top: 0;
    margin: 0;
    line-height: 1.5;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    padding-left: 10px;
	background-color: white !important;
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    line-height: 1.5;
}
.woocommerce table.shop_attributes {
    margin-bottom: 0px;
    width: 100%;
	border-top: 1px solid #e0e0e0;
}
div.woocommerce-product-gallery {
	margin-bottom: 5px !important;
}

a.add-request-quote-button.button {
	margin:0px !important;
	padding: 10px 10px 10px 10px !important;
	color:white !important;
	font-weight:700 !important;
}
input.jet-engine-meta-wrap {
	width:100% !important;
}
#fkcart-floating-toggler {
	display:none;
}
#menu-nouveautes {
	color: #59a9ea;
	font-weight:bolder;
}
#menu-promotions {
	color: green !important;
	font-weight:bolder;
}
#menu-destockage {
	color: orange !important;
	font-weight:bolder;
}
.elementor-menu-cart__main {
	width:500px !important;
}
/* Cacher le bouton ajouter au panier sur les archives */
.woocommerce ul.products li.product .button {
    display: none !important;
}
div.qib-container {
	display:flex !important;
}
button.single_add_to_cart_button.button {
	margin:0px !important;
}