/*
 Theme Name:   Mangastory
 Description:  Mangastory Child Theme
 Author:       Creano
 Author URI:   https://creano.paris
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  Mangastory
*/

.wpcf7-submit:hover {
	background-color: rgb(244,228,85) !important;
	color: #fff;
}

.price .amount {
	border: 1px solid #f8e700;
	padding: 6px 10px;
	border-radius: 20px;
	color: #222;
	font-weight: 200; 
}

del .amount {
	border-radius: 0 !important;
	border: none !important;
	color: #aaa !important;
}

.wd-product :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
	margin-block: 2px !important;
}

.mon-menu img {
  width: auto !important; /* Fallback pour Safari */
  width: var(--nav-img-width) !important; /* Utilisé si la variable est définie */
}


