form[action='/cart/add'] input[type='submit'],form[action='/cart/add'] button[type='submit']{
z-index: 2;
}

.desktopclass{
	position: fixed;
	top:5px;
	right: 100px;
	width: 150px !important;
}

.defaultmobileclass{
	position: fixed;
	bottom:0px !important;
	width: calc(100%);
	left: 0px !important;
  right:0px !important;
  top: initial !important;
  height: 50px;
}
.stickyheaderdiv{
	background: white none repeat scroll 0% 0%; 
	color: black; 
	position: fixed; 
	top: 0px; 
	z-index: 22; 
	left: 0px; 
	right: 0px; 
	height: 60px; 
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
}
.mobilebackground{
    background-color:white;
	position: fixed;
	bottom:0px;
	width: calc(100%);
	left: 0px;
  	right:0px;
  height: 50px;
}

#PageContainer, .page-container{
 overflow: initial !important; 
}