.sticky-icon  {
	z-index:11111;
	position:fixed;
	top:60%;
	right:0%;
	width:200px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px;
	font-size:18px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
    transform: translate(55px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#3b5998;
	color:#FFF;}
	
.Youtube  {
	background-color:green;
	color:#FFF;}
	
.Twitter  {
	background-color:#0077B5;
	color:#FFF;}
	
.Instagram  {
    background: 
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), 
    linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%),
    radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), 
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), 
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), 
    radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), 
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), 
    radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%);

	color:#FFF;}
	
.Google  {
	background-color:blue;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:35px;
	width:35px;
	color:#3b5998;
	text-align:center;
	line-height:35px;
	border-radius:50%;
	margin-right:5px;
	transition:all 0.5s;
	margin-left: 3px;
}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#3b5998;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#c63287;}
	.sticky-icon a i.fa-linkedin {
	background-color:#FFF;
	color:#0077B5;}
	
.sticky-icon a i.fa-whatsapp  {
	background-color:#fff;
	color:green;}
	
.sticky-icon a i.fa-phone  {
	background-color:#fff;
	color:blue;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}
@media (max-width: 480px) {
	.sticky-icon {
		z-index: 11111111;
		position: fixed;
		top: 48%;
		right: 0%;
		width: 200px;
		display: flex;
		flex-direction: column;
	}
}