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

div#wide-nav .flex-col.hide-for-medium.flex-center {
    width: -webkit-fill-available;
}
div#wide-nav .header-bottom-nav {
    justify-content: space-between !important;
    padding: 0 15px;
}
span.price bdi {
    color: red;
    font-size: large;
}

.menu-danh-muc-container .nav-vertical-fly-out>li.menu-item>a {
    padding: 7px 15px;
}

p.price.product-page-price bdi {
    color: red;
    font-size: larger;
}

.product-summary .is-divider.small {
    display: none;
}


.product-footer .product-small.box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


button.single_add_to_cart_button.button.alt {
    background-color: #177bd2;
    border-radius: 10px;
}


#post-list .blog-post-inner .is-divider {
    display: none;
}
.tin-tu-bai-viet .is-divider {
    display: none;
}
li#menu-item-27 ul {
    padding: 0px !important;
}

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


}