/* ACE CART COUPON BALANCE V5.82C START */

/* reduz o bloco/botao do cupom */
html body.checkout-cart-index .cart-discount,
html body.checkout-cart-index .block.discount {
    max-width: 360px !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title,
html body.checkout-cart-index .cart-discount .title[data-role="title"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: auto !important;
    min-width: 290px !important;
    max-width: 320px !important;
    min-height: 52px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: #07110b !important;
    color: #ffffff !important;
    border: 0 !important;
    box-shadow: 0 16px 30px rgba(7,17,11,.18) !important;
    cursor: pointer !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 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title:hover,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:hover {
    background: #c8ff00 !important;
    color: #07110b !important;
    box-shadow: 0 18px 34px rgba(200,255,0,.22) !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title:hover strong,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:hover strong,
html body.checkout-cart-index .cart-discount .block.discount > .title:hover #block-discount-heading {
    color: #07110b !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title:after,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:after {
    color: inherit !important;
    font-size: 14px !important;
}

/* aumenta levemente o botao atualizar carrinho */
html body.checkout-cart-index .cart.main.actions .action.update,
html body.checkout-cart-index .action.update[title="Atualizar carrinho"],
html body.checkout-cart-index button.action.update {
    min-width: 164px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: #07110b !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 44px !important;
    box-shadow: 0 14px 28px rgba(7,17,11,.16) !important;
}

html body.checkout-cart-index .cart.main.actions .action.update:hover,
html body.checkout-cart-index .action.update[title="Atualizar carrinho"]:hover,
html body.checkout-cart-index button.action.update:hover {
    background: #c8ff00 !important;
    color: #07110b !important;
    box-shadow: 0 16px 34px rgba(200,255,0,.24) !important;
}

/* ACE CART COUPON BALANCE V5.82C END */
