 
.homepage-section-title{
    color: #1F1F1F;
}
.suggestion-cate{
    gap: 10px;
}
#header-search-product {
    border-radius: 5px;
    width: 100%;
    height: 42px;
}
.header-mobi-menu{
    gap: 30px;
}
.header-select{
    margin: 10px;
}
.text-white svg{
    position: relative;
    margin-top: -2px;
    top: 4px;
}
@media (max-width:768px) {
    .ocop-product-item{
        gap: 50px;
    }
    .d-none-search{
        display: none !important;
    }
    .rounded-circle .back-to-top{
        position: absolute;
    }
}