.sticky-icon  {
	z-index: 1;
	position:fixed;
	top: 34%;
	right:0%;
	width: 59px;
	display:flex;
	flex-direction:column;
	border: 1px solid #cecece;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	}  
.sticky-icon a  {
	transform: translate(0,0px);
	border-radius: 15px 0px 0px 15px;
	text-align:left;
	/* margin:2px; */
	text-decoration:none;
	/* text-transform:uppercase; */
	padding: 13px 10px;
	font-size: 15px;
	/* font-family:'Oswald', sans-serif; */
	transition:all 0.8s;
	font-weight: 400;
	}
.sticky-icon a:hover  {
	color:#FFF;
	/* transform:translate(0px,0px); */
	background: #d1d8ff;
	}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color: #ffffff;
	color:#FFF;
	border-radius: 0 !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
.Youtube  {
	background-color: #ffffff;
	color:#FFF;
	border-top-left-radius: 0 !important;
	}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color: #ffffff;
	color:#FFF;
	border-bottom-left-radius: 0 !important;
	}
	
.Google  {
	background-color: #840a93;
	color:#FFF;
	}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.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;
}
.sticky-icon img {
    width: 27px;
    margin-left: 4px;
    margin-right: 10px;
}