.template-5905 > h5 {
    padding-right: 5px;
}

.template-5905 .submenu-1 {
    padding-left: 15px;
}

.template-5905 h6 {
    margin-bottom: 8px;
    padding-right: 5px;
    font-size: 0.9rem;
}

@media (min-width: 993px) {
    
    .template-5905 h6 {
        margin-bottom: 10px;
        padding-right: 5px;
        font-size: 1rem;
    }
}

@media(min-width: 993px) {

    .template-5905 > h5 {
        padding-right: 10px;
    }

    .template-5905 .categories-container.max-h-260 {
        max-height: 260px;
        overflow-y: auto;
    }
    
    .template-5905 .categories-container::-webkit-scrollbar {
        width: 5px;
    }
    
    /* Track */
    .template-5905 .categories-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    .template-5905 .categories-container::-webkit-scrollbar-thumb {
        background: #6c6e71;
        border-radius: 4px;
    }
    
    /* Handle on hover */
    .template-5905 .categories-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

/*  .template-5905.template-arrows  */

.template-5905.template-arrows > h5 {
    padding-right: 4px;
    cursor: pointer;
}

.template-5905.template-arrows > h5 .submenu-toggler-1 {
    pointer-events: none;
}

.template-5905.template-arrows > h5 .submenu-toggler-1,
.template-5905.template-arrows h6 .submenu-toggler-1 {
    font-size: 0 !important
}

.template-5905.template-arrows > h5 .submenu-toggler-1:before,
.template-5905.template-arrows h6 .submenu-toggler-1:before {
    content: '';
    height: 10px;
    width: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    transition: transform .4s;
    transform: rotate(45deg);
}

.template-5905.template-arrows > h5.is-active .submenu-toggler-1:before {
    transform: translateY(5px) rotate(-135deg);
}

.template-5905.template-arrows h6.is-active .submenu-toggler-1:before {
    transform: translateY(5px) rotate(-135deg);
}

.template-5905.template-arrows > h5 .submenu-toggler-1:before {
    transform: rotate(45deg);
}

/* .template-5905.template-arrows .subtitle {
    position: relative;
}

.template-5905.template-arrows .subtitle a {
    padding-right: 32px;
}

.template-5905.template-arrows .subtitle a span {
    position: absolute;
    right: 22px;
    top:0;
    pointer-events: none;
} */

/* active-category-style-1 */

.template-5905.active-category-style-1 .subtitle.is-active {
    background: #fff;
}

.template-5905 .subtitle.subtitle-wrap-link a {
    padding-right: 15px;
}
