/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root{
	--cnvs-themecolor: #F05FC1;
	--bs-livesta-rgb: 240, 95, 193;
}

.text-livesta {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-livesta-rgb), var(--bs-text-opacity)) !important;
}

.product-title-slider{
	margin-bottom: 0.6rem;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-title-slider a{
	color: #000;
	font-weight: 500;
	font-size: 15px;
}

.product-rating{
	font-size: 13px;
}

.page-title .tagcloud {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.page-title .tagcloud a{
	margin: 0;
    padding: 5px 8px;
    border-radius: 3px;
	font-size: 14px !important;
}