/*
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.   ***************/
#top-bar{
	margin-top: -5px !important;
    padding-top: 0px !important;
    padding-right: 2em !important;
    padding-bottom: 0.4rem !important;
    padding-left: 2em !important;
    background-image: url(https://duaphuthinh.com/wp-content/uploads/2025/09/top-line-1.png) !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.html_topbar_left{
	color: #269926 !important;
    font-size: 0.8em !important;
    //font-weight: bold !important;
}

.widget-footer{
	border-bottom: 0;
}
.title-footer{
	font-weight: 700;
        font-size: 18px;
        padding-bottom: 12px;
	        font-weight: 700;
        padding-bottom: 12px;
	    position: relative;
    font-size: 16px;
    color: #333;
    margin: 0px;
    padding: 15px 0;
}

.policy-search {
    max-width: 680px;
	padding-top:8px;
}
.policy-search ul {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
}

.policy-search ul li {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.policy-search ul img {
    height: 20px;
    padding-right: 5px;
}
#woocommerce-product-search-field-0{

    margin: 0;
    display: inline-block;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.ux-search-submit{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.97em;
    line-height: 1.5;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    width: 68px;
    background: #e4032e;
}
.wpb_wrapper{
	font-family: Quicksand, sans-serif;
}
.custom-menu{
	font-family: Quicksand, sans-serif;
	font-size: 0.85em;
	color:black;
}
.custom-menu a:hover{
	color: #289301;
}

/* contact form*/
.input-group p{    
	display: flex;
}

input[name="your-email"]{
	    padding-left: 40px;
    padding-right: 20px;
    border-width: 2px;
    font-size: 13px;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    min-width: 290px;
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 20px;
	border-color:#eae4e8;
}
input[name="your-email"]:before{
	content: "\f0e0";
	--fa: "\f0e0";
    font-family: "Font Awesome 7 Free";
    display: inline-block;
    font-size: 15px;
    color: #9c9c9c;
    vertical-align: middle;
    line-height: 40px;
    width: 30px;
    position: absolute;
    left: 10px;
    top: 0;
    text-align: center;
    z-index: 99;
}

.wpcf7-form-control.wpcf7-submit.has-spinner{
	font-size: 14px;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 20px;
    white-space: nowrap;
	background-color:#8b572a;
	    border-radius: 25px;

}

.social-icons.follow-icons.full-width.text-right span{
	padding: 0;
    margin: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: black;
    padding-right: 20px;
}

.newsletter-title h6{
	color:black;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}