.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  //cursor: pointer; /* Add a pointer on hover */
}

.bg-light {
    background-color: #3777f7!important;
	padding-top: 2px;
	padding-bottom: 0px;
}

.storelogo-sidenav-container {
	background-color: white;
	border-radius: 3%;
	overflow: hidden;
	width: 120px;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 8px #a99155;
}

.storelogo-sidenav {
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}

.storelogo-container {
	background-color: white;
	border-radius: 3%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 8px gray;
	position: absolute;
	top: -55px;
	right: -10px;
}

.storelogo {
	width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateX(-50%);
	transform: translateY(-50%);
}

/* loading */
.loader {
	font-size: 50px !important;
	color: #999;
	z-index: 9999999;
	margin-top: 36px;
}

.loader-bg {
	position: fixed; top: 50%; left: 50%;
    width: 150px; height: 140px;
	background-color: #000;
	z-index: 9999998;
	opacity: 0.8;
	text-align: center;
	display: block;
    margin: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	vertical-align: middle;
	border-radius: 5px;
}

.loader-text {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
