/*
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) {
    .nav-spacing-large>li{
        margin: 0 8px;
    }
    .nav > li > a,
    .mobile-sidebar-levels-2 .nav > li > ul > li > a {
        font-size: 14px;
    }
    .header-search-form-wrapper form .search-field{
        min-width: 430px;
    }
    .tits h3{
        font-size: 28px;
        line-height: 36px;
    }
    .sec_03 .large-6:nth-child(2) .post-item .box .box-text{
        padding-top: 0;
        padding-bottom: 0;
    }
    .sec_03 .large-6:nth-child(2) .post-item .box .box-text h5 a{
        font-size: 15px;
        line-height: 22px;
    }
    .footer-wrapper .widget{
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .header-search-form-wrapper form .search-field{
        min-width: unset;
        height: 39px;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a{
        color: #222;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav>li.has-icon>a>i{
        color: #222;
    }
    .html_topbar_left svg{
        height: 11px;
        width: 11px;
        padding: 6px;
        margin-right: 7px;
    }
    .html_topbar_left p span{
        font-size: 0;
    }
    .html_topbar_left p span strong{
        font-size: 12px;
    }
    .tits h3{
        font-size: 22px;
        line-height: 32px;
    }
    .box__post__list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }
    .box__products .box .box-image,
    .box__products .box .box-image img{
        height: 165px;
    }
    .box-text-products .product-title a{
        font-size: 14px;
        height: 36px;
    }
    .box__products .box .group{
        display: grid;
        gap: 5px;
    }
    .price_pro{
        font-size: 14px;
    }
    .product-small .add-to-cart-button{
        margin-left: 0;
    }
    .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;
    }
    .sec_03 .large-6:nth-child(1),
    .sec_03 .large-6:nth-child(1) .post-item{
        padding-bottom: 0;
    }
    .footer-wrapper .col{
        padding-bottom: 20px;
    }
    #popup_container{
        width: 90%;
        top: 40px;
        margin-left: 5%;
        left: 0;
    }
    #popup_container .wpcf7{
        padding-left: 0px;
        padding-right: 0px;
    }
    #popup_container .wpcf7 form input{
        height: 30px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    #popup_container .wpcf7 form textarea{
        min-height: 90px;
        font-size: 14px;
    }
    .magnific_popup #closer{
        top: 5px;
        right: 5px;
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}