.widthmenu {
    width: auto;
    min-width: 100%;
    left: 0 !important;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
}

.otomotiv-submenu-wrapper {
    position: relative;
    display: block;
    background: #fff;
    padding: 0;
    z-index: 9999;
}

.otomotiv-submenu-item {
    position: relative;
    padding: 15px 20px;
    white-space: nowrap;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    min-width: 250px;
    border-bottom: 1px solid #eee;
    width: 33% !important;
}

.otomotiv-submenu-item:hover {
    background-color: #f8f8f8;
}

.otomotiv-submenu-item > a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
}

.otomotiv-sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    left: 100%;
    background: #fff;
    min-width: 250px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #eee;
    z-index: 9999;
}

.otomotiv-submenu-item:hover > .otomotiv-sub-submenu {
    display: block;
}

/*.otomotiv-submenu-item::after {
    content: "▶";
    float: right;
    font-size: 12px;
    color: #666;
}*/

@media (max-width: 1200px) {
    .otomotiv-sub-submenu {
        position: relative;
        left: auto;
        top: auto;
        box-shadow: none;
        border-left: none;
    }

    .otomotiv-submenu-item:hover > .otomotiv-sub-submenu {
        display: none;
    }

    .otomotiv-submenu-item.active > .otomotiv-sub-submenu {
        display: block;
    }

    .otomotiv-submenu-item {
        width: 100% !important;
    }
}
