.collections-nav {
    /* background-color: #303030;
    width: 100vw;
    height: 45px; */
    display: flex;
    /* padding: 15px 25px;
    position: absolute;
    top: 50px;
    right: 0;
    box-sizing: border-box; */
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
    /* padding-left: 135px; */
}

.collections-nav .sub-pin {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}


.collections-nav .logo {
    margin-right: auto;
}

.collections-nav a,
.collections-nav .leave-coll-btn {
    color: #2DDB73;
    font-family: 'proxima-nova';
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    margin-right: 25px;
    text-decoration: none;
}

.collections-nav .leave-coll-btn {
    margin-left: 25px;
}

.collections-nav .highlight {
    color: #FFFFFF!important;
}

.collections-nav a:last-of-type,
.collections-nav .leave-coll-btn {
    margin-right: 0;
}

.collections-nav a.lowercase {
    font-size: 14px;
    text-transform: capitalize;
}

.collections-nav button.subscribe-btn,
.collections-nav button.unsubscribe-btn,
.collections-nav a.go-join {
    font-size: 14px;
    margin-left: 20px;
    font-family: 'proxima-nova';
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    height: 50px;
    margin-right: -25px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    color: #000000;
    cursor: pointer;
    background-color: #2DDB73;
}

/* Share popup */

.share-popup-ct {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    padding-bottom: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    box-sizing: border-box;
    overflow-y: scroll;
    font-family: 'proxima-nova';
    display: none;
}

.share-popup-ct .share-popup {
    display: block;
    width: 400px;
    max-width: 400px;
    height: fit-content;
    height: -moz-fit-content;
    background-color: #0b0a0c;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    border-radius: 3px;
    border: solid 1px #737373;
    padding: 30px;
    position: absolute;
    top: 50px;
    right: 20px;
}

.share-popup-ct .title {
    color: #ffffff;
    font-family: 'proxima-nova';
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.share-popup-ct .share-popup .close-btn {
    border: none;
    background: none;
    font-size: 14px;
    color: #737373;
    font-weight: 600;
    font-family: 'proxima-nova';
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
