/* ACE CART COUPON CENTER V5.82F START */

/* Centraliza o texto do botao de cupom, mantendo a seta na direita */
html body.checkout-cart-index .cart-discount .block.discount > .title,
html body.checkout-cart-index .cart-discount .title[data-role="title"],
html body.checkout-cart-index #block-discount > .title {
    position: relative !important;
    justify-content: center !important;
    text-align: center !important;
    padding-left: 18px !important;
    padding-right: 42px !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title strong,
html body.checkout-cart-index .cart-discount .title[data-role="title"] strong,
html body.checkout-cart-index #block-discount-heading {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title:after,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:after {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-left: 0 !important;
}

/* ACE CART COUPON CENTER V5.82F END */
