/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/** Font Barlow **/
/* @import url("assets/fonts/Barlow/font-Barlow.css"); */

/** Font Barlow Condensed **/
/* @import url("assets/fonts/BarlowCondensed/font-BarlowCondensed.css"); */

/** Font Be Vietnam Pro **/
/* @import url("assets/fonts/BeVietnamPro/font-BeVietnamPro.css"); */

/** Font Mulish **/
/* @import url("assets/fonts/Mulish/font-Mulish.css"); */

/** Font Open Sans **/
/* @import url("assets/fonts/OpenSans/font-OpenSans.css"); */

/** Font Plus Jakarta Sans **/
/* @import url("assets/fonts/PlusJakartaSans/font-PlusJakartaSans.css"); */


/** Font SVN-Gilroy **/
/* @import url("assets/fonts/SVN-Gilroy/font-SVN-Gilroy.css"); */

/** Font SVN-Poppins **/
/* @import url("assets/fonts/SVN-Poppins/font-SVN-Poppins.css"); */


* {
    scroll-behavior: smooth !important;
}

body {
    font-size: 15px;
    font-weight: 400;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 15px;
    font-weight: 500;
}
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.featured-box .icon-box-img img {
    padding-top: 0;
}

.wpcf7-spinner {
    display: none;
}
@media (max-width: 1200px) {
    .header-bottom .nav.header-nav > li{
        margin: 0 10px;
    }
    .nav.header-nav > li > a{
        font-size: 16px;
    }
    .header-bottom .nav-divided>li+li>a:after{
        left: -10px;
        height: 25px;
        top: 2px;
    }
    .sec_01 .icon-box{
        padding: 25px 10px 25px 15px;
    }
    .sec_01 .col:nth-child(1) .icon-box{
        padding-left: 15px;
    }
    .sec_02 .box .box-image{
        width: 185px;
        height: 185px;
    }
    .sec_02 .box .box-text-inner h5{
        font-size: 16px;
        line-height: 24px;
    }
    .box__products .box .box-text .product-title > a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-right .box{
        padding-bottom: 25px;
    }
    .blog-right .post-item{
        padding-bottom: 20px;
    }
}
@media (max-width: 912px) {
    .sec_03 .tits h3{
        margin-bottom: 25px;
    }
    .sec_03 .product-small .add-to-cart-button{
        margin-top: 15px;
    }
    .sec_04 .row_product{
        padding: 20px;
    }
    .sec_04 .tits h3{
        font-size: 26px;
        line-height: 28px;
        padding: 11px 20px;
    }
    .box__products .box .box-text{
        padding-top: 15px;
    }
    .blog-left .box .box-text .post-title{
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .nav>li>a>i.icon-menu{
        color: #222;
    }
    .header-search-form input.search-field{
        width: 100%;
        border-radius: 25px 0 0 25px;
        height: 40px;
    }
    .header-search-form button.submit-button{
        height: 40px;
    }
    .tits h3{
        font-size: 22px;
        line-height: 25px;
    }
    .tits a{
        line-height: 41px;
        font-size: 17px;
    }
    .sec_01 .col:nth-child(4) .icon-box{
        padding-bottom: 12px;
        border-bottom: none;
    }
    .sec_01 .icon-box{
        padding-bottom: 12px;
        padding-top: 13px;
        border-right: none;
        border-bottom: 1px dashed #FFFFFF;
    }
    .sec_02 .tits h3{
        margin-bottom: 20px;
    }
    .sec_02 .box .box-image{
        width: 100px;
        height: 100px;
    }
    .sec_02 .box .box-image img{
        height: 70px;
        object-fit: fill;
    }
    .sec_02 .box .box-text-inner h5{
        font-size: 14px;
        line-height: 22px;
        padding: 0 5px;
    }
    .sec_03 .product-small.col{
        padding-bottom: 10px;
    }
    .sec_03 .tabbed-content ul.nav > li{
        margin-bottom: 10px;
    }
    .sec_03 .tabbed-content ul.nav > li > a{
        padding: 0 10px 5px;
        font-size: 15px;
        line-height: 24px;
    }
    .sec_03 .product-small .add-to-cart-button a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    .sec_04 .tits{
        margin-bottom: 10px;
    }
    .sec_04 .tits h3{
        font-size: 22px;
        line-height: 25px;
        padding: 8px 15px;
    }
    .sec_05 .tits{
        margin-bottom: 20px;
    }
    .blog-left > .col{
        padding-bottom: 0;
    }
    .blog-right .box .box-text{
        padding-left: 15px;
    }
    .blog-right .box .box-text .post-title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box__post__list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }
    .news-post-news .box__thumb__img,
    .box__post__list .news-post-news .box__thumb__img{
        float: none;
        width: 100%;
    }
    .box__post__list .news-post-news .box__thumb__img img{
        height: 150px;
    }
    .news-post-news .box__content,
    .box__post__list .news-post-news .box__content{
        float: none;
        width: 100%;
        padding-top: 15px;
    }
    .footer-top .col{
        padding-bottom: 15px;
    }
    #footer .absolute-footer.dark{
        padding: 15px 0px;
    }
}