/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        20250916
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



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

.header-main .header-inner .flex-right {
    width: 40%;
}

.related-services .list-items .items .items-inner .sale-tag {
    top: 20px;
	left: 20px;
}

.sale-price {
	display: flex;
	flex-direction: column;
}


.sale-price .local-price_old {
	color: #B0BAC5;
	text-decoration: line-through;
}

.price-column .sale-price .local-price_old {
	font-size: 12px;
	text-decoration: line-through;
}

.price-column .sale-price .local-price_new {
	font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	color: var(--fs-color-secondary);
}


.seo-desc {
	padding: 30px;
	box-shadow: 0 0 2.4rem 0 rgba(0,0,0,.08);
	border-radius: 10px;
	overflow: hidden;
	text-align: justify;
}

 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home-services .list-category {
		grid-template-columns: repeat(2, 1fr);
	}


}
