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

/*************** ADD CUSTOM CSS HERE.   ***************/

.button.secondary:not(.is-outline), .button.secondary.is-outline:hover {
	color: var(--fs-color-primary);
}
.cta {
	background: url(../../uploads/leaf-bg-trans.png), var(--fs-color-primary);
	
}
.absolute-footer {
	display: none;
}
.home-slider .row .col.col-text .col-inner {
	backdrop-filter: blur(5px);
}
.title-leaf {
	text-align: center;
}
.title-leaf h6 {
	display: inline-block;
    padding: 5px 30px;
    background: url(../../uploads/green-leaf.png) left center no-repeat, url(../../uploads/green-leaf.png) no-repeat right center;
    background-size: 20px;
    width: auto;
}
.icon-ly-do .icon-box-img {
	background: var(--fs-color-primary);
    padding: 8px;
    border-radius: 6px;
    margin-bottom: -28px;
    margin-left: 12px;
}
.icon-ly-do .icon-box-text {
	background: var(--fs-color-secondary);
    border: 2px solid var(--fs-color-primary);
    border-radius: 6px;
    padding: 40px 12px 12px;
}
.icon-ly-do .icon-box-text h3 {
	font-size: 1.35em;
}
.icon-ly-do .icon-box-text p {
	font-size: 95%;
}
#footer .section-content .col .img {
	border-radius: 4px;
	overflow: hidden;
}

/* Product */
.product-name {
	color: var(--fs-color-primary);
}
.product-price {
	font-size: 1.1em;
    color: #ffad00;
}
.product-bao-gia {
	background: var(--fs-color-secondary);
	border: 1px solid var(--fs-color-primary);
	padding: 20px 20px 0;
	margin-bottom: 20px;
	border-radius: 6px;
}
.product-bao-gia button {
	padding: 6px 20px !important;
    box-sizing: border-box;
    min-height: unset;
}
.zalo-btn {
	background: #0368ff;
    border-radius: 4px;
}
.hotline-btn {
	background: #ffad00;
    border-radius: 4px;
}
.product-feature .row {
	border-radius: 6px;
}
.product-feature .row .icon-box {
	align-items: center;
	justify-content: center;
}
.product-feature .row .icon-box .icon-box-text {
	flex: none;
}
.product-slider img {
	border-radius: 6px;
}
.product-post .box-text .is-divider {
	display: none;
}
body.category[class*="category-khan-lanh"] .post-item .post-date {
	display: none;
}
#bao-gia .cta {
	padding-left: 20px;
}
#bao-gia .ux-shape-divider {
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	h3 {
		font-size: 1.1em;
	}
	.product-feature .row {
		max-width: 94%;
	}
	#bao-gia .cta {
		padding: 0 10px;
	}

}