.wcs-badge:before {
	font-family: WooCommerce !important;
	content: "\e03d";
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 80px;
	font-weight: normal;
	width: 165px;
	height: 165px;
	line-height: 165px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	vertical-align: middle;
}
.wcs-badge {
	position: relative;;
	background: #9c5d90;
	text-rendering: optimizeLegibility;
	padding-top: 150px;
	height: 52px;
	width: 165px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #ddc8d9;
	margin: 5px 0 0 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.about-wrap .wcs-badge {
	position: absolute;
	top: 0;
	right: 0;
}
.about-wrap .wcs-feature {
	overflow: visible !important;
	*zoom:1;
}
.about-wrap .wcs-feature:before,
.about-wrap .wcs-feature:after {
	content: " ";
	display: table;
}
.about-wrap .wcs-feature:after {
	clear: both;
}
.about-wrap .feature-rest div {
	width: 50% !important;
	padding-right: 100px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 !important;
}
.about-wrap .feature-rest div.last-feature {
	padding-left: 100px;
	padding-right: 0;
}
.about-wrap div.icon {
	width: 0 !important;
	padding: 0;
	margin: 0;
}
.about-wrap .feature-rest div.icon:before { 
	font-family: WooCommerce !important;
	font-weight: normal;
	width: 100%;
	font-size: 170px;
	line-height: 125px;
	color: #9c5d90;
	display: inline-block;
	position: relative;
	text-align: center;
	speak: none;
	margin: 0 0 0 -100px;
	content: "\e01d";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.woocommerce-message {
	position: relative;
	border-left-color: #cc99c2!important;
	overflow: hidden;
}

.woocommerce-message a.button-primary,p.woocommerce-actions a.button-primary {
	background: #cc99c2;
	border-color: #b366a4;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
}

.woocommerce-message a.button-primary:hover,p.woocommerce-actions a.button-primary:hover {
	background: #bb77ae;
	border-color: #aa559a;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15);
}

.woocommerce-message a.button-primary:active,p.woocommerce-actions a.button-primary:active {
	background: #aa559a;
	border-color: #aa559a;
}

.woocommerce-message a.docs,.woocommerce-message a.skip,p.woocommerce-actions a.docs,p.woocommerce-actions a.skip {
	opacity: .7;
}

.woocommerce-message .twitter-share-button,p.woocommerce-actions .twitter-share-button {
	vertical-align: middle;
	margin-left: 3px;
}

p.woocommerce-actions {
	margin-bottom: 2em;
}

.woocommerce-about-text {
	margin-bottom: 1em!important;
}
@media only screen and (max-width: 500px) {
	.about-wrap .wcs-badge:before {
		width: 100%;
	}
	.about-wrap .wcs-badge {
		position: relative;
		margin-bottom: 1.5em;
		width: 100%;
	}
}