.sn-social-support {
  position: fixed;
  z-index: 1040;
}
.sn-social-support.sp-left {
  left: 24px;
  bottom: 25px;
}
.sn-social-support.sp-right {
  right: 29px;
  bottom: 100px;
}
.sn-social-support > div + div {
  margin-top: 10px;
}
.sn-social-support a:hover,
.sn-social-support a:focus {
  text-decoration: none;
}
.sn-social-support a.sp-icon {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  line-height: 46px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.sn-social-support a.sp-icon:before {
  font-size: 32px;
}
.sn-social-support [class*='fa-facebook-messenger'],
.sn-social-support a:hover[class*='fa-facebook-messenger'],
.sn-social-support a:focus[class*='fa-facebook-messenger'] {
  background-color: #0078ff;
}
.sn-social-support [class*='fa-whatsapp'],
.sn-social-support a:hover[class*='fa-whatsapp'],
.sn-social-support a:focus[class*='fa-whatsapp'] {
  background-color: #00e676;
}
.sn-social-support [class*='fa-skype'],
.sn-social-support a:hover[class*='fa-skype'],
.sn-social-support a:focus[class*='fa-skype'] {
  background-color: #12a5f4;
}
@media (max-width: 767px) {
  .sn-social-support.sp-left {
    left: 12px;
  }
  body.product-product .sn-social-support.sp-left {
    bottom: 60px;
  }
  .sn-social-support.sp-right {
    right: 32px;
    bottom: 170px;
  }
  .sn-social-support a.sp-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sn-social-support a.sp-icon:before {
    font-size: 28px;
  }
}
/* Contact Page Buttons */
.contact-button {
  margin-top: 10px;
}
.contact-button li {
  margin-bottom: 10px;
}
.contact-button .btn {
  color: #fff !important;
}
.contact-button .btn-facebook {
  background-color: #0866ff !important;
  border-color: #2c416f !important;
  background-position: 0;
  background-image: none;
}
.contact-button .btn-facebook:hover,
.contact-button .btn-facebook:focus {
  background-color: #2b406d !important;
  border-color: #1d2a48 !important;
}
.contact-button .btn-whatsapp {
  background-color: #00e676 !important;
  border-color: #01b55d !important;
  background-position: 0;
  background-image: none;
}
.contact-button .btn-whatsapp:hover,
.contact-button .btn-whatsapp:focus {
  background-color: #01a957 !important;
  border-color: #00964d !important;
}
.contact-button .btn-skype {
  background-color: #12a5f4 !important;
  border-color: #0e7ab5 !important;
  background-position: 0;
  background-image: none;
}
.contact-button .btn-skype:hover,
.contact-button .btn-skype:focus {
  background-color: #0e78b1 !important;
  border-color: #0a557d !important;
}
