/*
Theme Name: TN web
Description: Child theme for Hello elementor
Author: Teddy Ninet
Template: hello-elementor
Version: 1.0
*/


a#elementor-menu-cart__toggle_button{
	border: none!important;
}

.elementor-menu-cart__toggle, .elementor-menu-cart__wrapper{
	display: flex!important;
}




/******************************** Salons *********************************/

.salons_container {
    display: flex;
    gap: 5%;
    justify-content: center;
}

.salon-card{
	text-align: center;
}

.salon-image{
	text-align: center;
}

.salon-image img{
	width: 60%;
}

/*************************************************************************/