@media only screen and (max-width: 500px){
    #ProductLists {
        .lists {
            width: 100%;
        }
    }
}
@media only screen and (min-width: 501px) and (max-width: 999px){
    #ProductLists {
        .lists {
            width: calc((100% - 25px) / 2);
        }
    }
}
@media only screen and (max-width: 927px){
    #topMenu,#Menu{
        display: none;
    }
}
@media only screen and (min-width: 928px){
    #ButtonMenu,#overlay,#MobileMenu{
        display: none;
    }
}
@media only screen and (max-width: 1240px){
    .our-product{
        .swiper-button-next{
            right: 0 !important;
        }
        .swiper-button-prev{
            left: 0 !important;
        }
    }
}