.sticky-icon {
  z-index: 9999;
  position: fixed;
  top: 30%;
  right: 0%;
  width: 175px;
  display: flex;
  flex-direction: column;
}
.sticky-icon a {
  transform: translate(125px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 1px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 4px;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
  transform: rotate(360deg);
}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #1f7bf2;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Whatsaap {
  background-color: #36bc49;
  color: #fff;
}

.Instagram {
  background-color: #ea4552;
  color: #fff;
}

.linkdin {
  background-color: #087bb7;
  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: 10px;
  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;
}
