body,
html {
    height: 100%;
    overflow-x: hidden;
}

/*************************************
************* TOP MENU **************
*************************************/
.divTopMenu {
    display: block;
    text-align: center;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.divTopMenu .logo{
    width: 100px;
    margin-top: 10px;
}

.divTopMenu .btnLeftMenu{
    float: right;
    margin-right: 10px;
    font-size: 28px;
    background-color: transparent;
    color:#000;
    /* border: 1px solid #000; */
    margin-top: 5px;
}

/* .topNavbar = .nav */

.divTopMenu .topNavbar {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin-right: 50px;
    margin-top: 40px;
}


.topNavbar li {
    position: relative;
    width: auto;
    padding-left: 30px;
}

.topNavbar>li {
    float: left;
    margin-right: 1px;
}

.topNavbar a {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 90%;
    letter-spacing: 2px;
    position: relative;
   text-align: center;
}

.topNavbar > li:hover , .topNavbar > li:hover >a{
    color:  rgb(0, 123, 255);
}

/*SUBMENU POSITIONING*/
.topNavbar ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
    list-style: none;
  }

  .topNavbar > li:hover > ul {
    left: -40px;
    padding-top: 5px  ;
    min-width: 100%;
  }

  .topNavbar > li:hover > ul>li>a {
    text-align: left;
    background-color: whitesmoke;
    padding: 5px;
    opacity: 0.95;
    margin-top: -5px;
  }

  .topNavbar > li:hover > ul >li:hover, .topNavbar > li:hover > ul >li:hover>a{
    color:  rgb(0, 123, 255);
  }

/*************************************
************* LEFT MENU **************
*************************************/

.divLeftmenu {
    width: 250px;
    opacity: 0.95;
    height: 98%;
    overflow-y: auto;
    position: fixed;
    background: whitesmoke;
    z-index: 1000;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.divLeftmenu div {

    margin-bottom: 50px;
}

.divLeftmenu div i {
    margin-top: 20px;
    margin-right: 20px;
}


.divLeftmenu .leftNavbar,
.submenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.leftNavbar li a {
    color: rgb(100, 100, 100);
    text-decoration: none;
    padding: 8px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.3rem;
    transition: all 1s;
    margin-bottom: .5rem;
    text-align: left;
    margin-left: 50px;
}

.leftNavbar li:hover {
    color: #fff;
    text-decoration: none;
    background-color: #aaa;

}



.submenu {
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.leftNavbar li:hover .submenu {
    display: block;
    max-height: 200px;
    background-color: #fff;
    color: #fff;
}

.submenu li:hover {
    color: #fff;
    background-color: #aaa;
}







/* PRODUCTS MENU STYLE */

/* .prod-inner {
    background: none;
    padding: 0;
}

.side-inner {

    padding: 0;
    text-align: left;
    font-size: 1.7rem;
    font-weight: 600;
    transition: all 1s;
    margin-top: 50px;
    margin-bottom: .5rem;
}


.j2html-products-inner {
    width: 100%;
    background: #FAFAFA;
}

.sm-inner-txt {
    color: #212121;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 2px solid #BDBDBD;
    font-size: 1.4rem;
}



@media only screen and (max-width:768px) {
    .side-inner {
        font-size: 1.7rem;
    }

    .side-inner a {
        text-decoration: none;
        color: rgb(100, 100, 100);
        font-size: 1.7rem;
    }

    .sm-inner-txt {
        font-size: 2rem;
    }
} */

/* PRODUCTS MENU STYLE */