.navbar-toggler{
    display: none;
    z-index: 200;
}
.navbar-toggler-div{
    display: none;
    z-index: 199;
}
.vert_nav{
    /* background-color: rgb(0, 204, 204, 1); */
    color: rgb(0, 204, 204, 1);
    z-index: 100;
}
.vert_wrapper {
    width: 100%;
}
.vms_site_header {
    margin: 50px 0 115px 0;
}
.vms_main{
    padding: 1% 2% 2% 2%;
}
.vms_nav ul{
    width: 100%;
    padding: .5rem 0 .5rem 0;
    margin: 0;
}
/* .vms_nav ul{
    width: 100%;
    padding: 1rem 0 1rem 0;
    margin: 0;
} */
.vms_nav_item {
    width: 100%;
    list-style: none;
}
.vms_nav_link {
    color: rgb(0, 204, 204, 1);
    background-color: transparent;
    height: 2.5rem;
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
}
.vms_nav_link i { margin: 0 1rem 0 1rem; }
.vms_nav_link0 {
    color: aliceblue;
    height: 1.5rem;
    transition: 0.3s;
}
.vms_nav_link0 i { margin: 0 .5rem 0 0; }
.vms_nav_link0:hover{
    color: darkgray;
    text-decoration: none;
}
.vms_nav_item:hover .vms_nav_link,
.vms_nav_item.active .vms_nav_link{
    color: rgb(0, 120, 120);
    /* background-color: white; */
    text-decoration: none;
}
/* .vms_nav ul { position: relative; } */
/* .vms_nav_item:hover:after,
.vms_nav_item.active:after {
    content: '';
    height: 75px;
    width: 100%;
    max-width: 300px;    
    display: block;
    border: 1px solid white;
    margin-left: 10px;
    margin-top: -65px;
    position: absolute;
    z-index: -1000;
} */
.vms_social_link {
    /* background-color: white;     */
    text-align: center;
}.vms_social_icon { 
    color: #0CC;    
    transition: all 0.3s ease;
}
.vms_social_link:hover .vms_social_icon.fa-facebook { color: #3b5998; }
.vms_social_link:hover .vms_social_icon.fa-twitter { color: #00acee; }
.vms_social_link:hover .vms_social_icon.fa-instagram { color: #3f729b; }
.vms_social_link:hover .vms_social_icon.fa-linkedin { color: #0e76a8; }

.vms_nav_icon_btn{
    cursor: pointer;
    transition: 0.5s;
}.vms_nav_icon_btn:hover{
    filter: brightness(0.75);
}

@media (max-width: 991px) {
    .vert_nav {
        position: absolute;
        width: 100%;
        left: 0px;
        top: -2400px;
        background-color: rgb(60, 60, 60, 0.75);
        backdrop-filter: blur(6px);
        transition: all 0.4s ease;
    }
    .vert_nav.show { top: 0; }
    .navbar-toggler {
        display: block;
        position: absolute;
        left: 85%;
        top: 0px;
        /* background-color: rgba(56, 204, 204, 0.75); */
        background-color: rgba(0, 204, 204, 1);
        color: black;
        padding: 10px 15px;
        border-radius: 0;
        transition: all 0.3s ease;
    }.navbar-toggler-tapped{
        background-color: rgba(56, 240, 240, 1);
        color: rgb(240, 240, 240);
    }
    .vms_main {
        padding: 50px 40px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .vms_main { padding: 60px 10px; }
}
.prod_category{
    transition: 0.25s;
}.prod_category:hover{
    filter: brightness(0.6);
}

