.label-white {
    background-color: #fff;
    color: #333;
}
.br-100 {
    border-radius: 100%;
}
.h8 {
    font-size: 14px;
}
.stories.snapgram .story > .item-link {
    text-decoration: none;
    color: #333;
}
.stories.snapgram .story > .item-link > .item-preview {
    border-radius: 100%;
}
.stories.carousel .story {
    margin: 0 10px !important;
}
.stories.carousel .story > .item-link > .info {
    font-size: 14px;
}
.old-price {
    color: #666;
}

#zuck-modal-content .story-viewer.muted .tip,
#zuck-modal-content .story-viewer .head .left,
#zuck-modal-content .story-viewer .head .right .time {
    display: none !important;
}
#zuck-modal-content .story-viewer .head .right .close, #zuck-modal-content .story-viewer .head .back {
    color: #fff;
}
@media (max-width: 1024px) {
    #zuck-modal-content .story-viewer .head .left .time, #zuck-modal-content .story-viewer .head .right .close {
        display: block !important;
    }
    .stories.carousel .story {
        margin: 0 7px !important;
    }
}
@media (min-width: 1025px) {
    #zuck-modal-content .story-viewer .head .right {
        margin-right: 25%;
    }
}