.elementor-47 .elementor-element.elementor-element-48d8e0d2{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-47 .elementor-element.elementor-element-48d8e0d2:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-48d8e0d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C1014;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-98e61f7 *//* Oconde a linha de frete e o calculador na tabela de totais */
.woocommerce-shipping-totals, 
.shipping-calculator-button, 
.shipping-calculator-form,
.woocommerce-shipping-destination {
    display: none !important;
}

/* Estilização para a nova mensagem de frete */
.custom-shipping-notice {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    padding: 10px 0;
    display: block;
}

.elementor-47 .elementor-element.elementor-element-98e61f7 bdi{
    color:black !important;
}

/* Estilização Geral da Tabela de Carrinho */
.woocommerce-cart-form .shop_table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.woocommerce-cart-form thead {
    background-color: #f8f9fa;
}

.woocommerce-cart-form thead th {
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px !important;
}

/* Imagem do Produto */
.product-thumbnail img {
    border-radius: 8px;
    max-width: 80px !important;
}

/* Botões de Remover (X) */
a.remove {
    background-color: #ff4d4d !important;
    color: #fff !important;
    border-radius: 50% !important;
    height: 25px;
    width: 25px;
    line-height: 22px !important;
}

/* Botões do Elementor (Update, Apply Coupon) */
.e-cart__container button.button {
    background-color: #000 !important; /* Cor principal */
    color: #fff !important;
    border-radius: 30px !important;
    padding: 12px 25px !important;
    transition: all 0.3s ease;
}

.e-cart__container button.button:hover {
    background-color: #333 !important;
    transform: translateY(-2px);
}

/* Totais do Carrinho (Coluna Direita) */
.e-cart-totals {
    background: #fdfdfd;
    padding: 25px !important;
    border-radius: 15px;
    border: 1px solid #eee;
}

.cart_totals h2 {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    display: inline-block;
}

/* Checkout Button */
.checkout-button {
    background-color: #28a745 !important; /* Cor verde para destaque */
    font-size: 18px !important;
    font-weight: bold !important;
}/* End custom CSS */