:root{
	--kt-special-offers-bg: #ed1941!important;
	--kt-primary-btn-bg:  #ed1941!important;
	--btn-hover-bg:  #ed1941!important;
	--kt-primary-btn-hover-bg:#ed1941!important;
	--kt-red-btn-bg:#ed1941!important;
	--kt-primary:237,25,65;
}
.ctm-bg{background:#ed1941!important;}



/* این کد را به فایل CSS خود اضافه کنید */
.section-title {
    position: relative;
    padding-bottom: 11px; /* فضای کافی برای نمایش خط ایجاد می‌کند */
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px; /* طول خط */
    height: 2px; /* ضخامت */
    background-color: #000; /* رنگ خط */
}
.act-color.active{color: #ed1941 !important;}
.bg-primary {
    background-color: #ed1941 !important);
}