#t3-off-canvas {

}

#t3-off-canvas .t3-off-canvas-body {
    background: #137d7a;
    color: #fff;
    padding: 10px;
}

#navbar-mobile {

}

#navbar-mobile .t3-off-canvas-header {
    padding: 10px;
    height: 40px;
    line-height: 40px;
    background: #eeeeee;
    color: #333333;
}

#navbar-mobile .t3-off-canvas-header h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

#navbar-mobile .t3-off-canvas-header .close {
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    right: 0;
    color: #333333;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

#navbar-mobile .t3-off-canvas-body {
    padding-bottom: 100px;
}

#navbar-mobile ul {
    list-style: none !important;
    padding: 0 !important;
}

#navbar-mobile-items {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

#navbar-mobile-items > li {
    font-weight: 500;
    border-top: 1px solid #fff;
    border-radius: 0;
}

#navbar-mobile-items > li:first-child {
    border-top: 0;
}

#navbar-mobile-items > li > a {
    color: #fff;
    padding: 5px 0;
    display: block;
    position: relative;
    text-decoration: none;
}

#navbar-mobile-items > li > a:hover,
#navbar-mobile-items > li > a:focus {
    background-color: #137d7a;
    color: rgb(255, 255, 255, 0.9);
}

#navbar-mobile-items .dropdown-menu {
    margin-top: 0;
    max-width: 210px;
    background: transparent !important;
    padding-left: 20px;
}

#navbar-mobile-items .dropdown-menu ul {
    max-width: 198px;
}

#navbar-mobile-items .dropdown-menu ul li {
    line-height: 2.1;
}

#navbar-mobile-items .dropdown-menu ul li a {
    font-size: 12px;
    color: #fff;
}

#navbar-mobile-items .dropdown-menu ul li a:hover,
#navbar-mobile-items .dropdown-menu ul li a:focus {
    color: #fff;
    background-color: transparent;
}