.profile-bio .flag-link {
    position: relative;
}

.tags table .values {
    text-align: left;
}

.tags table .values a.tag {
    text-decoration: none;
    color: #ff839c;
    text-transform: lowercase;
    border-radius: 5px;
    border: 1px solid #ff839c;
    padding: 2px 5px;
    margin-bottom: 5px;
    font-size: 11px;
    transition: .3s;
    display: inline-block;
    text-align: center;
}

.tags table .values a.tag:hover {
    background-color: #ff839c;
    color: #fff
}

.tags table {
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
}

.tags table td {
    padding-bottom: 10px;
    vertical-align: middle
}

.tags table tr:last-child td {
    padding-bottom: 0;
}

.tags table tr td:first-child {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 10px;
    width: 25%
}

.bio-morecams {
    margin-bottom: 30px;
}

.model-collection-title-link {
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .7);
    position: relative;
    text-transform: capitalize;
}

.model-collections-wrapper {
    display: flex;
    justify-content: center;
}

.model-collections {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.model-collections.one-item {
    grid-template-columns: repeat(1, 1fr);
}

.profile-collection-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 5px;
    background: url('/static/img/collections-asian.jpg?misha');
    background-position-y: 50%;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all .5s ease;
}

.profile-collection-item:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(251, 255, 0, 0.5), rgba(255, 5, 109, 0.5));
    border-radius: 5px;
}

.profile-collection-item:hover:after {
    background: linear-gradient(45deg, rgba(251, 255, 0, 0.3), rgba(255, 5, 109, 0.3));
}


.profile-collection-item > * {
    z-index: 100;
}

.profile-deal {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #eee;
    color: #404040;
    font-size: 14px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.profile-deal p {
    margin-top: 5px;
}

.profile-deal p:nth-of-type(1) {
    margin-top: 0;
}

.profile-deal-ul {
    padding-left: 25px;
    list-style-type: square;
    margin-top: 5px;
}

.deal-stripchat:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    background-image: url(/static/icons/stripchat-logo-svg.svg?mya);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.deal-bonga:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    background-image: url(/static/icons/bonga-logo-svg.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}


.deal-xcams:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    background-image: url(/static/icons/xcams.png);
    background-repeat: no-repeat;
    filter: grayscale(1);
    background-size: 100% auto;
    background-position: center;
}

.deal-flirt4:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    background-image: url(/static/icons/f4f.png);
    background-repeat: no-repeat;
    filter: invert() grayscale();
    background-size: 100% auto;
    background-position: center;
}

.deal-livejasmin {
    width: 100%;
    height: 100%;
    overflow: unset;
    padding: 5px;
}

.deal-skyprivate {
    background-color: unset;
    padding: 0;
    display: flex;
    justify-content: center;
}

.deal-skyprivate img {
   width: 100%;
}

.profile-deal a {
    color: #FE4066;
}

.profile-deal a:hover {
    text-decoration: underline;
}

.profile-deal-icon {
    background: url("/static/icons/icon-coins.png") top left no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    float: left;
    display: table-cell;
    margin-right: 10px;
    margin-top: 5px;
}

.profile-deal-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #2ac52a;
    margin-bottom: 5px;
}

.profile-deal-description {
    display: table-cell;
    line-height: 20px;
}

@media all and (max-width: 800px) {

    .tags table tbody, .tags table tr, .tags table td {
        display: inline;
    }

    .tags table tr td:first-child, .flag-link {
        visibility: hidden;
        position: absolute;
        left: 0;

    }

    .tags table tbody {
        vertical-align: text-bottom;
    }


    .tags table .values a.tag {
        font-size: 16px;
    }

    .profile-bio .tags table,
    .bio {
        text-align: center;
    }
}



@media all and (min-width: 800px) {
    .bio-morecams .models-list-item-info-title {
        bottom: 5px;
        left: 5px;
    }
    .bio-morecams .has-video,
    .bio-morecams .has-collection {
        bottom: 5px;
        right: 5px;
    }

    .bio-morecams .has-video.has-collection {
        right: 20px;
    }
}

