<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.line-clamp-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.d-none-reg {
    display: none;
}



.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.8);
    z-index: 999999999;
}

.pop-div {
    height: auto;
    width: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 4%;
    left: 28%;
    padding: 20px;
    max-height: 95%;
    overflow: auto;
}

.pop-div-close {
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 30px;
}

    .pop-div-close a {
        /*background: #000;
        border-radius: 70%;
        padding: 0px 5px;*/
    }

    .pop-div-close &gt; a:hover {
        background: #f60002 !important;
    }

.pop-div-body {
    padding: 1.5% 0 0;
}

.pop-div-gym-detail {
    width: 93%;
    left: 4%;
    max-height: 650px;
    overflow: auto;
}

.form-floating &gt; .form-control {
    padding-top: 1.0rem !important;
}

.sweet-alert.showSweetAlert {
    z-index: 99999999999999 !important;
}

.form-floating &gt; label {
    position: initial;
    height: auto;
    padding: 5px 0;
    margin: 0;
}

.tooltip {
    position: relative;
    display: contents;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        max-width: 500px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        min-width: 237px;
        display: block;
        top: 27px;
        right: 0px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: -10px;
            right: 5px;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip .tooltiptext-left {
        visibility: hidden;
        max-width: 500px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        margin-right: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        min-width: 237px;
        display: block;
        top: 27px;
        left: 0px;
    }

        .tooltip .tooltiptext-left::after {
            content: "";
            position: absolute;
            top: -10px;
            left: 5px;
            margin-right: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent;
        }

    .tooltip:hover .tooltiptext-left {
        visibility: visible;
        opacity: 1;
    }

.dropdown .tooltiptext-left._1 {
}

.dropdown .tooltiptext-left._2 {
    left: -40px;
}

.dropdown .tooltiptext-left._3 {
    left: -50px;
}

.dropdown .tooltiptext-left._4 {
    left: -75px;
}

.dropdown .tooltiptext-left._5 {
}

.membership-box .tooltip i {
    font-size: 22px;
}

.menu-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.menu li {
        margin: 10px 0;
    }

        ul.menu li a {
            text-decoration: none;
            color: #333;
            padding: 10px;
            display: block;
            background-color: #f8f8f8;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }

            ul.menu li a:hover {
                background-color: var(--bs-primary);
            }

.btn-primary:hover {
    color: #000 !important;
    background-color: --bs-dark-light !important;
    border-color: #f7597b;
}

.btn-primary {
    color: #000 !important;
}

.whatsapp {
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 7px;
    bottom: 75px;
    background: #4dc247;
    z-index: 999;
    padding-top: 13px;
}

.min-height-100 {
    min-height: 1300px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-250 {
    min-height: 250px;
}



.custom-checkbox-input {
    width: 100%;
    z-index: 999999999999999999;
    position: absolute;
    height: 45px;
    opacity: 0;
}

.custom-checkbox-text {
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
    text-align: center;
    height: 35px;
    overflow: hidden;
    align-items: center;
    color: #000;
    border: 1px solid #f60002;
    padding-top: 9px;
}

    .custom-checkbox-text label {
        padding: 0 5px;
        font-size: 11px;
    }

.custom-checkbox-input:checked ~ .custom-checkbox-text, .custom-checkbox-input:checked ~ .custom-checkbox-text label {
    background-color: #f60002 !important;
    color: white;
}

label.custom-checkbox {
    width: 48%;
}

.custom-checkbox-disable {
    filter: blur(0.5px);
    background-color: #b0a2a2;
    border: 1px solid #f60002;
    border-radius: 12px;
}

.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
    z-index: 99999999999999 !important;
}



.cart-areadata span {
    position: absolute;
    top: -5px;
    left: 35px;
    border: 1px solid;
    border-radius: 66%;
    font-size: 10px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressBar {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .progressBar li {
        position: relative;
    }

        .progressBar li h6 {
            font-size: 14px;
        }

    .progressBar .num {
        width: 24px;
        height: 24px;
        border: 1px solid #e9e9e9;
        color: #000;
        background: #928e83;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
        font-weight: bold;
        font-size: 12px;
    }

    .progressBar li.active .num {
        background: #f60002 !important;
        border-color: #f60002 !important;
        color: #fff;
    }

/*.progressBar li::before {
        content: '';
        position: absolute;
        top: 21px;
        left: 54%;
        width: 100%;
        height: 1px;
        background: #928e83;
        z-index: 99;
    }

    .progressBar li:last-child::before {
        display: none;
    }*/

.hr-progressBar {
    position: absolute;
    width: 74%;
    left: 13%;
    top: 5px;
    border: 2px solid #f60002;
}


.shopping-cart .add-newaddress .form-label {
    border: none !important;
    padding-left: 0;
}

    .shopping-cart .add-newaddress .form-label::before, .add-newaddress .form-label::after {
        display: none;
    }

.delivery_addresses .my-address label {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 30px 10px 40px;
    border-radius: 6px;
    font-family: var(--pf);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

    .delivery_addresses .my-address label::before {
        content: '';
        position: absolute;
        top: 33%;
        left: 10px;
        width: 16px;
        height: 16px;
        border: 1px solid rgba(0, 0, 0, .4);
        border-radius: 3px;
    }


.delivery_addresses .delivery_action_btns {
    position: absolute;
    top: 10px;
    right: 10px;
}

.delivery_addresses .check {
    position: absolute;
    left: 1.3%;
    top: 35%;
    display: none;
}

.delivery_addresses input[type="radio"]:checked + label {
    background: #f60002;
    color: #fff !important;
}

    .delivery_addresses input[type="radio"]:checked + label .add_details,
    .delivery_addresses input[type="radio"]:checked + label + .delivery_action_btns i {
        color: #fff !important;
    }

    .delivery_addresses input[type="radio"]:checked + label .check {
        display: block;
    }


.product-cart-counter ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.product-cart-counter .input-group input {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    height: 46px;
    width: 50px;
}

.product-cart-counter .input-group-btn-vertical {
    float: left;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    margin-right: 10px;
}

    .product-cart-counter .input-group-btn-vertical &gt; .btn {
        border-radius: 0;
        display: block;
        float: none;
        height: 23px;
        margin-left: -1px;
        max-width: 100%;
        padding: 0px 7px;
        position: relative;
        width: 100%;
        line-height: 14px;
        outline: none;
    }


@media(max-width:767px) {
    .fullscreen-container {
        width: 100% !important;
        left: 0 !important;
    }

    .pop-div.pop-user-login {
        left: 6px !important;
        margin: 10px 0 !important;
        width: 97% !important;
    }

    .LoggedUserData {
        position: absolute;
        width: 210px;
        top: 13px !important;
        left: 35% !important;
        height: 46px;
        border: 0;
    }

        .LoggedUserData li.has-sub.active {
            top: 0px;
            position: absolute;
        }

    .header-style1 .attr-nav &gt; ul &gt; li &gt; a {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
    }

    .progressBar li h6 {
        display: none;
    }

    .cartlist table {
    }

        .cartlist table thead {
            display: none;
        }

    .card.productCart.p-4.radius10.shadow-lg.border-0 {
        padding: 8px !important;
    }

    .cartlist table tbody tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        border: 1px solid #928e83;
        margin-bottom: 10px;
        align-items: center;
    }

    .cartlist table tbody td:nth-child(3) {
        width: 65%;
    }

    .cartlist table tbody tr td {
        padding: 3px 8px;
        border: 0;
    }

    .btn-mob-100 {
        width: 100% !important;
    }

    .delivery_addresses .check {
        left: 3%;
    }

    .page-user-order {
        margin-top: 20px;
    }

    .orderlist table thead {
        display: none;
    }

    .orderlist table tbody tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        border: 1px solid #928e83;
        margin-bottom: 10px;
        align-items: center;
        background: #fff;
        border: 0 !important;
        position: relative;
    }

        /*.orderlist table tbody td:nth-child(3) {
        width: 65%;
    }*/

        .orderlist table tbody tr td {
            padding: 3px 8px;
            border: 0;
            border: 0 !important;
        }

    .orderlist table.table-order tbody tr td:last-child {
        position: absolute;
        right: 0;
        bottom: 0px;
    }

    #div_DataShow .pop-div-gym-detail {
        width: 98% !important;
        left: 4px !important;
    }

        #div_DataShow .pop-div-gym-detail .card-body {
            padding: 0;
        }

    .modal-dialog {
        max-width: 100% !important;
    }
}

.gymfeature img {
    max-width: 100%;
    max-height: 100%;
}

.gymactivity .shop-card {
    padding: 10px;
}

    .gymactivity .shop-card .main-image {
        height: 240px;
        margin-bottom: 15px;
    }


    .gymactivity .shop-card h3, .gymfeature .shop-card h3 {
        padding: 0;
        margin: 0;
        text-align: center;
    }

.gymfeature .shop-card {
    background: none;
    padding: 10px;
}

.swiper-slide, .swiper-wrapper {
    height: auto !important;
}

.gymfeature .shop-card .main-image {
    height: auto;
    margin-bottom: 15px;
}

.gymtrainer .expert-card .content {
    position: absolute;
    right: -80px;
    top: 94px;
    transform: rotate(90deg);
    width: 100%;
}

.video-gallery .video-area {
    padding: 0;
    height: 200px;
    width: 100%;
    border: 1px solid;
    border-radius: 15px;
}

    .video-gallery .video-area .video-btn {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        display: block;
        width: 100px;
        height: 100px;
        padding: 0 0 0 10px;
        color: #ffffff;
        font-size: 58px;
        background: rgba(0, 0, 0, 0.7);
        top: 47px;
    }

        .video-gallery .video-area .video-btn:hover {
            background-color: #f60002 !important;
        }

.gymreviewrating .testimonial-widget {
    height: 310px;
}

    .gymreviewrating .testimonial-widget .content p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .gymreviewrating .testimonial-widget .content {
        max-width: 85%;
    }

.gymgallery .gallery-box {
    position: relative;
}

    .gymgallery .gallery-box .view {
        display: none;
    }

    .gymgallery .gallery-box:hover .view {
        display: block;
        background-color: #fff7d699;
        border-color: #FFF7D6;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gymgallery .gallery-box .view i {
        border-radius: 52px;
        height: 80px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.7);
        font-size: 34px;
        color: #fff;
    }

        .gymgallery .gallery-box .view i:hover {
            background: #f60002 !important;
            color: #000;
        }




.cat-data-item-list .heading {
    font-size: 17px;
    padding-left: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.item-box-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}

    .item-box-list .item-box {
        width: 144px;
        height: 110px;
        border: 1px solid rgba(222, 226, 230, 0.7);
        margin: 0 0 20px 10px;
        border-radius: 5px;
        position: relative;
        background: #fff4ed;
    }

        .item-box-list .item-box .item-imgbox {
            background-color: #cbebff;
            text-align: center;
            padding: 10px 0;
            position: relative;
            min-height: 105px;
        }

            .item-box-list .item-box .item-imgbox a {
                display: block;
            }



        .item-box-list .item-box .item-contentbox {
            text-align: center;
            padding-top: 6px;
            font-size: 14px;
            font-weight: 600;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-bottom: 22px;
        }

            .item-box-list .item-box .item-contentbox .iteb-price {
                display: block;
            }

            .item-box-list .item-box .item-contentbox .iteb-name {
                display: block;
            }

            .item-box-list .item-box .item-contentbox .item-img {
                height: 70px;
                width: 70px;
            }

            .item-box-list .item-box .item-contentbox .item-holder {
                display: flex;
                justify-content: space-between;
            }

            .item-box-list .item-box .item-contentbox .right {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

        .item-box-list .item-box .item-action {
            position: absolute;
            display: flex;
            width: 100%;
            bottom: -12px;
            justify-content: center;
        }

            .item-box-list .item-box .item-action a span.holder {
                border: 1px solid;
                border-radius: 16px;
                padding-top: 2px;
                background: #f60002;
                height: 27px;
                width: 27px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .item-box-list .item-box .item-action a i {
                font-size: 18px;
            }

.blank {
    background: #afafaf;
}

.kot {
    background: #ffc107;
}

.printed {
    background: #05fa88;
}

.btn-ordertype.active {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

/*.radio-part-payment-type {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}
.part-payment.info-box  {
    position: relative;
}*/
.pa .part-payment.active {
    background: darkseagreen !important;
    border: 2px solid green;
}

.bg-antiquewhite {
    background: antiquewhite;
}

.bb {
    padding: 3px 0;
}


.cat-item-list {
    margin: 5px 0 20px 0;
}

    .cat-item-list ul {
    }

        .cat-item-list ul li {
        }

            .cat-item-list ul li a {
                color: #333;
            }

body.dark .cat-item-list ul li a {
    color: #fff !important;
}

.cat-item-list ul li a.active {
    border-bottom: 5px solid #f60002;
}

.item-box-list.counter-billing .item-box {
    width: 190px;
    height: 122px;
}


    .item-box-list.counter-billing .item-box .item-contentbox {
        text-align: justify;
        justify-content: space-between;
        padding: 8px;
    }

.active.item-box {
    background-color: #f60002;
}

.paymode-option {
    padding: 0 !important;
    align-items: center;
    display: flex;
    padding-bottom: 12px !important;
}

    .paymode-option .form-check {
        position: relative;
        padding: 0;
        margin: 0;
        width: 20%;
        text-align: center;
    }

        .paymode-option .form-check .form-check-input {
            opacity: 0;
            display: block;
            position: absolute;
            width: 100%;
        }

        .paymode-option .form-check .form-check-label {
            width: 95%;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            justify-content: space-around;
            border: 1px solid;
            border-radius: 24px;
        }

            .paymode-option .form-check .form-check-label i {
                display: none;
            }

        .paymode-option .form-check input.form-check-input:checked + label.form-check-label {
            background: #f60002;
        }

            .paymode-option .form-check input.form-check-input:checked + label.form-check-label i {
                display: block;
            }

.order-charge-content {
    padding-top: 30px;
}

    .order-charge-content div.bb {
        display: flex;
        justify-content: space-between;
        padding-right: 10px;
    }

        .order-charge-content div.bb b.bb {
        }

        .order-charge-content div.bb .form-control {
            width: 25%;
            text-align: center;
        }

.part-payment {
}

    .part-payment .part-payment-type {
        position: relative;
        width: 100%;
    }

        .part-payment .part-payment-type .radio-part-payment-type {
            position: absolute;
            height: 100%;
            width: 100%;
            opacity: 0;
        }

        .part-payment .part-payment-type span {
            width: 100%;
            height: 44px;
            border: 1px solid;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 26px;
        }

        .part-payment .part-payment-type input.radio-part-payment-type:checked + span {
            background: #f60002;
        }


.inner-timing-content {
    position: relative;
}

.timing-content {
    position: absolute;
    right: 0;
    top: -100px;
    width: 40%;
    font-size: 14px;
}

    .timing-content .timing-box {
        width: 100%;
        display: flex;
    }

        .timing-content .timing-box .timing-left {
            width: 30%;
        }

        .timing-content .timing-box .timing-right {
        }

    .timing-mobile, .timing-content .timing-close {
        display: none;
    }

@media(max-width:767px) {
    .timing-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 29px;
    }

    .timing-content {
        display: none;
        width: auto;
        left: 0;
        background: antiquewhite;
        top: -41px;
        padding: 11px;
    }

        .timing-content .timing-close {
            display: block;
            position: absolute;
            right: -7px;
            font-size: 28px;
            top: -17px;
            color: #f60002;
        }
}
.clockpicker-popover {
position:absolute;}</pre></body></html>