/*
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.   ***************/

.badge-container {
    margin: 10px 0 0px 10px;
}

.badge {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}
.badge-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    transform: rotate(60deg);
    z-index: -1;
}
.badge-inner {
    transform: rotate(-20deg);
}
.badge-inner {
    display: block;
    line-height: 40px;
    font-weight: 400;
}
.badge-container {
    margin: 10px 0 0px 10px;
}
.badge-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    transform: rotate(30deg);
    z-index: -1;
}
.section-icon .icon-box .icon {
    background: #f9a09f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}
p.price.product-page-price {
    font-size: 25px;}
.section-icon  .icon-box .icon img {
    max-width: 30px;
    opacity: 1;
}
.product-small ins .woocommerce-Price-amount {
   
        font-size: 20px;
}
ins .woocommerce-Price-amount{
     color: #d40101;
}
.tabbed-content .nav.nav-left {
    width: auto;
    display: inline-block;
}
.tabbed-content h4 {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0;
    padding: 10px 0px;
    margin-right: 20px;
    font-size: 25px;
}
.header-bottom-nav > li > a{
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-align: center;
}
.header-bottom-nav > li > a img{
	     height: 26px;
    margin: auto;
    margin-bottom: 10px !important;
    width: auto;
}

.section-danh-muc .banner h3 strong{
	    background: white;
    color: black;
    padding: 9px 23px
}
.div-no-padding{
	padding-bottom: 0px !important;
}


.header-main .nav > li > a {
    line-height: 16px;
    font-size: 16px;
}
.absolute-footer{
	display: none;
}
.section-footer{
	    border-top: 0.5px solid #ccc;
}
#billing_address_1_field{
	width:100% !important;
}
.product-small .product-title{
	font-size: 20px;
}
.product-small .box-text .product-title a{
	border-bottom: 3px solid transparent;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: auto;
    border-radius: 0px !important;
}
.woo-variation-swatches-style-squared .button-variable-item {
    min-width: 38px !important;
}

.variable-item:not(.radio-variable-item) {
    width: 38px !important;
    height: 38px !important;
}
@media(max-width: 855px){
    .product-small .product-title {
    font-size: 15px;
}
    .tabbed-content ul.nav li a{
        font-size: 13px;
    }
    .banner-gioi-thieu .text-box-content{
font-size: 60% !important;
    padding: 10px !important;
    }
  .section-banner-cuoi .banner{
padding-top: 100px !important;
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}