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: #fff;
} 
.section_blogs .cleanza-item-blogs .cleanza-article-image img:not(.loaded) {
    object-fit: cover;
} 
.home-slider .item img{
width:100%
} 
.cleanza-list-blog-page .list-blogs .blog-item .blog-item-thumbnail > a{
    display: flex;
    align-items: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.cleanza-list-blog-page .list-blogs .blog-item .blog-item-thumbnail > a img{
object-fit: cover;
}
.cleanza-list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name {
min-height:52px;
}
.cleanza-list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a{
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
} 
.section_why img ,.section_about img{
    border-radius: 10px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.section_why .row ,.section_about .row {
    align-items: center;
}
.bread-crumb,section.bread_crumb.py-4{
    background-image: url(/image/catalog/slider/background.webp);
    background-position: 50% 80%;
}
.footer a {
    color: white;
}
footer.footer .footer-logo-and-info img {
    max-height: 100px;
}
@media (max-width: 767px) {
    .section_why .about-content ,.section_about .about-content{
        text-align: unset !important;
  }

}