.locator-hunting-top {
    background-image: url('../images/hunting/locator_hunting_top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    height: 250px;
    width: auto;
    position: relative;
}


.dealer-top {
    background-image: url('../storage/images/fishing/become_a_dealer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    height: 250px;
    width: auto;
    position: relative;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 80%;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(187, 187, 187);
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(47, 121, 190);
    border-radius: 20px;
}

/* fish by species */
/* .fish-by-species-top {
    background-image: url('../images/fishing/fish.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: auto;
    position: relative;
} */

.whyUs-hunting-top {
    background-image: url('../images/hunting/whyUs-top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: auto;
    position: relative;
}

.brands-hunting-top {
    background-image: url('../images/hunting/whyUs-top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: auto;
    position: relative;
}

.nav:hover~.dropdown {
    visibility: visible;
}

.dropdown:hover {
    visibility: visible;
}

.active {
    background-color: #B55636;
}

[x-cloak] {
    display: none !important;
}

/* .species:hover ~ .mega-species {
    visibility: visible;
}

.mega-species:hover {
    visibility: visible;
}

.reels:hover ~ .mega-reels {
    visibility: visible;
}
.mega-reels:hover {
    visibility: visible;
}

.rods:hover ~ .mega-rods {
    visibility: visible;
}
.mega-rods:hover {
    visibility: visible;
}

.tackle:hover ~ .mega-tackle {
    visibility: visible;
}
.mega-tackle:hover {
    visibility: visible;
}

.apparel:hover ~ .mega-apparel {
    visibility: visible;
}
.mega-apparel:hover {
    visibility: visible;
}

.waders:hover ~ .mega-waders {
    visibility: visible;
}
.mega-waders:hover {
    visibility: visible;
}

.accessories:hover ~ .mega-accessories {
    visibility: visible;
}
.mega-accessories:hover {
    visibility: visible;
}

.ice-fishing:hover ~ .mega-ice-fishing {
    visibility: visible;
}
.mega-ice-fishing:hover {
    visibility: visible;
} */


.mult-select-tag {
    align-items: flex-start;
}