/*
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.   ***************/
.wc-bookings-available-qty {
    background: #eee;
    border-top: 1px solid #ddd;;
    position: relative;
    margin: 0 -1em;
    padding: 1em;
}

.float-left {
    float: left;
}

.cart_item .product-name .product-quantity {
    visibility: hidden;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}