#offcanvas-toggler >i {

  color: #ffffff;

}

.sp-megamenu-parent >li.login >a,

#sp-header.menu-fixed .sp-megamenu-parent >li.login >a {

    margin-left: 10px;

    margin-right: 10px;

    line-height: 30px;

    text-transform: none;

    font-size: 12px;

    color: #ffffff;

    border-color: #e8540e;

    background-color: #f26522;

    font-size: 12px;

    border-radius: 3px;

    text-align: center;

    vertical-align: middle;

   cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    white-space: nowrap;
    transition: all 0.3s ease 0s;
}

li.login a:hover {
    opacity: 0.8;
}
.sp-megamenu-parent >li.login >a:after {

    background-color: transparent !important;

}