/*
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.   ***************/
.product-sku {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
}

.product-prices {
    margin-bottom: 10px;
}

.product-prices .price-excl-tax,
.product-prices .price-incl-tax {
    /*font-size: 14px;*/
    color: #333;
}

.product-prices .price-excl-tax {
    color: #d9534f;
    /* Customize the color for price excluding VAT */
}

.product-prices .price-incl-tax {
    color: #5cb85c;
    /* Customize the color for price including VAT */
}

.product-prices del {
    color: #999;
    margin-right: 5px;
}

.woocommerce-loop-product__title {
    font-weight: bold;
}

span.amount {
    /**** font-size: 17px;***/
}

.widget_product_categories>ul>li ul span.count {
    display: inline;
}

mark {
    background-color: #fff;
    color: #000;
}


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


}


.woonp label {
    font-size: 14pt;
}

.badge-container .badge.callout {
    width:100px;
}