.main-nav{
    background: transparent;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    width: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    padding:1rem 20rem;
    z-index: 999;
}


/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link ,.nav-masthead .nav-link > a {
    padding: .8rem 0;
    border-bottom: .25rem solid transparent;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 23px;
    -webkit-background-clip: text;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #00B6C2;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 3rem;
}

.nav-masthead .active {
    border-bottom-color: #00B6C2;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 23px;
    -webkit-background-clip: text;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}



.nav-masthead .nav-link  .dropdown-menu{
    border: 0;
    background: #fff;

}
.nav-masthead .nav-link  .shop-list{
    padding:0 1rem;
    max-width:  60rem;
    list-style: none;
}

.nav-masthead .nav-link  .shop-list li{
    display: inline-block;
    margin: .2rem .2rem .2rem 0;
    padding: .3rem;
    border: 0.1rem solid #00B6C2;
    border-radius: 0.5rem;
}
.nav-masthead .nav-link  .shop-list li img{
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
}
.nav-masthead .nav-link  .shop-list li .content{
   display: inline-block;
   vertical-align: bottom;
    font-size: 20px;
    margin-left: .2rem;
    color: #333333;
}
.nav-masthead .nav-link  .shop-list li .content p{
    margin: 0;
    width: 10rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.nav-masthead .nav-link  .shop-list li .content p.title{
    font-size: 14px;
    font-weight: bold;
}
.nav-masthead .nav-link  .shop-list li .content p.subtitle{
   font-size: 12px;
}
.nav-masthead .nav-link  > a{
    color: #ffffff;
}