/* Add custom CSS styles below */ 

.store-branch-header-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    height: 34px;
    padding: 0 12px;

    border: 1px solid #fff;
    border-radius: 6px;

    background: transparent;
    color: #fff;

    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;

    order: -999 !important;
}

@media (max-width: 768px) {
    .store-branch-header-btn {
        height: 30px;
        padding: 0 10px;
        font-size: 11px;
    }
}