#wb_side_buttons {
  display: block;
  position: fixed;
  color: #fff;
  top: 45%;
  right: 0;
  z-index: 20;
}
#wb_side_buttons .vertical {
  display: block;
  height: 150px;
}
#wb_side_buttons .horizontal {
  display: block;
}
#wb_side_buttons .vertical a {
  display: block;
  color: #FFF;
  float: none;
  position: absolute;
  width: 150px;
  height: 154px;
  right: -115px;
  line-height: 40px;
  transition: right .5s ease;
  -webkit-transition: right .5s ease;
  -webkit-transition: right .5s ease;
  -moz-transition: right .5s ease;
  -o-transition: right .5s ease;
}
#wb_side_buttons .vertical span.title {
  display: block;
  position: absolute;
  left: -59px;
  top: 58px;
  width: 154px;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#wb_side_buttons .vertical span.info {
  position: absolute;
  left: 45px;
  line-height: 1.5em;
  font-size: 14px;
  top: 10px;
}
#wb_side_buttons .horizontal a {
  display: block;
  color: #FFF;
  float: none;
  position: absolute;
  width: 150px;
  height: 40px;
  line-height: 40px;
  right: -115px;
  transition: right .5s ease;
  -webkit-transition: right .5s ease;
  -webkit-transition: right .5s ease;
  -moz-transition: right .5s ease;
  -o-transition: right .5s ease;
}
#wb_side_buttons a:hover {
  right: 0;
}
#wb_side_buttons a i {
  display: inline-block;
  width: 35px;
  text-align: center;
}
#wb_side_buttons a.wb_sb_shop {
  background: #2866c3;
}
#wb_side_buttons a.wb_sb_top10 {
  background: #a66a12;
}
#wb_side_buttons a.wb_sb_contact {
  background: #ff9900;
}
