/* Custom Fonts */
@font-face {
    font-family: 'ReklameScript';
    src: url('../font/ReklameScript/ReklameScript-Regular.eot');
    src: url('../font/ReklameScript/ReklameScript-Regular.eot?#iefix') format('embedded-opentype'),
    	/*
         url('../font/ReklameScript/ReklameScript-Regular.otf') format('opentype'),
         */
         url('../font/ReklameScript/ReklameScript-Regular.woff') format('woff'),
         url('../font/ReklameScript/ReklameScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2 { padding-right:0; line-height:1; }
h1 { font-size:40px; }
h2 { font-size:36px; }
body {
	-webkit-font-smoothing: antialiased;
}
body > img {
	visibility:hidden;
	position:absolute;
	top:-999px;	
}
/* Hide tracking pixels */
/*body > img {
	visibility:hidden;
	position:absolute;
	top:-999px;	
}

input[type="radio"], input[type="checkbox"] {
	margin-right:5px;
}*/

/* Resize Logo */
/*@media (max-width: 979px) and (min-width: 768px) {
	#logo a img {
		max-width:275px;
	}
}
@media (max-width: 767px) and (min-width: 640px) {
	#logo a img {
		max-width:200px;
	}
}*/

/* Twitter/FB login buttons */
/*#topline a.button_small span {
	display: inline;
	padding: 0 10px 0 7px;
	border-left: solid 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
}
*/
/* Load custom font near top of page */
/*#logo {
	font-family:'ReklameScript';
}*/

/* Header navigation */
/*#nav > li {
	padding:0 0 2px;
}

#nav > li > a,
#nav > li > span {
	position:relative;
	cursor:pointer;
	display: block;
	margin: 0;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	line-height: 1em;
}

#nav li > a > .underline {
	width:100%;
	height:5px;
	display:none;
	background:#f677c4;
	position:absolute;
	bottom:-5px;
	left:0;
}

#nav li > a:hover .underline {
	display:block;
}
#nav li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 8px;
}

.nav-list li > span {
	display: block;
	margin: 0;
	padding: 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color:#fff;
}*/


/* Sidebar Blocks */
.block {
	border-bottom:solid 1px #c1c1c1;
}
.block .block-title {
	font-size:28px;
	line-height:32px;
}
.block-widget .block {
	border-bottom:0 none;
}
.block-widget .block .block-title {
	color:#fff !important;
	border-bottom:solid 2px #f474c7;
	padding:0 0 5px 0;
	font-size:36px;
	line-height:1;	
}
.block-recent-posts .block-content {
	padding:10px 0 15px 0;
}
.block-recent-posts .block-content li + li {
	margin-top:15px;
}
.block-recent-posts .block-content .featured-image {
	margin-bottom:5px;
}
.block-recent-posts .block-content .featured-image img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.block-recent-posts .block-content a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
}
.block-recent-posts .block-content a:hover {
	text-decoration:underline;
}
.block-widget .block-social-stream .block-title {
	border-top:solid 2px #f474c7;
	padding:8px 10px 5px 10px;
	margin:0 0 10px 0;
	text-align:center;
	font-size:24px;
	letter-spacing:1px;
}
.block-widget .block-promotions .block-title {
	padding:0px 10px 5px 10px;
	margin:0 0 10px 0;
	color: #f474c7 !important;
	text-align:center;
	font-size:34px;
	letter-spacing:1px;
}
.hk_widget {
	margin-bottom:20px;
}
#live_agent_buttons > div {
	margin-top:5px;
}

#social-stream {
	background-color: #656565;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

#spy {
    background: none repeat scroll 0 0 #262626;
}
/* Flexslider adjustments */
/*section.slider {
	background:#0071bd;
}
.flexslider {
	box-shadow:none;
}
.flexslider.big {
	margin-bottom:0;
	border-top:0 none;
}
.flexslider.big .flex-direction-nav {
	display:none;
}*/



/* Default Blue Page Runner */
/*.topRunner {
	overflow:hidden;
	background:#0071bd;
	height:120px;
}
.topRunner h2 {
	margin:50px 0 0 0;
	padding:0;
	font-size:56px;
	line-height:1;
	color:#ffffff;
	text-shadow:0 1px 3px rgba(0, 0, 0, 0.9);
}*/



/* Category Parent Title Runner */
/*.categoryParentRunner {
	background:#0071bd;
	padding:10px 0;
}

.categoryParentRunner h2 {
	margin:0;
	padding:0;
	font-size:50px;
	line-height:1;
	color:#ffffff;
	text-shadow:0 1px 3px rgba(0, 0, 0, 0.9);
}*/




/* Top Title/Slider On Normal Category Pages */
.categoryTitleBlock {
	background:#58575c;
	color:#fff;
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.categoryTitleBlock h1 {
	font-size:30px;
	color:#fff;
	margin:10px 0 10px 0;
	text-shadow:0 1px 3px rgba(0, 0, 0, 0.9);
}
.categoryTitleBlock .category-description {
	max-height: 115px;
	margin: 20px 0;
	overflow: auto;
}
.categoryTitleBlock .category-image {
	float:left;
	width:155px;
	height:155px;
	margin:0 25px 0 -20px;
}	
.categoryTitleBlock .category-image img {
	width:100%;
	height:100%;
}



/* Colored Category Grid */
/* h4, h1, h1 a, h2, h2 a, .block .block-title, .block-layered-nav dt, .carouselTitle h2 a {
    color: #f677c4 !important;
}*/

.categoryBox {
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 70px 0;
}
.categoryBox .categoryImage {
	text-align:center;
	display:block;
}
.categoryBox .categoryImage img {
	height:220px;
}
.categoryBox .categoryName {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.3);
	padding:10px;
	font-size:32px;
	line-height:36px;
	letter-spacing:1px;
	color:#fff;
	text-decoration:none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 1.0);
}
.categoryBox .categoryName:hover {
	text-decoration:none;
}
.categoryBox .categoryDescription {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:60px;
	background:#0071bc;
	color:#000;
	padding:5px;
	font-size:16px;
	line-height:20px;
	 background-color: #fff !important;
}
.categoryBox .categoryDescription span {
	display:block;
	height:40px;
	overflow:hidden;
	font-size:14px;
	line-height:18px;
}
.categoryBox .categoryDescription a {
	display:block;
	text-align:right;
	color:#000;
	font-size:20px;
}

@media (min-width: 1200px) {
	.categoryBox .categoryImage img {
		height: 270px;
	}
	.product-image iframe {
		width: 314px;
		height: 314px;
	}
}
@media (max-width: 1360px) and (min-width: 1200px) {
	.categoryBox .categoryImage img {
		height: 240px;
	}
}
@media (max-width: 1024px) and (min-width: 980px) {
	.product-image iframe {
		width: 284px;
		height: 284px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.categoryBox .categoryImage img {
		height: 166px;
	}
	.product-image iframe {
		width: 212px;
		height: 212px;
	}
}
@media (max-width: 767px) and (min-width: 640px) {
	.categoryBox .categoryImage img {
		height: 255px;
	}
	.block-widget {
    	margin-left: 167px;
    	width: 255px;	
	}
	.custom_blocks.margin-1 {
	    display: none;
	}
	#fb-icn {
	    margin-top: 28px;
	}
	#bottom_block .span3.fadeUp {
	    margin-top: 30px;
	}
		#column_left.span3 {
	    float: left !important;
	    margin: 0 218px;
	    padding-top: 10px;
	}
	.catalog-product-view .product-box.span6 {
	    width: auto;	
	     margin-left: 0;
	}
	.catalog-product-view .span5 {
	    width: auto;
	}
	.product-image iframe {
		width: 239px;
		height: 239px;
	}
}
@media (max-width: 768px) {
	.tab1-des-sidebar {
    float: left;
    margin-left: 0px;
    width: 100% !important;
	}
	.tab1-des {
	    float: left;
	    width: 100% !important;
	}
}
@media (max-width: 639px) and (min-width: 480px) {
	.categoryBox .categoryImage img {
		height: 270px;
	}
	.custom_blocks.margin-1 {
	    display: none;
	}
}
@media (max-width: 479px) {
	.categoryBox .categoryImage img {
		height: 260px;
	}
	.custom_blocks.margin-1 {
	    display: none;
	}
}



/* Category 'Wizard' Sliders */

#content table.shopping-cart-table tr td h2.product-name{
	font-family: Arial, serif !important;
}

.cms-index-index .categoryCarouselContainer {

}
.es-nav a.btn {
    background-color: #f677c4;
   }
.categoryCarousel {
	margin-bottom:20px;
}
.carouselTitle {
	text-align:center;
	
}
.carouselTitle h2 {
	font-size:46px;
	line-height:46px;
	margin:0 0 0 0;
	padding:0px;
	text-transform:none;
	display:inline;
	letter-spacing:3px;
}
.categoryCarousel .es-carousel {
	margin-top:5px;
	margin-bottom:0;
}
.categoryCarousel .es-carousel .product_outer .product {
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	box-shadow: none;
}
.categoryCarousel .categoryBox  {
	margin-bottom:0;
}
h1, h2, .block .block-title, .categoryName, .social-stream-header {
   /* font-family: "ReklameScript" !important;
    letter-spacing: 1px;
    text-transform: none;*/
    font-family: "ReklameScript" !important;
    font-style: normal !important;
    letter-spacing: 1px;
    text-transform: none !important;
}
.btn i {
background: transparent !important;
background-image: none !important;
height: 14px;
    left: 4px;
    margin-top: 0;
    position: unset;
    top: 50%;
    width: auto;
}


/* Force button background color */
/*.es-nav a.btn {
	top:-25px;
	background-color:#f677c4!important;
}
.es-nav a.btn:hover {
	background-color:#b1b1b1!important;
}
.es-nav span.es-nav-next a.btn {
	right:10px;
}*/

/* Hide control buttons for carousels with insufficient slides */
.slide-count-1 .es-nav, .slide-count-2 .es-nav, .slide-count-3 .es-nav {
	display:none;
}
@media (max-width: 767px) and (min-width: 640px) {
	.slide-count-3 .es-nav {
		display:block;
	}
	.carousel.category-carousel .es-carousel {
		margin: 0 -5px 0 -65px;
	}	
}
@media (max-width: 767px) {
	.slide-count-2 .es-nav, .slide-count-3 .es-nav {
		display:block;
	}
	.carousel.category-carousel .es-carousel {
		padding-top:34px;
	}
	.es-nav a.btn, 
	.es-nav span.es-nav-next a.btn {
		top:12px;
	}
	.es-nav a.btn {
		left:auto;
		right:50%;
		margin-right:5px;	
	}
	.es-nav span.es-nav-next a.btn {
		left:50%;
		right:auto;
		margin-left:5px;
	}
}	
@media (max-width: 640px) {
	.categoryCarouselTitle h2 {
		font-size:30px;
		line-height:30px;
	}
}	



/* PDP Page */
/*.product-shop .product-name h1 {
	margin-bottom:0;
}
.product-shop .product-name span {
	font-size: 16px;
	line-height: 22px;
	margin-top: -10px;
	padding-bottom: 10px;
	color: #000000;
	display:block;
}
.product-shop .add-to-links li {
	float:none;
}
.tab-pane h2 {
	margin-top:0;
	font-size:30px;
	line-height:34px;
}
.upsell h2 {
	font-size:30px;
	line-height:34px;
}*/

/* Cart */
#discount-coupon-form > h2 {
	font-size:24px;
	margin-top:0;
}
#shipping-zip-form > h2 {
	font-size:24px;
	margin-top:0;
}

/* Checkout */
/*.box-list h2 {
	font-size:24px;
}
.opc .buttons-set .please-wait {
	line-height:30px;
	margin-left:10px;
}*/

/* Homepage Footer Block Icons */
#bottom_block .icons [class^="icon-"] {
	color:#f677c4;
}

/* Right Toolbar Logo Alignment Fix */
/*.right_toolbar_logo {
	margin-left:25px;
}
*/


/* Blog */
/*.hk_logo_wrap {
	margin:10px 0 0px 0;
	position:relative;
}
.hk_logo {
	display:block;
	max-width:570px;
	margin:0 auto;
	position:relative;
}
.hk_logo_ribbon {
	height:50px;
	background:#ff7bac;
	position:absolute;
	top:115px;
}
.hk_logo_ribbon span {
	width:22px;
	height:84px;
	position:absolute;
	top:50%;
	margin-top:-42px;
	background:url(../images/custom/hk_logo_shd.png) no-repeat;
}
.hk_logo_ribbon.left {
	left:0;
	right:50%;
	margin-right:310px;
}
.hk_logo_ribbon.left span {
	right:0;
}
.hk_logo_ribbon.right {
	right:0;
	left:50%;
	margin-left:309px;
}
.hk_logo_ribbon.right span {
	left:0;
	background-position:-22px 0px;
}

.cms-honest-kim section#content > .container.top {
	box-shadow:none;
}

#hk-blog-search {
	border: solid 1px #a9a9a9;
	height: 40px;
	font-size: 20px;
	line-height:24px;
	color: #999;
	text-align: right;
	padding:10px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow:inset 0 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:inset 0 0px 5px rgba(0,0,0,0.4);
	box-shadow:inset 0 0px 5px rgba(0,0,0,0.4);
}


.blog-post {
	color:#fff;
	padding:10px;
	margin:0 0 20px 0;
	background-color:#0071bd;
	-moz-box-shadow:0 1px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 7px rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 7px rgba(0, 0, 0, 0.5);
}
.blog-post.background-1 { background-color:#0071bd!important; }
.blog-post.background-2 { background-color:#968801!important; }
.blog-post.background-3 { background-color:#ff7bad!important; }
.blog-post.background-4 { background-color:#3ab54b!important; }
.blog-post.background-5 { background-color:#a3663a!important; }
.blog-post.background-6 { background-color:#aa003e!important; }

.blog-post .blog-post-thumbnail {
	margin-bottom:10px;
}
.blog-post .blog-post-thumbnail img {
	display:block;
}
.blog-post .blog-post-bottom h2 {
	padding:0;
	margin:0 0 10px 0;
	color:#fff;
	font-size:38px;
}
.blog-post .blog-post-bottom h2 a {
	color:#fff;
	text-decoration:none;
}
.blog-post .blog-post-excerpt p {
	margin:0;
	padding:0 0 10px 0;
	font-size:13px;
	line-height:18px;
	border-bottom:dashed 1px #fff;
}
.blog-post .blog-post-bottom .read-more {
	display:block;
	float:right;
	padding:5px 25px 5px 10px;
	margin:10px 0 0 0;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:24px;
	line-height:1;
	background:#fff;
	background:rgba(255, 255, 255, 0.3) url(../images/custom/arrow-right.png) no-repeat 53px 6px;	
}





#footer_bottom p {
	margin: 0;
} */

/***************view product page changes - Rupesh***************************/
.option h2{
    color: #f677c4 !important;
    font-family: "ReklameScript" !important;
}

.cloud-zoom-big {
	display:none !important;
	background-image: none !important;
	
}

.block.block-layered-nav {
    display: none;
}

.banners_outer {
    display: none;
}
.block.block-layered-nav.leftmenu {
    display: block;
}
#topline {
    height: 40px;
}
.es-nav a.btn{height:32px;}
.shoppingcart .fadelink span a.btn {height:32px;width:32px;}
.cloud-zoom-lens{display:none!important;}
#cnt-lnk {
    color: #f175bf;
}
#cnt-list {
    list-style: inside disc;
}
#cal-h2 {
    color: #f677c4;
    font-size: 19px;
}
div#fts-dsc {
font-weight: normal;
}
.category-fitesse .quickview {
    display: none;
}
.shopping-cart-table-total .caption {
	width: 100%;
	height: auto;
}
.discount-codes.box.rewards-box-spend-minicart.discount {
    padding: 20px;
}
.table.shopping-cart-table-total .a-left {
    text-align: right !important;
}
.cart_redemption_item label {
    float: left;}
    .cart_redemption_item input {
    float: left;
    margin-right: 10px;
}
.custom-fitesse-text {
	 color: #f677c4;
	 font-family: "ReklameScript" !important;
	 font-weight: lighter;
	 margin-left: 1%;
}
.level0.nav-8.first a {
    color: #17b4a8 !important;
}
.level0.nav-8.active.first a {
    color: #f677c4 !important;
}
.rewardssocial-widget.rewardssocial-google-plusone.rewardssocial-google-plusone-counter {
    display: inline;
}
/*.facebook-share-button span {
  background:url("http://newdev.fashionfirstaid.com/media/buyshop/default/fshare-21.jpg") no-repeat;
  display: inline-block !important;
  height: 21px !important;
  width: 138px !important;
  padding: 0px !important;
} */
.facebook-share-button span {
  background:url("http://newdev.fashionfirstaid.com/media/buyshop/default/fshare-20.png") no-repeat;
  display: inline-block !important;
  height: 20px !important;
  width: 62px !important;
  padding: 0px !important;
}
.facebook-share-button a {
background-color: transparent !important;
}
 .facebook-share-button > a.btn { display: inline; }
span.label.flable {top: 0;}
.wordpress-post-view .featured-image {
    display: none;
}
.std h2 {
	text-transform: none !important;
}
.checkout-cart-index h2{text-transform:none !important;}
.block-progress .block-title strong {
    color: #f677c4;
    font-size: 24px;
    text-transform: none;
}
#footer_popup h3, #footer_popup h4 {
    color: #ffffff !important;
}
.opc .active .step-title h2 {
    color: #ffffff !important;
}
.opc .step-title h2 {
    color: #4c4c4c !important;
}
.categoryName {
    font-weight: lighter !important;
}
.custom_blocks .pull-left:first-child {
padding: 0 25px 0 0 !important;
}
.no_msie .animate, .no_msie .animate-delay {
	opacity: 100\9\0;/*Only works in IE9*/
}
.ie10 .no_msie .animate, .no_msie .animate-delay {
	opacity: 100;/* Only works in IE10 */
	}
	
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
	.no_msie .animate, .no_msie .animate-delay {
		opacity: 100;
	}
}
.flex-direction-nav {
display: none;
} 
#nav.simple > li > a {
	font-size: 20px;
    /*font-weight: bold;*/
}
.catalog-product-view .product-name h1 {
    font-family: "Crushed" !important;
    color: #000 !important;
    letter-spacing: 0;
}
.checkout-cart-index .product-name a {
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 0;
}
.checkout-cart-index .product-name {
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 0;
}
.block-compare {
    display: none;
}
/**/
#reset-pass {
	background-color: #f677c4 !important;
}
.action-button td {
  background-color: #f677c4 !important;
 }
.dashboard .mypoints-summary .box-head h2 {
	font-family: Arial !important;
	font-weight: bold;
	padding-left:0px;
	background:none !important;
}
.dashboard .box-recent .box-head h2 {
	font-family: Arial !important;
	font-weight: bold;
}
.dashboard .box-account.box-info .box-head h2 {
	font-family: Arial !important;
	font-weight: bold;
}
.referrals .box-account .box-head h2 {
	font-family: Arial !important;
	font-weight: bold;
}
.addresses-list h2 {
	font-family: Arial !important;
	font-weight: bold;
}
.my-account #form-validate .fieldset h2 {
    font-family: arial !important;
    font-weight: bold;
}
p.hello {
margin-bottom: 15px !important;
}
.dashboard .box .box-title {
	border-bottom: 1px solid #e5e5e5;
}
.box-account.box-info .col2-set .col-1 {
	border-right: 1px solid #e5e5e5;
}
.box-account.box-info .box-head {
	border-bottom: 1px solid #e5e5e5;
}
.my-account .dashboard a {
	padding-right: 10px;
}
.cms-register .std li:before {
    color: #f677c4;
    content: "•";
    margin-right: 5px;
}
#checkoutSteps .step-title h2 {
    font-family: crushed !important;
}
.field.name-middlename {
    display: none;
}
.checkout-onepage-index .control > label {
    line-height: 26px;
}
.catalog-product-view .availability.in-stock {
    display: none;
}
.cms-index-index #content .container .success-msg ul li:last-child {
    display: none;
}
.std .success-msg ul li:last-child {
    display: block !important;
}
.socialsplugins_wrapper {
    display: none;
}
.tab-content .box-collateral.box-description > h2 {
	display: none;
}
@media (max-width:1200px){
.caption{height:auto;width:100%;}
}
.rewards-modal {
z-index: 99999 !important;
}
button.dark, .button.dark {
    background: none repeat scroll 0 0 #f677c4;
}
.button-2x.dark:hover {
	background-color: #C76198;
}
#tips {
    font-size: 23px;
}
.flex-direction-nav {
    background-color: red;
    display: none !important;
}
/*#myTab.nav-tabs {
    margin-top: -25px;
}*/
#option-des {color: #f377c5;font-size: medium;}
#fitme.button.btn-cart {
    font-size: 16px;
    padding: 5px 15px;
}
/*#fitDescriptionAlt2 {
    color: #fff;
} */
#cal-h2-cust {
    background-color: black;
    border-radius: 5px;
    color: #fff !important;
    font-family: crushed !important;
    font-size: 20px;
    margin: 0;
    padding: 10px 20px;
}
.box-wrapper form {
   /* border: 1px solid #e5e5e5;*/
    margin: -6px;
}
.cont_order legend {
    border-bottom: medium none;
}
.product-fitesse-bra .accordion-heading a {
    background: none repeat scroll 0 0 #000 !important;
 }
 .bullet-pt ul {
    list-style: inside disc;
    margin-bottom: 25px;
}
.bullet-pt ul li {
list-style-type: disc!important;
}
.product-fitesse-egift-card .box-wrapper {
    display: none;
}
.discount.aw_giftcard > h2 {
    font-size: 24px;
    margin-left: -5px;
}
.discount.aw_giftcard {
    padding: 0 20px 20px;
}
.discount.aw_giftcard .buttons-set button.button {
    float: left;
    font-size: 16px;
    line-height: 33px;
    margin-left: 0;
    margin-right: 8px;
}
.category-fitesse .price-from {
    margin: 0;
}
.category-fitesse .price-to {
    display: none;
}
.wrapper-hover .price-from {
    margin: 0;
}
.wrapper-hover .price-to {
    display: none;
}
.tab1-des-sidebar {
    float: left;
    margin-left: 36px;
    width: 28%;
}
.tab1-des {
    float: left;
    width: 68%;
}

.tab1-des-sidebar a {
    color: #f377c5;
    font-weight: 600;
}
.sendfriend-product-send .block.block-layered-nav {
    display: none !important;
}

/* .product-shop .product-name h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: -10px;
    margin-top: -3px;
    padding-bottom: 20px;
}*/
/*.box-wrapper {
    background-color: black !important;
    height: 35px;
}*/
/* new css */
.referral-share-button.rewardssocial-rewardable .label {
    background-color: transparent;
    padding: 1px 8px;
}
.rewardssocial-twitter-tweet-counter {
    width: auto !important;
}