#staticbar {
    position: fixed;
    z-index: 1000;
    top: 40%;
    bottom: auto;
    right: -120px;
    width: auto;
    transform: translateY(-50%);
}

#staticbar .nav {
    display: flex;
    flex-direction: column;
}

#staticbar .nav .nav-item {
    transition: all 0.35s ease;
    border-bottom: 1px solid transparent;
    border-right: none;
    border-left: none;
}

#staticbar .nav .nav-item .static-content {
    text-align: center;
    width: 100px;
    color: white; /* $white */
    display: inline-block;
}

#staticbar .nav .nav-item .static-content button:active {
    color: transparent;
}

#staticbar .nav .nav-item .static-content svg {
    cursor: pointer;
    pointer-events: all;
}

#staticbar .nav .nav-item .static-icon {
    padding-right: 15px;
    display: inline-block;
}

#staticbar .nav .nav-item .font g {
    fill: white; /* $white */
}

#staticbar .nav .nav-item .contrast path {
    fill: white; /* $white */
}

#staticbar .nav .nav-item .nav-link {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
    background-color: #ff5000;
    padding: 15px;
}

/* #staticbar .nav .hover:hover {
    transform: translateX(-120px);
} */


.twitter-typeahead input{
    background: white !important;
}

.accessibility-bg-black .nav-scrollbar-arrow {
    background-image: none;
}

.accessibility-bg-black .fa-user {
    color: white;
}

.accessibility-bg-black input {
    background: black !important;
    color: white !important;
}

.accessibility-bg-black input:-webkit-autofill {
    background-color: black !important;
    color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px black inset !important;
    -webkit-text-fill-color: white !important;
}

.accessibility-bg-black input::placeholder {
    color: white !important;
    opacity: 0.5 !important	;
}
.accessibility-bg-black button {
    background: black !important;
    color: white !important;
    border: rgba(255, 255, 255, 0.5) 1px solid !important;
}

.accessibility-bg-black .fixed-search {
    background-color: black !important;
    color: white !important;
} 

.accessibility-bg-black .productbox-inner:before {
    display: none
}