.socialsharing_product.no-print {
    line-height: 30px;
    margin-bottom: 0;
}
.social-sharing {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #5f5f5f;
    float: left;
    font-family: "poppins";
 font-weight:700;
    font-size: 13px;
    height: 48px;
    letter-spacing: 0;
    line-height: 46px;
    padding-bottom: 0;
    padding-right: 40px;
    padding-top: 0;
    text-transform: capitalize;
}
.social-sharing:first-child {
    margin-left: 0;
}
.social-sharing:last-child {
    margin-right: 0;
}
.socialsharing_product.no-print button {
    border-right: 0 none;
    margin-left: 0 ;
    margin-right: 0;
    width: 25%;
}
.socialsharing_product.no-print button:last-child{
	border-right:1px solid #ccc;
}
.socialsharing_product.no-print {
    width: 100%;
}
@media (max-width: 767px){
	.socialsharing_product.no-print button{
		width:50%;
		margin-top:12px;
	}
	.btn.btn-default.btn-facebook.social-sharing{
		border-right:1px solid #ccc;
	}
}
@media (max-width: 481px){
	.socialsharing_product.no-print button{
		width:100%;
	}
	.btn.btn-default.btn-twitter.social-sharing,.btn.btn-default.btn-google-plus.social-sharing{
		border-right:1px solid #ccc;
	}

}