/*
Theme Name: Ocean WP - Le Japonais
Description: Theme enfant du site lejaponais.fr
Author: Arnaud Casas - Fortimelp
Author URI: https://fortimelp.fr
Template: oceanwp
Version: 1.0.0
*/
/*****************Déclaration des polices*****************/

***************Fin Déclaration des polices***************/
/************************Responsive***********************/
/***********************Smartphones***********************/
@media screen and (min-width: 320px) and (max-width: 480px){
	.class{
		
	}
	
	#id{
		
	}
}
/*********************Fin Smartphones*********************/
/*************Smartphones & petites tablettes*************/
@media screen and (min-width: 320px) and (max-width: 768px){
    #menu-catalogue > li > a {
        font-size: 18px;
        padding: 12px 8px;
    }
}
/***********Fin Smartphones & petites tablettes***********/
/************************Tablettes************************/
@media screen and (min-width: 768x) and (max-width: 980px){
	.class{
		
	}
	
	#id{
		
	}
}
/**********************Fin Tablettes**********************/
/************PCs portables et grandes tablettes***********/
@media screen and (min-width: 980px) and (max-width: 1100px){
	.class{
		
	}
	
	#id{
		
	}
}
/**********Fin PCs portables et grandes tablettes*********/
/**********************Ecran standard*********************/
@media screen and (min-width: 1100px) and (max-width: 1405px){
	.class{
		
	}
	
	#id{
		
	}
}
/********************Fin Ecran standard*******************/
/***********************Grand écran***********************/
@media all and (min-width: 1405px){
	.class{
		
	}
	
	#id{
		
	}
}
/*********************Fin Grand écran*********************/
/**********************Fin Responsive*********************/
/**************************Commun*************************/
#mega-menu-item-17084 > a, #mega-menu-item-17949 > a,
#mega-menu-item-17115 > a, #mega-menu-item-17116 > a,
#mega-menu-item-17085 > a, #mega-menu-item-8214 > a{
	align-items: center !important;
	display: flex !important;
    flex-direction: column !important;
	overflow: visible !important;
	position: relative !important;
	padding-bottom: 90px !important; /* espace pour l'image */
}

#mega-menu-item-17084 > a::after{
	background: url('https://www.setomono.fr/wp-content/img/menu/le_japonais_icone_vaisselle_et_ustensiles.png') no-repeat center/contain !important;
}

#mega-menu-item-17949 > a::after{
	background: url('https://www.setomono.fr/wp-content/img/menu/le_japonais_icone_habillement.png') no-repeat center/contain !important;
}

#mega-menu-item-17115 > a::after{
	background: url('https://www.setomono.fr/wp-content/img/menu/le_japonais_icone_mobilier.png') no-repeat center/contain !important;
}

#mega-menu-item-17116 > a::after{
	background: url('https://www.setomono.fr/wp-content/img/menu/le_japonais_icone_objets_divers.png') no-repeat center/contain !important;
}

#mega-menu-item-17085 > a::after{
	background: url('https://www.setomono.fr/wp-content/img/menu/le_japonais_icone_thes.png') no-repeat center/contain !important;
}

#mega-menu-item-8214 > a::after{
	background: url('https://www.setomono.fr/wp-content/img/menu/le_japonais_icone_zen.png') no-repeat center/contain !important;
}


#mega-menu-item-17084 > a::after, #mega-menu-item-17949 > a::after,
#mega-menu-item-17115 > a::after, #mega-menu-item-17116 > a::after,
#mega-menu-item-17085 > a::after, #mega-menu-item-8214 > a::after{
    content: "";
    display: block!important;
	height: 36px!important;
	margin-top: 4px!important;
	min-height: 35px; /* optionnel, pour forcer la hauteur */
    width: 36px!important; /* adapte la taille à ton image */
    padding-bottom: 40px !important; /* augmente la valeur si besoin */
}

.wcmenucart-details.count{
	background-color : #ca181d !important;
}

.wcmenucart-details.count:before{
	border-color : #ca181d !important;
}*/
