.theme-hsplus .top_section_wrapper {
	background-color: #f0f2f5;
	border-radius: 10px 10px 0 0;
	color: #000;
	margin-bottom: 10px;
	padding: 10px;
	position: relative
}

.theme-hsplus .top_section_wrapper .close_popup {
	cursor: pointer;
	font-size: 1.3em;
	position: absolute;
	right: 13px;
	top: 6px
}

.theme-hsplus .top_section_wrapper .title {
	font-size: 1.2em;
	font-weight: 500;
	margin: 10px 0 0
}

.theme-hsplus .test_product_background {
	background-color: #00000080;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%
}

.theme-hsplus .test_product_container {
	background: #fff;
	border-radius: 10px;
	left: 50%;
	min-height: 380px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%
}

.theme-hsplus .test_product_container .continue-shopping-button {
	background: #47b426;
	background: #0000 linear-gradient(180deg, #3ec000, #00ac00) 0 0 no-repeat padding-box;
	border-radius: 5px;
	box-shadow: 0 2px 0 0 #090;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 15px;
	text-decoration: none;
	width: 70%
}

.theme-hsplus .test_product_container .inner_text {
	font-size: .875em;
	margin-top: 20px;
	padding: 0 10px
}

.theme-hsplus .test_product_container .inner_text span:first-of-type {
	font-weight: 700
}

.theme-hsplus .test_product_container .disclaimer {
	color: #5f6061;
	font-size: .8em;
	padding: 0 10px
}

.theme-hsplus .test_product_container .green_bold {
	color: #47b426
}

.theme-hsplus.woocommerce-order-received .wc-thankyou-wrap .wc-thankyou-content .test_product_container a {
	color: #fff
}

@media screen and (min-width:768px) {
	.theme-hsplus .test_product_container {
		width: 520px
	}
}

/*# sourceMappingURL=notice-test-product-only.css.map */