/*
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.   ***************/
.absolute-footer.dark ul {
    border-color: #12b4ba;
}

.dark .is-divider {
    background-color: rgb(18 180 186);
}
.product-info {
    padding-top: 10px;
    width: 50%;
}


span.widget-title {
    font-size: 1em;
    font-weight: 600;
    color: white;
}




a {
    color: #999;
    text-decoration: none
}



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999
}

.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity:1;
    color: #12b4ba;
}

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


}