.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-woodmart-login-form .or {
	position: relative;
	width: 100%;
	height: 1px;
	margin-bottom: 15px;
	background-color: var(--wd-primary-color);
}

.hexo-woodmart-login-form .or .text {
	position: absolute;
	top: -12px;
	left: calc(50% - 10px);
	width: 20px;
	text-align: center;
	background-color: white;
	color: black
}

.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;
	}
}