/* -------*--------------------------------------------------------------------------------------------------------
										 Social Sharing 
------------------------------------------------------------------------------------------------------------------- */
.btn.btn-facebook,
.btn.btn-twitter,
.btn.btn-google-plus,
.btn.btn-pinterest {
  border: none;
  margin-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  height: 50px;
  width: 50px; }
  .btn.btn-facebook span,
  .btn.btn-twitter span,
  .btn.btn-google-plus span,
  .btn.btn-pinterest span {
    display: none; }
  .btn.btn-facebook i,
  .btn.btn-twitter i,
  .btn.btn-google-plus i,
  .btn.btn-pinterest i {
    display: none; }

.btn.btn-facebook {
  color: white;
  background-color: #435f9f; }
  .btn.btn-facebook:before {
    color: white; }
  .btn.btn-facebook:hover, .btn.btn-facebook:focus {
    border-color: #435f9f;
    background: #444444; }
    .btn.btn-facebook:hover:before, .btn.btn-facebook:focus:before {
      color: #435f9f; }

.btn.btn-twitter {
  color: white;
  background-color: #00aaf0; }
  .btn.btn-twitter:before {
    color: white; }
  .btn.btn-twitter:hover, .btn.btn-twitter:focus {
    border-color: #00aaf0;
    background: #444444; }
    .btn.btn-twitter:hover:before, .btn.btn-twitter:focus:before {
      color: #00aaf0; }

.btn.btn-google-plus {
  color: white;
  background-color: #e04b34; }
  .btn.btn-google-plus:before {
    color: white; }
  .btn.btn-google-plus:hover, .btn.btn-google-plus:focus {
    border-color: #e04b34;
    background: #444444; }
    .btn.btn-google-plus:hover:before, .btn.btn-google-plus:focus:before {
      color: #e04b34; }

.btn.btn-pinterest {
  color: white;
  background-color: #ce1f21; }
  .btn.btn-pinterest:before {
    color: white; }
  .btn.btn-pinterest:hover, .btn.btn-pinterest:focus {
    border-color: #ce1f21;
    background: #444444; }
    .btn.btn-pinterest:hover:before, .btn.btn-pinterest:focus:before {
      color: #ce1f21; }

.socialsharing_product button {
  margin-bottom: 3px; }

#product .btn.social-sharing {
  background: none;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 5px; }
  #product .btn.social-sharing:before {
    color: #959595;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #product .btn.social-sharing.btn-facebook:hover:before, #product .btn.social-sharing.btn-facebook:focus:before {
    color: #435f9f; }
  #product .btn.social-sharing.btn-twitter:hover:before, #product .btn.social-sharing.btn-twitter:focus:before {
    color: #00aaf0; }
  #product .btn.social-sharing.btn-google-plus:hover:before, #product .btn.social-sharing.btn-google-plus:focus:before {
    color: #e04b34; }
  #product .btn.social-sharing.btn-pinterest:before {
    content: "\f231"; }
  #product .btn.social-sharing.btn-pinterest:hover:before, #product .btn.social-sharing.btn-pinterest:focus:before {
    color: #ce1f21; }
