#footerFloatingPrice {
	/* background-color: rgba(143,40,81,0.8); */
    background-color: rgba(255, 255, 255);
	/* display: block; */
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 2px;
	z-index: 9999;
	/* text-align: center; */
	max-height: 200px;
	font-size: 18px;
    /* padding: 0 auto; */
    color: #494949;
}

#footerFloatingPrice img {
	/*max-width: 99%;*/
}
body {
	/* overflow:hidden; */
	overflow-x: hidden!important;
}
.wrapper {
	/* overflow:hidden; */

	overflow-x: hidden!important;
}