.socialsharing_product {
	text-align: center;
}
.socialsharing_product button {
	margin-bottom: 3px;
/*	padding: 32px 8px; */ /* circulo */
	padding: 12px 8px 6px;
/*	border-radius: 48px; */ /* circulo */
	border-radius: 10px;
	border-color: transparent;
	width: 84px;
	color: #333;
}
.socialsharing_product button.btn-twitter{
/*	padding: 32px 18px; */ /* circulo */
/*	padding: 12px 18px; */
}
.social-sharing {
/*	background: #fff; */
/*	background: #202931; */
	background: transparent;
/*	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FFF), to(#888));
	background-image: -webkit-linear-gradient(top, #FFF, 0%, #888, 100%);
	background-image: -moz-linear-gradient(top, #FFF 0%, #888 100%);
	background-image: linear-gradient(to bottom, #FFF 0%,#888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#888', GradientType=0); */
}
.socialsharing_product button span {
	display: block;
}
.socialsharing {
	text-align: center;
}
.socialsharing {
	display: none;
}
@media (min-width: 1200px) {
.socialsharing {
	display: none;
}
}

/* ATENCION: hay otros tags en global.css que afectan a los botones de social sharing 
 .btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
	.btn-facebook i / .btn-facebook:hover / .btn-facebook:hover i (y resto de redes sociales) */