

/*================ Sticky Bottom ================*/


.sticky--bottom {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 64px;
	background-color: rgba(0, 0, 0, .8);
	z-index: 500
}

.sticky--bottom * {
	margin: 0
}
@media screen and (min-width: 800px)  {
  .sticky--bottom {
	display: none !important;
  }
}
/* sticky btn*/
.sticky--bottom {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	width: 76%;
	height: 64px;
	background-color: rgba(0, 0, 0, .8);
	z-index: 50;
  margin: 0px 0px 0px 0px;

}
 
.sticky--bottom * {
	margin: 0
}

/*@media only screen and (min-width:991px) {
	[class*=sticky--bottom] {
		display: none
	}
}*/