/*
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.   ***************/
.tol-form {
    margin-top: -12px;
    padding: 20px 16px 0;
    background-color: #B7D9B7;
	font-size:0.8em;
}
.tol-form .col-full {
    display: flex;
}
.tol-form .col-half {
    width: 98%;
    margin: 0 1%;
}
.btn-form {
    width: 100%;
    margin: 0 !important;
}
.btn-form {
    input {
        width: 100%;
        border-radius: 5px;
    }
}
.header, .header-wrapper {
    border-bottom: 1px solid red;
}
.nav-size-medium>li>a{font-size:1em;}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #000;
}
.product-title{font-size:1em; font-weight: bold;}
span.woocommerce-Price-amount{color:#ff0000;font-size: 16px;}
.menu-footer-t {color: #000;}
.cta-wrap{position:fixed;left:20px;bottom:30px;display:flex;flex-wrap:wrap;width:0;z-index:1000;}
.cta-wrap a{display:flex;border-radius:20px;padding:0 18px;font-size:15px;color:#fff;height:39px;align-items:center;white-space:nowrap;margin:0 0 6px}
.cta-wrap a:last-of-type{margin-bottom:0}
.cta-wrap .cta-zalo{background:#81aded none}
.cta-wrap .cta-messenger{background:#125c9e none}
.cta-wrap .cta-hotline{background:#ff0000 none}
@media only screen and (max-width: 767px){
.cta-wrap{width:100vw;left:0;bottom:0}
.cta-wrap a{padding:0 10px;margin:0;border-radius:0;flex:1;max-width:100%;justify-content:center}	
}

.info-icon {
    line-height: 1.4;
    border: 1px solid #f0f0f0;
    padding: 3px;
    border-radius: 50px;
    box-shadow: 3px 2px;
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(to bottom, #97ebf9, #00ffff);}
.info-icon i{color:red;    float: left;
    margin-right: 15px;
    margin-top: 3px;
    font-size: 35px;}
     .info-icon .content{float:right;font-size:23px;}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
    padding-top: 1em;
}
.chinhsach{
	padding: 5px;
}
.footer-chinhsach{
	margin: 0px;
	padding: 0px
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}