/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.e-checkout__order_review-2{
    border-style: var(--sections-border-type, solid);
    border-color: var(--sections-border-color, #D4D4D4);
    border-width: 3px;
    background-color: #eeeeee;
    margin: 0 0 20px 0;;
}
.elementor-widget-woocommerce-checkout-page .woocommerce table.woocommerce-checkout-review-order-table{
    border: none !important;
}
h3#order_review_heading{
    margin: 16px 30px 20px 30px;
}