/*
Theme Name: Slut Bunnies
Theme URI: https://slutbunnies.com
Author: C9 Agency
*/

html, body {
    font-family: "Roboto", sans-serif !important;
}

.main-header {
    background-color: black;
}

.main-menu li a {
    color: white;
    font-size: 17px;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #fb176f;
}

.main-menu {
    margin: 0;
    padding: 0;
}

.btn-1 {
    border: 1px solid transparent;
    color: white;
    font-size: 17px;
}

.btn-1:hover, .btn-1:active, .btn-1:focus-visible {
    background-color: #fb176f !important;
    color: white !important;
    border: 1px solid #fb176f !important;
}


.btn-2 {
    border: 1px solid #fb176f;
    color: #fb176f;
    font-size: 17px;
}

.btn-2:hover, .btn-2:active, .btn-2:focus-visible {
    background-color: #fb176f !important;
    color: white !important;
    border: 1px solid #fb176f !important;
}


.btn-3 {
    border: 1px solid #fb176f;
    color: #fb176f;
    font-size: 17px;
}

.btn-3:hover, .btn-3:active, .btn-3:focus-visible {
    background-color: #fb176f !important;
    color: white !important;
    border: 1px solid #fb176f !important;
}


.logged-in-menu .dropdown-item {
    font-size: 14px;
}

.logged-in-menu .dropdown-item:active {
    background-color: #fb176f;
}

.vip-location-filters a:hover, .vip-location-filters a.active {
    background: #fb176f;
    color: white;
}

.vip-location-filters a {
    border: 1px solid #fb176f;
    padding: 4px 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #fb176f;
    display: inline-block;
}

.vip-location-filters a span {
    font-size: 11px;
    color: grey;
}

.vip-location-filters a:hover span, .vip-location-filters a.active span {
    color: white;
}

.main-user-dash .avatar {
    border-radius: 50%;
}

.vip-users-container .vip-user-card .user-card-username {
    color: #000000;
    font-size: 16px;
    padding: 12px 0px 6px 0px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}

.vip-users-container .vip-user-card .user-card-location, .vip-users-container .vip-user-card .user-card-logged {
    font-size: 14px;
    margin-bottom: 10px;
}

.vip-users-container .vip-user-card .user-card-phone {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vip-users-container i {
    color: #fb176f;
}

.vip-users-container .vip-user-card .user-card-logged i {
    font-size: 12px;
}

.vip-users-container .vip-user-card .user-card-logged i.online {
    color: #4CAF50;
}

.vip-users-container .vip-user-card .user-card-logged i.not-online {
    color: grey;
}

.vip-users-container .vip-user-card .user-card-location {
    position: absolute;
    right: 8px;
    top: 8px;
    margin: 0;
    background-color: #0000007d;
    padding: 4px 6px;
    border-radius: 8px;
    color: white;
}

.footer {
    background-color: black;
}

.footer p {
    color: white;
    font-size: 13px;
}

.footer p a {
    color: #fb176f;
}

.pre-footer p {
    font-size: 12px;
    margin-bottom: 0;
    color: white;
}

.pre-footer {
    background-color: #000000;
    border-top: 1px solid #1e1e1e;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-size: 23px;
    border-left: 3px solid #fb176f;
    padding-left: 9px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.content p, .content ul li, .content ul li p {
    font-size: 14px;
}

.content a {
    color: #fb176f;
    font-weight: 600;
}

.user-profile .user-profile-image img, .user-profile .user-profile-image video {
    height: 100%;
    min-height: 500px;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.user-profile #vipGalleryCarousel {
    border-radius: 12px;
    overflow: hidden;
}

.user-profile .table tr th, .user-profile .table tr td {
    font-size: 14px;
    padding: 7px 10px;
}

.user-profile .table {
    width: 100%;
}

.user-profile-detail .user-card-location i, .user-profile-detail .user-card-location a {
    color: #fb176f;
    text-decoration: none;
    font-weight: 600;
}

.user-profile-detail .user-card-location {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 12px;
    border: 1px solid #dddddd;
    font-size: 14px;
}

.user-profile-detail .user-card-phone a {
    color: black;
}

.user-profile-detail .user-card-phone i {
    margin-right: 6px;
    color: #fb176f;
}

.user-profile-detail .user-card-phone {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 12px;
    border: 1px solid #dddddd;
    font-size: 14px;
}

.user-profile-detail .user-card-phone a, .user-profile-detail .user-card-phone i {
    font-size: 21px;
    text-decoration: none;
}

.user-profile-detail .services-list h2 {
    font-size: 23px;
    border-left: 3px solid #fb176f;
    padding-left: 9px;
    margin-bottom: 20px;
}

.user-profile-detail .services-list h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.user-profile-detail .services-list ul li {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.user-profile-detail .services-list ul {
    padding-left: 0px;
}

.user-profile-detail .services-list ul li::before {
    content: '❤';
    position: absolute;
    color: #fb176f;
    left: 0;
    top: 0;
}

.availability h3 {
    font-size: 23px;
    border-left: 3px solid #fb176f;
    padding-left: 9px;
    margin-bottom: 20px;
}


.availability-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
    font-size: 13px;
}

.availability-item .day {
    font-weight: 600;
    flex-shrink: 0;
    margin-right: 10px;
}

.availability-item .time {
    flex-grow: 1;
    text-align: right;
    white-space: nowrap;
}

.availability-item.full {
    grid-column: span 2;
    justify-content: center;
    text-align: center;
    background-color: #eef8ff;
    font-weight: bold;
}

.availability-item.happy-hour {
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.dashboard-container label {
    font-size: 13px;
}

.dashboard-container .acf-field-repeater a.acf-button {
    background-color: #fb176f !important;
    color: white !important;
    border: 1px solid #fb176f !important;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 8px;
}

.dashboard-container input, .dashboard-container select, .dashboard-container textarea {
    border: 1px solid #b3b3b3;
    border-radius: 6px;
}

.dashboard-container input:focus-visible, .dashboard-container select:focus-visible, .dashboard-container textarea:focus-visible {
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
}

.dashboard-container .acf-image-uploader p a {
    color: white;
    font-weight: 600;
}

.dashboard-container .acf-image-uploader p {
    font-size: 13px;
    background-color: #fb176f;
    padding: 10px 16px;
    border-radius: 6px;
    color: white;
}

.dashboard-container .acf-image-uploader .image-wrap img {
    border-radius: 12px;
}

.dashboard-container .acf-gallery {
    height: 100% !important;
    min-height: 300px !important;
}

.dashboard-container .acf-form-submit [type=submit] {
    border: 1px solid #fb176f;
    color: #fb176f;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: white;
    padding: 12px 20px;
    width: 100%;
}


.dashboard-container .acf-form-submit [type=submit]:hover {
    background-color: #fb176f;
    color: white;
}

.dashboard-container #message.updated p {
    color: white;
    margin: 0;
    padding: 8px 0px;
    font-size: 13px;
}

.dashboard-container #message.updated {
    position: absolute;
    top: 0;
    width: 100%;
    background: #4CAF50;
    left: 0;
    text-align: center;
}

.dashboard-container .acf-gallery .acf-gallery-main a.acf-button {
    border: 1px solid #fb176f;
    color: #fb176f;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: white;
    padding: 4px 12px;
    width: 100%;
    border-radius: 6px;
}

.dashboard-container .acf-gallery .acf-gallery-main .acf-gallery-sort.disabled {
    display: none;
}

.dashboard-container .acf-field[data-width]+.acf-field[data-width] {
    border: 0;
}

.dashboard-container .acf-fields.-border {
    border-radius: 8px;
}

.dashboard-container {
    background: #fafafa;
}

.all-products-container .alert.alert-success {
    color: #013901;
    font-size: 14px;
    text-align: center;
}

.all-products-container .alert.alert-warning {
    color: #670101;
    font-size: 14px;
    text-align: center;
    background: #ff9f98;
    border-color: #ff6d6d;
}

.products-grid .products-grid h3 {
    font-size: 21px;
}

.products-grid h2 {
    font-size: 23px;
    border-left: 3px solid #fb176f;
    padding-left: 9px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.products-grid .products-grid .product {
    text-align: center;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #cbcbcb;
}

.products-grid .products-grid .product .price {
    font-size: 14px;
    font-weight: 600;
}

.products-grid .products-grid h3 {
    font-size: 18px;
    font-weight: 400;
}

.checkout-page h3 {
    font-size: 23px;
    border-left: 3px solid #fb176f;
    padding-left: 9px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.checkout-page .shop_table.woocommerce-checkout-review-order-table {
    background-color: white;
    font-size: 14px;
}

.checkout-page .woocommerce a.remove {
    float: left;
}

.dashboard-container .woocommerce-notices-wrapper {
    display: none;
}

.checkout-page .woocommerce #payment #place_order {
    background-color: #fb176f !important;
    color: white !important;
    border: 1px solid #fb176f !important;
    padding: 14px 0px;
    border-radius: 8px;
    width: 100%;
}

.checkout-page .woocommerce-checkout #payment {
    background-color: white;
    border: 1px solid #e5e5e5;
}

.checkout-page .woocommerce-privacy-policy-text p {
    font-size: 12px;
}

.checkout-page .woocommerce-privacy-policy-text p a {
    color: #fb176f;
}

.checkout-page .woocommerce .col2-set .col-1 {
    width: 100%;
}

.checkout-page .woocommerce form .form-row.woocommerce-validated input.input-text {
    border: 1px solid #b3b3b3;
    border-radius: 6px;
}

.verification .custom-file-upload {
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 12px 0px;
    border-radius: 6px;
    border: 1px solid #ccd0d4;
    border-left: 3px solid #fb176f;
}

.verification input[type="file"] {
    display: none;
}

.verification [type=submit] {
    background-color: #fb176f;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-radius: 6px;
    padding: 8px 0px;
    color: white;
    font-size: 14px;
}

.verification p {
    font-size: 13px;
    font-style: italic;
}

.verification h3 {
    font-size: 23px;
    border-left: 3px solid #fb176f;
    padding-left: 9px;
    margin-bottom: 4px;
    margin-top: 5px;
    margin-left: 12px;
}

.all-products-container .alert.alert-warning img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.pagination {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pagination .page-numbers {
    padding: 2px 7px;
    font-size: 14px;
    background-color: #ffffff;
    margin-right: 4px;
    border-radius: 6px;
    color: #000000;
    border: 1px solid #e9e9e9;
    text-decoration: none;
}

.pagination .current {
    background: #fb176f !important;
    color: white !important;
    border: 1px solid transparent !important;
}






.container-smaller {
    max-width: 1100px;
}

.page-news {
    background-color: #fafafa;
}

/* news */
.news-box .news-box-inner {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d5d5d5;
}

.user-video-box .news-box-inner {
    max-height: 190px;
}

.news-box .news-box-inner {
    font-size: 21px;
}

.news-box .news-box-inner .news-title {
    font-size: 21px;
    color: white;
}

.news-box .news-box-inner .news-title a {
    color: black;
    text-decoration: none;
}

.news-box .news-box-inner .news-category {
    color: #fb176f;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.news-box .news-box-inner .news-content {
    font-size: 15px;
    margin: 0;
}

.news-box .news-box-inner .news-date {
    font-size: 11px;
    margin-top: 10px;
}

.news-box .news-box-inner .news-date i {
    color: #ef2e4e;
    margin-right: 5px;
}

.news-box .news-box-inner .news-img {
    object-fit: cover;
}

.news-box-tall .news-img {
    max-width: 400px;
}

.news-box-small .news-img {
    max-width: 190px;
    max-height: 260px;
    width: 100%;
    min-width: 220px;
}

.news-main-img {
    max-height: 240px;
}



/* single news */
.single-news-inner {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d5d5d5;
}


.blog-post .featured-image img {
    object-fit: cover;
    max-height: 255px;
    border-radius: 8px 8px 0px 0px;
}

.blog-post .featured-image {
    max-height: 255px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.blog-author-box {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #373443;
    background: #191629;
}

img.blog-author-box-img-tall {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.12;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-author-image {
    max-width: 70px;
    padding: 0;
}

.blog-author-name h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
}

.blog-author-name h4 a {
    color: white;
}

.blog-author-posted, .blog-author-updated {
    font-size: 11px;
    color: #b8b0d7;
    text-shadow: 0px 0px 20px black;
}

.blog-author-content {
    color: #b8b0d7;
    font-size: 11px;
    margin-top: 20px;
    text-shadow: 0px 0px 20px black;
}




.wcContainerSidebar .wcSidebar .wcColumn {
    margin-right: 4px;
}


.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton {
    margin-right: 6px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons {
    margin-bottom: 0px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelIntro .wcAvatar {
    border-radius: 50%;
    max-height: 40px;
}

.wcContainer .wcChannel .wcChannelData .wcMessages .wcMessage .wcRowBody .wcAvatar {
    margin-right: 10px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput, .wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput * {
    margin-bottom: 10px;
    margin-top: 10px;
}

.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcCurrentUserName {
    display: none;
}

.wcContainer.wcColddarkTheme .wcChannel.wcChannelSizeXXs .wcChannelInput .wcInputs .wcInputButtons button.wcSubmit {
    background-color: #fb176f !important;
}


.wcContainer.wcColddarkTheme .wcRecentTrigger {
    margin-top: 4px !important;
}

.become-vip .become-vips span {
    background-color: #c51257;
    padding: 4px 6px;
    border-radius: 6px;
    margin-left: 2px;
}

.become-vip .become-vips {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.product-bg {
    background-color: white;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

.profile-image-placeholder {
    height: 100%;
    min-height: 500px;
    max-height: 500px;
    width: 100%;
    background: #efefef;
    border-radius: 12px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px;
}

a.cta.wise-chat-send-message {
    color: #fb176f;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #dddddd;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 8px;
}






@media only screen and (min-width: 992px) {
    .vip-users-container .vip-user-card {
        max-width: 245px;
        min-width: 245px;
        background-color: #f8f9fa;
        margin-bottom: 20px;
        border-radius: 12px;
        border: 1px solid #ededed;
        margin-right: 10px;
        padding: 0;
        overflow: hidden;
    }

    .vip-users-container .vip-user-card .vip-user-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 325px;
        min-height: 325px;
    }

    .availability-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 10px 20px;
    }
}


@media only screen and (max-width: 991px) {
    .vip-users-container .vip-user-card {
        max-width: 165px;
        min-width: 165px;
        background-color: #f8f9fa;
        margin-bottom: 20px;
        border-radius: 12px;
        border: 1px solid #ededed;
        margin-right: 10px;
        padding: 0;
        overflow: hidden;
    }

    .vip-users-container .vip-user-card .vip-user-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 215px;
        min-height: 215px;
    }

    .d-pc {
        display: none;
    }

    .availability-item {
        margin-bottom: 10px;
    }

    .dashboard-container .acf-field {
        width: 100% !important;
    }

    .footer-copy {
        width: 100%;
    }
}

.woocommerce-info a {
    color: #000000;
}

.woocommerce-info {
    margin-bottom: 0;
    background-color: white;
    border-color: #fb176f;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.woocommerce-info::before {
    color: #fb176f;
}

.woocommerce form.checkout_coupon {
    background-color: white;
    padding: 20px;
}

.woocommerce form.checkout_coupon .form-row {
    width: 100%;
    text-align: center;
}

.woocommerce form.checkout_coupon .form-row input {
    border-radius: 8px;
}

.woocommerce form.checkout_coupon .form-row button {
    background: #fb176f;
    color: white;
    font-size: 14px;
    padding: 12px 20px;
    width: 100%;
    border-radius: 8px;
}

.wcContent.wcBrowserContent {
    max-height: 0px;
}

.wcSidebar.wcSizeXs.wcMobile .wcTab.wcTabUsers {
    display: none;
}

.wcSidebar.wcSizeXs.wcMobile a.wcChannelTrigger {
    display: none;
}

.wcSidebar.wcSizeXl.wcDesktop .wcColumn.wcBrowserColumn .wcContent {
    display: none !important;
}

.wcContainerSidebar .wcSidebar.wcMobile {
    width: 90%;
    right: 5%;
}