/*logo recaptcha v3 caché*/
.grecaptcha-badge { 
    display: none!important; 
} 

/*cache les infos de page dans la recherche*/
.search-result-item .search-loop-meta {
    display: none;
}

/*Display none des nombre de produits par catégorie */
.widget_product_categories span.count {
    display: none;
}
/*largeur des cases de selection du format de partition*/
select#pa_format-de-partition {
    width: 300px;
}

/*suppression sous titre*/
.page-subtitle {
    display: none;
}

/*texte liste produit*/
.caption,
.cat-item a {
    text-transform: none;
}


.term-description {
    text-transform: uppercase!important;
}
/* finsous titre en majuscule, pour la boutique*/

.mk-header-toolbar {
text-transform: uppercase;
text-align: right;
}

/*cache la séléction de la langue dans la top bar, bug jupiter*/
.mk-language-nav {
	display: none;
}

/*radius 4% dans woocommerce*/
.single_add_to_cart_button {
    border-radius: 4px;
}

a.checkout-button.button.alt.wc-forward {
	    border-radius: 4px;
}

button#place_order {
	    border-radius: 4px;
}

button.button  {
	    border-radius: 4px;
}

a.button.wc-backward   {
	    border-radius: 4px;
}

/* fin radius 4% dans woocommerce*/

/*texte produit en majuscule*/
ul.product-categories {
    text-transform: uppercase!important;
}

/*sidebar de la page produit*/
/*affichage du bouton*/
button#qc-sideb-produit {
    background-color: #4b6946!important;
    border-radius: 4px;
    padding: 10px;
    border: 0px solid #4b6946!important;
    color: #ffffff;
    font-weight: 500;
}
button#qc-sideb-produit:hover {
    background-color: #252525!important;
    border-radius: 4px;
    padding: 10px;
    border: 0px solid #252525!important;
    color: #ffffff;
    font-weight: 500;
}
/*correction du padding en mobile*/
@media handheld, only screen and (max-width: 960px){
.theme-page-wrapper #mk-sidebar {
    padding: 0 0 0 20px!important;
    width: 95% !important;
	}
}
/*affichage de la boite grise*/
#mk-sidebar, #mk-sidebar p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
		background-color: #F7F7F7;
}
section#custom_html-6, section#custom_html-7 {
    margin-bottom: 10px;
}

/* fin de sidebar de la page produit*/

/* Cacher le page prealoader qui cache les resultats du filtre Yith */
.woocommerce-shop .mk-body-loader-overlay
{
	display: none !important;	
}

.filter-content .filter-item a
{
	margin: 0px !important;
}