.woocommerce div.product .entry-share {
	display: block;
	margin-top: 70px;
	text-align: center;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.woocommerce div.product .entry-share ul {
	float: none;
}
.woocommerce div.product .entry-share ul li {
	display: inline-block;
	float: none;
	width: 24%;
	padding: 20px 30px;
	border-style: solid;
	border-color: #e9e9e9;
	border-right-width: 1px;
}
.woocommerce div.product .entry-share ul li:last-child {
	border-right: 0;
}
.woocommerce div.product .entry-share ul li a {
	font-size: 13px;
	line-height: 1.5;
	display: block;
	width: auto;
	height: auto;
	margin: 0 !important;
	border: 0;
	border-radius: 0;
}
.woocommerce div.product .entry-share ul li a .fa {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	vertical-align: middle;
	color: #fff;
	border-radius: 50%;
	background-color: #333;
}
.woocommerce div.product .entry-share ul li a .product-share-text {
	display: inline-block;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 0 0 0 10px;
	vertical-align: middle;
}
.woocommerce div.product .entry-share ul li.twitter a:hover {
	color: #00aced;
}
.woocommerce div.product .entry-share ul li.twitter a:hover .fa {
	background-color: #00aced;
}
.woocommerce div.product .entry-share ul li.facebook a:hover {
	color: #3b5998;
}
.woocommerce div.product .entry-share ul li.facebook a:hover .fa {
	background-color: #3b5998;
}
.woocommerce div.product .entry-share ul li.pinterest a:hover {
	color: #cb2027;
}
.woocommerce div.product .entry-share ul li.pinterest a:hover .fa {
	background-color: #cb2027;
}
.woocommerce div.product .entry-share ul li.email a:hover {
	color: #3fc387;
}
.woocommerce div.product .entry-share ul li.email a:hover .fa {
	background-color: #3fc387;
}

.content-full-width.woocommerce div.product .entry-share ul li a .product-share-text,
.content-full-screen.woocommerce div.product .entry-share ul li a .product-share-text {
	width: -webkit-calc(80% - 50px);
	width: calc(80% - 50px);
}

/*------------------------------------*
	Responsive
*------------------------------------*/
@media only screen and (max-width: 1280px) {
	.woocommerce div.product .entry-share ul li {
		padding: 20px 12px;
	}
	.woocommerce div.product .entry-share ul li a .fa {
		display: block;
		margin: 0 auto 12px auto;
	}
	.woocommerce div.product .entry-share ul li a .product-share-text {
		display: block;
		width: auto;
		padding: 0;
	}
}

/*------------------------------------*
	Phone Portrait and Landscape
*------------------------------------*/
@media only screen and (max-width: 767px) {
	.woocommerce div.product .entry-share ul li {
		width: 100%;
		padding: 20px 0;
		border-right-width: 0;
		border-bottom-width: 1px;
		border-left-width: 0;
	}
	.woocommerce div.product .entry-share ul li:last-child {
		border-bottom-width: 0;
	}
	.woocommerce div.product .entry-share ul li a {
		display: inline-block;
	}
}
