
body #form-field-field_eb6430d{
	text-transform: none !important;
}

.woocommerce-checkout-payment .payment_box:not(.payment_method_stripe_cc.wc-stripe-no-methods, .payment_method_stripe_sepa, .payment_method_direct-debit, .payment_method_sepa_lastschrift):not(.wc_payment_method.payment_method_invoice .payment_box.payment_method_invoice, .wc_payment_method.payment_method_stripe_sepa) {
	display: none !important;
}



span.iscu-error-message.iscu_number_plate_error {
    width: 500px;
}

.iscu_disabled{
	opacity: 0.6;
}
input#legal, .elementor-1176 .elementor-field-type-acceptance input {
    width: 10px;
    height: 10px;
    margin-left: -1px !important;
    margin-top: 0px !important;
    border: none !important;
    background-color: #ffffff;
    border-color: #1F24282E;
    border-width: 1px 1px 1px 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px 8px 8px 8px;
    display: inline;
    min-height: 0px !important;
    min-width: 0px !important;
    margin-right: 8px;
    position: relative;
}

.iscu_cart_product_price_main_wrapper .wc-gzd-order-submit{
	width: 100%;
	display: block !important;
}

.wc-gzd-order-submit{
	display: none;
}

.wc-gzd-order-submit.iscu_paypal{
	display: block !important;
}
.iscu_pay{
	display: none;
}

.iscu_p_img_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iscu_p_np_state_plakette {
	border: none;
	background: #ffffff no-repeat 0 0/contain;
	background-image: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	transition: background-image 0.2s, filter 0.2s;
}

.iscu_p_np_state_icon_wrap {
	border: none;
	background: #e8e8e8 no-repeat 0 0/contain;
	background-position-x: 0px;
	background-position-y: 0px;
	background-image: none;
	background-size: contain;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 7px 0 0 0;
	transition: background-image 0.2s, filter 0.2s;
}



.elementor-field-group-field_9f4904c input, .elementor-field-group-field_7b3ee8f input,  .elementor-field-group-field_652dc82 input, .elementor-field-group-field_cfc7a52 input{
    text-transform: uppercase !important;
}

/* #form-field-field_9d02662 option {
    text-transform: uppercase !important;
} */

.iscu_rep_heading {
	font-family: "Avenir", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 54.64px;
	width: 650px;
	text-align: center;
}

@media (max-width: 1024px) {
	.iscu_rep_heading {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.iscu_rep_heading {
		font-size: 24px;
		line-height: 32.78px;
		width: unset;
	}
}

.elementor-181 .elementor-element.elementor-element-ee4a79c .elementor-field-group{
    display: block;
    position: relative;
	margin-bottom: 40px !important;
}

.e-form__buttons, .e-form__buttons__wrapper{
    display: flex !important;
}

.iscu-error-message {
    color: red;
    font-size: 12px;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 13px;
    line-height: 14px;
	font-family: "Avenir", Sans-serif;
}

.iscu_error {
	color: red;
	font-size: 12px; /* 0.75em */
	font-family: "Avenir", Sans-serif;
}

.iscu_number_plate_error {
	color: #DA3327;
}

button:disabled {
    opacity: 0.6;
}

#form-field-field_03de65a:disabled {
	background: #f2f0f0;
	opacity: .8;
}
.checkout.woocommerce-checkout #iscu-ajax-loader{
	position: absolute;
}
#iscu-ajax-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 999999999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

input#form-field-field_b2009b2 {
    width: 21px;
    height: 24px;
	margin-left: -1px !important;
    margin-top: 0px !important;
    border: none !important;
}

#iscu-ajax-loader .spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #236bfe;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 46%;
	line-height: 60px;
	left: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 768px) {
    .elementor-181 .elementor-element.elementor-element-ee4a79c .elementor-field-group{
        margin-bottom: 33px !important;
    }
}


/* --------------Cart payment---------------- */

.iscu_cart_product_price_main_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-family: "Avenir", Sans-serif;
	gap: 10px;
	/* margin-top: 20px; */
}

.iscu_dis_price_main_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	align-items: center;
    color: #999FB7;
	font-size: 15px;
}

.iscu_regular_price_main_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	align-items: center;
	font-size: 25px;
}

.iscu_regular_price_title {
	font-weight: 550;
}

.iscu_next_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	margin: 20px auto 0px auto;
	height: 53px;
}

.woocommerce-cart .iscu_next_btn{
	margin: auto;
}

.iscu_next {
	display: flex;
	justify-content: center;
	width: 100%;
	border: none;
	background-color: #236bfe !important;
	color: #fff;
	border-radius: 9px;
	gap: 10px;
	font-size: 18px;
	font-weight: 700;
	padding: 13px;
	border-radius: 8px;
    background: radial-gradient(50% 50% at 50% 50%, #0277FF 0%, #0377FF 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 0 1px 0 rgba(0, 0, 0, 0.10), 0 12px 24px 0 rgba(0, 0, 0, 0.08), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.iscu_price_coupons_main_wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #9ea3ba;
	font-size: 16px;
}

.iscu_regular_price {
	color: #236bfe;
	font-weight: 700;
	font-size: 24px !important;
}

/* .iscu_dis_price {
	font-size: 14px !important;
} */

.iscu_next:hover {
	background-color: #236bfe;
}

.iscu_next.iscu_checout_submit_button a {
	text-decoration: none;
	color: #fff;
	position: relative;
}

/* .iscu_checout_submit_icon {
	position: absolute;
	width: 16px;
	right: -20px;
	height: 19px;
	top: 1px;
} */

.iscu_cart_loader {
    display: none;
}

.iscu_cart_loader i {
    animation: iscu_spin 1s linear infinite;
}

@keyframes iscu_spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.iscu_price_label a {
	text-decoration: none;
	color: #236bfe;
}

.iscu_pay {
	display: flex;
	justify-content: center;
	width: 100%;
	border: none;
	background-color: #236bfe !important;
	color: #fff;
	gap: 10px;
	font-size: 18px;
	font-weight: 700;
	padding: 13px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: radial-gradient(50% 50% at 50% 50%, #0277FF 0%, #0377FF 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 0 1px 0 rgba(0, 0, 0, 0.10), 0 12px 24px 0 rgba(0, 0, 0, 0.08), 0 2px 5px 0 rgba(0, 0, 0, 0.25);

}

.iscu_pay a {
	text-decoration: none;
	color: #fff;
}

.iscu_pay a:hover {
	color: #fff !important;
}

.iscu_pay:hover {
	background-color: #236bfe;
}

.iscu_chekout_price_option_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

input {
	margin-top: 3px;
	min-width: 16px;
	min-height: 16px;
}

.iscu_price_label {
	font-size: 15px;
}

.iscu_option {
	display: flex;
	gap: 10px;
	align-items: center;
}

/* ---------- re-enter-page ---------- */

.iscu_error_submit_btn_re_enter{
	color: red;
	font-size: 13px;
	padding-top: 10px;
	font-family: "Avenir", Sans-serif;
}
.iscu_success_submit_btn_re_enter{
	color: #00a200;
	font-size: 13px;
	padding-top: 10px;
}
body .elementor-1176 .elementor-element.elementor-element-29cdd4f .elementor-field-group{
	margin-bottom: 41px;
}
body .elementor-1176 .elementor-element.elementor-element-d392223 .elementor-field-group{
	/* margin-bottom: 60px; */
}

.elementor-1176 .elementor-element.elementor-element-9535ba7{
	--row-gap: 26px !important;
}

.iscu_checkout_tele_wrap .elementor-element.elementor-element-23f5cb04 {
	border: 1px !important;
}

.checkout.woocommerce-checkout #iscu-ajax-loader {
	border: 1px solid #E5E7ED;
 	border-radius: 18px !important;
}

.woocommerce-cart #form-field-field_02adea4 {
	pointer-events: none !important;
	background: #f2f0f0;
	opacity: .8;
} 

.woocommerce-cart #form-field-field_e1fcdf9 {
	pointer-events: none;
	background: #f2f0f0;
	opacity: .8;
}

.page-id-181 .elementor-element-23f5cb04 {
	border-radius: 12px !important;
}

.elementor-field-group-field_03de65a {
	display: none !important;
}

.elementor-field-group-field_b2009b2 {
	display: none !important;
}

.elementor-field-group-field_080b223 .elementor-field-label .number-label::after {
	color: #DC0000 !important;
	content: "*" !important;
	padding-inline-start: .2em !important;
	font-size: 18px;
	font-weight: bold;
}

.woocommerce-cart .iscu_cart_product_price_main_wrapper .iscu_price_list_wrap {
	/* display: none !important; */
}

.iscu_remove_gap_wrap .e-con-inner  {
	gap: unset !important;
}

@media only screen and (max-width: 500px) {
    body .elementor-1176 .elementor-element.elementor-element-7ebe57c .elementor-field-group{
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 768px) {

	body .elementor-1176 .elementor-element.elementor-element-d392223 .elementor-field-group{
		/* margin-bottom: 50px; */
	}
}

@media only screen and (max-width: 1250px) {
	.iscu_p_np_state_plakette {
		width: 19px;
		height: 19px;
	}

	.iscu_p_np_state_icon_wrap {
		width: 27px;
		height: 27px;
	}
}

@media only screen and (max-width: 1100px) {
	.iscu_p_np_state_plakette {
		width: 16px;
		height: 16px;
	}

	.iscu_p_np_state_icon_wrap {
		width: 24px;
		height: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.iscu_p_np_state_plakette {
		width: 31px;
		height: 31px;
	}

	.iscu_p_np_state_icon_wrap {
		width: 44px;
		height: 44px;
		margin-top: 17px;
	}

	body .elementor-181 .elementor-element.elementor-element-ee4a79c .e-form__indicators{
		margin-bottom: 0px !important;
	}

	body .elementor-181 .elementor-element.elementor-element-ee4a79c .elementor-form-fields-wrapper{
		padding-top: 0px !important;
	}

	body .elementor-181 .elementor-element.elementor-element-ee4a79c .elementor-form-fields-wrapper {
		margin-bottom: -22px !important;
	}
}

@media only screen and (max-width: 700px) {
	.iscu_p_np_state_plakette {
		width: 26px;
		height: 26px;
	}

	.iscu_p_np_state_icon_wrap {
		width: 39px;
		height: 39px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 600px) {

	span.iscu-error-message.iscu_number_plate_error {
		width: 300px;
	}
}
@media only screen and (max-width: 530px) {
	.iscu_p_np_state_plakette {
		width: 22px;
		height: 22px;
	}

	.iscu_p_np_state_icon_wrap {
		width: 35px;
		height: 35px;
		margin-top: 7px;
	}
}


.wc_payment_methods .wc_payment_method .input-radio{
	margin-right: 6px !important;
}

.wc_payment_methods .wc_payment_method label{
	line-height: 2;
	vertical-align: super;
}
@media only screen and (max-width: 480px) {

	#iscu-ajax-loader .spinner {
		position: static;
		transform: translate(-50%, -50%);
	}

	.woocommerce-checkout #iscu-ajax-loader .spinner {
		transform: none;
	}

   	.iscu_price_list_wrap #iscu-ajax-loader .spinner {
        position: absolute;
        transform: unset;
		top: 0px;
    }

}

@media only screen and (max-width: 447px) {
	.iscu_p_np_state_plakette {
		width: 17px;
		height: 17px;
	}

	.iscu_p_np_state_icon_wrap {
		width: 29px;
		height: 29px;
		margin-top: 6px;
	}
}

@media only screen and (max-width: 410px) {
	.iscu_p_np_state_plakette {
		width: 16px;
		height: 16px;
	}

	.iscu_p_np_state_icon_wrap {
		width: 24px;
		height: 24px;
		margin-top: 6px;
	}
}