/**
 * 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.   ***************/
.menu-page {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}


.menu-page .menu-item .ux-menu-link__text {
    color: #fff;
	text-transform: uppercase;
}

.menu-page .menu-item .ux-menu-link__text:hover {
	border-bottom: 1px solid #fff;
}




.post-item .box .box-text .from_the_blog_comments {
	display: none;
}


.uppercase, h6, span.widget-title, th {
	letter-spacing: 1px;
	line-height: 1;
}

.product-short-description p {
	margin-bottom: 5px;
}


.box-text .product-gr * {
	font-size: 15px !important;

	@media only screen and (max-width: 768px) {
			font-size: 13px !important;
		}
}

.product-small.box .box-image .image-tools {
	opacity: 1;
}

.product-small.box .box-image .image-tools.right {
	top: 15px;
	left: 10px;
	right: auto;
}

.image-tools .product-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: max-content;
	font-size: 14px;
    font-weight: 700;
    color: #4c4d4f;
    background: #fff;
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
}


.product-small.box .box-text .add-to-cart-button{
	display: none;
}

.product-small.box .price-wrapper .price-contact {
	font-size: 16px;
	font-weight: 600;
}

.slider-mb .w-75 {
	flex-basis: 75% !important;
	max-width: 75% !important;
}


.col-mb-left .col-inner {
	@media only screen and (max-width: 768px) {
		text-align: left;
	}
}


.home-slider.home-slider-mb .col-slider {
	@media only screen and (max-width: 768px) {
		position: relative;
		top: 0;
		transform: translateY(0);
	}
}

.home-slider.home-slider-mb .w-33 {
	@media only screen and (max-width: 768px) {
		flex-basis: 50% !important;
		max-width: 50% !important;
	}
}

.home-slider.home-slider-mb .box-slider .banner-inner img {
	@media only screen and (max-width: 768px) {
		padding: 30px;
		margin-top: 25px;
	}
}

.title-slider .section-title .section-title-main {
	padding: 0;
	margin: 0;

	@media only screen and (max-width: 768px) {
		font-size: 15px;
	}
}


.home-slider.home-slider-mb .col-thumbnail .banner {
	@media only screen and (max-width: 768px) {
		padding: 0 15px !important;
	}
}


.product-page-sections .product-section:first-child, .product-page-sections .product-section > .row > .large-2 {
	display: none;
}

.product-page-sections .product-section > .row > .large-10 {
	flex-basis: 100%;
	max-width: 100%;
}



.sec-single-product .cr-summaryBox-wrap {
	padding: 20px !important;
}

.sec-single-product .cr-overall-rating-wrap {
	flex: 0 0 20%;
}

.sec-single-product .ivole-summaryBox.cr-summaryBox-ajax {
	flex: 0 0 79%;
}

.sec-single-product table.cr-histogramTable {
	max-width: 100% !important;
}

.sec-single-product tr.ivole-histogramRow {
	display: block;
	padding-bottom: 5px;
}

.sec-single-product td.ivole-histogramCell1 {
	font-size: 18px;
	width: 5%;
}

td.ivole-histogramCell2 {
	width: 90%;
}

.sec-single-product td.ivole-histogramCell3 {
	font-size: 18px;
	width: 5%;
}

.sec-single-product .ivole-meter {
	height: 10px;
	border-radius: 99px;
	box-shadow: none;
}

.sec-single-product .ivole-meter .ivole-meter-bar {
	height: 10px;
	border-radius: 99px;
	background: #fbbf24;
	box-shadow: none;
}

.sec-single-product .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
	width: 100%;
}


.sec-single-product .commentlist .review {
	border: 1px solid #f3f4f6 !important;
	border-radius: 12px;
	padding: 22px !important;
}

.sec-single-product .commentlist .review .comment_container img {
	border-radius: 99px;
}

.sec-single-product .commentlist .review .woocommerce-review__verified {
	display: none !important;
}

.sec-single-product .cr-review-form-buttons .cr-review-form-submit {
	background-color: var(--primary-color) !important;
	border-radius: 10px;
	overflow: hidden;
}

.sec-single-product .cr-review-form-nav {
	display: none !important;
}
 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/



}
