/* CSS for United Way */



/*This removes the title from the MY ACCOUNT Navigation*/
.block.block-account-navigation .title {
	display:none;
}


/*Change the category 'HOUSE' icon to another image*/
i.fas.fa-home::before {
    background-image: url(/1182734105/Handler/CSSOverride/GetImage/22/appicon.png);
    background-position: center;
    background-size: cover;
    color: transparent;
}


/*This puts the Search Bar to the right and centers when mobile views. Also needs HTML for SearchBar usually in HTMLContentBlock1*/
.search-box {
    padding-right: 40mm;	
}


/*This is the padding around the PRODUCT image box*/
.small-product-item.smaller-product-item-homepage .product-item .picture {
	background-color: transparent;
	padding: 0px;
}

/*Set footer background colour*/
footer.catfish-footer {
    background: #dddddd;
}


.container .container:not(.is-padded), .container .catfish-container:not(.is-padded), .catfish-container .container:not(.is-padded), .catfish-container .catfish-container:not(.is-padded){
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .3em;
}
.navbar-dropdown .navbar-item {
		padding-left: 3.5em;
	}
.navbar-brand {
	margin: 0em 2.5em;
}

#toprow .navbar {
	padding: 0rem 4.5rem;
}

.homeFeaturedProductsWrapper {
	padding-top: 3rem;
}

.category-intro-wrapper {
	font-weight: 700;
	font-size: medium;
	color:#005191;
}

/*
#tr.cart-total--tax.__web-inspector-hide-shortcut__ {
	visibility: hidden !important;
}
*/
#cartTotals > div.total-info > table > tbody > tr.cart_total--tax{
	visibility:hidden;
}

@media screen and (max-widh: 1450px) {
	.navbar-brand {
		margin: 0em 2.5em;
}
}

@media screen and (max-width: 1087px) {
	.navbar-menu.is-active{
		height: 100rem;
		background-color: rgba(255,255,255,0.95);
		font-size: 1.1rem;
	}
	.block.block-account-navigation {
		font-size: 1.1rem;
	}
	.navbar-dropdown .navbar-item {
		padding-left: 3.5rem;
	}
	.navbar-dropdown {
		font-size: 1.1rem;
	}
	.navbar-menu {
		font-size: 1.1rem;
	}
	.navbar-brand {
		margin: 0em 0.5em;
	}
}

@media screen and (max-width: 768px) {
	.navbar-brand {
		margin: 0em 2.5em;
	}
}

@media screen and (max-width: 599px) {
	.navbar-brand {
		margin: 0em 0.5em;
	}
}