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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
body{
    font-family: "Mulish", sans-serif;
}
.bg_green{
	background-image: url('./assets/bg-footer.jpg');
}
.bg_hong{
	background-image: url('./assets/bg-hong.jpg');
}
.header-wrapper.stuck #wide-nav{
	background-image: url('./assets/bg-footer.jpg');
	min-height: 60px;
}
div#masthead .header-nav {
    
    justify-content: end;
}

div#masthead .header-nav form input {
    background: #fff;
    min-height: 42px;
    

}
a.header-cart-link{
    background: #2b54a4 !important;
}
div#masthead {
    border-bottom: 1px solid #07b307;
}
.vertical_area {
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 0 !important;
    overflow: hidden;
}

.vertical_area h3 {
    background: #2b54a4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.vertical_area h3 .dashicons {
    margin-right: 15px;
}

.vertical_area h3 span {
}
.vertical_menu {
    /* padding-left: 20px; */
}

.vertical_menu a.ux-menu-link__link {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    transition: all .3s ease;
}

.vertical_menu a.ux-menu-link__link:hover {
	color: #2b54a4;
}
.has_radius .img {
    border-radius: 15px;
    overflow: hidden;
}
.has_radius .image-cover {
    border-radius: 15px;
    overflow: hidden;
}

.pb-0{
	padding-bottom: 0 !important;
}
.intro_icon .icon-box-text h3 {
    font-size: 1rem;
    color: #2b54a4;
}

.intro_icon .icon-box-text {
    align-self: center;
}
.intro_icon .icon-box-img {
    border: 2px solid #2b54a4;
    border-radius: 50%;
    width: 60px !important;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_slider>.col {
    padding-left: 8px;
    padding-right: 8px;
}
.main_slider .img{
	margin-bottom: 12px !important;
}
.intro_icon>.col {
    padding-bottom: 0;
}

.home_title_main h2 {
    font-weight: 900;
    color: #2b54a4;
    font-size: 2.2rem;
}

.home_title_main p {
    margin: 0;
}
.badge-container {
    display: none;
}
.section_list_product .product-small{
    position: relative;
    display: block;
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    padding: 8px;
}
 .product-small .image-cover img{
    overflow: hidden;
    border-radius: 10px;
}
 .product-small .price ins bdi{
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #2b54a4;
}
a.custom_btn_add_cart {
    background: #2b54a4;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
 .product-small .title-wrapper .name a{
    font-size: 15px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-small .price-wrapper {
    margin: 10px auto;
}
.product-small .image-none {
    border-radius: 10px;
    OVERFLOW: hidden;
}
.home_head_title .section-title-main {
    background: #2b54a4;
    color: #fff;
    display: block;
    /* border: 1px dashed #FFFFFF; */
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    padding: 7px 50px 6px;
}

.home_head_title .section-title-normal {
    border: 0;
}

.section-title a {
    background: #2b54a4;
    color: #fff;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}
.section_why_us .icon-box-text h3 {
    color: #359724;
    font-size: 18px;
    height: 90px;
    overflow: hidden;
}
.box-blog-post .button {
    border-radius: 5px;
    border-width: 1px;
}
.box-blog-post .post-title a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
button.single_add_to_cart_button {
    font-size: 14px !important;
    font-weight: normal;
    color: #fff;
}
.related.related-products-wrapper h3{
    color: #2b54a4;
}
.section-title-normal span{
    border-bottom: 4px solid rgba(0,0,0,.1);
}
.header-wrapper.stuck #wide-nav .container {
    max-width: 70% !important;
}
.header-wrapper.stuck #wide-nav .container>.flex-col {
    width: 100%;
}
.header-wrapper.stuck #wide-nav .container ul.nav.header-nav.header-bottom-nav.nav-center{
    justify-content: space-between;
}
.form-common {
    background: #359724;
    border-radius: 120px;
    padding: 20px 80px 40px;
    color: #fff;
}

.form-common input {
    background: #fff !important;
}

.form-common h3 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 9px;
}

.form-common p {
    text-align: center;
    margin-bottom: 15px;
}
.form-common input[type=submit]{
    background: #2b54a4 !important;
    text-transform: capitalize;
}
.absolute-footer{
    background: #2b54a4 !important;
    color: #fff;
}
.absolute-footer.dark{
    color: #fff !important;
}
.shop-sidebar .sidebar__block {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: #f2f2f2 1px 1px 0px 0px inset, #f2f2f2 -1px -1px 0px 0px inset;
    border-radius: 4px;
    background: #fafafa;
}
.shop-sidebar .sidebar__hotline--title {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.shop-sidebar .sidebar__hotline--icon {
    height: 60px;
    width: 40px;
    line-height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}
.shop-sidebar .sidebar__hotline--text {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 50px);
}
.shop-sidebar .sidebar__hotline--text a {
    font-size: 16px;
    color: #ff7200;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}
.shop-sidebar .sidebar__services {
    padding-bottom: 20px;
}
.shop-sidebar .sidebar__services .item {
    padding-top: 20px;
}
.shop-sidebar .sidebar__services .item .icon {
    margin-right: 5px;
}
.shop-sidebar .sidebar__services .item .icon img {
    width: 35px;
    height: 35px;
}
.shop-sidebar .sidebar__services .item .description {
    line-height: 15px;
    padding-top: 6px;
}
.shop-sidebar .sidebar__services .item .description .large-text {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    clear: both;
    line-height: 1.4;
}
.shop-sidebar .sidebar__services .item .description .small-text {
    font-size: 11px;
    color: #999999;
    font-weight: 600;
}
.d-flex{
    display:flex;
    
}
.align-items-center{
    align-items: center;

}
@media only screen and (min-width: 1000px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.intro_icon {
	    margin: 30px auto;
	}
    .intro_icon>.col {
        padding-bottom: 0;
    }
    div#product-sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.mobile-contact{
    display:none;
}

@media only screen and (max-width: 992px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .shop-sidebar .sidebar__services .item {
        width: 50%;
    }
    .vertical_area {
        display: none;
    }
    .home_title_main h2{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .home_head_title .section-title-normal {
        justify-content: space-between;
    }

    .home_head_title .section-title-main {
        max-width: 220px;
        font-size: 16px;
        padding: 5px 40px;
        line-height: 20px;
    }
    .col{
        padding-bottom: 10px;
    }
    .form-common {
        border-radius: 10px;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-flow: column wrap;
    }

    .form-common input {
        margin: 0;
    }
    .intro_icon>.col {
        margin-bottom: 25px;
    }
    section img.size-full.alignnone{
        margin-bottom: 0;
    }
    .section_why_us .icon-box-text h3 {
        height: auto;
    }
    .section_footer .small-6 {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
    .section_footer h3 {
        font-size: 18px;
        text-align: center;
    }
    .form-common .medium-flex-wrap .flex-col {
        margin: 0;
    }
    .form-common input[type=submit] {
        display: block;
        width: 100%;
    }
     .mobile-contact {
        display: block;
        position: fixed;
        bottom: 0;
        background:linear-gradient(248deg, #2ab574 50%, #283891 100%);
        width: 100%;
        z-index: 99;
    }
    .mobile-contact ul li {
        width: 25%;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
    }
    .mobile-contact ul li img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .mobile-contact ul li span {
        color: #fff;
    }
    
}