/* Change button pour smartphone */
@media screen and (max-width: 700px) {	
	#wide-nav {
		background-color: #FF5DA8;
	}

	.html.header-button-1 .header-button a,
	.html.header-button-2 .header-button a {
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 12px;
		border-color: white;
	}

	.html.header-button-1 .header-button a span,
	.html.header-button-2 .header-button a span {
		color: white;
	}

	.html.header-button-2 .header-button a {
		font-size: 15px;
	}
	
}



.mailjet_widget_front_container input[type='submit']:not(.is-form) {
	background-color: white;
	color: #ff5da8;
}



/* INFINITY SCROLL */
.knis_product-scroll {
	/* max-width: 1080px;
	width: 1080px; */
	margin: 0 auto;
}

.knis_product-scroll #ajax-load-more .css-grid {
	display: inline-grid;
	grid-template-columns: repeat(8, 1fr);
}


@media screen and (max-width: 1000px) {
	

	.knis_product-scroll {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	
	.knis_product-scroll #ajax-load-more .css-grid {
		display: inline-grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button{
	visibility: hidden;
}

#header {
	
	border-bottom: 2px solid #ff5da8;
   
}

/* remove button poursuivre les achats et mettre à jour le panier */
.woocommerce-cart-form__contents .button-continue-shopping, .woocommerce-cart-form__contents .button
{
	visibility: hidden;
}

/* Gestion de l'affichage des produits pour ne pas voir la banière lors de clic sur le BP SHOP */
.knis_product-scroll
{
	min-height : 500px;
}

/* Rendre plus visible le choix du point relais */
.shop_table .mrwp #modaal_link
{
	color: #ff5da8;
	font-weight: bolder;
	text-decoration: underline;
}

/* Button Mondial relay */
#delivery_point_chosen
{
	color: white;
	background-color: #ff5da8;
}

.woocommerce-password-strength, .woocommerce-password-hint
{
	display: none !important;
}