﻿body {
}

.dropdown-toggle{
    padding-top:.3rem;
}

.has-megamenu{
    padding-right:.5rem;
}

@media only screen and (max-width: 991px){
    .dropdown-toggle {
        width:30%;
        position: absolute;
        top: .5rem;
        right: 2rem;
    }
} 
