/*
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 {
    color: #2a2a2a;
}
p.woocommerce-result-count.hide-for-medium {
    display: none;
}
a.button.cancel {
    display: none;
}
.form-flat input:not([type="submit"]) {
    background-color: #fff;
    box-shadow: none;
    /* border-color: rgba(0,0,0,0.09); */
    background-position: 99% 50%;
    color: currentColor !important;
    border-radius: 99px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
div.wc-price-based-country.wc-price-based-country-refresh-area {
    display: none;
}