/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

form.charge-search {
    display: flex;
    align-items: center;

    label,
    input {
        margin-bottom: 0;
    }

    button {
        margin-top: 0 !important;
    }
}

body {


    .charge-row {

        display: flex;
        align-items: center;
        gap: 20px;
    }

    .badge-wrap {

        img{
            width: 100%;
            max-width: 140px;
            height: auto;
        }
    }
}

/* show no prices */
.price-wrapper, .product-price, .product-subtotal, .cart-sidebar h2, .cart-sidebar table, .product-total, .cart-subtotal, .order-total, .woocommerce-mini-cart__total, .ux-mini-cart-qty, table.woocommerce-table.woocommerce-table--order-details tfoot, li.woocommerce-order-overview__total.total, .search-price{
    display: none;
}

.cart_totals .wc-proceed-to-checkout{
    margin-top: 0;
}

.product-quantity{
    text-align: right;
}
.shop_table {
    padding: 10px;
}




@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .charge-row {
padding-bottom: 150px;
        flex-direction: column;
    }

}