.shop_popup_active_subscription .popup_btns a {
	border: 2px solid #ccc;
	padding: 8px 30px;
	background: #84dda7;
	color: #fff;
	border-radius: 3px;
	text-transform: capitalize;
	display: inline-block;
}
.shop_popup_active_subscription .popup_btns {
	text-align: center;
}
.shop_popup_active_subscription .poup_info * {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.shop_popup_active_subscription {
	position: fixed;
	top: 0;
	left: 0;
	right: unset;
	width: 100%;
	height: 100%;
	background: #0009;
	z-index: 9999;
	overflow: hidden;
}
.shop_popup_active_subscription .popup_cart_iner .popup_cart_header img {
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 0px;
}
.shop_popup_active_subscription .popup_cart_iner {
	background: #fff;
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	border-radius: 4px;
}
.shop_popup_active_subscription .popup_cart_iner .poup_info img {
	width: 100%;
	max-width: 230px;
	margin: 0 auto 15px;
	display: block;
}
.shop_popup_active_subscription .popup_cart_iner .poup_info h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 18px 0;
}
.shop_popup_active_subscription .popup_cart_iner .poup_info p {
	text-align: center;
	font-size: 16px;
	margin: 0;
	padding: 8px 0;
}
.shop_popup_active_subscription .popup_cart_iner .poup_info span.close_pop {
	position: absolute;
	right: -13px;
	top: -12px;
	width: 40px;
	height: 40px;
	background: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	color: #fff;
	font-size: 23px;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.shop_popup_active_subscription .popup_cart_iner .poup_info span.close_pop i{
 -webkit-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}
.shop_popup_active_subscription .popup_cart_iner .poup_info span.close_pop:hover {
	text-shadow: 0px 0px 0px 0px #ccc;
	background: red;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.shop_popup_active_subscription .cart_popup_body {
	background-color: #fff;
	padding: 35px 41px 35px;
	position:relative;
}
.shop_popup_active_subscription .cart_popup_body .shop_cart_heading {
	font-size: 40px;
	max-width: 454px;
	background: #fff;
	text-align: center;
	margin: -64px auto 0;
	padding: 28px 0px;
	color: #2e3941;
}
.shop_popup_active_subscription .cart_popup_body h1 span {
	color: #fc824b;
}

.shop_popup_active_subscription .popup_cart_iner .poup_info .popup_cart_header h3 {
	color: #fff;
	margin: 0px;
	text-align: center;
	font-size: 38px;
}
.shop_popup_active_subscription .popup_cart_header h1 {
	color: #fff;
	margin: 0px;
	text-align: center;
	font-size: 45px;
}
.shop_popup_active_subscription .popup_cart_header h4 {
	color: #fff;
	margin: 0px;
	text-align: center;
}
.shop_popup_active_subscription .popup_cart_iner .poup_info .cart_popup_body p {
	color: #2e3941;
}
.shop_popup_active_subscription .popup_cart_iner .popup_cart_header img {
	max-width: 100%;
	margin-bottom: 0px;
}
button#subscription_popup_button_continue, button#checkout_subscription_popup_button_continue {
    background: #fff;
    font-size: 20px;
    padding: 11px 26px;
    border: 1px solid #fff;
    margin: 5px auto;
    max-width: 375px;
    display: block;
    font-weight: 500;
    margin-top: 20px;
    font-family: "Campton", Sans-serif;
    font-style: normal;
    color: #6c747a;
    border-radius: 30px;
    width: 100%;
    line-height: 30px;
}
a#one_time_popup_button_view {
    background: #fc824b;
    border: 1px solid #fc824b;
    font-size: 20px;
    padding: 11px 17px;
    width: 100%;
    margin: 5px auto;
    color: #fff;
    display: block;
    max-width: 375px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    font-family: "Campton", Sans-serif;
    text-decoration: none;
    line-height: 30px;
}
button#subscription_popup_button_continue:hover, button#subscription_popup_button_continue:focus, button#subscription_popup_button_continue:active{
	background: transparent;
	border: 1px solid #fc824b;
	color: #fc824b;
}
button#checkout_subscription_popup_button_continue:hover, button#checkout_subscription_popup_button_continue:focus, button#checkout_subscription_popup_button_continue:active{
	background: transparent;
	border: 1px solid #fc824b;
	color: #fc824b;
}
a#one_time_popup_button_view:hover, a#one_time_popup_button_view:focus, a#one_time_popup_button_view:active{
	background: transparent;
	border: 1px solid #fc824b;
	color: #fc824b;
} 
a#one_time_popup_button_view.paused_suscriptions {
    font-weight: 600;
    line-height: 17px;
	font-size: 16px;
}
button#subscription_popup_button_continue.paused_suscriptions, button#checkout_subscription_popup_button_continue.paused_suscriptions {
    font-size: 16px;
    font-weight: 600;
	line-height: 17px;
}
/* Password Input hide/show */
.poup_info #loginform-custom p span.show-password-input {
	right: 45px;
}
/* Woocommerce Account Exists - not subscription */
.checkout-login-btn {
	color: #fff;
	font-weight: 600;
	background-color: #fe8242;
	border: 2px solid #fe8242;
	padding: 10px 30px;
	border-radius: 30px;
	width: 80%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}
.checkout-login-btn:hover {
	color: #fe8242;
	background-color: transparent;
	border: 2px solid #fe8242;
	text-decoration: none;
	opacity: .8;
}
#loginform-custom p label {
	display: none;
}
#loginform-custom p input {
	font-size: 14px;
	padding: 10px;
	box-shadow: none;
	border: 1px solid #fe8242;
	width: 100%;
	padding: 15px;
}
#loginform-custom p input::placeholder {
	color: #777;
}
#loginform-custom p span.show-password-input {
	top: auto;
	margin-top: 7px;
	margin-right: 5px;
	opacity: 0.6;
}
.txt-align-center {
	text-align: center;
}
.txt-align-center a {
	color:#84dda7;
}
#checkout_single_product_guest_checkout {
	background: #fff;
	font-size: 20px;
	padding: 11px 26px;
	border: 1px solid #fff;
	margin: 5px auto;
	max-width: 375px;
	display: block;
	font-weight: 500;
	margin-top: 20px;
	font-family: "Campton", Sans-serif;
	font-style: normal;
	color: #84dda7;
	border-radius: 30px;
	width: 100%;
	line-height: 30px;
	text-align:center;
	text-decoration: none;
}
#checkout_single_product_guest_checkout:hover{
	background: transparent;
	border: 1px solid #fe8242;
	color: #fc824b;
}
@media only screen and (max-width:576px) {
	.shop_popup_active_subscription .popup_cart_iner .poup_info span.close_pop {
		right: -4px;
		top: -7px;
	}
	.shop_popup_active_subscription .popup_cart_iner {
		padding: 40px 15px;
		width: 100%;
		max-width: 100%;
	}
	.shop_popup_active_subscription .popup_cart_iner {
		padding: 0px;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.shop_popup_active_subscription .cart_popup_body .shop_cart_heading {
		font-size: 35px;
		padding: 20px 0px;
	}
	.shop_popup_active_subscription .popup_cart_iner .poup_info .cart_popup_body p {
		color: #2e3941;
		font-size: 14px !important;
	}
	.shop_popup_active_subscription .cart_popup_body {
		padding: 35px 34px 35px;
	}
}
