/*
 Theme Name:   AI Globe Child
 Theme URI:    https://aiglobe.wpengine.com/
 Description:  AI Globe Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     ai-globe
 Version:      1.0.0
 Text Domain:  ai-globe-child
*/

.woocommerce div.product.type-product>div.summary>*:not(.clear):not(.button):not([id*="tmpl-add-to-cart-button"]) {
    clear: both;
    display: inline-block;
    line-height: var(--wdtLineHeight_Base);
    margin: 10px 0;
    width: 100%;
    display: flex
;
    color: #fff !important;
    align-items: center;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
    padding: 20px;
}
tr {
background:transparent !important;
}
.woocommerce-checkout-order-review-wrap{
    background: black;
    border-radius: 20px;
}