header .hoverMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    height: auto;
    max-height: unset;
    overflow: auto;
    background: #f6faff;
    padding: 1.5em 0 3em;
    -webkit-box-shadow: 0 10px 15px 0 rgba(9,60,83,.0325);
    box-shadow: 0 10px 15px 0 rgba(9,60,83,.0325);
}

ul.hover .categorie-card {
    border-radius: 20px;
    position: relative;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.0325));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0325));
    border: 1px solid #E3EBEF;
}

.lbl-name
{
    font-family: Srbija Sans;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
}

ul.hover .categorie-card img {
    width: 100%;
    min-height: 135px;
    object-fit: cover;
    margin-top: 24px;
    height: 135px;
}

ul.hover .categorie-card {
    border-radius: 20px;
    position: relative;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.0325));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0325));
    overflow: hidden;
}

ul.hover .categorie-card, .series-card {
    padding: 0;
    background-color: #fff;
    height: fit-content;
}

header .hoverMenu {
    padding-top: 40px!important;
    /* display: flex; */
    background: white;
}

ul.hover li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}

ul.hover {
    display: flex;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 670px;
    box-sizing: border-box;
    /* max-width: 494px; */
}

ul.hover li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 10px;
}

ul.hover .categorie-card, ul.hover .series-card {
    padding: 0 10px;
    background-color: #fff;
    height: fit-content;
    box-sizing: border-box;
    width: 105px;
    height: 82px;
    border-radius: 8px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
}

ul.hover .details {
    padding: 10px;
    font-family: PT Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

ul.hover .categorie-card img {
    width: 100%;
    object-fit: scale-down;
    margin-top: 4px;
    height: auto;
}

ul.hover li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 5px;
    max-width: 260px;
}

ul.hover .details a:hover
{
color: #69AEFF;
}

ul.hover .details:has('.podraz') > a:hover .details .podraz
{
    display: block;
}

.raz {
    cursor: pointer;
}

ul.hover .podraz
{
    font-family: PT Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #B6B6B6;
    transition: all linear 0.5s;
}

ul.hover .podraz ul.list-unstyled {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
    margin-top: 5px;
    margin-left: 10px;
}

.formSearch input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background-color: transparent;
    max-width: 80%;
}

.formSearch .btn-1 {
    border-radius: 10px;
    margin-left: 1em;
    padding: .6em 1.8em;
}


    .hide_scroll
    {
        max-height: 378px;
        overflow-y: auto;
    }

    .hide_scroll
/* hide scrollbar but allow scrolling */ {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}

.hide_scroll::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

@media screen and (max-width: 768px) {
    ul.hover {
        display: flex;
        column-gap: 15px;
        row-gap: 15px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: center;
    }

    header .hoverMenu {
        padding-top: 0px!important;
        padding-bottom: 20px!important;
    }

    ul.hover li {
        justify-content: space-between;
    }
    
    ul.hover  .details {
        width: 100%;
    }

    ul.hover .arrow-mobile {
        margin-top: 10px;
    }

    .arrow-mobile.active {
        rotate: 180deg;
    }

    ul.hover .arrow-mobile.active svg path {
        fill: #69AEFF;
    }

    .hoverMenu {
        display: flex;
        flex-direction: column;
        padding: 0!important;
        width: 100%!important;
        row-gap: 20px;
    }

    .lbl-name
    {
        margin-top: 20px;
    }   

    ul.hover li {
        justify-content: space-between;
        max-width: 100%;
    }

    .mn_container{
        max-height: unset!important;
        margin-top: 10px;
        overflow: unset;
    }

    .hide_scroll:not(:first-of-type) {
    margin-top: 30px;
}

    .hide_scroll {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: unset;
    }
}
