/**
 * 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.   ***************/

.button.white:hover {
	background: #000 !important;
}

.button.white:hover span, .button.white:hover i {
	color: #fff !important;
}

.button.btn-more-pcat {
	margin: 0;
	bottom: 25px;
	left: 140px;
}

.button.btn-more-pcat.pcat-right {
	bottom: 18px;
	left: -120px;
}

.button.btn-more-pcat span {
	font-size: 14px;
}


.header .searchform .search-field {
    padding: 15px;
    height: 35px;
    color: #2c2c2c !important;
    border-color: #a7a6a6;
    background: transparent;
}


 .list-item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: transparent;
}

.list-item a {
    position: relative;
}

.list-item .active:before {
    background: var(--primary-color);
}


.button.btn-shoppe {
    background: #F85902;
}

.button.btn-tiktok {
    background: #000;
}


.home-social .img-soccial .img-inner::after {
    background-image: url(public/images/fb.svg);
}

 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	/* .sec-banner .img-items img {
		height: 20vh;
	} */
	
	.home-about .section-bg {
    	background-position: 80% 40%;
	}
	
	.sec-single-product .woocommerce-tabs .product-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.sec-single-product .woocommerce-tabs .product-tabs a {
		text-align: center;
	}
	
	.woocommerce-Reviews {
		flex-direction: column;
	}
	
	.btn-mb {
		width: 100%;
	}

	.home-img .sec-title {
		font-size: 25px;
	}
	
	.sec-single-product .discount {
		background: var(--primary-color);
		padding: 4px 13px;
		font-size: 14px;
		border-radius: 5px;
		color: #fff;
	}
	
	 .text-slogan {
         font-size: 2rem !important;
		 margin-bottom: 30px !important;
    }
	
	.button.btn-more-pcat {
		bottom: 0;
		left: 0;
	}
	
	.button.btn-more-pcat.pcat-right {
		bottom: 0;
		left: auto;
		right: 0;
	}
	
	.button.btn-more-pcat span {
		font-size: 12px;
		margin-top: 5px;
	}

}
