@media only screen and (max-width: 800px) {

	/** START - PRODUCT PAGE CSS **/
	aside {
		background: #ffffff !important;
		position: fixed !important;
		bottom: 0 !important;
		z-index: 98 !important;
	}
	/** END - PRODUCT PAGE CSS **/

}