.custom-cross-clr {
    color: #000000b8;
}
.bg-green {
    background-color: #50da44b8;
}

.header-height-80px {
    height: 80px !important;
}

.header-height-65px {
    height: 65px !important;
}
.mt-1-3-rem {
    margin-top: 1.3rem !important;
}
.custom-height-120px a {
    height: 120px !important;
}

.custom-tab-color {
    background-color: #d7fefb !important;
}

.custom-00b3a3-color{
    color: #00b3a3 !important;
}

.min-height-90px {
    min-height: 80px !important;
}

.min-height-40px {
    min-height: 40px !important;
}

.custom-bg-color {
    background-color: #00b3a3 !important;
}

.custom-bg-fde1e4 {
    background-color: #fde1e4 !important;
}

.input-style-2 em i {
    font-size: 25px !important;
    margin-top: 12px !important;
}

.border-radius-1-5-rem {
    border-radius: 1.5rem !important;
}

.border-radius-10px {
    border-radius: 10px;
}

.height-60 {
    height: 60px !important;
}

/* user css start */
.scrollable-tabs {
    display: flex;
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents wrapping */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS devices */
}

.scrollable-tabs a {
    flex: 0 0 auto; /* Prevents items from shrinking or growing */
    text-align: center;
}

/* Hide scrollbar for mobile */
.scrollable-tabs::-webkit-scrollbar {
    display: none; /* Hides scrollbar on WebKit browsers */
}

.scrollable-tabs {
    -ms-overflow-style: none; /* Hides scrollbar on Internet Explorer */
    scrollbar-width: none; /* Hides scrollbar on Firefox */
}

.mt-8px{
    margin: 8px !important;
}

.footer-bar-4 .active-nav strong{
    background-color: #00b3a3 !important;
}

.footer-bar-4 i{
    font-size: 18px !important;
}

.pt-60-px{
    padding-top: 60px !important;
}

.header-icon-custom-width{
    width: 280px !important;
}

.min-height-150px{
    min-height: 150px !important;
}

.min-width-45{
    min-width: 45% !important;
}

.custom-cat-img-size{
    width: 125px !important;
    height: 90px !important;
    object-fit: cover !important;
}

.cat-h6 {
    word-wrap: break-word; /* Breaks long words if needed */
    white-space: normal;   /* Enables normal text wrapping */
    max-width: 100%;       /* Ensures it fits within its container */
}

.custom-item-img-size{
    width: 180px !important;
    height: 160px !important;
}

.custom-model-item-img-size{
    width: 150px !important;
    height: 130px !important;
}


.empty-cart {
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    color: #555;
}

.empty-cart .empty-icon {
    font-size: 50px;
    color: #ccc;
    margin-bottom: 20px;
}

.empty-cart h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.empty-cart p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #777;
}

.empty-cart .btn {
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.empty-cart .btn:hover {
    background-color: #0056b3;
}

/* user css end */
