.category-page-title .woocommerce-breadcrumb{
	font-size:14px;
}

.widget_product_categories .widget-title.shop-sidebar {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}

.widget_product_categories .is-divider.small {
	background-color: #e31e24;
	height: 3px;
	width: 40px;
	margin: 10px 0 15px 0;
}

.widget_product_categories ul.product-categories {
	list-style: none;
	padding: 0;
	padding-top:20px;
}

.widget_product_categories ul.product-categories li {
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	position: relative;
	transition: background 0.3s;
}

.widget_product_categories ul.product-categories li a {
	color: #333;
	font-weight: 500;
	font-size: 15px;
	flex: 1;
	text-decoration: none;
}

.widget_product_categories ul.product-categories li.current-cat {
	background-color: #fffdfa;
}

.widget_product_categories ul.product-categories li.current-cat a {
	color: var(--color-main);
	margin-left:5px;
	font-weight:bold;
}

.widget_product_categories ul.product-categories li.current-cat::before {
	content: "●";
	color: var(--color-phu) ;
	margin-right: 8px;
	font-size: 12px;
}

.widget_product_categories ul.product-categories li .count {
	background-color: #f0f0f0;
	margin-right:15px;
	color: #777;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	flex-shrink: 0;
}

.widget_product_categories ul.product-categories li.cat-item-17 {
	display: none;
}

.widget_product_categories ul.product-categories li.active .count {
	margin-right:15px;
	background: var(--color-phu) ;
	color: #fff;
}

.product-small .product-title {
	font-size:18px;
}

/* --- Khung sản phẩm --- */
.product-small .col-inner{
	padding: 15px !important;
	background: #fff;
	border: 1px solid #e1e1e1; 
	border-radius: 8px; /* Bo góc khung */
	transition: all 0.3s ease-in-out; /* Mượt mà */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* --- Hiệu ứng Hover vào cả khung sản phẩm --- */
.product-small .col-inner:hover {
	box-shadow: 0 15px 30px rgb(140 129 129 / 15%);
	transform: translateY(-2px); /* Nổi lên trên */
	/*     border-color: var(--color-phu);  */
}

/* --- Căn giữa chữ và nút --- */
.box-text-products {
	text-align: center !important;
}

/* --- Nút CHI TIẾT --- */
.custom-simple-button-wrap {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.button-chi-tiet {
	background-color: var(--color-main) !important;
	color: #fff !important;
	padding: 8px 30px !important;
	border-radius: 50px !important; /* Bo tròn hoàn toàn */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
	transition: all 0.3s ease;
	border: none !important;
	display: inline-block;
}

/* Hiệu ứng nút khi hover */
.button-chi-tiet:hover {
	transform: scale(1.05); /* Phóng to nút nhẹ */
	filter: brightness(1.1); /* Sáng lên */
	color: #fff !important;
}

/* --- Tinh chỉnh tiêu đề sản phẩm --- */
.chitietsanpham .product-title {
	font-size:32px;
	margin-bottom: 5px !important;
	line-height: 1.3 !important;
	color:var(--color-black);
}

.chitietsanpham .product-short-description{
	font-size:17px;
	margin: 35px 0px;
	color: var(--color-black);
}

.chitietsanpham .price-wrapper .price{
	font-size: 30px;
	color: var(--color-chu) !important;
}
.chitietsanpham .price-wrapper .price span.amount{
	color: var(--color-chu) !important;
}


.ctsp_mota .tabs.product-tabs{
	display:flex;
	justify-content:left !important;
}

.ctsp_mota .reviews_tab{
	display:none;
}
.ctsp_mota .description_tab a{
	background: var(--color-main) !important;
	color: #000000;
	font-size: 17px;
	opacity: 1;
	border-radius:0px !important;
	padding: 2px 40px;
}
.ctsp_mota .woocommerce-Tabs-panel{
	background: var(--color-white);
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 16px !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.chitietsp_splq .product-section-title{
	font-size:30px;
	color: var(--color-main);
}
.chitietsp_splq .related-products-wrapper.product-section{
	border-top: 0px solid #ececec !important;
}

.ctsp_mota  #tab-reviews{
	display:none !important;
}
.product-small .product-title a{
	min-height:1rem;
	font-weight:bold;
	color:var(--color-black);
}
@media (max-width: 768px) {
	.product-small .col-inner{
		padding:0px !important;
	}
	.button-chi-tiet{
		margin-bottom:15px;
		margin-top:0px;
		padding: 4px 35px !important;
	}
	.product-small .product-title {
		font-size: 15px;
		padding: 0px 5px;
		display:flex;
		flex-direction:column;
		height:100%;
	}
	.product-small .product-title a{
		min-height:4rem;
	}
	.product-small .box-text.box-text-products{
		padding-bottom:0px !important;
	}
	.product-small.col{
		padding: 0px 4px 12px !important;
	}
	.chitietsanpham  .greensky-action-row{
		display:flex;
		flex-direction:row
	}
	.chitietsanpham .btn-add-cart{
		width:100%;
		padding-top:15px;
		padding-bottom:15px;
		margin-right:0px;
	}
	.chitietsanpham .btn-contact-zalo{
		width:100%;
		padding-top:13px;
		padding-bottom:13px;
		margin-right:0px;
	}
	.chitietsanpham .btn-buy-now
	.chitietsanpham  .btn-contact-call{
		width:100%;
		padding-top:5px;
		padding-bottom:5px
	}
	.chitietsanpham  .btn-contact-call{
		width:100% !important;
/* 		margin-top:20px; */
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.chitietsanpham {
		padding-bottom:0px !important;
	}
	.chitietsp_splq .product-section-title{
		font-size:24px;
	}
}