/* Arabic My Account only. */
body.oc-account-motion-ar :is(
	.wd-my-account-sidebar,.woocommerce-MyAccount-content,
	.woocommerce-form-login,.woocommerce-form-register,
	.woocommerce-MyAccount-navigation li,.woocommerce-MyAccount-content > *,
	ul.wd-my-account-links>li
){animation:none !important}

body.oc-account-motion-ar .oc-account-reveal{
	opacity:0;transform:translateY(13px);
	transition:opacity .4s ease,transform .4s cubic-bezier(.2,.8,.2,1);
}
body.oc-account-motion-ar .oc-account-reveal.oc-account-visible{opacity:1;transform:none}
body.oc-account-motion-ar .oc-account-item{
	transition:opacity .32s ease,transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,border-color .22s ease;
	transition-delay:var(--oc-account-delay,0ms);
}
body.oc-account-motion-ar .oc-account-item:not(.oc-account-visible){opacity:0;transform:translateY(7px)}
body.oc-account-motion-ar :is(.button,.woocommerce-button,ul.wd-my-account-links>li>a){
	transition:transform .2s ease,box-shadow .2s ease,filter .2s ease !important;
}
@media (hover:hover){
	body.oc-account-motion-ar :is(.button,.woocommerce-button,ul.wd-my-account-links>li>a):hover{
		transform:translateY(-2px);filter:brightness(1.025);
	}
	body.oc-account-motion-ar ul.wd-my-account-links>li:hover{border-color:rgba(201,151,66,.34)}
}
@media (prefers-reduced-motion:reduce){
	body.oc-account-motion-ar *,body.oc-account-motion-ar *::before,body.oc-account-motion-ar *::after{
		animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;
	}
	body.oc-account-motion-ar :is(.oc-account-reveal,.oc-account-item){opacity:1 !important;transform:none !important}
}
