/*
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.   ***************/
.header-vertical-menu__opener {
    border-radius: 99px;
}
.name.product-title.woocommerce-loop-product__title {
    font-size: 16px;
    margin-bottom: 10px;
}
.product-small.box {
    border: 1px solid #1d74bf;
    padding: 12px;
    border-radius: 10px;
}
.price {
    line-height: 1;
    background: #f1f1f1;
    border-radius: 7px;
    padding: 10px;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 600 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}