//load default css
Mold::theme("css");
//PortalTemplate::headercss();
?>
   
<style>
 <?php 
//load custon css
echo ThemeReg::mod("custom_css", "", "text");
?>
 
</style>
</head>
<body>
<?php 
MemberLogin::loginAndRegform();
Mold::theme("afterBodyJS");
Mold::theme("ajaxLoader");
?>
<div class="header_mobile monly">
    <!-- Navigation -->
    <nav style="background-color: #000000 !important;" id="myNavmenu" class="navmenu navmenu-default navmenu-fixed-left offcanvas" role="navigation">

        <?php 
ProductCategoryService::processCategoryMobile();
?>

    </nav>
    <div class="navbar navbar-default navbar-fixed-top" style="background-color: #000000 !important;" >
        <div style="float: left; width: 50%; ">
            <?php