/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.social-sharing {
  background-color: transparent;
  border: 2px solid;
  display: inline-block;
  font-size: 18px;
  height: 48px;
  line-height: 44px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 48px;
  border-radius: 50%;
  outline: none; }
  .social-sharing:not(:last-child) {
    margin-right: 6px; }
  .social-sharing.btn-facebook {
    color: #3b5998; }
    .social-sharing.btn-facebook:hover {
      color: #ffffff;
      background-color: #3b5998;
      border-color: #3b5998; }
  .social-sharing.btn-twitter {
    color: #00CEF7; }
    .social-sharing.btn-twitter:hover {
      color: #ffffff;
      background-color: #00CEF7;
      border-color: #00CEF7; }
  .social-sharing.btn-google-plus {
    color: #BE3308; }
    .social-sharing.btn-google-plus:hover {
      color: #ffffff;
      background-color: #BE3308;
      border-color: #BE3308; }
  .social-sharing.btn-pinterest {
    color: #CE1D1F; }
    .social-sharing.btn-pinterest:hover {
      color: #ffffff;
      background-color: #CE1D1F;
      border-color: #CE1D1F; }

.socialsharing_product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#social-share-compare .social-sharing {
  margin-bottom: 6px; }

@media (max-width: 480px) {
  .social-sharing {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 34px; } }

/*# sourceMappingURL=socialsharing.css.map */
