/*
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.   ***************/
:root{
    --color-main: #7A4E2D;
}

.list_cate_home .product-category .box-category {
    border-radius: 10px;
    border: 0.5px solid #D8C6B1;
    background: #FFF;
    padding: 0.75rem 1rem;
}

.list_cate_home .product-category .box-category .box-text {
    padding-bottom: 0.7em !important;
}

.list_cate_home .product-category .box-category .box-text h5.header-title {
    font-family: 'Mulish', sans-serif !important;
}

.list_cate_home .flickity-button {
    margin-top: unset !important;
}

.list_bao_chi .col .col-inner {
    border-radius: 10px;
    border: 1px solid #D8C6B1;
    background: #FFF;
    display: flex;
    padding: 2.5rem 2rem;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
}

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


}