#st-2.st-right {
  right: -100%;
  transition: all 0.3s;
}

 #st-2.st-right {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  right: 0;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 300px;
  z-index: 94034;
}

#st-2>div {
  clear: right;
  float: right;
}

#st-2 .st-btn.st-first {
  border-top-left-radius: 4px;
}

#st-2 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 50px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0px;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 50px;
  border: none;
  border-radius: 0px;
}

#st-2 .st-btn[data-network='phone'] {
  background-color: rgb(253, 169, 71);
   color: #fff;
}



#st-2 .st-btn>a>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}

#st-2 .st-btn:hover>a>span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}

#st-2 .st-btn[data-network='email'] {
  background-color: #06bfa4;
   color: #fff;
}

#st-2 .st-btn[data-network='whatsapp'] {
  background-color: #34af23;
   color: #fff;
}

#st-2 .st-btn[data-network='wechat'] {
  background-color: #4dda39;
   color: #fff;
}

#st-2 .st-btn[data-network='phone2'] {
  background-color: rgb(26, 154, 241);
   color: #fff;
}

#st-2 .st-btn.st-last {
  border-bottom-left-radius: 4px;
}

#st-2.st-has-labels .st-btn:hover {
  width: 130px;
}

#st-2 .st-btn:hover {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#st-2 svg {
  height: 100%;
  max-height: 100%;
}

.btn-whatsapp {
  background-color: #34af23;
  color: #fff;
}

.btn-whatsapp:hover {
  background-color: #54b763;
  border: 1px solid #54b763;
}

.quick-links .btn-whatsapp::before {
  background-color: #54b763;
  background-position: center center;
  content: "\f232";
  background-repeat: no-repeat;
  background-size: 50% 50%;
  width: 34px;
  height: 100%;
  align-items: center;
  padding-left: 8px;
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
}

.btn-wechat {
  background-color: #4dda39;
  color: #fff;
}

.btn-wechat:hover {
  background-color: #42d658;
  border: 1px solid #42d658;
}

.quick-links .btn-wechat::before {
  background-color: #42d658;
  background-position: center center;
  content: "\f1d7";
  background-repeat: no-repeat;
  background-size: 50% 50%;
  width: 34px;
  height: 100%;
  align-items: center;
  padding-left: 8px;
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
}

.btn {
    padding: 0 22px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border: 0;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}
  .sticky-footer-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  background-color: #fff;
  font-size: 5px;
   z-index:9999999;
}