<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: Kichatech.com
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/

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

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

	.top-divider {
    border-top: 0 !important;
}

.section-title-normal {
    border-bottom: 0px ;
}

.section-title-normal span {
	border-bottom: 1px solid rgb(0, 0, 0);
}

.section-title a {
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid;
}

.box-blog-post .is-divider {
	height: 0 !important;
}

.post-title, .product-title{
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(0, 0, 0);
	font-weight: 600;
	font-size: 16px;
}

.footer-section .section-title span{
	text-transform: none;
	font-weight: 500;
}

.banner-grid-wrapper strong, .button{
	font-weight: 500	;
}

.title-breadcrumbs {
	display: none;
}

.breadcrumbs a {
	color: #1d1d1d;
	font-weight: 500;
}

.product-gallery-slider img, .product-thumbnails img {
	width: 50%;
}

.is-divider {
	display: none;
}

.product-details-info ul li {
	list-style: none;
	margin-left: 0px !important;
	display: flex;
    justify-content: space-between;
}


.product-details-info li {
	border-bottom: 1px solid;
	padding: 5px 0;
	
}

.fix-height{
	display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	font-weight: 500;
	height: 50px;
}

.col-about h2{
	font-size: 45px;
}</pre></body></html>