﻿:root {
    --systemLogoColor: #ff7100;
    --systemLogoColorTransparent: #ff710050;
    --footerBackgroundColor: rgb(17,17,17);
    --footerHRColor: #333;
    --footerColor: #fff;
}

.page-footer {
    margin-top: 20px;
}

    .page-footer hr {
        color: var(--footerColor);
        background: var(--footerHRColor);
        height: 1px;
    }

.stylish-color-dark {
    background: var(--footerBackgroundColor);
    background: linear-gradient(0deg, var(--footerBackgroundColor) 0%, var(--footerBackgroundColor) 100%);
    color: var(--footerColor);
}

    .stylish-color-dark p {
        font-size: 0.8em;
        color: var(--footerColor);
    }

.list-unstyled a {
    font-size: 0.9em;
    color: var(--footerColor);
}

.footer-copyright {
    color: var(--footerColor);
}

    .footer-copyright a {
        font-size: 1.2em;
        color: var(--footerColor);
    }


.btn03 a {
    position: relative;
    background: var(--systemLogoColor);
    color: var(--footerColor);
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    box-shadow: 0 20px 25px var(--systemLogoColorTransparent);
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.1em;
    border-radius: 5px;
    font-weight: bold;
}

    .btn03 a:hover {
        width: 220px;
        transition-delay: 0.5s;
        text-decoration: none;
        color: var(--footerColor);
    }

    .btn03 a::before {
        content: '';
        position: absolute;
        right: 25px;
        width: 12px;
        height: 12px;
        border-top: 3px solid var(--footerColor);
        border-right: 3px solid var(--footerColor);
        transform: rotate(45deg);
        transition: 0.5s;
    }

    .btn03 a:hover::before {
        transform: rotate(45deg) translate(50px,-50px);
    }

    .btn03 a::after {
        content: '';
        position: absolute;
        left: -55px;
        width: 12px;
        height: 12px;
        border-top: 3px solid var(--footerColor);
        border-right: 3px solid var(--footerColor);
        transform: rotate(45deg) translate(-50px,50px);
        transition: 0.5s;
    }

    .btn03 a:hover::after {
        transform: rotate(45deg) translate(50px,-50px);
        transition-delay: 1s;
    }

    .btn03 a span {
        visibility: hidden;
        opacity: 0;
        white-space: nowrap;
        transition: 0.5s;
        transform: translateX(-30px);
    }

    .btn03 a:hover span {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.75s;
        transform: translateX(10px);
    }

.guppycontainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#loginpopover {
    position: absolute;
    top: 55px;
    left: 600px;
    display: none;
    z-index: 1101;
    width: 260px;
}

.mobiheadlogo {
    max-height: 50px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#mobiLoginCollapse {
    background: #f8f9fa;
    padding: .5rem;
}

.mobiheadleftcol {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.mobiheadrightcol {
    text-align: center;
    padding-top: 0.5rem
}

.navbar-toggler {
    padding: .2rem .4rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#lowernavbarmobi {
    margin-top: -20px;
    height: 40px;
    margin-bottom: 0px;
}

.mobiheadmobiletext {
    font-size: 36px;
    vertical-align: middle;
    font-weight: 600;
}

@media (min-width: 768px) {
    .guppycontainer {
        width: 750px;
        width: calc(100% - 18px);
    }
}

@media (min-width: 992px) {
    .guppycontainer {
        width: 970px;
        width: calc(100% - 22px);
    }
}

@media (min-width: 1200px) {
    .guppycontainer {
        width: 1170px;
        width: calc(100% - 30px);
    }
}

@media (min-width: 1400px) {
    .guppycontainer {
        width: 1370px;
    }

    .d-xl-block {
        display: inline-block;
    }
}

@media (min-width: 1800px) {
    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }
}

#leftmenu > .nav-item {
    margin-bottom: 5px;
}

.leftmenulink > small {
    line-height: 1rem;
}

#mastercontainer {
    margin-top: 10px;
    min-height: 66vh;
}

@media (max-width: 767px) {
    #mastercontainer {
        margin-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar {
        padding: .5rem .5rem;
    }
}

.container-manual {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zoom-overlay {
    opacity: 0.5;
}

.menubutton {
    color: #fff;
    font-weight: 600;
    float: left;
    display: block;
    padding: 14px 10px;
}

    .menubutton:hover {
        background-color: rgba(255,255,255,0.25);
        color: #fff;
        text-decoration: none;
    }

.text-yellow {
    color: yellow !important;
}

#divSearchCollapse {
    width: 100%;
    display: none;
}

.mobilebottommenu-online-span {
    font-size: 9px;
    letter-spacing: -1rem;
}

.newsheading {
    padding: 0.75rem 0.75rem;
}

.newmessage {
    color: yellow !important;
}

    .newmessage > .badge {
        color: black !important;
        background-color: yellow !important;
    }

#leftmenu > .nav-item > .nav-link {
    font-size: 0.95rem;
}

.text-freeaccountdiv {
    color: #fff;
}

#offlineMessageDIV {
    margin-bottom: 15px;
    padding: 0.5rem;
    background-color: rgba(0,0,0,0.25);
    max-height: 87px;
    overflow-y: scroll;
    border-radius: 4px;
    border: solid 1px #333;
    font-size: 14px;
    line-height: 14px;
}

.pixelate {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.jetztfreischalten {
    display: block;
    position: absolute;
    top: 40%;
    left: 3px;
    width: calc(100% - 6px);
    z-index: 1;
    color: #000;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    font-size: 17pt;
    background-color: transparent;
    height: 2em;
    line-height: 1em;
    margin-top: -0.5em;
}

.grid-itemgimages > div {
    border: none !important;
}

#pbcpopover {
    position: fixed;
    top: 2px;
    right: 2px;
    width: 180px;
    z-index: 5001;
    width: auto;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border: solid 2px #fff;
    padding: 2px 5px;
    font-size: 11pt;
    font-weight: normal;
}

@media (max-width: 900px) {
    #pbcpopover {
        font-size: 9pt;
        font-weight: normal;
        border: solid 1px #fff;
    }
}

/* VIDEO-LIST */
.HomeVideoList {
    width: 100%;
}

.FirstVideoListLink {
    float: right;
    color: #888 !important;
    font-size: 1rem;
    margin-top: 4px;
}

.SecondVideoListLink {
    float: right;
    color: #888 !important;
    font-size: 1rem;
    margin-top: 4px;
}

.ThirdVideoListLink {
    float: right;
    color: #888 !important;
    font-size: 1rem;
    margin-top: 4px;
}

.video-item {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.video-item-inner {
    position: relative;
    background-color: #333;
    padding: 2px;
    overflow: hidden;
}

.videoboughtlabel {
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: green;
    color: white;
    padding: 7px 33px;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

@media (max-width: 767px) {
    .video-item-inner-play {
        display: none;
    }
}

.video-item-inner-play > a {
    color: #fff;
    text-decoration: none;
}

.video-label {
    display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    z-index: 1;
    line-height: 14pt;
    cursor: pointer;
}

    .video-label a {
        color: #fff;
        text-decoration: none;
    }

        .video-label a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .video-label a:active {
            color: #fff;
            text-decoration: none;
        }

.video-underlabel {
    width: 100%;
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 9pt;
    text-align: center;
    line-height: 11pt;
    height: 6.3em;
    overflow: hidden;
    cursor: pointer;
}

    .video-underlabel a {
        color: #fff;
        text-decoration: none;
    }

        .video-underlabel a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .video-underlabel a:active {
            color: #fff;
            text-decoration: none;
        }

.videolist {
    position: relative;
    clear: both;
    width: 100%;
}

    .videolist:after {
        content: '';
        display: block;
        clear: both;
    }

.video-item-inner-container {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.video-item-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.girlbobbel {
    position: absolute;
    bottom: 12px;
    left: 2px;
    background-color: transparent;
    z-index: 4;
    width: 60px;
    height: 60px;
    padding: 2px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-repeat: no-repeat;
}

.post-header-pseudo-link {
    color: #000;
    text-decoration: none;
}

.post-media-inner-play > a {
    color: #fff;
    text-decoration: none;
}

.postmodalheaderclose {
    float: right;
    cursor: pointer;
}

.post-item {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.post-item-menu {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
}

.post-bobbel {
    position: relative;
    background-color: transparent;
    z-index: 4;
    width: 60px;
    height: 60px;
    padding: 2px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-repeat: no-repeat;
}

.post-header-pseudo {
    font-size: 18pt;
    margin-left: 10px;
    display: block;
    padding-top: 8px;
}

.post-item-inner-container {
    position: relative;
}

.post-media-item {
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

    .post-media-item > a {
        width: 100%;
        height: 100%;
    }

.message-media-item {
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

    .message-media-item > a {
        width: 100%;
        height: 100%;
    }

.message-media-image {
    margin: auto auto;
    width: auto;
    height: 100%;
    display: block;
    background-size: contain !important;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
}

.message-media-video {
    margin: auto auto;
    width: auto;
    height: 100%;
    display: block;
    background-size: contain !important;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-media-image {
    margin: auto auto;
    width: auto;
    height: 100%;
    display: block;
    background-size: contain !important;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-media-video {
    margin: auto auto;
    width: auto;
    height: 100%;
    display: block;
    background-size: contain !important;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-text-header {
    max-height: 3rem;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.post-text-body {
    overflow-y: hidden;
    text-overflow: ellipsis;
    font-size: 9pt;
}

@media screen and (max-width: 340px) {
    .post-media-item-large {
        width: 310px;
        height: 437px;
    }
}

@media screen and (max-width: 380px) {
    .post-media-item-large {
        width: 350px;
        height: 490px;
    }
}

@media screen and (max-width: 420px) {
    .post-media-item-large {
        width: 400px;
        height: 560px;
    }
}

.post-pricelabel {
    text-align: center;
    width: 200px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 1;
    padding: 4px 2px;
    margin-left: -100px;
    position: absolute;
    top: 18px;
    left: 50%;
}

.post-pricelabel-large {
    text-align: center;
    width: 240px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 2;
    padding: 6px 3px;
    margin-left: -120px;
    position: absolute;
    top: 18px;
    left: 50%;
}

.post-media-inner-play {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 48px;
    opacity: 0.35;
    margin-left: -24px;
    margin-top: -24px;
    line-height: 1em;
}

.post-media-inner-play-large {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 64px;
    opacity: 0.35;
    margin-left: -32px;
    margin-top: -32px;
    line-height: 1em;
}

.post-media-inner-play > span {
    color: #fff;
}

.post-modal-lower-table {
    width: 100%;
}

.post-modal-lower-right {
    width: 50%;
    text-align: right;
    font-size: small;
}

.post-modal-lower-left {
    width: 50%;
    text-align: left;
    font-size: small;
}

.post-infolabel {
    text-align: left;
    font-size: 0.8em;
    height: 1.6rem;
}

.post-rightlabel {
    text-align: right;
    font-size: 0.8em;
    height: 1.6rem;
}

.post-text {
    width: 100%;
    height: 3.6rem;
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.payment-method-timeline-title {
    text-decoration: none;
}

    .payment-method-timeline-title:hover {
        text-decoration: underline;
    }

.payment-method-timeline-logo {
    width: 100%;
}

.payment-method-timeline-name {
    font-size: 16px;
}

.payment-method-timeline-description {
    max-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#post-modal-paymentconfirm {
    margin-bottom: 20px;
}

.post-pricelabel {
    cursor: pointer;
}

.payment-method-timeline-link {
    color: #000;
    text-decoration: none;
}

.girl-profile-timeline-image {
    width: 100%;
    border-radius: 10px;
    border: solid 3px #ddd;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.girlbobbelmain {
    height: auto;
    width: auto;
    background-color: transparent;
}

.girlbobbelunder {
    position: absolute;
    top: calc(75% - 64px);
    left: 2px;
    z-index: 4;
    width: 60px;
    height: 60px;
    padding: 2px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-repeat: no-repeat;
}

.girlbobbelinner {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    background-repeat: no-repeat;
}

.video-extralink-div {
    text-align: center;
}

.video-item-play-bobbel {
    font-size: 44px;
    color: #fff;
}

.video-item-icons {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
}

.video-item-inner-play {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 48px;
    opacity: 0.35;
    margin-left: -24px;
    margin-top: -24px;
    line-height: 1em;
}

    .video-item-inner-play > span {
        color: #fff;
    }

.video-underlabel-shadowtext {
    color: transparent;
    text-shadow: rgba(255, 255, 255, 0.85) 0px 0px 10px;
    font-size: 16px;
}

.video-underlabel-left {
    position: absolute;
    bottom: 1px;
    left: 2px;
    color: #fff;
    font-size: 8pt;
    padding-left: 2px;
}

.video-underlabel-right {
    position: absolute;
    bottom: 1px;
    right: 2px;
    color: #fff;
    font-size: 8pt;
    padding-right: 2px;
}
/* END VIDEO-LIST */

/* LIVECAM-LIST */
.LivecamListTabContainer {
    width: auto;
    min-width: 120px;
    max-width: 300px;
    border: 1px solid #333;
    font-size: 10px;
}

.LivecamListTabs {
    display: flex;
    background: linear-gradient(to right, #222, #444);
}

.LivecamListTab {
    flex: 1;
    padding: 4px;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

    .LivecamListTab:hover {
        background: #555;
    }

    .LivecamListTab.active {
        background: #111;
    }

.LivecamsHeadlineLink {
    float: right;
    color: #888 !important;
    font-size: 1rem;
    margin-top: 4px;
}

.LivecamList {
    position: relative;
    clear: both;
    width: calc(100% + 8px);
    margin-left: -4px;
}

    .LivecamList:after {
        content: '';
        display: block;
        clear: both;
    }

.livecam-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

.livecam-image-bg-div {
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.livecam-item {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
}

.livecam-item-inner {
    position: relative;
    background-color: #333;
    padding: 2px 2px 75% 2px;
    height: 0;
    overflow: hidden;
}

.livecam-newlabel {
    position: absolute;
    top: 38px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 2px 20px;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.livecam-overlabel {
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 1px;
}

.livecam-overlabel-offline {
    background: #474747;
    background: linear-gradient(0deg,rgba(71, 71, 71, 1) 0%, rgba(74, 74, 74, 1) 50%, rgba(163, 163, 163, 1) 100%);
}

.livecam-label {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 4px);
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    z-index: 1;
    line-height: 14pt;
    cursor: pointer;
}

    .livecam-label a {
        color: #fff;
        text-decoration: none;
    }

        .livecam-label a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .livecam-label a:active {
            color: #fff;
            text-decoration: none;
        }

.livecam-underlabel-divider {
    display: none;
}

.livecam-underlabel-extra {
    margin-bottom: 0px;
    font-size: 9pt;
}

@media screen and (max-width: 480px) {
    .livecam-underlabel-extra {
        display: none;
    }
}

.livecam-underlabel {
    width: 100%;
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    padding: 2px 4px;
    font-size: 0.7em;
    text-align: center;
    height: 3.2em;
    overflow-y: hidden;
    cursor: pointer;
}

    .livecam-underlabel a {
        color: #fff;
        text-decoration: none;
    }

        .livecam-underlabel a:hover {
            color: #fff;
            text-decoration: underline;
        }

        .livecam-underlabel a:active {
            color: #fff;
            text-decoration: none;
        }

.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(255,255,255,0.25);
}

.livecam-online-label {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1px 0px 2px 3px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 1em;
    background-color: green;
    text-align: center;
    z-index: 1;
}

.livecam-offline-label {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1px 0px 2px 3px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 1em;
    background-color: red;
    text-align: center;
    z-index: 1;
}

.livecam-feature-icons {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px 1px 2px 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1em;
    background-color: rgba(0,0,0,0.35);
    text-align: center;
    border-bottom-left-radius: 3px;
}

    .livecam-feature-icons > .svg-inline--fa {
        margin-right: 2px;
    }

.livecam-lovense-icon {
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 2;
    padding: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1em;
    background-color: rgba(0,0,0,0.35);
    text-align: center;
    border-bottom-right-radius: 3px;
}

.livecam-dildo-control-icon {
    position: absolute;
    bottom: 2px;
    left: 2px;
    z-index: 2;
    padding: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1em;
    background-color: rgba(0,0,0,0.35);
    text-align: center;
    border-bottom-right-radius: 3px;
}

.livecam-lang-flags {
    position: absolute;
    bottom: 2px;
    left: 2px;
    padding: 1px 0px 2px 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1em;
    background-color: rgba(0,0,0,0.35);
    text-align: center;
    border-bottom-right-radius: 3px;
}

.livecam-lang-flags-with-dildo-control {
    left: 38px;
}

.livecam-swissgirl {
    background-color: rgba(0,0,0,0.35);
    padding: 1px 3px;
    color: white;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 8pt;
    z-index: 2;
}
/* END LIVECAM-LIST */

.removeIcon {
    display: none;
    position: absolute;
    top: 2px;
    right: 4px;
    z-index: 4;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
}

    .removeIcon > span {
        cursor: pointer;
    }

/* SINGLE VIDEO-PAGE */
#bigVideoPreviewImage {
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

    #bigVideoPreviewImage > .play-icon {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        margin-top: -48px;
        margin-left: -48px;
    }

        #bigVideoPreviewImage > .play-icon > .play-icon-span {
            font-size: 96px;
            color: #fff;
            opacity: 0.5;
        }

.video-header {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 15px;
}

    .video-header::after {
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        opacity: 0.25;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        -webkit-filter: brightness(85%) grayscale(1); /* Old WebKit */
        filter: brightness(85%) grayscale(1);
    }

#videoButtonsLeftCol {
    min-height: 110px;
    position: relative;
}

#videoButtonsRightCol {
    min-height: 110px;
}

#buyVideoButton {
    margin-top: 21px;
    width: 100%;
    font-size: 52px;
    margin-bottom: 0px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 15px;
}

    #buyVideoButton.with-preview {
        margin-top: 21px;
        width: 100%;
        font-size: 34px;
        margin-bottom: 0px;
        position: relative;
        padding-top: 3px;
        padding-bottom: 15px;
        margin-bottom: 3px;
    }

    #buyVideoButton.without-preview {
        margin-top: 0px;
    }

#btnStartPreview {
    font-size: 8pt;
    width: 100%;
}

#videoTitleDIV {
    font-size: 24px;
    line-height: 28px;
    height: 78px;
    font-weight: bold;
    width: 100%;
    background-color: rgba(0,0,0,0.50);
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 0px;
    color: #fff;
}

    #videoTitleDIV.with-preview {
        font-size: 22px;
        padding: 2px;
        height: 84px;
    }

    #videoTitleDIV.without-preview {
        height: 100px;
    }

#girlImageCircle {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 115px;
    height: 115px;
    background-color: #f5f8fa;
    padding: 4px;
    border: 1px solid #dddddd;
}

#girlImageCircleLabel {
    position: absolute;
    top: 95px;
    left: 30px;
    width: 120px;
    font-size: 14px;
    background-color: rgba(0,0,0,0.25);
    text-align: center;
    padding: 2px;
    color: #fff;
    font-weight: bold;
}

    #girlImageCircleLabel.with-preview {
        top: 100px;
    }

.videopic-outer {
    background-color: #2e2c2e;
    padding: 10px;
}

.videothumbrow {
    margin-top: 10px;
    display: flex;
    background-color: #2e2c2e;
    margin-left: -3px;
    margin-right: -3px;
    width: calc(100% + 4px);
}

.videothumbrowimgdiv {
    padding-bottom: 56.5%;
    height: 0;
    overflow-y: hidden;
}

.videothumbrowimg {
    width: 100%;
}

.videothumbcol {
    width: 14.28%;
    padding-left: 3px;
    padding-right: 3px;
}

.videoinfobox {
    background-color: rgba(0,0,0,0.50);
    border-radius: 4px;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: justify;
}

    .videoinfobox a {
        color: #fff;
    }

        .videoinfobox a:hover {
            text-decoration: underline;
        }

.video-page-desc {
    margin-top: 10px;
    text-align: left;
}

.page-link {
    color: #333;
}

@media screen and (max-width: 767px) {
    #videoButtonsLeftCol {
        min-height: initial;
    }

    #videoButtonsRightCol {
        min-height: initial;
    }

    #buyVideoButton {
        margin-top: 5px;
        font-size: 40px;
        padding-top: 2px;
        padding-bottom: 18px;
    }

    #videoTitleDIV {
        font-size: 20px;
        line-height: 24px;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #videoButtonsLeftCol {
        padding-left: 150px;
    }

    #girlImageCircle {
        top: 0px;
        left: 30px;
        width: 100px;
        height: 100px;
    }

    #girlImageCircleLabel {
        top: 80px;
        width: 120px;
        font-size: 12px;
        left: 20px;
    }

    #videoTitleDIV {
        height: 82px;
        font-size: 20px;
        line-height: 24px;
    }

    #videoButtonsLeftCol {
        min-height: initial;
    }

    #videoButtonsRightCol {
        min-height: initial;
    }

    #buyVideoButton {
        margin-top: 11px;
    }
}

@media screen and (min-width: 993px) {
    #videoButtonsLeftCol {
        padding-left: 166px;
    }

    #videoButtonsLeftCol {
        padding-right: 5px;
    }

    #videoButtonsRightCol {
        padding-left: 5px;
    }
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(255,255,255,0.25);
}

.badblur, .blurme {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(1px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

    .badblur:hover {
        -webkit-filter: blur(2.5px);
        -moz-filter: blur(2.5px);
        -o-filter: blur(2.5px);
        -ms-filter: blur(2.5px);
        filter: blur(2.5px);
    }
/* END SINGLE VIDEO-PAGE */

.videogirls-headline-rightbar {
    font-size: 0.75rem;
    margin-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.videogirls-headline-rightbar-morelink {
    display: block;
    float: right;
    font-size: 0.75rem;
    color: #000;
}

.videogirls-item {
    position: relative;
}

.videogirls-item-link {
}

.videogirls-item-label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.35);
    color: #fff;
    padding: 2px 4px;
    font-size: 9pt;
    line-height: 1.1em;
    font-stretch: ultra-condensed;
    padding-left: 1px;
    text-align: center;
    z-index: 1;
    line-height: 14pt;
    cursor: pointer;
    bottom: 3px;
    width: calc(100% - 6px);
    overflow-x: hidden;
}

    .videogirls-item-label > div {
        line-height: 1.1em;
    }

.videogirls-item-label-upperline {
}

.videogirls-item-label-lowerline {
    font-size: 9pt;
}

.videogirls-item-icondiv {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 1px 0px 2px 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1em;
    background-color: rgba(0,0,0,0.35);
    text-align: center;
    border-bottom-left-radius: 3px;
}

.videogirls-item-image {
}

.dropdownhover > .dropdown-menu {
    margin: -.25rem 0 0;
}

#tvcatchdiv {
    margin: 0px auto 20px auto;
    background-size: cover;
    background-position: top center;
    padding: 10px;
    border-radius: 10px;
}

#signupdiv {
    margin: 0px auto 20px auto;
    background-size: cover;
    background-position: top center;
    padding: 10px;
    border-radius: 10px;
}

#freecoinsdiv {
    margin: 0px auto 20px auto;
    background-size: cover;
    background-position: top center;
    padding: 10px;
    border-radius: 10px;
}

.onlineindicators {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 600;
    font-stretch: ultra-condensed;
    display: none;
    white-space: nowrap;
    font-size: 15px;
}

.onlineindicator-general {
    display: inline-block;
    margin-right: 10px;
}

.onlineindicator-chat {
    display: inline-block;
    margin-right: 5px;
}

.onlineindicator-messenger {
    display: inline-block;
}

.onlineindicator-span-online {
    color: lightgreen;
}

.onlineindicator-span-offline {
    color: #444;
    opacity: 0.7;
}

.smallpreviewvideogirlinforow {
    margin-top: 5px;
}

.smallpreviewvideogirlinfobox {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.smallpreviewvideogirlinfo {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    box-sizing: border-box;
    border: solid 2px rgba(255,255,255,0.4);
    border-radius: .25rem;
}

.smallpreviewvideogirlinfoactive {
    border: solid 2px rgba(255,255,255,0.8);
}

.smallpreviewvideogirlinfoimage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.smallpreviewvideogirlinfoplaycircle {
    position: absolute;
    font-size: 28px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    color: #fff;
    opacity: 0.5;
}

.card-white {
    background-color: #fff !important;
}

    .card-white > .card-body {
        color: #000 !important;
    }

        .card-white > .card-body > .text-muted {
            color: #000 !important;
        }

@media (min-width: 576px) {
    .col-sm-10-9 {
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
    }

    .col-sm-10-8 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%;
    }

    .col-sm-10-7 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-sm-10-6 {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .col-sm-10-5 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .col-sm-10-4 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-sm-10-3 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 86%;
    }

    .col-sm-10-2 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-sm-10-1 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-sm-8-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-8-8 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }

    .col-sm-8-7 {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .col-sm-8-6 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-sm-8-5 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .col-sm-8-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-sm-8-3 {
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .col-sm-8-2 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .col-sm-8-1 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-sm-2-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-sm-2-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-2-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-sm-1-9 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .col-sm-1-8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-sm-1-7 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-sm-1-6 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-sm-1-5 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-sm-1-4 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .col-sm-1-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-sm-1-2 {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .col-sm-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }
}

@media (min-width: 768px) {
    .col-md-10-9 {
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
    }

    .col-md-10-8 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%;
    }

    .col-md-10-7 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-md-10-6 {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .col-md-10-5 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .col-md-10-4 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-md-10-3 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 86%;
    }

    .col-md-10-2 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-md-10-1 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-md-8-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-8-8 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }

    .col-md-8-7 {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .col-md-8-6 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-md-8-5 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .col-md-8-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-md-8-3 {
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .col-md-8-2 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .col-md-8-1 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-md-2-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-md-2-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-2-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-md-1-9 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .col-md-1-8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-md-1-7 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-md-1-6 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-md-1-5 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-md-1-4 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .col-md-1-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-md-1-2 {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .col-md-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }
}

@media (min-width: 992px) {
    .col-lg-10-9 {
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
    }

    .col-lg-10-8 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%;
    }

    .col-lg-10-7 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-lg-10-6 {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .col-lg-10-5 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .col-lg-10-4 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-lg-10-3 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 86%;
    }

    .col-lg-10-2 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-lg-10-1 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-lg-8-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-8-8 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }

    .col-lg-8-7 {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .col-lg-8-6 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-lg-8-5 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .col-lg-8-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-lg-8-3 {
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .col-lg-8-2 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .col-lg-8-1 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-lg-2-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-lg-2-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-2-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-lg-1-9 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .col-lg-1-8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-lg-1-7 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-lg-1-6 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-lg-1-5 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-lg-1-4 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .col-lg-1-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-lg-1-2 {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .col-lg-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }
}

@media (min-width: 1200px) {
    .col-xl-10-9 {
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
    }

    .col-xl-10-8 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%;
    }

    .col-xl-10-7 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-xl-10-6 {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .col-xl-10-5 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .col-xl-10-4 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-xl-10-3 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 86%;
    }

    .col-xl-10-2 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xl-10-1 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xl-9-9 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xl-9-8 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xl-9-7 {
        -ms-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%;
    }

    .col-xl-9-6 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }

    .col-xl-9-5 {
        -ms-flex: 0 0 81%;
        flex: 0 0 81%;
        max-width: 81%;
    }

    .col-xl-9-4 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xl-9-3 {
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }

    .col-xl-9-2 {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }

    .col-xl-9-1 {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }

    .col-xl-8-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-8-8 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }

    .col-xl-8-7 {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .col-xl-8-6 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-xl-8-5 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .col-xl-8-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-xl-8-3 {
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .col-xl-8-2 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .col-xl-8-1 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-xl-2-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-xl-2-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-2-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-xl-1-9 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .col-xl-1-8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-xl-1-7 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xl-1-6 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-xl-1-5 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-xl-1-4 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .col-xl-1-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xl-1-2 {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .col-xl-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }
}

@media (min-width: 1600px) {
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666666%;
        flex: 0 0 91.666666%;
        max-width: 91.666666%;
    }

    .col-xxl-10-9 {
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
    }

    .col-xxl-10-8 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%;
    }

    .col-xxl-10-7 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-xxl-10-6 {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .col-xxl-10-5 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .col-xxl-10-4 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-xxl-10-3 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 86%;
    }

    .col-xxl-10-2 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xxl-10-1 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-9-9 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xxl-9-8 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xxl-9-7 {
        -ms-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%;
    }

    .col-xxl-9-6 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }

    .col-xxl-9-5 {
        -ms-flex: 0 0 81%;
        flex: 0 0 81%;
        max-width: 81%;
    }

    .col-xxl-9-4 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xxl-9-3 {
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }

    .col-xxl-9-2 {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }

    .col-xxl-9-1 {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-8-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-8-8 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }

    .col-xxl-8-7 {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .col-xxl-8-6 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-xxl-8-5 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .col-xxl-8-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-xxl-8-3 {
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .col-xxl-8-2 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .col-xxl-8-1 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666666%;
        flex: 0 0 41.666666%;
        max-width: 41.666666%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-2-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-xxl-2-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxl-2-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .col-xxl-1-9 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .col-xxl-1-8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-xxl-1-7 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xxl-1-6 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-xxl-1-5 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-xxl-1-4 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .col-xxl-1-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xxl-1-2 {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .col-xxl-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
}

@media (min-width: 2400px) {
    .col-xxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxxl-11 {
        -ms-flex: 0 0 91.666666%;
        flex: 0 0 91.666666%;
        max-width: 91.666666%;
    }

    .col-xxxl-10-9 {
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
    }

    .col-xxxl-10-8 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%;
    }

    .col-xxxl-10-7 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-xxxl-10-6 {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .col-xxxl-10-5 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .col-xxxl-10-4 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-xxxl-10-3 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 86%;
    }

    .col-xxxl-10-2 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xxxl-10-1 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxxl-9-9 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xxxl-9-8 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xxxl-9-7 {
        -ms-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%;
    }

    .col-xxxl-9-6 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }

    .col-xxxl-9-5 {
        -ms-flex: 0 0 81%;
        flex: 0 0 81%;
        max-width: 81%;
    }

    .col-xxxl-9-4 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xxxl-9-3 {
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }

    .col-xxxl-9-2 {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }

    .col-xxxl-9-1 {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }

    .col-xxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxl-8-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxl-8-8 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }

    .col-xxxl-8-7 {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .col-xxxl-8-6 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-xxxl-8-5 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .col-xxxl-8-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-xxxl-8-3 {
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .col-xxxl-8-2 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .col-xxxl-8-1 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-xxxl-8 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .col-xxxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxl-5 {
        -ms-flex: 0 0 41.666666%;
        flex: 0 0 41.666666%;
        max-width: 41.666666%;
    }

    .col-xxxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxl-2-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-xxxl-2-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxxl-2-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-xxxl-2 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .col-xxxl-1-9 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .col-xxxl-1-8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-xxxl-1-7 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xxxl-1-6 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-xxxl-1-5 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-xxxl-1-4 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .col-xxxl-1-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xxxl-1-2 {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .col-xxxl-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }

    .col-xxxl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
}

@media (min-width: 3200px) {
    .col-xxxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxxxl-11 {
        -ms-flex: 0 0 91.666666%;
        flex: 0 0 91.666666%;
        max-width: 91.666666%;
    }

    .col-xxxxl-10-9 {
        -ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
    }

    .col-xxxxl-10-8 {
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 91%;
    }

    .col-xxxxl-10-7 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-xxxxl-10-6 {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .col-xxxxl-10-5 {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .col-xxxxl-10-4 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .col-xxxxl-10-3 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 86%;
    }

    .col-xxxxl-10-2 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xxxxl-10-1 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xxxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxxxl-9-9 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-xxxxl-9-8 {
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }

    .col-xxxxl-9-7 {
        -ms-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%;
    }

    .col-xxxxl-9-6 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }

    .col-xxxxl-9-5 {
        -ms-flex: 0 0 81%;
        flex: 0 0 81%;
        max-width: 81%;
    }

    .col-xxxxl-9-4 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-xxxxl-9-3 {
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }

    .col-xxxxl-9-2 {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }

    .col-xxxxl-9-1 {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }

    .col-xxxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxxl-8-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxxl-8-8 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }

    .col-xxxxl-8-7 {
        -ms-flex: 0 0 73%;
        flex: 0 0 73%;
        max-width: 73%;
    }

    .col-xxxxl-8-6 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }

    .col-xxxxl-8-5 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }

    .col-xxxxl-8-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-xxxxl-8-3 {
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .col-xxxxl-8-2 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .col-xxxxl-8-1 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-xxxxl-8 {
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }

    .col-xxxxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxxl-5 {
        -ms-flex: 0 0 41.666666%;
        flex: 0 0 41.666666%;
        max-width: 41.666666%;
    }

    .col-xxxxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxxl-2-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .col-xxxxl-2-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xxxxl-2-1 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-xxxxl-2 {
        -ms-flex: 0 0 16.666666%;
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .col-xxxxl-1-9 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .col-xxxxl-1-8 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .col-xxxxl-1-7 {
        -ms-flex: 0 0 14%;
        flex: 0 0 14%;
        max-width: 14%;
    }

    .col-xxxxl-1-6 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }

    .col-xxxxl-1-5 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .col-xxxxl-1-4 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
    }

    .col-xxxxl-1-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xxxxl-1-2 {
        -ms-flex: 0 0 9%;
        flex: 0 0 9%;
        max-width: 9%;
    }

    .col-xxxxl-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }

    .col-xxxxl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    #cartmenu {
        width: 800px;
    }

    .CartItemTitleTD {
        padding-left: 10pt !important;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    #cartmenu {
        width: 576px;
    }

    .CartItemTitleTD {
        padding-left: 8pt !important;
    }
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

#mainnavmoremenu {
    z-index: 9999;
}

.removeondesktop {
    display: flex;
}

@media (max-width: 767px) {
    #mainnavmoremenu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: transparent;
    }

    #mainnavmoremenu > li > a:hover, .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: #ffffff;
    }
}

#navbar-nav-mobi {
    flex-direction: row;
}

@media(max-width: 1099px) {
    #txtSearch {
        max-width: 120px;
    }
}

@media(min-width: 1100px) {
    #txtSearch {
        max-width: 160px;
    }
}

#innernavbarcontainer {
    display: flex;
    position: relative;
    align-items: center;
}

.liveGirlTerminTable {
    text-align: left;
    width: 80%;
    margin: 5px auto;
}

.liveGirlTermin {
    color: #000;
    text-decoration: none;
}

.timelinepostmediawrapper {
    position: relative;
    margin: 0;
    line-height: 0;
    height: 400px;
    overflow: hidden;
    background: #000000;
}

.timelinepost {
    height: 640px;
}

.timeline-bg {
    background-color: #fff;
    height: 93%;
    position: relative;
}

.timelinepostnewlabel {
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: red;
    color: white;
    padding: 10px 40px;
    z-index: 10;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.timelineboughtlabel {
    position: absolute;
    top: 84px;
    left: 0px;
    background-color: green;
    color: white;
    padding: 10px 40px;
    z-index: 10;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}

.timelineposticons {
    position: absolute;
    top: 55px;
    right: 8px;
    padding: 5px 4px;
    background-color: rgba(0,0,0,0);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 1.2em;
    z-index: 1;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    z-index: 1;
    margin: 0 0 10px 0;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    text-decoration: none;
}

    .circle:hover {
        color: #fff;
        transition-property: background-color;
        transition-duration: 0.2s;
        transition-delay: 0s;
        transition-timing-function: ease-in-out;
        text-decoration: none;
    }

.timeline-post-unfav-icon, .timeline-post-unlike-icon {
    color: #000000;
}

.timeline-post-like-icon {
    color: #fff;
}

.timeline-post-unlike-icon {
    color: red;
}

.timeline-post-fav-icon {
    color: #fff;
}

.timeline-post-unfav-icon {
    color: yellow;
}

.timeline-post-tip-icon {
    color: #fff;
}

.timelinepostwrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timelinepostmedia {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    background: #000000;
}

.timelinepostmedia-blurred {
    -webkit-filter: blur(9px);
    filter: blur(9px);
    visibility: visible;
}

.timelinepostmediaprice {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    background-color: #ffffff90;
    text-align: center;
    color: black;
    text-decoration: none;
    padding: 0.5em;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 1em;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2em;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    z-index: 1;
    cursor: pointer;
}

    .timelinepostmediaprice:hover {
        background-color: #ff0000;
        color: #ffffff;
        text-decoration: none;
    }

.timelineposttext {
    height: 200px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(224, 224, 224, 1) 100%);
    margin: 0px;
    padding: 10px;
    overflow: hidden;
}

    .timelineposttext h3 {
        font-size: 1.4375rem;
        margin: 10px;
        color: #2f2f2f;
    }

    .timelineposttext p {
        line-height: 1.4;
        margin: 10px;
        color: #5f5f5f;
        max-height: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.timeline_post_info_container {
    background-color: #eeeeee;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #000000;
}

.timeline_post_info {
    font-size: 0.9em;
}

.timeline_post_date {
    font-size: 0.9em;
}

.goToChatMobiButtonText {
    margin-top: .25rem;
    color: #fff;
    font-size: 9pt;
    line-height: 9pt;
    width: 100%;
    text-align: center;
}

/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
body {
    width: 1px;
    min-width: 100%;
    *width: 100%;
}

.debugHelpIcon {
    cursor: pointer;
}

.debuginfo {
    display: none;
}

.dropdownhover:hover .dropdown-menu {
    display: block;
}

.dropdownhover > li > a:hover .dropdown-menu {
    display: block;
}

.dropdownhover .dropdown-menu:hover {
    display: block;
}

.panel-body {
    color: #000;
}

#logoDIV {
    /* position: absolute;*/
    left: 10px;
    top: 1px;
    cursor: pointer;
}

    #logoDIV > img {
        max-height: 50px;
    }

.lowerstatusonline {
    background-color: green;
}

.lowerstatusprivate {
    background-color: #333;
}

.lowerstatusoffline {
    background-color: rgba(0,0,0,0.75);
}

@media (min-width: 321px) {
    .visible-vxs {
        display: none;
    }
}

@media (max-width: 320px) {
    .hidden-vxs {
        display: none;
    }
}

.btn-paypal {
    background-color: #00457c;
    color: #fff;
}

.btn-paypal {
    background-color: #00457c;
    color: #fff;
}

.btn-mini-icon-only {
    width: 24px;
    height: 31px;
    padding: 2px;
    line-height: 1em;
    margin-left: 4px;
    display: inline-block;
}

    .btn-mini-icon-only > i {
        font-size: 13px;
    }

.btn-passkey {
    background-color: #333;
    color: #fff;
    border-color: #222;
}

.btn-dark {
    background-color: #333;
    color: #fff;
    border-color: #222;
}

.btn-black3d {
    background: rgb(78,78,78); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(78,78,78,1) 0%, rgba(61,61,61,1) 50%, rgba(61,61,61,1) 50%, rgba(34,34,34,1) 51%, rgba(34,34,34,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,78,78,1)), color-stop(50%,rgba(61,61,61,1)), color-stop(50%,rgba(61,61,61,1)), color-stop(51%,rgba(34,34,34,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(78,78,78,1) 0%,rgba(61,61,61,1) 50%,rgba(61,61,61,1) 50%,rgba(34,34,34,1) 51%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(78,78,78,1) 0%,rgba(61,61,61,1) 50%,rgba(61,61,61,1) 50%,rgba(34,34,34,1) 51%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(78,78,78,1) 0%,rgba(61,61,61,1) 50%,rgba(61,61,61,1) 50%,rgba(34,34,34,1) 51%,rgba(34,34,34,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(78,78,78,1) 0%,rgba(61,61,61,1) 50%,rgba(61,61,61,1) 50%,rgba(34,34,34,1) 51%,rgba(34,34,34,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
    border: #333 solid 1px;
}

    .btn-black3d:active {
        color: #fff;
    }

    .btn-black3d:focus {
        color: #fff;
    }

    .btn-black3d:hover {
        background: #778280;
        background: -moz-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #778280), color-stop(50%, #4e5451), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
        background: -webkit-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
        background: -o-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
        background: -ms-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
        background: linear-gradient(to bottom, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
        color: #fff;
        border-color: #222;
    }

.bg-black3d {
    background: #778280;
    background: -moz-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #778280), color-stop(50%, #4e5451), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
    background: -webkit-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
    background: -o-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
    background: -ms-linear-gradient(top, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
    background: linear-gradient(to bottom, #778280 0%, #4e5451 50%, #0a0e0a 51%, #0a0809 100%);
    border-color: #222;
}

.bg-blackgradient {
    color: #fff;
    border-color: #555;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.bg-white3d {
    color: #000 !important;
    border-color: #000;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

#grpCategory {
    height: 2rem;
    /*overflow-y: hidden;*/
}

    #grpCategory > a {
        font-size: 0.9rem;
        padding: 4px 8px;
        margin-right: 4px;
    }

    #grpCategory > div > a {
        font-size: 0.9rem;
        padding: 4px 8px 7px 8px;
    }

#leftmenucontainer {
    padding-left: 5px;
}

#rightbarcontainer {
    padding-right: 4px;
}

.nav-tabs > .nav-item {
    background-color: rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.35);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 2px;
    border-left: 1px solid rgba(0,0,0,0.35);
    border-right: 1px solid rgba(0,0,0,0.35);
}

#mainnavbar {
    background-size: 100% 56px;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    #mainnavbar {
        background-attachment: initial;
    }
}

.text-body > a {
    color: #212529 !important
}

.text-body > a {
    color: #0056b3 !important
}

#lowernavbarcontainer {
    display: flex;
}

#lowernavbarcontainerloggedin {
    display: flex;
}

#lowernavbarpseudo {
    display: none;
}

#lowernavbarleftpart {
}

#lowernavbarrightpart {
    margin-left: auto;
}

#loginNavbarForm2 {
    margin-left: auto;
    margin-right: auto;
}

#lowernavbarcontainer > form > .btn-group {
    margin-bottom: 0px;
}

#commentsContainer > h6 {
    display: inline-block;
}

.commentsIncentiveLink {
    display: inline-block;
    border-radius: 3px;
    background-color: lightgray;
    padding: 4px 2px;
    font-size: 80%;
    border: solid 1px black;
}

.commentItemTitle {
    font-size: 80%;
}

.commentItemPending {
    opacity: 0.6;
}

#lowernavbarloginbtngroup {
    width: 100px;
}