//Header top icon sizes
.header-top{
    .toucan-header i{
        font-size: 2rem;
    }
    .toucan-menu-social li a:after{
        font-size: 1.4rem;
    }    
    .toucan-menu-social li a:before{
        display: none;
    }
    .toucan-cart-count{
        height: 18px;
        width: 18px;
        right: -6px;
        top: 2px;
    }

}
.toucan-header .header-top .toucan-menu-action a:before{
    display: none;
}

.toucan-header .header-top .sub-menu{
    border-radius: 0;
    box-shadow: none;
    width: 180px;
    padding: 5px 0;
    > li > a{
        margin: 0 10px 0 10px;
        line-height: 1.2;
        height: 32px;
    }

}

.toucan-header .header-top .toucan-mega-menu .sub-menu  li{
    height: auto;
}