/* ACE CART COUPON FORCE V5.82B START */

/*
  Escopo restrito:
  somente bloco de cupom no carrinho.
  Nao altera tabela, resumo, produto, preco, quantidade ou checkout.
*/

html body.checkout-cart-index .cart-discount {
    width: auto !important;
    max-width: 420px !important;
    margin-top: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.checkout-cart-index .cart-discount .block.discount,
html body.checkout-cart-index #block-discount {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 !important;
}

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,
html body.checkout-cart-index #block-discount-heading {
    min-height: 48px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: #101510 !important;
    color: #ffffff !important;
    border: 1px solid rgba(9,15,11,.18) !important;
    box-shadow: 0 14px 30px rgba(9,15,11,.14) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-weight: 850 !important;
    text-decoration: none !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-weight: 850 !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 16px 34px rgba(200,255,0,.25) !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;
}

html body.checkout-cart-index .cart-discount .content,
html body.checkout-cart-index #discount-coupon-form {
    max-width: 420px !important;
}

html body.checkout-cart-index .cart-discount .content[data-role="content"] {
    margin-top: 12px !important;
    padding: 18px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid rgba(9,15,11,.08) !important;
    box-shadow: 0 14px 34px rgba(9,15,11,.08) !important;
}

html body.checkout-cart-index .cart-discount input.input-text,
html body.checkout-cart-index #coupon_code {
    height: 44px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(9,15,11,.18) !important;
    padding: 0 16px !important;
}

html body.checkout-cart-index .cart-discount .action.apply,
html body.checkout-cart-index .cart-discount button.action.apply {
    min-height: 44px !important;
    border-radius: 999px !important;
    background: #101510 !important;
    color: #ffffff !important;
    border: 0 !important;
    font-weight: 850 !important;
    padding: 0 18px !important;
}

html body.checkout-cart-index .cart-discount .action.apply:hover,
html body.checkout-cart-index .cart-discount button.action.apply:hover {
    background: #c8ff00 !important;
    color: #07110b !important;
}

/* ACE CART COUPON FORCE V5.82B END */
