.elementor-8 .elementor-element.elementor-element-72cf4f92{--display:flex;--background-transition:0.3s;}/* Start custom CSS for wc-elements, class: .elementor-element-574ff90 *//*AllDevices*/
#billing_company_field,#billing_address_2_field,.pr_trust_seal {
    display: none;
}
.product-thumb{
    width: 70px !important;
}
.product-thumb img{
    width: 50px;
    border-radius: 50%;
}

/*Desktop*/
@media only screen and (min-width: 767px){
.woocommerce>.woocommerce-checkout-review-order-table{
    display: none
}}


/*Mobile*/
@media only screen and (max-width: 767px){
    #order_review>.woocommerce-checkout-review-order-table,#order_review_heading,.woocommerce-shipping-fields,.woocommerce-additional-fields,.place-order>.woocommerce-terms-and-conditions-wrapper{
        display:none;
    }
    
}/* End custom CSS */