/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* Align quantity column right */
td.product-quantity {
    text-align: right !important;
}

/* Align subtotal column right */
td.product-subtotal {
    text-align: right !important;
}

/* Make quantity buttons align to the right inside the column */
td.product-quantity .quantity {
    display: flex !important;
    justify-content: flex-end !important;
}

/* HIDE quantity field incorrectly placed inside product name column (Flatsome injects it there) */
td.product-name .product-qty {
    display: none !important;
}
