#module-rootifybf-bfPage .scrollbar-hide::-webkit-scrollbar {
    display: none;
}

#module-rootifybf-bfPage .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#module-rootifybf-bfPage .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#module-rootifybf-bfPage #wrapper{
    padding: unset !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

#module-rootifybf-bfPage #header{
    display: none;
}

#module-rootifybf-bfPage .main-content{
    width: 100% !important;
    max-width: 100% !important;
}

#module-rootifybf-bfPage #wrapper .container{
    max-width: 100% !important;
    width:100%;
}

#module-rootifybf-bfPage #content-wrapper{
    padding: unset !important;
}

#module-rootifybf-bfPage #footer{
    display: none !important;
}

#module-rootifybf-bfPage #wrapper{
    background:#fff;
}

#module-rootifybf-bfPage .add-to-cart{
    width: 100% !important;
}

#module-rootifybf-bfPage .custom-border{
    border-bottom: 1px solid #AAAAAA;
}

#module-rootifybf-bfPage .back-top{
    left: 6px;
    bottom: 8px;
}

#category .bf-banner-category{
    position: relative;
}

#category .bf-banner-text{
    position: absolute;
    width: 100%;
    bottom: 80px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

#category .banner-mobile{
    display: none;
}


@media screen and (max-width: 925px){
    #category .banner-desktop .bf-banner-text{
        bottom: 40px;
    }
}

@media screen and (max-width: 600px){
    #category .banner-desktop{
        display:none;
    }
    #category .banner-mobile{
        display: block;
    }
    #category .banner-mobile .bf-banner-text{
        bottom: 50px;
        font-size: 18px;
    }
}