/*
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.   ***************/
.product-block.specifications-block > h2:first-child, .product-block.reviews-block > h2:first-child, .product-block.description-block > h2:first-child {
    font-size: 28px;
    color: #12137d;
    border-bottom: 2px solid #12137d;
    padding-bottom: 5px;
}
div#reviews.woocommerce-Reviews {
    width: 100%;
    max-width: 100%;
}
th.label {
    border-bottom: unset;
    font-size: 20px;
}
table.variations tr {
    display: flex;
    flex-direction: column;
}
.ux-swatch.ux-swatch--label {
    border: 1px solid #0b87e0;
	background: #f6f6f6;
}
.ux-swatch.ux-swatch--label.selected {
    border: 1px solid #FF5722;
}
span.ux-swatch__text {
    font-size: 18px;
    padding: 5px 0px;
    color: #0b87e0;
}
th.label {
    border-bottom: unset;
}
li.header-block .col {
    padding-bottom: 0;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px solid #d3d3d3;
}
.recent-blog-posts > .flex-col.flex-grow > a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}

.widget .is-divider {
    display: none;
}
span.widget-title,
span.widget-title.shop-sidebar {
    background: var(--primary-color);
    display: block;
    padding: 8px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    text-transform: inherit;
    margin-bottom: 10px;
    text-align: left;
}
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border-top: 1px solid #ececec;
}
#product-sidebar {
    padding-top: 20px;
}
.shop-container .product-main .product-title {
    font-size: 27px;
    font-weight: 400;
}
.shop-container .product-main {
    padding-top: 20px;
}
.shop-container .content-row {
    background: #fff;
}
.breadcrumbs a, .shop-container .product-main .breadcrumbs a {
    color: #ff5622;
    text-transform: inherit;
}
.shop-container .content-row {
    background: #fff;
    margin-top: 30px;
}
.shop-container, .archive #main {
    background: #eff0f3;
}
.sec-product .badge-container,
.products .product-small .badge-container {
	margin: 0;
}
.sec-product .badge-circle,
.products .product-small .badge-circle, .product-images .badge-outline {
	margin-left: 0;
	height: auto;
	width: auto;
	padding: 5px;
}
.sec-product .badge-inner.secondary.on-sale ,
.products .product-small .badge-inner.secondary.on-sale {
	border-radius: 0 8px 0 8px;
	padding: 5px 10px;
}
.sec-product
.products .product-small .badge-container span.onsale {
	 font-size: 16px;
}
.tin-khuyen-mai .cot2 input[type=submit]:not(.is-form) {
    border-radius: 3px;
    background: var(--fs-color-secondary);
    font-weight: 400;
    text-transform: none;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.tin-khuyen-mai .cot2 .wpcf7 form input[type=email] {
    background-color: #fff !important;
    border-radius: 3px;
    color: #444 !important;
}
.tin-khuyen-mai .col {
    padding-bottom: 0;
}
h5.post-title.is-large a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-blog-post .is-divider{
	display: none;
}
.tin-tuc .page-subheading {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    color: #ff5622;
    font-weight: 500;
}
.gia-tri {
    padding-bottom: 0 !important;
}
.tin-moi {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0 !important;
}
.section-title-normal span{
	border-bottom: unset;
}
h2.section-title {
    background: #f7f7f7;
    min-height: 49px;
    border-bottom: 4px solid #25b505;
    position: relative;
    height: 50px;
}
.box-text-products p.product-title {
    max-height: 39px;
    overflow: hidden;
}
h2.section-title.section-title-normal {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    padding: 13px;
}
.header-inner .icon-box-img img {
    padding-top: 0.5em;
}
.searchform-wrapper .search_categories {
    font-size: 13.5px;
    height: 32px;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #eaeaea;
}
.searchform-wrapper input[type=search] {
    height: 32px;
    border: 0;
    font-size: 13.5px;
}
.searchform-wrapper .searchform .button.icon {
    height: 20px !important;
    width: 50px;
    border: 1px solid #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: var(--primary-color);
    font-size: 12.5px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}