/*
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.   ***************/
.ux-mini-cart-cross-sells__list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.cross-sell-thumb {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 5px;
}

.product-title {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    display: block;
}

.price-wrapper {
    font-size: 13px;
    color: #888;
}

.ux-mini-cart-cross-sells__list-item > a.button.add_to_cart_button {
    padding: 4px 8px;
    font-size: 12px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    margin-left: auto;
}


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


}