.cat-offcanvas {
    width: max-content !important;
    max-width: 95vw;
}

.cat-offcanvas .offcanvas-body {
    padding: 0;
    overflow: hidden;
}

.cat-offcanvas-inner {
    display: flex;
    height: 100%;
}

.cat-col-1 {
    width: 260px;
    min-width: 260px;
    background: #ffffff;
    border-left: 1px solid #e8eaed;
    overflow-y: auto;
    /* height: 100vh; */
}

.cat-col-1 ul,
.cat-col-2 ul,
.cat-col-3 ul {
    list-style: none;
    padding: 8px 12px;
    margin: 0;
}

#catCol2,
#catCol3 {
    box-shadow: 2px 2px 2px 1px #80808036;
}

.cat-col-1 .cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 6px;
    margin: 2px 8px;
    transition: 0.3s;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    gap: 8px;
    position: relative;
}

.cat-col-1 .cat-item::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 10%;
    width: 80%;
    height: 1px;
    background-color: #f0f0f0;
}

.cat-col-2 {
    width: 260px;
    min-width: 260px;
    background: #fff;
    border-left: 1px solid #e8eaed;
    overflow-y: auto;
    /* height: 109vh; */
    display: none;
}

.cat-col-2.visible {
    display: block;
}

.cat-col-2 .cat-sub-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 6px;
    /* margin: 3px -13px 0px 3px; */
    transition: background 0.15s, color 0.15s;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.cat-col-2 .cat-sub-item:hover,
.cat-col-2 .cat-sub-item.active {
    background: #f5f7fa;

    font-weight: 900;
}

.cat-col-2 .cat-sub-item .cat-arrow {
    opacity: 0;
    font-size: 12px;
    color: #aaa;
}

.cat-col-2 .cat-sub-item:hover .cat-arrow,
.cat-col-2 .cat-sub-item.active .cat-arrow {

    opacity: 1;
    font-size: 12px;
    color: #000000;
    font-weight: 900;
}

.cat-col-2 .cat-sub-item:hover {
    background: #f5f7fa !important;
}

.cat-col-2 .cat-sub-item:hover .cat-arrow,
.cat-col-2 .cat-sub-item.active .cat-arrow {}

.cat-col-2 .col2-header {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 800;
    color: #3f4041;
    background-color: #f3f5f8;
    border-radius: 8px;
    margin: 10px 16px 16px 16px;
    border-bottom: none;
}

.cat-col-3 {
    flex: 1;
    background: #f1f8ff;
    overflow-y: auto;
    height: 100vh;
    display: none;
    border-right: none;
    width: 260px;
    box-shadow: 2px 2px 2px 1px #80808036;
}

.cat-col-3.visible {
    display: block;
}

.cat-col-3 .cat-deep-item {
    display: flex;
    align-items: center;
    padding: 9px 16px;
    color: #444;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.15s, background 0.15s;
    border-radius: 4px;
    margin: 2px 8px;
}



.cat-col-3 #desktopCol3TitleLink {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 800;
    color: #3f4041;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 10px 16px 16px 16px;
    border-bottom: none;
}


.cat-view-all {
    display: inline-block;
    font-size: 12px;
    color: var(--color-main, #e63946);
    text-decoration: none;
    margin-right: auto;
    font-weight: 500;
}

.cat-view-all:hover {
    text-decoration: underline;
}

#col3List li a {
    transition: .2s ease;

}

#col3List li:hover a {
    color: #000000;
    font-weight: 900;

}

.cat-col-3 #desktopCol3TitleLink {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 800;
    color: #3f4041 !important;
    background-color: #ffffff !important;
    border-radius: 8px;
    margin: 10px 16px 16px 16px;
    margin-bottom: 16px;
    border-bottom: none;
}

#desktopCol3List li:hover a {
    color: #000000;
    font-weight: 900;
}




.cat-col-1 li:last-child .cat-item::after,
.cat-col-1 .cat-item:hover::after,
.cat-col-1 .cat-item.active::after {
    display: none;
}

#catCol1 ul li {
    padding: 0px 0px;
}

.cat-col-1 .cat-item:hover,
.cat-col-1 .cat-item.active {
    background: #f3f8fd;
    font-weight: 800;
    color: black;
}

.cat-col-1 .cat-item .cat-icon-container {
    width: 36px;
    height: 36px;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cat-col-1 .cat-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.cat-col-1 .cat-item .cat-arrow {
    font-size: 12px;
    color: #aaa;
    flex-shrink: 0;
    opacity: 0;
    transition: 0.3s;
}

.cat-col-1 .cat-item .cat-arrow:hover {
    font-size: 14px;
    color: #000000;
    flex-shrink: 0;
    opacity: 1;
}

.cat-col-1 .cat-item:hover .cat-arrow,
.cat-col-1 .cat-item.active .cat-arrow {
    font-size: 14px;
    color: #000000;
    flex-shrink: 0;
    opacity: 1;

}

.cat-col-1 .cat-item:hover,
.cat-col-1 .cat-item.active {
    background: #f3f8fd !important;
    font-weight: 800;
    color: black;
}
#desktopCatCol2{
    box-shadow: 2px 2px 2px 1px #80808036;
}
.dropdown-toggle::after{
    display: none;
}

/* Disable CSS hover for mega items that use click-based dropdown */
nav .main .mega:hover .mega-menu:not(.show) {
    display: none;
    opacity: 0;
}

nav .main .mega .mega-menu.show {
    display: block;
    opacity: 1;
    top: 100%;
}