<style type="text/css">
#back-top {
				position: fixed;
				bottom: 30px;
				right: 20px;
				border-radius: 10px;
				width: 50px;
				height: 50px;
				background: rgba(255, 68, 68);
				text-align: center;
				cursor: pointer;
				z-index: 3; 
			}

.sticky {
		position: -webkit-sticky;
		position:fixed;
		z-index: 999;
		font-size: 1.5rem;
}

.sticky .valuet{
		
		position: absolute;
		top: : 40px;
		left:5px;
		border: 3px solid rgb(70,70,70);
		border-radius: 10px;
		height: auto;
		width: auto;
		background-color: rgb(70,70,70);
		
		padding: 5px;
		font-weight: bold;
		font-size: 12px;
		color: rgb(255,255,0);
		vertical-align: middle;
		text-align: center;
		box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}
.sticky .facebook{
		
		position: absolute;
		top: 100px;
		left:5px;
		border: 3px solid rgb(70,70,70);
		border-radius: 10px;
		height: auto;
		width: auto;
		background-color: rgb(70,70,70);
		
		padding: 0px;
		font-weight: bold;
		font-size: 12px;
		color: rgb(255,255,0);
		vertical-align: middle;
		text-align: center;
		box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}
.sticky .basket{
		position: absolute;
		top : 1700px;
		left:5px;
		border: 3px solid rgb(70,70,70);
		border-radius: 30px;
		height: auto;
		width: auto;
		background-color: rgb(70,70,70);
		
		padding: 0px;
		font-weight: bold;
		font-size: 12px;
		color: rgb(255,255,0);
		vertical-align: middle;
		text-align: center;
		box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
}



</style>