/*
Theme Name: Dược phẩm
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

img.size-full.alignnone {
    margin-bottom: 0em;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-wrapper .header-top {
        background-color: #32cd32 !important;
    }
    .bk-language ul li a {
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
    }
    .counter-number {
        margin-left: 10px;
        font-size: 19px;
        font-weight: 600;
        color: #f3f3f3;
        text-align: center;
    }
    .bk-counter {
        display: flex;
    }
    .bk-language {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .counter-label {
        font-size: 19px;
        font-weight: 600;
    }
    .header.show-on-scroll .hide-for-sticky, .stuck .hide-for-sticky {
        display: block !important;
    }
}
