.home-title {
    text-align: center;
}

.home-title h2 {
	color: var(--colorMain);
	font-size: 32px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.home-title p {
    font-size: 15px;
	margin-bottom: 0px;
}

.home-cate>.col-inner {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
	border-right: 0;
	transition: .3s all ease-in-out;
}

.product-category.col>.col-inner:hover {
    box-shadow: 2px 2px 20px #00000017;
    transition: .3s all ease-in-out;
}

.product-category.col .header-title {
    font-weight: 500;
    font-size: 13px;
    text-transform: math-auto;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
}

.product-category.col>.col-inner {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.box-text.text-center {
    padding: 10px;
}

.product-category.col .box.box-category .box-image {
    padding: 10px;
}

.cate-title h3 {
    font-size: 18px;
    padding: 5px 15px;
    margin-bottom: 0;
}

/* css grid banner */
.grid-banner .banner {
    border-radius: 10px;
    overflow: hidden;
}

.grid-banner .banner .overlay {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 41.01%, rgba(0, 0, 0, 0.87) 100%);
    opacity: 1;
    height: 40%;
    top: unset;
    bottom: 0;
    transition: .3s all ease-in-out;
}

.grid-banner .banner:hover .overlay {
    height: 80%;
}

.grid-banner .banner:hover {
    cursor: pointer;
}

@media (min-width: 850px) {
	.product-category.col .box.box-category {
		padding: 0 16px;
	}
}

@media (max-width: 548px) {
	.product-category.col .header-title {
		font-size: 12px;
		height: 34px;
	}
	.home-title h2 {
		font-size: 25px;
	}
}