.testwoo-cta-ab {
	display: none;
}

.testwoo-cta {
	cursor: pointer;
}

.testwoo-cta:hover {
	background-color: #f7f7f7 !important;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.testwoo-cta p {
	margin: 0;
}

#main .product .testwoo-cta img {
	float: left;
	height: 48px;
	margin-right: 10px;
	width: 73px;
}

.wccom-testwoo-modal-create__container {
	background-color: rgba( 0, 0, 0, 0.6 );
	display: flex;
	flex-direction: column;
	height: 0;
	justify-content: center;
	opacity: 0;
	transform: translate( 9999px );
	-webkit-transition: opacity 1s, height 0s 1s;
	transition: opacity 1s, height 0s 1s;
	z-index: 9999999;
}

.wccom-testwoo-modal-create__open {
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	transform: translate( 0 );
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	width: 100%;
}

.wccom-testwoo-modal-create__wrapper {
	background-color: #fff;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 520px;
	overflow: auto;
	position: relative;
}

.wccom-testwoo-modal-create__content {
	padding: 60px 0 20px;
}

.wccom-testwoo-modal-create__content .fa-spinner {
	font-size: 3em;
}

#main .product .wccom-testwoo-modal-create__content img {
	height: 3em;
	margin-bottom: 1em;
	width: auto;
}

.wccom-testwoo-modal-create__content p {
	margin: 0 35px;
	text-align: center;
}

.wccom-testwoo-modal-create__header {
	color: #333;
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 0.5em !important;
	text-align: center;
}

.wccom-testwoo-modal-body__copy {
	margin-bottom: 2em !important;
}

.wccom-testwoo-modal-create__header strong {
	font-weight: 600;
}

.wccom-testwoo-modal-create__content button {
	font-size: 1em;
	padding: 10px 30px;
}

.wccom-testwoo-modal-create__close-button {
	background-color: white;
	color: #a46497 !important;
	position: absolute;
	right: 0;
	top: 13px;
}

.wccom-testwoo-modal-create__close-button:hover {
	background-color: white;
}

.wccom-testwoo-modal-create__start-hidden {
	display: none;
}

.wccom-testwoo-modal-create__block {
	display: block;
}

.wplogin-button span {
	display: inline-block;
	position: relative;
}

.wplogin-button span::before {
	background-image: url( '/wp-content/plugins/woothemes-wpcom-signin/assets/images/wpcom-logo-white@2x.png' );
	background-size: 23px;
	content: '';
	display: block;
	height: 23px;
	left: -30px;
	position: absolute;
	top: -3px;
	width: 23px;
}

.wplogin-button {
	-webkit-background-clip: padding-box;
	background-color: #1e8cbe;
	border: 1px solid #176c92;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 2px rgba( 0, 0, 0, 0.2 );
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin: 0 auto 15px;
	padding: 13px 35px 13px 55px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 );
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.wplogin-button:hover {
	border: 1px solid #145b7c;
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 3px rgba( 0, 0, 0, 0.3 );
	text-decoration: none !important;
}

.wplogin-button:active {
	background-color: #176c92;
	border-color: #104b66;
	box-shadow: inset 0 2px 4px rgba( 0, 0, 0, 0.2 );
	text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.1 );
}

.wccom-testwoo-modal-create__body-button button,
.wccom-testwoo-modal-create__body-error button {
	text-transform: uppercase;
}

.wccom-testwoo-modal-create__content .wccom-testwoo-modal-create__spinner {
	margin-bottom: 1em;
}
