/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
.searchform-wrapper input[type='search'] {
    border-right: none;
    height: 42px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: none;
}
.searchform .button.icon {
    margin: 0;
    height: 42px;
    width: 55px;
    color: #00bf9f;
    background: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #dddddd;
}
.section-title b{
	height: 0;
}
.product-small.col>.col-inner{
    height: 100%;
    border: 1px solid #dedede;
    padding: 7px;
    box-shadow: 3px 5px 1px #05737333;
    border-radius: 4px;
}
.thong-bao {
    background: #fff8e5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 14px;
    color: #3a3a3a;
    margin-top: 8px;
    border-left: 4px solid #ffb900;
}
.absolute-footer.dark{
    color:#fff;
}
div#top-bar ul#header-contact a{
    color:#fff;
}
.archive.category .post-item .col-inner {
    border: 1px solid #e4e4e4;
    padding: 10px;
}
.box-blog-post .is-divider{
    height: 0;
}
.top-footer input {
    background: #f3f3f3 !important;
    border-radius: 4px !important;
    font-size: 14px;
    border: none !important;
}
.top-footer input[type='submit'] {
    background: #1e73be !important;
}
.wpcf7-spinner{
    display: none
}
.product-small.col a.primary.is-small.mb-0.button.product_type_simple.is-flat,
.product-small.col a.primary.is-small.mb-0.button.product_type_simple.is-gloss{
    width: 100%;
    border-radius: 5px;
    text-transform: none;
    font-size: 14px;
}

.wpcf7-spinner{
    display: none
}