footer .back-to-top.show {
    bottom: 110px;
} 
.dropdown-menu > li > a .price{
    display: block;
    color:#c00;
}
.panel-table-of-content .with-chevron {
    padding: 0;
}
.panel-table-of-content .with-chevron .chevron {
    padding: 0 15px;
}
#table-of-content ul{
    list-style-type: decimal;
}
.cleanza-article .article-details .toc_link a {
    color: #000;
}
header.header .cleanza-main-nav.sticky{
    position: fixed;
    background: linear-gradient(rgb(229, 45, 39), rgb(179, 18, 23));
} 
.cleanza-header-mobile{
	display:flex;
    align-items:center;
        justify-content: space-between;
}
.header__hotline p{
	margin:0;
    text-align:center;
}
.header__hotline a{
	color:#fff;
    font-weight:bold;
    font-size:18px;
}
.header__hotline a:hover{
	color:#000
}
@media (max-width:767px){
	header .nav-item > a{
    	font-size:14px
    }
}