.elementor-97 .elementor-element.elementor-element-6a9a9f70{--display:flex;}/* Start custom CSS for container, class: .elementor-element-6a9a9f70 */.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    margin-left: 5px;
    background: #673875 !important;
    border-color: #673875 !important;
    color: #fff !important;
    transition: all .3s ease;
}

/* Hover */
.woocommerce #content table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover {
    background: #542c60 !important;
    border-color: #542c60 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(103, 56, 117, .25);
}


/* Botão Finalizar Compra */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{

    background: linear-gradient(
        135deg,
        #5B3067 0%,
        #673875 50%,
        #764086 100%
    ) !important;

    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 8px !important;

    padding: 18px 25px !important;

    text-transform: none !important;
    letter-spacing: 0 !important;

    box-shadow:
        0 10px 25px rgba(103,56,117,.18);

    transition: all .35s ease;
}

/* Hover */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{

    background: linear-gradient(
        135deg,
        #4A2455 0%,
        #5B3067 50%,
        #673875 100%
    ) !important;

    transform: translateY(-3px);

    box-shadow:
        0 18px 35px rgba(103,56,117,.28),
        0 0 20px rgba(103,56,117,.15);

    color: #fff !important;
}

/* Clique */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active{
    transform: translateY(-1px);
}/* End custom CSS */