.hexo-woodmart-login-form .hide {
	display: none;
}

.hexo-woodmart-login-form span#hexo-woodmart-otp.button {
	transition: background-color 0.5s ease-in-out;
}

.hexo-woodmart-login-form .form-row-otp {
	transition: transform 0.5s ease-in-out;
  	transform: scaleY(0);
    overflow: hidden;
}

.hexo_custom_srs_woodmart_integration_success,
.hexo_custom_srs_woodmart_integration_error {
	color: green;
}

.hexo_custom_srs_woodmart_integration_error {
	color: red;
}

body:not(.logged-in) .woocommerce-additional-fields {
	display: none;
}

body:not(.logged-in) .woocommerce-billing-fields {
    max-width: 100%;
    width: 100%;
}

body:not(.logged-in) form.woocommerce-checkout>:is(.customer-details,.checkout-order-review) {
    max-width: 100%;
    width: 100%;
    flex: 1;
}

@media(min-width: 768px) {
    .rtl form.woocommerce-checkout > p {
		display: none;
	}
}