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


}

.menu-item-store a.btn-store {
    background: #fff;
    color: #046813;
    padding: 8px 16px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 600;
}

.menu-item-store a.btn-store:hover {
    color: #046813;
}
.btn-store .icon-cart svg {
       width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 2px;
}