/*
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 Roboto **/
@import url("assets/fonts/Roboto/font-Roboto.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;
    font-family: "Roboto", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Roboto", sans-serif;
}

.alt-font {
    font-family: "Roboto", sans-serif;
}

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;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top: 0;
}
@media (max-width: 1200px) {
    .header-main #logo{
        width: 130px;
    }
    .header-main .logo-left .logo{
        margin-right: 20px;
    }
    .html_topbar_right p{
        font-size: 13px;
    }
    .header-main .flex-left .header-nav-main{
        padding-left: 20px;
    }
    .header-main .header-nav-main .header-search-form{
        margin-right: 20px;
        padding-right: 20px;
    }
    .slide_form .wpcf7{
        min-width: 95%;
        bottom: 40px;
    }
    .slide_form .wpcf7 form{
        padding: 20px;
    }
    .slide_form .wpcf7 form h2{
        margin-bottom: 10px;
        font-size: 25px;
    }
    .form_booking > p{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .form_booking input.wpcf7-number,
    .form_booking input.wpcf7-submit{
        min-width: unset;
    }
    .sec_01 .icon-box .icon-box-text h3{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .sec_01 .icon-box .icon-box-text p{
        font-size: 13px;
        line-height: 18px;
    }
    .tits h3{
        font-size: 20px;
        line-height: 24.88px;
        margin-bottom: 5px;
    }
    .tits h4{
        font-size: 25px;
        line-height: 30.84px;
    }
    .sec_04 .section-content,
    .sec_03 .section-content{
        padding: 0 15px;
    }
    .sec_05 .tits h4,
    .sec_04 .tits h4,
    .sec_03 .tits h4{
        font-size: 32px;
        line-height: 36.56px;
    }
    .sec_03 .tabbed-content ul.nav li a{
        font-size: 18px;
        line-height: 75px;
        padding: 0 35px;
    }
    .sec_03 .tabbed-content .tab-panels{
        padding-top: 50px;
    }
    .sec_03 .product-small .box-text{
        padding: 10px 20px 13px;
    }
    .sec_03 .product-small .box-text .product-title a{
        font-size: 16px;
        line-height: 26px;
    }
    .sec_03 .product-small .box-text .price_pro ins{
        font-size: 20px;
    }
    .sec_03 .product-small .box-text .price_pro{
        top: -40px;
        height: 40px;
        min-width: 140px;
        line-height: 36px;
    }
    .sec_03 .product-small .box-text .sale{
        top: -82px;
    }
    .dot{
        margin-bottom: 0px;
    }
    .dot h3{
        font-size: 30px;
    }
    .dot p{
        font-size: 18px;
        line-height: 23px;
    }
    .box__products .box-text{
        padding-top: 15px;
    }
    .box__products .price_pro{
        font-size: 18px;
        line-height: 24px;
        top: -34px;
    }
    .box__products .price_pro del{
        font-size: 14px;
        line-height: 26px;
    }
    .box-text-products .product-title a{
        font-size: 18px;
    }
    .box__products .box-text .sale{
        top: -76px;
    }
}
@media (max-width: 849px) {
    .header-main #logo{
        padding-left: 0;
    }
    .nav>li.has-icon>a>i{
        font-size: 25px;
    }
    .sec_03 .tabbed-content ul.nav li a{
        font-size: 16px;
        line-height: 60px;
        padding: 0 25px;
    }
    .sec_03 .tabbed-content ul.nav li a::after{
        top: 10px;
    }
    .sec_03 .tabbed-content .tab-panels{
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    p{
        font-size: 15px;
        line-height: 28px;
    }
    .slide_form .wpcf7{
        min-width: 100%;
        position: unset;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    .slide_form .wpcf7 form{
        padding: 20px 10px 0;
    }
    .form_booking > p{
        grid-template-columns: repeat(2, 1fr);
    }
    .box__post__list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }
    .tits h4{
        font-size: 22px;
        line-height: 26.84px;
    }
    .sec_02 p{
        margin-bottom: 10px;
    }
    .sec_03 .text{
        margin-bottom: 0px;
    }
    .sec_03 .tabbed-content .tits h4{
        font-size: 24px;
        line-height: 32px;
    }
    .dot h3{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .dot p{
        font-size: 15px;
        line-height: 18px;
    }
    .sec_03 .col{
        padding-bottom: 20px;
    }
    .sec_05 .tits h4,
    .sec_04 .tits h4,
    .sec_03 .tits h4{
        font-size: 25px;
        line-height: 32.56px;
    }
    .box__products .product-small .box-image{
        height: 165px;
    }
    .sec_03 .product-small .box-image{
        height: 350px;
    }
    .box-text-products .product-title a{
        font-size: 15px;
        line-height: 23px;
    }
    .box__products .price_pro{
        font-size: 14px;
        line-height: 19px;
        padding: 3px 10px 1px 15px;
        top: -27px;
    }
    .box__products .price_pro del{
        font-size: 11px;
        line-height: 23px;
    }
    .box__products .box-text .sale{
        min-width: 45px;
        min-height: 30px;
        line-height: 30px;
        top: -63px;
        font-size: 12px;
    }
    .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;
    }
    .box__post__list .news-post-news .box__content{
        float: none;
        width: 100%;
        padding-top: 15px;
    }
    .footer-wrapper .social-icons{
        justify-content: flex-start;
    }
}