/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.0.2
*/
.products .product-type-3 .product-cart a.button {
	font-size: 12px !important;
    width: 160px !important;
	padding-left: 0px !important;
}
.products .product-type-3 .product-cart a.button::before {
	position: absolute !important;
    right: 19px !important;
}
.orderon-whatsapp, .shipping-notice.text-center.bg-slate-50 {
	display: none !important;
}
.cart-widget-side .shipping-notice.text-center {
	display:none !important;
}
.footer-widgets .footer-contact ul li .contact-icon {
    width: 25px; /* Ajuste la taille selon tes besoins */
    height: 25px;
    background-image: url('https://www.makolet-mulhouse.fr/wp-content/uploads/2025/02/phone-call-svgrepo-com.svg');
    background-size: contain; /* Ajuste la taille de l'image */
    background-repeat: no-repeat;
    background-position: center;
}
.footer-widgets .footer-contact ul li .contact-icon.envelope-svg {
    background-image: url('https://www.makolet-mulhouse.fr/wp-content/uploads/2025/02/envelope-svgrepo-com.svg');
}

.product .thumbnail-wrapper, .product-thumbnail .product-box-image-zoom {
	height: 200px;
}
#main .woocommerce-breadcrumb {
	display:none;
}
/* page login woocommerce 
 * masquer l'option register
 * */
.site-login .site-login-inner .site-login-overflow #switch-to-content-form-registration {
	display:none !important;
}
.site-login .site-login-inner .site-login-overflow #customer_login .register-form{
	display: none !important;
}
/* page fiche produit afficher le menu fixe*/
@media (max-width: 1199px) {
	.klb-mobile-bottom.site-mobile-navbar {
		display:block !important;
	}
}