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


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
 /* titlte */
        .section-title.section-title-bold span, .section-title.section-title-center span {
            background-color: #0326c2;
            color: #fff;
            border-radius: 10px;
            padding: 10px 15px;
        }

        .section-title.section-title-bold b, .section-title.section-title-center b {
            background-color: #e51c1b;
            opacity: 1;
            height: 4px;
        }
 /* price */
        span.amount {
            color: #e51c1b;
            margin-top: 5px;
        }

        .product-small .price-wrapper {
            padding-top: 5px;
        }

del span.amount {
    color: #111;
    font-style: italic;
}
#footer .ux-shape-divider .ux-shape-fill {
    fill: #0326c2;
}