@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Acme|Anton|Cairo|Days+One|Open+Sans|Oswald|Quicksand|Staatliches|Ubuntu&display=swap');
body
{
	margin: 0;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
} 


#lockerm 
{
	
	margin-left: 29px;
	width: 316px;
	overflow: hidden;		
	display: block;
}


#contentm
{
	width: 100%;
	height: 100%;
scrollbar-width: none;
}


#content_bodym
{
		scrollbar-width: none;
	margin-top: 110px;
	height: 548px;
	text-align: center;
	background-color: #f7f7f7;
	-webkit-box-shadow: inset 0px 10px 17px -6px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 17px -6px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 17px -6px rgba(0,0,0,0.75);
}

#content_footerm
{
	height: 50px;
	background: #01317d;
	background: linear-gradient(180deg, #01317d 3%, #03479a 100%);
	color: #fff;
	-webkit-border-bottom-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-bottomleft: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
	
}


#tab_listm
{
	scrollbar-width: none;
	width: 100%;
	margin: 0 auto;
	min-height: 130px;
	height: 100%;
	overflow-y: scroll;
	background: none;
	margin-top: 10px;
} 
#tab_singlem
{
text-align: left;
	width: 100%;
	background: none;
	padding: 20px 10px 1px 10px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
	position: relative;
} 

 
 #tab_listm::-webkit-scrollbar-track
{
	display: none;
}

#tab_listm::-webkit-scrollbar
{
	display: none;
}

#tab_listm::-webkit-scrollbar-thumb
{
	display: none;
}
 
 
#mptitle
 {
	line-height: 45px; 
 }
#mpopis
 {
	line-height: 25px; 
 } 
.locker_image
{
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
float: left;
margin: 5px 10px 5px 10px;
width: 80%;
border-radius: 15px;
}

#tab_singlem:hover
{
	background: #4468f7;
	background: linear-gradient(90deg, #4468f7 3%, rgba(9,9,121,0) 100%);

}
.locker_col1
{
	float: left;
	width: 20%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.locker_col2
{
	padding: 0px 0px 0px 10px;
	float: left;
	width: 80%;
}
.offer_titlem
{
	margin-bottom: 3px;
	color: #000;
	font-size: 16px;
	font-family: Days One;
}
.offer_descm
{
	margin-bottom: 0px;
	color: #000;
	line-height: 1em;
	font-size: 14px;
	font-family: Open Sans;	
}




@media (max-width: 756px)
{

#lockerm 
{

	margin-left: 25px;
	width: 280px;
	overflow: hidden;		
	display: block;
}	
	#content_bodym
{
	margin-top: 100px;
	height: 476px;
}
	
}	


