@charset "UTF-8";
/* CSS Document */
/* @import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Yanone+Kaffeesatz:wght@200..700&family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Anton+SC&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap"); */

/* @import url("shared.css"); */

/* Universal */
body {
    margin: 0 auto;
    width: 100%;
    background-image: url("../images/bg/sexy1.jpg");
    background-color: rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: overlay;
    /* -webkit-touch-callout: none; */
}

* {
    box-sizing: border-box;
}

img {
    pointer-events: none;
}

/* Top Bar */
#topbar-alt {
    width: 100%;
    height: auto;
    max-height: 40px;
    font-size: 9px;
    color: rgb(0, 0, 0, 0.25);
    position: fixed;
    z-index: 99;
    top: 0;
}
.topbar-alt,
.topbar-alt h1 {
    font-size: 9px !important;
}

#topbar {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 100;
    top: 0;
    -webkit-box-shadow: 0 4px 3px -4px silver;
    -moz-box-shadow: 0 4px 3px -4px silver;
    box-shadow: 0 4px 3px -4px silver;
}
#topbar-content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background-color: black;
    padding-bottom: 10px;
}

#logo {
    width: 100%;
    max-width: 980px;
    position: fixed;
    display: inline-block;
    margin: 10px auto 0;
    border: 0px #f22de6 solid;
    text-align: center;
}

#logo img {
    vertical-align: middle;
    max-width: 130px;
    width: auto;
}

#topcontact {
    position: relative;
    max-width: 600px;
    width: auto;
    float: right;
    height: auto;
    color: #fff;
    padding-top: 8px;
    padding-right: 20px;
    border: 0px #fff solid;
    font: 20px "Yanone Kaffeesatz", sans-serif;
    line-height: 16px;
    text-align: right;
}

#topcontact .caption {
    font-size: 17px;
}

#topcontact .bizhours {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #dcdcdc;
}

/* Navigation */
/* For menu items see PUSHY section below */
nav {
    width: 920px;
    border: 0px #e824f6 solid;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8) !important;
    box-shadow: 3px 0px 4px -1px rgba(69, 69, 69, 0.75);
}

/* Content */
#content {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    min-height: 100%;
    height: auto;
    border: 0px #6877f1 solid;
    top: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 0px 0px;
}
#market {
    margin: 20px 0 0;
    border: 0px solid #f25255;
    height: 100%;
    min-height: 90vh;
}

#club-content {
    width: 100%;
    padding-top: 15px;
}

#area {
    padding-bottom: 10px;

    .area-more {
        font-size: 80%;
    }
}

#area,
#area a {
    color: #ebe433;
    text-decoration: none;
    text-align: left;
}

#area a:hover {
    text-decoration: underline;
}

#market .seemore {
    text-align: right;
    width: 150px;
}

#market .seemore a {
    color: #ebe433;
    text-decoration: none;
}

#market .seemore a:hover {
    text-decoration: underline;
}

#market-left {
    width: 100%;
    display: block;
    border: 0px #f1b532 solid;
    height: auto;
    min-height: 420px;
}

#vip-greeting {
    width: 78%;
    display: inline-block;
    border: 0px #f1b532 solid;
    height: auto;
    min-height: 100%;
    margin-left: 5px;
}

#vip-greeting {
    width: 90% !important;
    text-align: left;
}

#login-error {
    display: block;
    width: 300px;
    background-color: #f55338;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
}

/* #market-left table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 95%;
    font: 14px "Poppins", sans-serif;
    margin-bottom: 10px;
    margin-left: 5px;
}

#market-left table td {
    padding: 0;
} */

#market-right {
    width: 100%;
    display: inline-block;
    border: 0px #35ece3 solid;
    vertical-align: top;
    position: relative;
}

#market-right img {
    width: 150px;
}

#market-right .banner {
    margin-bottom: 5px;
    border: 0px #5f5f5f solid;
}

#market-right #AlternateLinks,
#market-right #AlternateLinks a {
    width: 180px;
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration: none;
}

#market-right #AlternateLinks a {
    color: #ebe433;
}

#market-right #AlternateLinks a:hover {
    text-decoration: underline;
}

#footer {
    color: #333;
    font: 10px "Poppins", sans-serif;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 40px 0 0;
    border-top: 0px silver solid;
    box-shadow: inset 0px 4px 3px -4px silver;
    background-color: rgb(0, 0, 0, 0.75);
}

#footer-about {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    color: #797979;
}

#products-solo {
    height: auto;
    border: 0px #e729e7 solid;
    display: inline-block;
    padding: 0 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    vertical-align: top;
    text-align: center;
    /* TRIAL */
    width: 24%;
    margin: 0 1px;
}

#products-solo a {
    color: #fff;
    text-decoration: none;
}

#product-solo-info {
    padding: 7px 0 3px;
    line-height: 14px;
}

#product-image {
    /* TRIAL */
    /* width: 210px;
    height: 320px; */
    width: 100%;
    aspect-ratio: 21/32;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px #f02f32 solid;
    position: relative;
    margin: 0px 4px;
}

.name {
    font-weight: normal;
    font-size: 20px;
    font-family: "Amaranth", sans-serif;
    line-height: 24px;
    color: #e1c7c2 /* #dda0dd */;
}

#city,
#cityheader {
    display: block;
    margin: 0;
    border: 0px #f37779 solid;
    width: 100%;
    text-align: center;
}

#cityheader {
    font: 18px "Poppins", sans-serif;
    color: #ebe433;
    border: 0px #f20c10 solid;
}

#products-solo-detail {
    width: 100%;
    border: 0px #08f12b solid;
    height: auto;
    margin: 10px 0;
    font-size: 14px;
    line-height: 17px;
}

#product-image-detail {
    width: 300px;
    height: 420px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#mobile-info {
    display: none;
}

#clickme {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    height: 25px;
    text-decoration: none !important;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#products-solo-left,
#products-solo-right-alt {
    width: auto;
    max-width: 39%;
    display: inline-block;
    border: 0px #fa2be8 solid;
    word-wrap: break-word;
}

#products-solo-right,
#products-solo-left-alt {
    width: auto;
    max-width: 59%;
    display: inline-block;
    border: 0px #36f3e5 solid;
    vertical-align: top;
    padding: 5px 0;
    word-wrap: break-word;
}

#products-solo-right {
    padding-left: 10px;
}

.name-solo {
    font-size: 18pt;
    font-family: "Amaranth", sans-serif;
    line-height: 26pt;
    color: #e1c7c2 /* #dda0dd */;
}

.feature-solo {
    font-size: 16px;
}

#product-popup-top-right {
    width: 400px;
    height: 550px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
    border: 0px solid #3efde2;
}

#product-popup-bottom-right {
    width: 400px;
    height: 550px;
    -moz-border-radius: 0px 0px 10px 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    border: 0px solid #3efde2;
}

#product-popup-bottom-left {
    width: 400px;
    height: 550px;
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
    border: 0px solid #3efde2;
}

.popup-button {
    width: auto;
    background-color: rgba(0, 0, 0, 1);
    color: #e1c7c2;
    padding: 5px;
    border: 1px #e1c7c2 solid;
    border-radius: 5px;
}

.image-popup {
    overflow: hidden;
    /*width:400px; height:550px;*/
    width: 100%;
    padding: 2px;
    height: auto;
}

.top-right-radius {
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
}

.bottom-left-radius {
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
}

.bottom-right-radius {
    -moz-border-radius: 0px 0px 10px 0px;
    -webkit-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
}

.image-contain {
    object-fit: contain;
}

.image-cover {
    object-fit: cover;
}

#product-info {
    width: 100%;
    height: auto;
    min-height: 20px;
    line-height: 20px;
    positionx: absolute;
    topx: 0;
    background-colorx: rgba(0, 0, 0, 0.55);
    font-size: 12px;
}

#extra-feature-top {
    width: 100%;
    colorx: #f55338;
    height: auto;
    min-height: 22px;
    line-heightx: 20px;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-sizex: 12px;
    font-weightx: bold;
}

#extra-feature {
    border: 0px #6ef5a5 solid;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#media-feature {
    width: 25px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 50px;
    border: 0px #6ef5a5 solid;
    background-color: rgba(0, 0, 0, 0.65);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: center;
    font-weight: lighter;
    line-height: 18px;
    padding: 5px 2px;
}

#extra-feature img {
    height: 10px;
    vertical-align: middle;
}

.extra-feature {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

.index-layout {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.city-layout {
    bottom: 25px !important;
    text-align: center;
}

hr {
    width: 95%;
    border: 0;
    height: 1px !important;
    background-image: -webkit-linear-gradient(left, #000000, #8c8c8c, #000000);
    background-image: -moz-linear-gradient(left, #000000, #8c8c8c, #000000);
    background-image: -ms-linear-gradient(left, #000000, #8c8c8c, #000000);
    background-image: -o-linear-gradient(left, #000000, #8c8c8c, #000000);
    margin: 15px auto;
}

/* Previous and Next Navigation */
#next-prev-navigation {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
}

#prev-category,
#next-category {
    display: inline-block;
}

#next-category {
    float: right;
    margin-right: 10px;
}

#prev-category a,
#next-category a {
    color: #ebe433;
    text-decoration: none;
}

#prev-category a:hover,
#next-category a:hover {
    text-decoration: underline;
}

/* Social Icons */
#callme,
#callme2 {
    position: absolute;
    width: 180px;
    text-align: center;
    top: 550px;
    /*bottom:5px;*/
    font: 15pt "Poppins", sans-serif;
    color: #3cbe69;
}

#callme img,
#callme2 img {
    width: 100px !important;
}

#callme3 {
    position: relative;
    display: none;
    border: 0px #1597a5 solid;
    float: right;
}

#callme3 img {
    width: 35px;
}

#callme-float-right {
    position: fixed;
    display: inline-block;
    border: 0px #1597a5 solid;
    bottom: 90px;
    right: 10px;
    z-index: 10;
    line-height: 30px;
    max-width: 50px;
    width: auto;
}

.klsspritesmall {
    background: url("../images/kls-sprite-small.png") no-repeat;
}
.phoneme {
    width: 30px; /* Icon width */
    height: 30px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 0; /* Icon background position in sprite */
}
.whatsappme {
    width: 30px; /* Icon width */
    height: 30px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 -30px; /* Icon background position in sprite */
}
.telegramme {
    width: 30px; /* Icon width */
    height: 30px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 -60px; /* Icon background position in sprite */
}

.klssprite {
    background: url("../images/kls-sprite.png") no-repeat;
}
.phonemelg {
    width: 100px; /* Icon width */
    height: 100px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 0; /* Icon background position in sprite */
}
.whatsappmelg {
    width: 100px; /* Icon width */
    height: 100px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 -100px; /* Icon background position in sprite */
}
.telegrammelg {
    width: 100px; /* Icon width */
    height: 100px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
    background-position: 0 -200px; /* Icon background position in sprite */
}

.social-sprite25 {
    background: url("../images/kls-sprite-25.png") no-repeat;
    opacity: 0.8;
}

.phoneme25,
.whatsappme25,
.telegramme25,
.wechatme25 {
    width: 50px; /* Icon width */
    height: 50px; /* Icon height */
    display: inline-block; /* Display icon as inline block */
}

.phoneme25 {
    background-position: 0 0; /* Icon background position in sprite */
}
.whatsappme25 {
    background-position: 0 -50px; /* Icon background position in sprite */
}
.telegramme25 {
    background-position: 0 -100px; /* Icon background position in sprite */
}
.wechatme25 {
    background-position: 0 -150px; /* Icon background position in sprite */
}

/* Scroll to top */
.scrollToTop {
    width: 40px;
    height: 40px;
    background-image: url("../images/arrow.png");
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 11;
    display: none;
}

/* Filter */
#filter-container {
    display: none;
}

#filter-box {
    border: 1px rgb(247, 180, 72) dashed;
    padding: 7px 7px 0;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #333333;
}

#filter-header {
    display: block;
    background-color: #222222;
    padding: 5px;
    margin-bottom: 10px;
}

#filter-controls {
    right: 5px;
    border: 0px #f1b532 solid;
    float: right;
}

#filter-title {
    display: inline-block;
}

#filter-title {
    color: rgb(252, 194, 0);
    font-weight: bold;
    font-style: normal;
}

#filter-title::after {
    content: "🔎";
    vertical-align: middle;
}

#filter-title,
.filter-clear,
.filter-close,
.filter-search,
.filter-button,
#filter-result-display {
    font-family: "Philosopher", sans-serif;
    font-size: 16px;
    line-height: 15px;
}

.filter-clear,
.filter-close,
.filter-search {
    color: rgb(252, 194, 0);
    border: 1px rgb(252, 194, 0) solid;
    background-color: #333333;
    border-radius: 5px;
    vertical-align: middle;
}

.filter-clear:hover,
.filter-close:hover,
.filter-search:hover {
    color: #333333;
    background-color: rgb(252, 194, 0);
}

.filter-button {
    padding: 7px 5px;
    border-radius: 5px;
    border: 1px rgb(133, 95, 38) solid;
    color: rgb(133, 95, 38);
    background-color: #000000;
    font-style: italic;
    margin-right: 7px;
    margin-bottom: 7px;
}

.filter-button:last-child {
    margin-right: 0;
}

.filter-selected::before {
    content: "\2727";
}

.filter-selected {
    color: rgb(247, 180, 72);
    border: 1px rgb(247, 180, 72) solid;
}

#filter-result-display {
    color: rgb(247, 180, 72);
}

#viewChoiceModal,
#whatsAppModal {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    border: 1px #a1a1a1 solid;
}

#viewChoiceModal::backdrop,
#whatsAppModal::backdrop {
    background-color: rgba(0, 0, 0, 0.75);
}

/* PUSHY */
/* Menu Button */
.menu-btn {
    width: auto;
    padding: 0;
    margin-top: 5px;
    margin-left: 10px;
    color: #e1c7c2;
    cursor: pointer;
    border: 2px #e1c7c2 solid;
    border-radius: 5px;
    display: inline-block;
    /* font-size: 35pt;
    line-height: 30pt; */
    position: fixed;
    font-family: "Anton SC", sans-serif;
    font-size: 20px;
    line-height: 26px;
    padding: 5px;
    vertical-align: middle;
    z-index: 101;
}
.menu-btn:hover {
    opacity: 0.6;
}

.pushy a {
    font-family: "Poppins", sans-serif;
    padding: 10px 30px 10px 0px !important;
}

.pushy-link a {
    font-size: 16px;
    text-transformx: uppercase;
    color: #428bca !important;
}

.pushy-link a:hover {
    color: #2a6496 !important;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    /* #product-image {
        width: 214px;
        height: 320px;
    } */
    #product-solo-info {
        padding: 5px 0 3px;
    }
    .name {
        font-size: 18px;
    }
}

@media screen and (max-width: 834px) {
    /* #product-image {
        width: 190px;
        height: 290px;
    } */
}

@media screen and (max-width: 800px) {
    /* #product-image {
        width: 160px;
        height: 250px;
        margin: 0 1px;
    } */

    .feature-solo {
        font-size: 15px;
    }

    .extra-feature {
        font-size: 12px;
    }

    #footer-about {
        padding: 0 10% 0 2%;
    }
}

@media screen and (max-width: 650px) {
    #logo {
        position: relative;
    }

    #topcontact {
        font-size: 16px !important;
        float: none;
        text-align: center;
        padding: 0;
        height: auto;
    }

    #market {
        margin-top: 40px;
    }

    /* TRIAL */
    #products-solo {
        width: 48%;
    }

    #callme-float-right {
        scale: 65%;
        right: 2px;
        bottom: 50px;
    }

    .scrollToTop {
        right: 7px;
    }
}

@media screen and (max-width: 480px) {
    body {
        background-color: rgba(0, 0, 0, 1);
    }

    #logo img {
        width: 110px !important;
    }

    #topcontact {
        font-size: 15px !important;
        float: none;
        text-align: center;
        padding: 0;
        height: auto;
    }

    #topcontact .caption {
        font-size: 13px !important;
    }

    #topcontact .bizhours {
        font-size: 10px !important;
    }

    #cityheader {
        font-size: 14px;
    }

    #market {
        margin-top: 35px;
    }

    #next-prev-navigation {
        font-size: 12px;
    }

    #filter-title,
    .filter-button,
    .filter-clear,
    .filter-close,
    .filter-search,
    #filter-result-display {
        font-size: 14px;
        line-height: 14px;
    }

    .filter-button {
        padding: 6px 4px;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    #footer-about {
        padding: 0 20% 0 2%;
    }

    /* #product-image {
        width: 220px;
        height: 320px;
    } */

    .name {
        font-size: 16px;
    }

    .feature-solo {
        font-size: 15px;
    }

    /* PUSHY */
    .menu-btn {
        font-size: 18px;
        /*width: 100% !important;*/
    }

    .pushy {
        max-width: 55vw !important;
    }

    .pushy-link a {
        font-size: 15px;
    }

    .menu-btn {
        font-size: 16px;
        line-height: 21px;
        padding: 3px;
    }
}

@media screen and (max-width: 440px) {
    /* #product-image {
        width: 206px;
        height: 300px;
    } */
}

@media screen and (max-width: 430px) {
    /* #product-image {
        width: 200px;
        height: 300px;
    } */
}

@media screen and (max-width: 414px) {
    /* #product-image {
        width: 186px;
        height: 270px;
    } */
}

@media screen and (max-width: 402px) {
    /* #product-image {
        width: 186px;
        height: 270px;
    } */
}

@media screen and (max-width: 399px) {
    /* #product-image {
        width: 180px;
        height: 260px;
    } */
}

@media screen and (max-width: 393px) {
    /* #product-image {
        width: 176px;
        height: 270px;
    } */
}

@media screen and (max-width: 384px) {
    /* #product-image {
        width: 174px;
        height: 260px;
    } */
}

@media screen and (max-width: 375px) {
    /* #product-image {
        width: 172px;
        height: 260px;
    } */

    #topcontact {
        font-size: 14px !important;
    }

    .pushy-link a,
    .feature-solo {
        font-size: 14px;
    }

    .pushy-content img {
        width: 120px;
    }
}

@media screen and (max-width: 360px) {
    #content {
        font-size: 12px;
    }

    /* #product-image {
        width: 160px;
        height: 250px;
    } */
}

@media screen and (max-width: 320px) {
    #logo img {
        width: 100px !important;
    }

    #content {
        font-size: 11px;
    }

    #area {
        padding-bottom: 5px;

        .area-more {
            font-size: 70%;
        }
    }

    #filter-title,
    .filter-button,
    .filter-clear,
    .filter-close,
    .filter-search,
    #filter-result-display {
        font-size: 12px;
        line-height: 12px;
    }

    /* #product-image {
        width: 146px;
        height: 230px;
    } */

    .name {
        font-size: 14px;
    }

    .feature-solo {
        font-size: 13px;
    }

    .pushy-content img {
        width: 120px;
    }

    .pushy-link a,
    .extra-feature {
        font-size: 11px;
    }
}
