#moopress-cart
{
    width: 100% !important;
}
/* جعبه را نسبی کن تا overlay درست بنشیند */
#moopress-cart { position: relative; }

/* اگر CSS ووکامرس اسپینر نداشت، این‌ها را اضافه کن */
#moopress-cart > .blockUI.blockOverlay:before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 16px; height: 16px;
    margin: -8px 0 0 -8px;
    background: url(<?php echo esc_url( wc()->plugin_url().'/assets/images/ajax-loader@2x.gif' ); ?>) no-repeat center center;
    background-size: 16px 16px;
}

.coupon .woocommerce-message, .coupon .woocommerce-error {
    clear: right;
    flex-basis: 100%;
    /*float: none;*/
    font-size: .8em;
    text-align: right;
    width: auto;
    padding: 8px;
    margin-top: 5px;
    width: 100%
}

