div.wc_ss_btns
{
padding: 15px;
clear: both;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.wc_ss_btns_hidden {
display: none;
}
span.wc_ss_btns_flex
{
display: flex;
flex: 1;
}
div.wc_ss_btns.default-theme 
{
border: 1px solid rgba(0, 0, 0, 0.05); 
padding: 0 15px 0 0; 
margin: 15px 0;
}
div.wc_ss_btns:before,
div.wc_ss_btns:after
{
display: table;
content: "";
clear: both;
}
div.wc_ss_btns > ul {
padding: 0;
margin: 0;
list-style: none;
}
div.wc_ss_btns > ul > li
{
width: 32px;
float: left;
text-align: center;
border-right: none;
line-height: 2;
}
div.wc_ss_btns > span {
font-size: 12px;
float: right;
text-align: right;
}
div.wc_ss_btns > ul > li > a 
{
display: block;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
transition: none;
}
div.wc_ss_btns > ul > li > a:hover,
div.wc_ss_btns > ul > li > a:focus,
div.wc_ss_btns > ul > li > a:active {
-webkit-box-shadow: none;
box-shadow: none;
transition: none;
}
div.wc_ss_btns > ul > li.more
{
position: relative;
}
div.wc_ss_btns > ul > li.more > a
{
background-color: #ddd;
color: #555;
}
div.wc_ss_btns:not(.wc_ss_btns_float) > ul > li.more > a {
height: 42px;
}
div.wc_ss_btns > ul > li.more > a:hover
{
color: #555;
background-color: #ccc;
}
div.wc_ss_btns > ul > li.facebook > a {
color: rgb(59, 89, 152);
}
div.wc_ss_btns > ul > li.twitter > a {
color: rgb(0, 182, 241);
}
div.wc_ss_btns > ul > li.google > a {
color: rgb(223, 74, 50);
}
div.wc_ss_btns > ul > li.linkedin > a {
color: rgb(0, 123, 182);
}
div.wc_ss_btns > ul > li.pinterest > a {
color: rgb(203, 32, 39);
}
div.wc_ss_btns > ul > li.email > a {
color: rgb(244, 0, 131);
}
div.wc_ss_btns > ul > li.reddit > a {
color: rgb(51,51,51);
}
div.wc_ss_btns > ul > li.delicious > a {
color: rgb(51,153,255);
line-height: 2;
}
div.wc_ss_btns > ul > li.delicious > i {
font-size: 16px;
}
div.wc_ss_btns > ul > li > a > i
{
transition: all 0.20s ease-in-out;
font-size: 16px;
}
div.wc_ss_btns > ul > li > a:hover
{
background-color: rgba(0, 0, 0, 0.02);
}
div.wc_ss_btns.default-theme > ul > li > a > span
{
display: none;
}
div.wc_ss_btns.default-theme > ul > li.more > a
{
padding-left: 8px;
background-color: #fff;
}
div.wc_ss_btns.wc_ss_btns_float.default-theme > ul > li.more > a
{
padding-left: 16px;
background-color: #ddd;
} div.wc_ss_btns.wc_ss_btns_float {
position: fixed;
width: 34px;
top: 20%;
transition: all .2s ease-in-out;
left: 0;
z-index: 4564633156313;
border: none;
}
div.wc_ss_btns.wc_ss_btns_float span {
display: none;
}
div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right {
float: right;
left: auto;
right: 10px;
} div.wc_ss_btns.wc_ss_btns_float > ul > li
{
width: 44px;
background-color: #fff;
border-right: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
transition: all .15s ease-in-out;
} div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right > ul > li:hover
{
direction: rtl;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li:last-of-type
{
border-bottom: none;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li > a,
div.wc_ss_btns.wc_ss_btns_float > ul > li > a:hover,
div.wc_ss_btns.wc_ss_btns_float > ul > li > a:active,
div.wc_ss_btns.wc_ss_btns_float > ul > li > a:focus,
div.wc_ss_btns.wc_ss_btns_float > ul > li > a:visited {
padding: 4px 16px;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li.more > a,
div.wc_ss_btns.wc_ss_btns_float > ul > li.more > a:hover,
div.wc_ss_btns.wc_ss_btns_float > ul > li.more > a:active,
div.wc_ss_btns.wc_ss_btns_float > ul > li.more > a:focus,
div.wc_ss_btns.wc_ss_btns_float > ul > li.more > a:visited {
color: #666 !important;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li > a > span {
display: none;
}
div.wc_ss_btns.wc_ss_btns_float.default-theme > ul > li {
border: none;
} div.wc_ss_btns.wc_ss_btns_float > ul > li.wc_ss_btns_hide,
div.wc_ss_btns.wc_ss_btns_float > ul > li.wc_ss_btns_show {
width: 20px;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li.wc_ss_btns_hide > a,
div.wc_ss_btns.wc_ss_btns_float > ul > li.wc_ss_btns_show > a
{
transition: all .2s ease-in-out;
color: #666 !important;
padding: 0;
text-align: right;
padding-right: 8px;
}
div.wc_ss_btns.wc_ss_btns_float.hide {
transition: all .2s ease-in-out;
left: -44px;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li.wc_ss_btns_show {
position: relative;
left: -44px;
}
div.wc_ss_btns.wc_ss_btns_float.hide > ul > li.wc_ss_btns_show {
left: 26px;
} div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right > ul > li.wc_ss_btns_hide,
div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right > ul > li.wc_ss_btns_show {
width: 20px;
float: right;
}
div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right > ul > li.wc_ss_btns_hide > a,
div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right > ul > li.wc_ss_btns_show > a
{
text-align: left;
padding-left: 8px;
padding-right: 0;
}
div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right.hide {
transition: all .2s ease-in-out;
right: -34px;
left: inherit;
}
div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right > ul > li.wc_ss_btns_show {
position: relative;
right: -44px;
left: inherit;
}
div.wc_ss_btns.wc_ss_btns_float.wc_ss_btns_float_right.hide > ul > li.wc_ss_btns_show {
right: 26px;
} div.wc_ss_btns_more_buttons {
display: none;
padding: 0;
margin: 0;
}
div.wc_ss_btns_more_buttons.open {
display: block;
position: fixed;
transition: all .2s ease-in-out;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 5111111111111;
background-color: rgba(0,0,0,.97);
padding: 16px;
color: #fff;
}
div.wc_ss_btns_more_buttons.open .wc_ss_btns_more_buttons-content ul li a {
color: #fff;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-heading {
border-bottom: 4px solid #ddd;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-heading:after {
display: table;
content: "";
clear: both;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-heading > .wc_ss_btns-title {
float: left;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-content {
margin: 0 auto;
width: 50%;
margin-top: 60px;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-content:after,
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-content:before {
display: table;
content: "";
clear: both;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-content > ul > li {
list-style: none;
float: left;
width: 16%;
margin-right: 5px;
margin-bottom: 15px;
text-align: center;
color: #555;
}
.wc_ss_btns-close {
background-color: rgba(0,0,0,0);
font-size: 24px;
float: right;
padding: 4px 16px;
margin-right: 16px;
color: #fff;
}
.wc_ss_btns-close:hover,
.wc_ss_btns-close:focus,
.wc_ss_btns-close:active {
background-color: rgba(0,0,0,.3);
color: #fff;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@media screen and (max-width: 576px)
{
body { padding-bottom: 42px !important; }
div.wc_ss_btns {
top: auto !important;
right: 0;
bottom: 0;
width: 100% !important;
}
div.wc_ss_btns > ul { width: 100%; }
div.wc_ss_btns > ul > li { width: 16.66% !important; }
div.wc_ss_btns > span { display: none; }
div.wc_ss_btns:not(.wc_ss_btns_float) > ul > li { width: 50% !important; }
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-content { width: 100%; }
div.wc_ss_btns.wc_ss_btns_float {
display: flex;
flex-direction: row;
}
div.wc_ss_btns.wc_ss_btns_float ul {
display: flex;
flex-direction: row;
}
div.wc_ss_btns.wc_ss_btns_float ul li {
display: flex;
flex-direction: row;
flex: 1;
}
div.wc_ss_btns.wc_ss_btns_float ul li a{
display: flex;
flex-direction: row;
justify-content: center;
padding: 0 !important;
width: 100%;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li > a > span {
display: none !important;
}
div.wc_ss_btns.wc_ss_btns_float {
padding-right: 0 !important;
margin-bottom: 0 !important;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li.wc_ss_btns_hide, 
div.wc_ss_btns.wc_ss_btns_float > ul > li.wc_ss_btns_show
{
display: none !important;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li.delicious a,
div.wc_ss_btns.wc_ss_btns_float > ul > li.delicious a:hover {
padding-bottom: 4px !important;
}
div.wc_ss_btns.wc_ss_btns_float > ul > li > a, 
div.wc_ss_btns.wc_ss_btns_float > ul > li > a:hover
{
padding: 8px 14px;
}
div.wc_ss_btns_more_buttons > div.wc_ss_btns_more_buttons-content > ul > li {
width: 30%;
margin-bottom: 15px;
}
}@font-face {
font-family: 'Socicon';
src: url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/icons/fonts/Socicon.eot?xvgs9q);
src: url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/icons/fonts/Socicon.eot?xvgs9q#iefix) format('embedded-opentype'), url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/icons/fonts/Socicon.woff2?xvgs9q) format('woff2'), url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/icons/fonts/Socicon.ttf?xvgs9q) format('truetype'), url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/icons/fonts/Socicon.woff?xvgs9q) format('woff'), url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/icons/fonts/Socicon.svg?xvgs9q#Socicon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="socicon-"],
[class*=" socicon-"] { font-family: 'Socicon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.socicon-augment:before {
content: "\e908";
}
.socicon-bitbucket:before {
content: "\e909";
}
.socicon-fyuse:before {
content: "\e90a";
}
.socicon-yt-gaming:before {
content: "\e90b";
}
.socicon-sketchfab:before {
content: "\e90c";
}
.socicon-mobcrush:before {
content: "\e90d";
}
.socicon-microsoft:before {
content: "\e90e";
}
.socicon-pandora:before {
content: "\e907";
}
.socicon-messenger:before {
content: "\e906";
}
.socicon-gamewisp:before {
content: "\e905";
}
.socicon-bloglovin:before {
content: "\e904";
}
.socicon-tunein:before {
content: "\e903";
}
.socicon-gamejolt:before {
content: "\e901";
}
.socicon-trello:before {
content: "\e902";
}
.socicon-spreadshirt:before {
content: "\e900";
}
.socicon-500px:before {
content: "\e000";
}
.socicon-8tracks:before {
content: "\e001";
}
.socicon-airbnb:before {
content: "\e002";
}
.socicon-alliance:before {
content: "\e003";
}
.socicon-amazon:before {
content: "\e004";
}
.socicon-amplement:before {
content: "\e005";
}
.socicon-android:before {
content: "\e006";
}
.socicon-angellist:before {
content: "\e007";
}
.socicon-apple:before {
content: "\e008";
}
.socicon-appnet:before {
content: "\e009";
}
.socicon-baidu:before {
content: "\e00a";
}
.socicon-bandcamp:before {
content: "\e00b";
}
.socicon-battlenet:before {
content: "\e00c";
}
.socicon-mixer:before {
content: "\e00d";
}
.socicon-bebee:before {
content: "\e00e";
}
.socicon-bebo:before {
content: "\e00f";
}
.socicon-behance:before {
content: "\e010";
}
.socicon-blizzard:before {
content: "\e011";
}
.socicon-blogger:before {
content: "\e012";
}
.socicon-buffer:before {
content: "\e013";
}
.socicon-chrome:before {
content: "\e014";
}
.socicon-coderwall:before {
content: "\e015";
}
.socicon-curse:before {
content: "\e016";
}
.socicon-dailymotion:before {
content: "\e017";
}
.socicon-deezer:before {
content: "\e018";
}
.socicon-delicious:before {
content: "\e019";
}
.socicon-deviantart:before {
content: "\e01a";
}
.socicon-diablo:before {
content: "\e01b";
}
.socicon-digg:before {
content: "\e01c";
}
.socicon-discord:before {
content: "\e01d";
}
.socicon-disqus:before {
content: "\e01e";
}
.socicon-douban:before {
content: "\e01f";
}
.socicon-draugiem:before {
content: "\e020";
}
.socicon-dribbble:before {
content: "\e021";
}
.socicon-drupal:before {
content: "\e022";
}
.socicon-ebay:before {
content: "\e023";
}
.socicon-ello:before {
content: "\e024";
}
.socicon-endomodo:before {
content: "\e025";
}
.socicon-envato:before {
content: "\e026";
}
.socicon-etsy:before {
content: "\e027";
}
.socicon-facebook:before {
content: "\e028";
}
.socicon-feedburner:before {
content: "\e029";
}
.socicon-filmweb:before {
content: "\e02a";
}
.socicon-firefox:before {
content: "\e02b";
}
.socicon-flattr:before {
content: "\e02c";
}
.socicon-flickr:before {
content: "\e02d";
}
.socicon-formulr:before {
content: "\e02e";
}
.socicon-forrst:before {
content: "\e02f";
}
.socicon-foursquare:before {
content: "\e030";
}
.socicon-friendfeed:before {
content: "\e031";
}
.socicon-github:before {
content: "\e032";
}
.socicon-goodreads:before {
content: "\e033";
}
.socicon-google:before {
content: "\e034";
}
.socicon-googlescholar:before {
content: "\e035";
}
.socicon-googlegroups:before {
content: "\e036";
}
.socicon-googlephotos:before {
content: "\e037";
}
.socicon-googleplus:before {
content: "\e038";
}
.socicon-grooveshark:before {
content: "\e039";
}
.socicon-hackerrank:before {
content: "\e03a";
}
.socicon-hearthstone:before {
content: "\e03b";
}
.socicon-hellocoton:before {
content: "\e03c";
}
.socicon-heroes:before {
content: "\e03d";
}
.socicon-hitbox:before {
content: "\e03e";
}
.socicon-horde:before {
content: "\e03f";
}
.socicon-houzz:before {
content: "\e040";
}
.socicon-icq:before {
content: "\e041";
}
.socicon-identica:before {
content: "\e042";
}
.socicon-imdb:before {
content: "\e043";
}
.socicon-instagram:before {
content: "\e044";
}
.socicon-issuu:before {
content: "\e045";
}
.socicon-istock:before {
content: "\e046";
}
.socicon-itunes:before {
content: "\e047";
}
.socicon-keybase:before {
content: "\e048";
}
.socicon-lanyrd:before {
content: "\e049";
}
.socicon-lastfm:before {
content: "\e04a";
}
.socicon-line:before {
content: "\e04b";
}
.socicon-linkedin:before {
content: "\e04c";
}
.socicon-livejournal:before {
content: "\e04d";
}
.socicon-lyft:before {
content: "\e04e";
}
.socicon-macos:before {
content: "\e04f";
}
.socicon-mail:before {
content: "\e050";
}
.socicon-medium:before {
content: "\e051";
}
.socicon-meetup:before {
content: "\e052";
}
.socicon-mixcloud:before {
content: "\e053";
}
.socicon-modelmayhem:before {
content: "\e054";
}
.socicon-mumble:before {
content: "\e055";
}
.socicon-myspace:before {
content: "\e056";
}
.socicon-newsvine:before {
content: "\e057";
}
.socicon-nintendo:before {
content: "\e058";
}
.socicon-npm:before {
content: "\e059";
}
.socicon-odnoklassniki:before {
content: "\e05a";
}
.socicon-openid:before {
content: "\e05b";
}
.socicon-opera:before {
content: "\e05c";
}
.socicon-outlook:before {
content: "\e05d";
}
.socicon-overwatch:before {
content: "\e05e";
}
.socicon-patreon:before {
content: "\e05f";
}
.socicon-paypal:before {
content: "\e060";
}
.socicon-periscope:before {
content: "\e061";
}
.socicon-persona:before {
content: "\e062";
}
.socicon-pinterest:before {
content: "\e063";
}
.socicon-play:before {
content: "\e064";
}
.socicon-player:before {
content: "\e065";
}
.socicon-playstation:before {
content: "\e066";
}
.socicon-pocket:before {
content: "\e067";
}
.socicon-qq:before {
content: "\e068";
}
.socicon-quora:before {
content: "\e069";
}
.socicon-raidcall:before {
content: "\e06a";
}
.socicon-ravelry:before {
content: "\e06b";
}
.socicon-reddit:before {
content: "\e06c";
}
.socicon-renren:before {
content: "\e06d";
}
.socicon-researchgate:before {
content: "\e06e";
}
.socicon-residentadvisor:before {
content: "\e06f";
}
.socicon-reverbnation:before {
content: "\e070";
}
.socicon-rss:before {
content: "\e071";
}
.socicon-sharethis:before {
content: "\e072";
}
.socicon-skype:before {
content: "\e073";
}
.socicon-slideshare:before {
content: "\e074";
}
.socicon-smugmug:before {
content: "\e075";
}
.socicon-snapchat:before {
content: "\e076";
}
.socicon-songkick:before {
content: "\e077";
}
.socicon-soundcloud:before {
content: "\e078";
}
.socicon-spotify:before {
content: "\e079";
}
.socicon-stackexchange:before {
content: "\e07a";
}
.socicon-stackoverflow:before {
content: "\e07b";
}
.socicon-starcraft:before {
content: "\e07c";
}
.socicon-stayfriends:before {
content: "\e07d";
}
.socicon-steam:before {
content: "\e07e";
}
.socicon-storehouse:before {
content: "\e07f";
}
.socicon-strava:before {
content: "\e080";
}
.socicon-streamjar:before {
content: "\e081";
}
.socicon-stumbleupon:before {
content: "\e082";
}
.socicon-swarm:before {
content: "\e083";
}
.socicon-teamspeak:before {
content: "\e084";
}
.socicon-teamviewer:before {
content: "\e085";
}
.socicon-technorati:before {
content: "\e086";
}
.socicon-telegram:before {
content: "\e087";
}
.socicon-tripadvisor:before {
content: "\e088";
}
.socicon-tripit:before {
content: "\e089";
}
.socicon-triplej:before {
content: "\e08a";
}
.socicon-tumblr:before {
content: "\e08b";
}
.socicon-twitch:before {
content: "\e08c";
}
.socicon-twitter:before {
content: "\e08d";
}
.socicon-uber:before {
content: "\e08e";
}
.socicon-ventrilo:before {
content: "\e08f";
}
.socicon-viadeo:before {
content: "\e090";
}
.socicon-viber:before {
content: "\e091";
}
.socicon-viewbug:before {
content: "\e092";
}
.socicon-vimeo:before {
content: "\e093";
}
.socicon-vine:before {
content: "\e094";
}
.socicon-vkontakte:before {
content: "\e095";
}
.socicon-warcraft:before {
content: "\e096";
}
.socicon-wechat:before {
content: "\e097";
}
.socicon-weibo:before {
content: "\e098";
}
.socicon-whatsapp:before {
content: "\e099";
}
.socicon-wikipedia:before {
content: "\e09a";
}
.socicon-windows:before {
content: "\e09b";
}
.socicon-wordpress:before {
content: "\e09c";
}
.socicon-wykop:before {
content: "\e09d";
}
.socicon-xbox:before {
content: "\e09e";
}
.socicon-xing:before {
content: "\e09f";
}
.socicon-yahoo:before {
content: "\e0a0";
}
.socicon-yammer:before {
content: "\e0a1";
}
.socicon-yandex:before {
content: "\e0a2";
}
.socicon-yelp:before {
content: "\e0a3";
}
.socicon-younow:before {
content: "\e0a4";
}
.socicon-youtube:before {
content: "\e0a5";
}
.socicon-zapier:before {
content: "\e0a6";
}
.socicon-zerply:before {
content: "\e0a7";
}
.socicon-zomato:before {
content: "\e0a8";
}
.socicon-zynga:before {
content: "\e0a9";
}@font-face{font-family:'FontAwesome';src:url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/fa/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/fa/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/fa/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/fa/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/fa/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.baronemusica.com/wp-content/plugins/woo-product-social-sharing/public/css/fa/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-envelope:before{content:"\f0e0"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-plus-circle:before{content:"\f055"}.fa-plus:before{content:"\f067"}.fa-close:before,.fa-times:before{content:"\f00d"}ul.products li.product .wc-new-badge{font-size:.75em;text-transform:uppercase;color:white;background:#eb4649;padding:.2em .5em;display:inline-block;font-weight:700;border-radius:2px}ul.products li.product .stock{display:block;padding-top:.5em}ul.products li.product .stock.out-of-stock{color:#eb4649}ul.products li.product .stock.in-stock{color:#85ad74}ul.products li.product .categories{display:block;padding-top:.5em}ul.products li.product .categories a{display:inline}