.socialsharing_product button {
	margin-bottom: 3px;
	width:30px;
	height:30px;
	padding: 6px 0;
	 float: left;
    border-right: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.socialsharing_product button:hover {
	background:#d9d9d9;
	border-color:#d9d9d9;
}
.socialsharing_product button:hover .cls-soc {
	fill:#fff;
}
.socialsharing_product button.btn-twitter{
	 border-right: 1px solid #d9d9d9!important;
	 }
.socialsharing_product button.btn-twitter svg,
.socialsharing_product button.btn-google-plus svg{
	margin-left:1px;
	 }
.socialsharing_product .txtsocial{
	float:left;
	font-size: 14px;
    color: #8c8c8c;
	margin:7px 15px 0 0;
	font-family: "trumpsoftpro", sans-serif;
    letter-spacing: 1px;
	}