<meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
/* CSS Document */

/* FUSION CSS OVERRIDE */	
.body  {
        background-repeat: repeat: repeat;
	}

    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-top: 0;
        border-radius: 6px;
    }

    .homeFeaturedCategoriesWrapper {
        padding-top: 0!important;
        padding-bottom: 0!important;
        
    }

    .homeFeaturedCategoriesWrapper .bestsellers {
        display: none!important;
    }

    .category-page-wrapper {
        padding-top: 3rem !important;


    }

    a {
        color: #00314c;

    }


/* -----------------Nav -------------*/	

.navbar {
    background-color: #00314c!important;
    color: rgb(0, 0, 0);
    height: 5.5rem!important;
    box-shadow: 0 8px 6px -6px #b5b5b5!important;
}

.navbar .navbar-brand {
    background-color: transparent!important;
    max-height: 90px!important;
}

@media only screen and (max-width: 1150px) {
a.navbar-item, .navbar-link {
    color: #4a4a4a!important;
    cursor: pointer;
}
}
/*------without this the burger will not work------*/

}
/*------without this the burger will not work------*/
.navbar.is-fixed-top {
    top: 0;
    height: 4rem;
    overflow: hidden !important;
    box-shadow: 0 8px 6px -6px #b5b5b5!important;
}



.navbar-burger span {
    background-color: #fff!important;
    margin-right: 10px;
}

a.navbar-item:hover {
    background-color: #2077a5!important;
    color: #fff;
}

.navbar-item img {
    max-height: 4em;
}


.navbar-dropdown a.navbar-item:focus,
.navbar-dropdown a.navbar-item:hover {
    background-color: #00314c!important;
}
#navlower {
        background-color: #00314c!important;
    }

    #toprow .navbar {
        background-color: #00314c!important;

    }

    a.navbar-item, .navbar-link {
        color: #fff;
        cursor: pointer;
    }
    .navbar-link:hover {
        color: #fff;}

        .catfish-footer {
            width: 100%;
            background-color: #00a0e3 !important;

            margin-top: 0 !important;
        }