/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 08:08:06 */
/* Desktop */
@media (min-width: 1025px) {
    .MobMenu {
        display: none !important;
    }

    .pcMenu {
        display: flex !important;
    }
}

/* Tablet & Mobile */
@media (max-width: 1024px) {
    .pcMenu {
        display: none !important;
    }

    .MobMenu {
        display: flex !important;
    }
}