

@media (max-width: 767px) {

	.elementor-sticky--active {
		z-index: 950 !important;
	}
	.sln-box--formactions {
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    background: #fff; /**#f2f2f2;**/
	    width: 105%;
	    height: 80px;
	    z-index: 5;
		padding: 10px;
	}

	.sln-box--formactions .pull-right {
		width: 45% !important;
	}


	#sln-salon .sln-total {
	    position: fixed;
	    bottom: 25px;
	    left: 0;
	    background: #fff; /**#f2f2f2;**/
	    width: 105%;
	    padding: 10px 30px;
	    z-index: 5;
	    box-shadow: 0px -4px 9px -3px rgb(129 43 224 / 50%);
	}
}

