/* Custom WooCommerce Styles for SonnoService Theme */

/* file woocommerce/global/form-login.php */
body.sonnoservice.woocommerce-checkout.woocommerce-order-received .woocommerce-info,
body.sonnoservice.woocommerce-checkout.woocommerce-order-received .woocommerce-form-login {
	display: none !important;
}

/* file woocommerce-subscriptions/templates/checkout/form-change-payment-method.php */
body.sonnoservice.woocommerce-checkout .woocommerce form#order_review {
	display: block !important;
}

/* file woocommerce-subscriptions/templates/checkout/terms.php */
body.sonnoservice .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox .input-checkbox {
	height: 38px;
}

body.sonnoservice .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
	font-size: 18px;
	/* padding-left: 20px; */
}

body.sonnoservice p.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
	font-size: 18px;
	padding-left: 20px;
}

body.sonnoservice .woocommerce-terms-and-conditions-wrapper span.woocommerce-terms-and-conditions-checkbox-text {
	margin-left: 20px;
}

body.sonnoservice p.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox .input-checkbox {
	height: auto !important;
}

/* file /woocommerce/checkout/form-billing.php */
body.sonnoservice.woocommerce-checkout:not(.woocommerce-order-received) #post-content div.woocommerce .ambrogio-button {
	color: #004580 !important;
}

body.sonnoservice.woocommerce-checkout p#billing_know_sonnoservice_field label abbr.required {
	visibility: visible !important;
}

/* file /woocommerce/cart/cart-shipping.php */
body.sonnoservice.woocommerce-checkout .woocommerce-shipping-totals #shipping_method label,
body.sonnoservice.woocommerce-cart .woocommerce-shipping-totals #shipping_method label {
	color: inherit !important;
	font-size: inherit !important;
}

/* file /woocommerce/checkout/form-checkout.php */

#yith-par-message-reward-cart form {
	display: block !important;
}

body.sonnoservice.woocommerce-checkout .woocommerce-billing-fields__field-wrapper abbr.required,
body.sonnoservice.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper abbr.required {
	visibility: visible !important;
}

.form-row input#billing_mobile,
.form-row input#billing_phone {
	border-bottom: 1px solid #004580 !important;
}

.woocommerce-checkout-review-order .ppc-button-wrapper.ppcp-width-500 {
	padding: 0em 3em;
}

.woocommerce-checkout-review-order #ppc-button-ppcp-applepay,
.woocommerce-checkout-review-order #ppc-button-ppcp-googlepay {
	display: block;
	width: 100%;
}

.woocommerce-checkout-payment li {
	margin: 10px 0 !important;
	width: 50% !important;
}

.woocommerce-checkout-payment li.payment_method_ppcp-credit-card-gateway {
	width: 60% !important;
}

.woocommerce-checkout-payment .payment_method_ppcp-credit-card-gateway input {
	font-size: 16px !important;
}