.single-price .left-sidebar,
.single-price .bang-gia
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-price .bang-gia .col-3 span {
	background: #15C20A ;
	color: white; 
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-price .bang-gia .col-3,
.single-price .bang-gia .col-4
{
	padding: 5px 0;
	border: 1px solid #ccc; 
}
.single-price .danhmuc-cha .col-3,

.single-price .danhmuc-con .col-4 {
	display: flex;
	justify-content: center;
	padding: 5px 10px;
	align-items: center;
}
.single-price .danhmuc-con .title-con
{
	justify-content: flex-start;
}

.single-price .danhmuc-con .title-cha h3 {
	color: #0A3F09;
}
.single-price h3.label-con  {
	color: #20BD1B;

}
.single-price .cat-child {
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-price  .see-product a,
.single-price  .see-price a {
	border-bottom: 1px solid #20BD1B ;
	color: #cc0000;
}

.title-page-price {
	color: #20BD1B;
	margin-top: 15px;
}
.single-price .label-con{
	text-align: center;
	color: #20BD1B ;
}
.single-price .see-price,
.single-price .see-product {
	display: flex;
	justify-content: center;align-items: center;
}
@media(max-width: 768px) and (min-width: 426px){
	.single-price .row-revert h3  {
		font-size: 1em ;
	}
	.single-price .see-price,
	.single-price .see-product {
		font-size: 14px;
	}
}
@media(max-width: 425px){
	
	.single-price	.title-con{
		flex: 0 0 50%;
	}
	.single-price .see-price,
	.single-price .see-product {
		flex: 0 0 50%;
		font-size: 13px;
	}
	.single-price .title-cha {
		flex: 0 0 50% ;
		justify-content: flex-start !important;
		background: repeating-linear-gradient(45deg,#20BD1B , transparent 100px);
		color: white;
	}
	.single-price .title-empty {
		display: none !important;
	}
	.single-price .mobile-hidden {
		display: none;
	}
	.single-price  .cat-child {
		background: repeating-linear-gradient(45deg,#20bd1b , #000000b3 100px);
		color: white;
	}
	.row-revert {
		flex-direction: column-reverse;
	}
	.single-price .row-revert h3  {
		font-size: 1em ;
	}

	
}
}


