.elementor-7041 .elementor-element.elementor-element-a443c18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7041 .elementor-element.elementor-element-8443a50 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:transparent;background-image:linear-gradient(180deg, #751C21 0%, #751C21 100%);}.elementor-7041 .elementor-element.elementor-element-8443a50{--sections-border-type:none;--order-summary-rows-gap-top:calc( 5px/2 );--order-summary-rows-gap-bottom:calc( 5px/2 );--checkout-button-normal-text-color:#FFFFFF;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */#carrinho .woocommerce-cart-form__cart-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}

#carrinho thead {
    display: none;
}

#carrinho .product-name{
 width: 60%
}

#carrinho td {
    border: none;
}

#carrinho tr{
    border-bottom: 1px solid #ccc; 
}

#carrinho .order-total {
    display:none;
}

#carrinho .cart-subtotal {
    display:none;
}

#carrinho table a{
 color: #751C21;   
}/* End custom CSS */