/* -------*--------------------------------------------------------------------------------------------------------
										 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: 40px;
  width: 40px;
  background: none;
  font-size: 26px;
  line-height: 40px;
  text-align: center; }
  .btn.btn-facebook:before,
  .btn.btn-twitter:before,
  .btn.btn-google-plus:before,
  .btn.btn-pinterest:before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #222222; }
  .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:hover:before, .btn.btn-facebook:focus:before {
  color: #435f9f; }

.btn.btn-twitter:hover:before, .btn.btn-twitter:focus:before {
  color: #00aaf0; }

.btn.btn-google-plus:hover:before, .btn.btn-google-plus:focus:before {
  color: #e04b34; }

.btn.btn-pinterest:hover:before, .btn.btn-pinterest:focus:before {
  color: #ce1f21; }

.socialsharing_product button {
  margin-bottom: 3px; }
