.rl-uppercase {
    text-transform: uppercase
}

.rl-text-regular {
    font-weight: 400;
}

._starpick_campaign .main-banner,
._starpick_campaign .nav-anchor .tab-btn {
    font-family: 'Oswald', sans-serif;
}

._starpick_campaign .main-banner {
    background-image: url(../images/MainBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 20.5vw;
    min-height: 200px;
}

._starpick_campaign .nav-anchor {
    /* border-bottom: 2px solid #ccc; */
    /* background: #fff;
    padding-top: 20px;
    padding-bottom: 20px; */
}

._starpick_campaign .nav-anchor .tab-btn {
    background: #ffdca7;
    border: none;
    border-radius: 5px;
    color: #282828;
    font-size: calc(0.75vw + 15.6px);
    font-weight: bold;
    height: 60px;
    outline: none;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}

._starpick_campaign .nav-anchor .tab-btn:hover,
._starpick_campaign .nav-anchor .tab-btn.active {
    background: #fe9f11;
    color: #282828;
}



/*------------------------------------
        $Content-Item
------------------------------------*/
.rl-card-top-container {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

.tab-content {
    padding-top: 65px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}



/*------------------------------------
        $dot-nav
------------------------------------*/

#dot-nav {
    right: 15px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
    position: fixed;
}

#dot-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#dot-nav li {
    position: relative;
    background-color: #bdc3c7;
    border: 3px solid #bdc3c7;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    padding: 5px;
    height: 10px;
    margin-top: 10px;
    width: 10px;
    vertical-align: bottom;
}

#dot-nav li.active,
#dot-nav li:hover {
    background-color: #ef9300;
}

#dot-nav li:hover::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    content: "";
    display: block;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #3d3d3d;
    z-index: 1;
}

#dot-nav li:hover::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(-100% - 15px), -50%);
    content: attr(title);
    display: block;
    background-color: #3d3d3d;
    color: white;
    padding: 3px 5px;
    white-space: nowrap;
    z-index: 2;
    font-size: 14px;
}

/*------------------------------------
        pack layout
------------------------------------*/

.rl-fontweight-lighter {
    font-weight: 300;
}

.rl-fontweight-medium {
    font-weight: 500;
}

._productprice {
    color: white;
    position: absolute;
    bottom: 0;
    width: 695px;
    background-color: rgba(0,0,0,0.5);
    transform-origin: bottom left;
}

._productprice .contentpack-info{
    color: white;
    display: flex;
    padding: 15px 15px 10px 15px;
    justify-content: space-between;
}


.contentpack-item-container.pricearea {
    align-self: flex-start;
    text-align: right;
}

._productprice .contentpack-item-container .title {
    font-size: calc(16px + 0.2vw);
}

._productprice .contentpack-item-container .value {
    font-size: calc(14px + 0.2vw);
}

._productprice .theme-price {
    font-size: calc(1.125vw + 20.4px);
    line-height: 1;
    display: inline;
    vertical-align: bottom;
    margin-right: 5px;
}
._productprice .theme-price.listprice {
    font-size: calc(0.6vw + 10.4px);
    text-decoration: line-through;
    color: #ccc;
}

._productprice .theme-info-note {
    padding-top: 10px;
    font-size: 12px;
}

._productprice .theme-btn {
    border: none;
    background-color: #ff9f01;
    color: #fff;
}

._productprice .theme-btn:focus {
    outline: none;
}

._productprice .theme-btn:hover {
    background-color: #fff;
    color: #666;
}

._productprice .theme-link {
    color: #ff9f01;
    text-decoration: underline;
}

._productprice .theme-link:hover {
    color: #fff;
    outline: none;
}

@media (max-width: 767px) {
    /* ._productprice .contentpack-item-container .title {
        font-size: 18px;
    } */
    ._productprice {
        position: relative;
        width: 100%;
        background-color: black;
    }

    ._productprice .theme-price {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    ._productprice .contentpack-info {
        flex-direction: column;
        align-items: center;
    }

    .contentpack-item-container {
        padding-bottom: 15px;
    }

    .contentpack-item-container.pricearea {
        align-self: auto;
    }

    ._productprice .contentpack-item-container .title,
    ._productprice .contentpack-item-container .value {
        display: inline-block;
    }

}



/*------------------------------------
        MORE TO EXPLORE
------------------------------------*/
.area-title {
    font-size: calc(26.4px + 0.5vw);
    color: #555;
    font-weight: 300;
    padding-top: calc(32px + 2.5vw);
    padding-bottom: calc(16px + 1.25vw);
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
}

.col-layout > div {
    margin: 0 0 15px;
}

.col-layout .content-wrapper {
    overflow: hidden;
}

.col-layout .content-wrapper img {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-layout .content-wrapper:hover img {
    transform: scale(1.2, 1.2);
}

.col-layout .content-wrapper:hover .mask {
    box-shadow: inset 0px 0px 250px 10px #000000;
}

.col-layout .content-wrapper .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: box-shadow 0.2s ease-out;
}


@media (max-width: 767px) {
    ._starpick_campaign .main-banner {
        background-image: url(../images/MainBanner_mobile.jpg);
        height: 78.125vw;
    }

    ._starpick_campaign .nav-anchor .tab-btn {
        height: calc(1.1160714285714286vw + 41.42857142857143px);
    }
}
