.is_subscription {
	margin: 0;
	border-radius: 4px;
	background-color: rgb(232, 232, 232);
	font-weight: bold;
	
}

.is_subscription.bg-orange {
	border: 1px solid #fff;
}

.is_subscription .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-right: 12px;
}

.is_subscription .switch input {
	display: none;
}

.is_subscription .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.is_subscription .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.is_subscription .subscription_item:checked+.slider {
	background-color: #FFB713;
}

.is_subscription .subscription_itemt:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.is_subscription .subscription_item:checked+.slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

.is_subscription.bg-orange .subscription_item:checked+.slider {
	background: #fff;
}

.is_subscription.bg-orange .subscription_item:checked+.slider:before {
	background: #FFB713;
}

/* Rounded sliders */
.is_subscription .slider.round {
	border-radius: 34px;
}

.is_subscription .slider.round:before {
	border-radius: 50%;
}

.my-label.switch-new {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 25px;
}

.my-label.switch-new .is_subscription {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	max-width: 100%;
	width: 380px;
	padding: 15px !important;
	margin-top: 0 !important;
}

#susbcribe {
	display: none !important;
}

.my-label.switch-new .subscription-details {
	position: relative;
}

.my-label.switch-new .subscription-details::before {
	content: "/mo";
	position: absolute;
	left: -3px;
	top: -2px;
	color: #666666;
	background: transparent;
}

.my-label.switch-new .subscription-details {
	color: transparent;
}
.switch-new .tooltip {
	position: relative !important;
	opacity: 1;
	visibility: inherit;
	display: block;
    pointer-events: auto;
	margin-left: 10px;
	
}
.tooltip:hover div.tooltiptext {
	visibility: visible;
	background: #2a2a2a;
    color: #fcfcfc;
	
}
.tooltip div.tooltiptext {
    position: absolute;
    visibility: hidden;
    bottom: 30px;
    left: -200px;
    padding: 10px;
	border: none;
	background: #2a2a2a;
    color: #fcfcfc;
}

@media (max-width: 768px) {
	.my-label.switch-new {
		position: relative;
	}

	.my-label .is_subscription {
		padding: 15px 11px !important;
	}

	.switch-new .switch {
		width: 60px;
	}

	.switch-new .tooltip {
		position: static !important;
	}

	.my-label.switch-new .tooltip .tooltiptext {
		left: 0;
		max-width: 100%;
		margin-top: 42px;
	}

	.my-label.switch-new .is_subscription {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.switch-new span {
		font-size: 14px;
	}
}

/*Net30 popup*/
.woocommerce-checkout .payment_box.payment_method_stripe .buttons {
    max-width: 260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#net30-proceed {
    background-color: #2e9ce6;
    color: #fff;
}

label[for=payment_method_radio_stripe] {
    color: #8e8e8e !important;
}

.woocommerce-checkout .payment_box.payment_method_stripe:not(.trusted) {
    display: none !important;
}

.woocommerce-checkout .payment_box.payment_method_stripe.show {
    display: block !important;
}

.woocommerce-checkout .payment_box.payment_method_stripe.popup {
    box-shadow: 3px 3px 5px rgba(255, 255, 255, 0.3);
    padding-left: 0;
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce-checkout .payment_box.payment_method_stripe.popup .buttons {
    display: flex !important;
}

.woocommerce-checkout .payment_box.payment_method_stripe.popup .inner {
    background: #fff;
    max-width: 670px;
    width: 90%;
    padding: 40px;
    border-radius: 20px;
}

#net30-title.show, #net30-text.show, #net30-order-details.show {
    display: block !important;
    text-align: center;
}

#net30-order-details {
    background: rgba(0, 0, 0, 0.03);
    padding: 20px;
    margin: 10px auto 15px;
}

#payment .payment_methods li {
    text-align: left !important;
}
