
.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 > a:hover {
        background: #fecd07 !important;
    }

.pop-div-body {
    padding: 1.5% 0 0;
}

.pop-div-gym-detail {
    width: 93%;
    left: 4%;
    max-height: 650px;
    overflow: auto;
}

.form-floating > .form-control {
    padding-top: 1.0rem !important;
}

.sweet-alert.showSweetAlert {
    z-index: 99999999999999 !important;
}

.form-floating > 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 #fecd07;
    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: #fecd07 !important;
    color: white;
}

label.custom-checkbox {
    width: 48%;
}

.custom-checkbox-disable {
    filter: blur(0.5px);
    background-color: #b0a2a2;
    border: 1px solid #fecd07;
    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: #fecd07 !important;
        border-color: #fecd07 !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 #fecd07;
}


.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: #fecd07;
    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 > .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;
    }

/* Site main header (public layout) */
.site-main-header .header-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 72px;
    padding: 10px 20px;
    border-bottom: none !important;
}

.site-main-header .gym-logo-brand {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding: 0;
    background: transparent;
}

.site-main-header .gym-logo-img {
    max-height: 52px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.site-main-header .navbar-toggler {
    border: none;
    padding: 0;
    box-shadow: none;
}

.site-main-header .navbar-toggler .burger-menu {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}

.site-main-header .header-user-nav .nav-link.dropdown-toggle::after {
    position: static !important;
    top: auto !important;
    right: auto !important;
    margin-left: 4px;
    vertical-align: middle;
    content: "\ea4e";
    font-family: remixicon !important;
    color: #fecd07;
    border: 0;
}

/* Desktop header (lg and up) */
@media (min-width: 992px) {
    .site-main-header .navbar-toggler {
        display: none !important;
    }

    .site-main-header .navbar-collapse {
        flex-grow: 1;
        display: flex !important;
        justify-content: center;
    }

    .site-main-header .header-nav-menu {
        margin-right: 0 !important;
        margin-left: 0 !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .site-main-header .header-nav-menu .nav-item {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .site-main-header .header-nav-menu .nav-link {
        padding: 10px 10px !important;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.25;
        cursor: pointer;
    }

    .site-main-header .others-options {
        flex-shrink: 0;
        display: flex !important;
        padding-left: 12px !important;
        margin-left: auto;
    }

    .site-main-header .LoggedUserData {
        position: static !important;
        width: auto !important;
        height: auto !important;
        left: auto !important;
        top: auto !important;
        border: 0;
    }

    .site-main-header .header-user-nav .header-user-link {
        display: inline-flex !important;
        align-items: center;
        gap: 10px;
        padding: 6px 8px !important;
        color: #fff !important;
        cursor: pointer;
    }

    .site-main-header .header-user-nav .header-user-link::after {
        position: static;
        margin-left: 2px;
        color: #fecd07;
        border: 0;
        font-size: 18px;
        vertical-align: middle;
    }

    .site-main-header .header-user-avatar {
        width: 42px;
        height: 42px;
        max-width: 42px;
        border-radius: 6px;
        object-fit: cover;
        background: #fff;
        flex-shrink: 0;
    }

    .site-main-header .header-user-name {
        color: #fecd07 !important;
        font-weight: 500;
        font-size: 15px;
        white-space: nowrap;
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-main-header .header-user-dropdown {
        min-width: 180px;
    }
}

/* Mobile / tablet header */
@media (max-width: 991.98px) {
    body.site-has-fixed-header {
        padding-top: 64px;
    }

    .second-hero-area {
        padding-top: 16px;
    }

    .site-main-header .header-inner {
        min-height: 56px;
        padding: 8px 16px;
        justify-content: space-between;
    }

    .site-main-header .gym-logo-img {
        max-height: 40px;
        max-width: 160px;
    }

    .site-main-header .navbar-collapse {
        display: none !important;
    }

    .site-main-header .others-options,
    .site-main-header #div_LoggedUserData {
        display: none !important;
    }

    .site-main-header .navbar-toggler {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }
}

.second-hero-area {
    padding-top: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-main-header .header-nav-menu .nav-link {
        font-size: 13px;
        padding: 10px 6px !important;
    }

    .site-main-header .header-nav-menu .nav-item {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
}


@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;
    }

    .site-main-header .LoggedUserData {
        position: static !important;
        width: auto !important;
        left: auto !important;
        top: auto !important;
        height: auto !important;
    }

        .LoggedUserData li.has-sub.active {
            top: 0px;
            position: absolute;
        }

    .header-style1 .attr-nav > ul > li > 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%;
}

/* Gym home sliders - same widget as trainer (expert-slider-widget) */
#div_GymActivity,
#div_GymFeature {
    overflow: hidden;
    max-width: 100%;
}

#div_GymActivity.shop-area,
#div_GymFeature.shop-area {
    padding-bottom: 120px;
}

#div_GymActivity .container-fluid,
#div_GymFeature .container-fluid,
#div_GymActivity .gymactivity,
#div_GymFeature .gymfeature {
    overflow: visible;
    max-width: 100%;
}

.gymactivity .expert-slider-widget,
.gymfeature .expert-slider-widget {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.gymactivity .gym-home-slider-widget,
.gymfeature .gym-home-slider-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 48px;
    box-sizing: border-box;
}

.gymactivity .gym-home-slider-widget .gym-slider-track,
.gymfeature .gym-home-slider-widget .gym-slider-track {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    overflow: hidden;
}

.gymactivity .gym-home-slider-widget .swiper-wrapper,
.gymfeature .gym-home-slider-widget .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.gymactivity .gym-home-slider-widget .gym-slider-nav,
.gymfeature .gym-home-slider-widget .gym-slider-nav {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    z-index: 50;
    pointer-events: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #111143;
    color: #fecd07;
    font-size: 26px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.gymactivity .gym-home-slider-widget .gym-slider-nav:hover,
.gymfeature .gym-home-slider-widget .gym-slider-nav:hover {
    background: #fecd07;
    color: #111143;
}

.gymactivity .gym-home-slider-widget .gym-slider-nav.swiper-button-disabled,
.gymfeature .gym-home-slider-widget .gym-slider-nav.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.gymactivity .gym-home-slider-widget .gym-slider-prev,
.gymfeature .gym-home-slider-widget .gym-slider-prev {
    left: 0;
}

.gymactivity .gym-home-slider-widget .gym-slider-next,
.gymfeature .gym-home-slider-widget .gym-slider-next {
    right: 0;
}

.gymactivity .gym-home-slider-widget.is-single-slide .gym-slider-nav,
.gymfeature .gym-home-slider-widget.is-single-slide .gym-slider-nav {
    display: none;
}

@media (max-width: 767px) {
    .gymactivity .gym-home-slider-widget,
    .gymfeature .gym-home-slider-widget {
        padding: 0 36px;
    }

    .gymactivity .gym-home-slider-widget .gym-slider-nav,
    .gymfeature .gym-home-slider-widget .gym-slider-nav {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
}

.gymactivity .expert-slider-widget .swiper-pagination2,
.gymfeature .expert-slider-widget .swiper-pagination2 {
    position: relative;
    top: 70px;
    display: flex;
    justify-content: center;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.gymactivity .gym-home-slider-widget .swiper-pagination2,
.gymfeature .gym-home-slider-widget .swiper-pagination2 {
    flex: 0 0 100%;
    order: 10;
}

.gymactivity .activity-slider,
.gymfeature .feature-slider {
    width: 100%;
    margin-right: 0 !important;
    overflow: hidden;
}

.gymactivity .shop-card.gym-home-card,
.gymfeature .shop-card.gym-home-card,
.gymactivity .shop-card,
.gymfeature .shop-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 14px !important;
    height: 100%;
    text-align: center;
    background: #FFF7D6 !important;
    border-radius: 12px;
    box-sizing: border-box;
}

.gymactivity .gym-card-image-wrap,
.gymfeature .gym-card-image-wrap,
.gymactivity .shop-card .activity-image-wrap {
    width: 88%;
    max-width: 210px;
    aspect-ratio: 1;
    height: auto;
    margin: 0 auto 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .gymactivity .gym-card-image-wrap,
    .gymfeature .gym-card-image-wrap,
    .gymactivity .shop-card .activity-image-wrap {
        width: 86%;
        max-width: 220px;
    }
}

.gymactivity .gym-card-image-wrap img,
.gymfeature .gym-card-image-wrap img,
.gymactivity .shop-card .activity-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
}

.gymactivity .shop-card .main-image {
    height: auto;
    margin-bottom: 8px;
}

    .gymactivity .shop-card h3, .gymfeature .shop-card h3 {
        padding: 0 6px;
        margin: 0 !important;
        width: 100%;
        text-align: center;
        font-family: "Plein-Bold", sans-serif;
        font-size: 17px;
        font-weight: bold;
        font-style: normal;
        letter-spacing: 0.3px;
        color: #111143;
        line-height: 1.3;
        min-height: auto;
        display: block;
    }

@media (min-width: 1200px) {
    .gymactivity .shop-card h3,
    .gymfeature .shop-card h3 {
        font-size: 15px;
    }

    .gymactivity .gym-card-image-wrap,
    .gymfeature .gym-card-image-wrap,
    .gymactivity .shop-card .activity-image-wrap {
        width: 90%;
        margin-bottom: 10px;
    }

    .gymactivity .shop-card.gym-home-card,
    .gymfeature .shop-card.gym-home-card,
    .gymactivity .shop-card,
    .gymfeature .shop-card {
        padding: 14px 6px !important;
    }

    .gymactivity .gym-card-image-wrap img,
    .gymfeature .gym-card-image-wrap img {
        padding: 8px;
    }
}

    .gymactivity .shop-card h3 a, .gymfeature .shop-card h3 a {
        display: block;
        word-break: break-word;
    }

.gymactivity .swiper-slide,
.gymfeature .swiper-slide {
    height: auto;
    display: flex;
}

.gymactivity .gym-home-card,
.gymfeature .gym-home-card,
.gymactivity .activity-card,
.gymfeature .feature-card {
    width: 100%;
}

/* Work-out section (PROGRESSION, WORKOUT, etc.) - taller icons */
.work-out-area .work-out-widget .icon {
    height: 220px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-out-area .work-out-widget .icon img {
    width: auto !important;
    height: 200px !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
}

@media (min-width: 1200px) {
    .work-out-area .work-out-widget .icon {
        height: 260px;
        margin-bottom: 8px;
    }

    .work-out-area .work-out-widget .icon img {
        height: 240px !important;
    }

    .work-out-area .work-out-widget h3,
    .work-out-area .work-out-widget .h3 {
        margin-bottom: 10px;
    }
}

.swiper-slide, .swiper-wrapper {
    height: auto !important;
}

.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: #fecd07 !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: #fecd07 !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: #fecd07;
                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 #fecd07;
}

.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: #fecd07;
}

.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: #fecd07;
        }

            .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: #fecd07;
        }


.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: #fecd07;
        }
}
.clockpicker-popover {
position:absolute;}