/*
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.   ***************/
/* css header menu */
#wide-nav ul li.menu-item a.nav-top-link {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    padding-right: 20px;
}

.col.col-padding {
	padding-bottom: 0;
}
.title-home {
    text-align: center;
}
.title-home h2 {
    font-weight: 400;
}
.title-pro h2:after {
	content: url(/wp-content/uploads/2022/09/Group-2059.png);
}
.title-home h2:after {
    display: block;
	margin-top: 10px;
}
.title-taisao h2:after {
	content: url(/wp-content/uploads/2022/09/Group-2059-1.png);
}

/* css section tại sao */
.btn-more {
    font-weight: 400;
}
a.button.btn-vang {
    background: #f8a123;
    color: #fff;
}
a.button.btn-none {
    border: 1px solid #f8a123 !important;
    padding: 0 15px;
}
a.button.btn-xam {
    background: #939393;
}

/* css section blog */
.is-divider {
    display: none;
}
.blog-verti .col.post-item {
    padding-bottom: 15px;
}
.blog-verti .col.post-item:not(:last-child) .col-inner {
    border-bottom: dotted 1px #9D9D9D;
    padding-bottom: 15px;
}
.blog-verti .box-text {
    padding: 0px 6px 10px 10px;
}
.blog-verti  h5 {
    font-weight: 500;
    font-size: 16px
}


/* css chỉ tiết sản phẩm */
.page-title.shop-page-title.product-page-title {
    display: none;
}
h1.product-title.product_title.entry-title {
    font-weight: 400;
    margin-bottom: 0;
}
.product-info .price .amount bdi {
    color: #ff6300;
}
.product-info p.price.product-page-price {
	font-weight: 400;
}
.single-product span.posted_in {
    display: none;
}
.product-info.summary a.datngay {
    background-color: #E37A20;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 5px;
    border-radius: 4px;
}
.product-info.summary .product_meta {
    order: 1;
}
.product-info.summary .product-short-description {
    order: 2;
}
.product-info.summary.col-fit.col.entry-summary.product-summary {
    display: grid;
}

/* css form đặt phòng */
.form-lienhe input {
    box-shadow: 0 0;
    height: 44px;
}
.form-lienhe>.col {
    padding-bottom: 0;
}
div#popup-datngay {
    border-radius: 8px;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #f49d26;
}


/* css footer */
.st-foo .bg-loaded {
    background-image: url(/wp-content/uploads/2022/09/Rectangle-41.png);
}
.ct-foo h3, .ct-foo h4, .ct-foo p, .ct-foo a {
    color: #fff;
}

.absolute-footer.dark.medium-text-center {
    background: rgba(7,0,84,0.9);
	display: none
}
.copyright-footer {
    color: #fff;
}

.itcode_woocommerce_price_prefix{
    display: block;
    margin-bottom: 10px;
}
.product-info .price {
    font-size: 1.3em;
 
}


.product-info.summary, .product-main {
    padding-bottom: 0;
}
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 0;
}


@media (max-width: 768px) {
	/* 	css menu */
	.mfp-content div#main-menu {
		background-color: #fff;
	}
	.sidebar-menu.no-scrollbar {
		padding: 0;
	}
	.mfp-content div#main-menu ul li a {
		color: #000;
	}
	.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
		padding-top: 0;
		border: 0;
	}
}

@media (max-width: 549px) {
	ul.tabs.wc-tabs.product-tabs li {
		width: 50%;
		text-align: center;
	}
	.header-main li.html.custom {
		display: block ;
	}
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}