.storefront-product-sharing {
clear: both; }
.storefront-product-sharing ul {
margin-left: 0; }
.storefront-product-sharing ul li {
list-style: none; }
.storefront-product-sharing ul li a:before {
font-family: "FontAwesome";
font-weight: 400;
margin-right: 1em; }
.storefront-product-sharing ul li.facebook a:before {
content: "\f230";
color: #3b5998; }
.storefront-product-sharing ul li.twitter a:before {
content: "\f081";
color: #00aced; }
.storefront-product-sharing ul li.pinterest a:before {
content: "\f0d3";
color: #cb2027; }
.storefront-product-sharing ul li.email a:before {
content: "\f199"; }
.storefront-2-3 .storefront-product-sharing ul li a:before {
font-family: "Font Awesome 5 Brands"; }
.storefront-2-3 .storefront-product-sharing ul li.facebook a:before {
content: "\f09a"; }
.storefront-2-3 .storefront-product-sharing ul li.twitter a:before {
content: "\f099"; }
.storefront-2-3 .storefront-product-sharing ul li.pinterest a:before {
content: "\f0d2"; }
.storefront-2-3 .storefront-product-sharing ul li.email a:before {
font-weight: 900;
font-family: "Font Awesome 5 Free";
content: "\f0e0"; }
@media screen and (min-width: 768px) {
.storefront-product-sharing {
padding: 1.618em 0; }
.storefront-product-sharing ul {
margin: 0; }
.storefront-product-sharing ul::before, .storefront-product-sharing ul::after {
content: '';
display: table; }
.storefront-product-sharing ul::after {
clear: both; }
.storefront-product-sharing ul li {
width: 25%;
float: left;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.05); }
.storefront-product-sharing ul li:last-child {
border-right: 0; }
.storefront-product-sharing ul li a {
display: block; }
.storefront-product-sharing ul li a:before {
display: block;
margin: 0 auto .007em;
font-size: 2.618em;
transition: all, ease, .2s; }
.storefront-product-sharing ul li a:hover:before {
transform: translateY(-0.236em); } }