/* ******* */
/* ******* */
/* ******* */

.share-advice-icon-fixed {
  /* left: 42px; */
  right: 18px;
  /* left: 18px; */
  bottom: 55px;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  position: fixed;
  z-index: 2147483647;
}
.text-advice-fixed {
  display:block;
  filter: flipv fliph;
  -webkit-transform: rotate(92deg);
  -moz-transform: rotate(92deg);
  transform: rotate(92deg);
  position:relative;
  /* width:20px; */
  white-space:nowrap;
  font-size:12px;
  margin-bottom:10px;
  /* left: 20px; */
  /* right: 20px; */
  color:#fff;
  font-size: 18px;
}
.icon-advice-box-fixed {
  margin-top: 3px;
  /* background-color: #36B24A !important; */
  color: #36B24A;
  padding: 0px 12px;
  border-radius: 0.25rem;
  font-size: 30px;
}
.line-advice-box {
  /* color: #36B24A !important; */
  color: #fff !important;
}
.facebook-advice-box {
  /* color: #4462a2 !important; */
  color: #fff !important;
}
.twitter-advice-box {
  /* color: #3290d6 !important; */
  color: #fff !important;
}
.reddit-advice-box {
  /* color: #f43b16 !important; */
  color: #fff !important;
}
.pinterest-advice-box {
  /* color: #dc0021 !important; */
  color: #fff !important;
}
.google-advice-box {
  /* color: #b50c00 !important; */
  color: #fff !important;
}
.google-advice-box:hover,
.pinterest-advice-box:hover,
.reddit-advice-box:hover,
.twitter-advice-box:hover,
.facebook-advice-box:hover,
.line-advice-box:hover {
  font-size: 40px;
}
@media screen and (max-device-width: 580px) and (-webkit-min-device-pixel-ratio: 2){
  footer {
    padding: 25px 0 !important;
    margin-top: 0px !important;
  }
}
