﻿.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: #ed8b4a !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 #808080;
    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: #808080 !important;
    color: white;
}

label.custom-checkbox {
    width: 48%;
}

.custom-checkbox-disable {
    filter: blur(0.5px);
    background-color: #b0a2a2;
    border: 1px solid #ed8c4a;
    border-radius: 12px;
}

.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
    z-index: 99999999999999 !important;
}



.cart-area 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: #e5c466;
    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: #808080 !important;
    border-color: #808080 !important;
    color: #fff;
}

/*.progressBar li::before {
        content: '';
        position: absolute;
        top: 21px;
        left: 54%;
        width: 100%;
        height: 1px;
        background: #e5c466;
        z-index: 99;
    }

    .progressBar li:last-child::before {
        display: none;
    }*/

.hr-progressBar {
    position: absolute;
    width: 74%;
    left: 13%;
    top: 5px;
    border: 2px solid #808080;
}


.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: #808080;
    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;
}


@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>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 #e5c466;
        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 #e5c466;
        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;
    }
}

@media (max-width: 768px) {

    body,
    html {
        overflow-x: hidden;
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .container,
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    /* Fix header logo overlap or size if necessary */
    .navbar-brand img {
        max-height: 50px;
        width: auto;
    }
}