/* Header Top Link Dropdown */
.top-link-hoseshop{
    position: relative;
    display: inline-block;
    justify-content: left;
    align-items: start;
    text-align: start;
}
.dropdown-wrapper{
    display: none;
    position: absolute;
    background: transparent;
    min-width: 185px;
    min-height: 50px;
    z-index: 10;
    top: 100%;
    left: 0;
}
.top-link-hoseshop .dropdown-menu{
    display: none;
    position: absolute;
    margin-top: 5px;
    width: 100%;
    background: #fff;
    color: #121214;
    border-color: transparent !important;
    list-style: none;
    padding: 0;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.top-link-hoseshop:hover .dropdown-wrapper{
    display: block;
}
.top-link-hoseshop:hover .dropdown-menu{
    display: block;
}
.top-link-hoseshop .dropdown-menu li{
    display: block;
    border-left: none !important;
    padding: 0 !important;
}
.top-link-hoseshop .dropdown-menu li a{
    display: block;
    padding: 8px;
    color: #121214;
    text-decoration: none;
    /*border-radius: 15px;*/
}
.top-link-hoseshop .dropdown-menu li a:hover{
    background: #004F98;
    color: #f5f5f5;
    transform: translateY(-3px);
    /*border-radius: 15px;*/
    box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}

.header-container .links li.first{
    border-left: none !important;
}
.header-container.type5 .menu-area .links-area .links {
    transform: translateY(-8px);
}


/*==============================================================================
==================== MEDIA QUERIES (MEDIUM DEVICES) ============================
===============================================================================*/


@media screen and (max-width: 1024px) {

}

/*==============================================================================
==================== MEDIA QUERIES (SMALL DEVICES) ============================
===============================================================================*/


@media screen and (max-width: 768px){

}
