.page-template-onlineorders_catalog_page_template {
    font-family: Averta !important;
}

.digital-menu-lang-switch .wpml-ls-legacy-list-horizontal a, .digital-menu-lang-switch .wpml-ls-legacy-list-horizontal{
	padding: unset !important;
}

.oo-cat-category-name {
    text-transform: uppercase;
    padding-bottom: 0.75em !important;
    padding-top: 0.5em !important;
}

.oo-cat-product-name {
    font-size: 18px !important;
    text-transform: capitalize;
}
h4.oo-cat-product-name{
    margin: 0 !important;
}
.oo-cat-product-description {
    font-size: 16px !important;
    color: #2b2b2b !important;
    display: none o !important;
}

.oo-cat-product-price {
    font-size: 16px !important;
}

p.oo-cat-product-description {
    margin-bottom: 0px !important;
}

.oo-cat-product-divider {
    border: none !important;
    border-top: 2px dashed black !important;
    margin: 0.75em 0 !important;
}



/* ************* */

.category-scroll {
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    /* Prevents wrapping */
    display: flex;
    padding: 10px 0;
    scrollbar-width: thin;
    /* Firefox scrollbar */
}

.category-scroll::-webkit-scrollbar {
    height: 6px;
    /* Thin scrollbar */
}

.category-scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

.navbar-nav {
    flex-wrap: nowrap;
    /* Prevents Bootstrap from wrapping items */
    gap: 15px;
    /* Adds spacing between category items */
}

.nav-item {
    flex-shrink: 0;
    /* Prevents items from shrinking */
}

.nav-link {
    padding: 8px 15px;
    border-radius: 5px;
    white-space: nowrap;
    background: #f8f9fa;
    transition: background 0.3s;
}

.nav-link:hover {
    background: #e9ecef;
}

.category-scroll-wrapper {
    position: relative;
    overflow: hidden;
}

.category-scroll {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    padding: 10px 0;
    scrollbar-width: thin !important; /* Hide scrollbar*/
    /* scrollbar-width: none !important; Hide scrollbar */
    scroll-behavior: smooth;
}

.category-scroll::-webkit-scrollbar {
    height: 6px;
}

.category-scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

/* Sticky Right Arrow Indicator */
.scroll-indicator {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(247, 189, 0, 0.801);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: none;
    color: #fff !important;
    /* Hidden by default */
}

.oo-cat-navbar.navbar {
    background-color: #fff !important;
    z-index: 1 !important;
}

.oo-cat-navbar a.nav-link {
    background-color: #F4F4F4 !important;
    padding: 10px !important;
    color: #141414 !important;
    font-size: 16px !important;
}

a.nav-link.active {
    background-color: #E43D30 !important;
    /* Change to your desired color */
    color: #fff !important;
    /* Optional: change text color when active */
}

/* html {
    scroll-padding-top: 70px !important;
    scroll-behavior: smooth !important;
} */


.col-oo-cat-product-name{
    padding-bottom: 1em !important;
}

.col-2.col-oo-cat-product-price{
    padding: 0px !important;
}

.oo-cat-product-price {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
