main.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    position: relative;
}

header.header-style-1 {
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: sticky;
    top: -1px;
    z-index: 101;
}

.body-style-1 header.header-style-1 .header-top {
    background: #070707;
}

header.header-style-1 .header-top {
    width: 100%;
    /* height: 60px; */
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

header.header-style-1 .header-bottom {
    background: #eeeeee;
    width: 100%;
    padding: 0 20px !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
}



header.header-style-1 .header-bottom .tabs {
    margin: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

header.header-style-1 .header-bottom li {
    font-weight: bold;
}

header.header-style-1 .header-bottom li a {
   border: 4px solid #cdafd1;
    margin: 3px;
    border-radius: 22px;
    text-decoration: none;
    color: #051832;
    font-size: 14px;
    padding: 4px 4px 4px 4px;
    display: block;
    border-bottom: 4px solid #5e0404;
    border-top: 4px solid #5e0404;
    text-transform: uppercase;
    text-wrap: nowrap;
}
