@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600;800&display=swap');

.container {
	width: 98%;
	margin: 5px;
	padding-right: 10px;
	height: 96%;
	/* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
	font-family: 'Raleway', sans-serif;
	font-size: .9em;
}

.flush-left {
	margin-left: 0px;
	height: auto !important;

}

header {}

a:hover {
	cursor: pointer;
}

.header {
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position-x: -250px;
	background-position-y: -35px;
	height: 120px;
	flex: 1;
}

.header:hover {
	/* cursor: pointer; */
}

.headerMenuBar {
	flex: auto;
	padding-left: 10px
}

.headerMenuBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* background-color: #333333; */
	border-radius: 3px;


}

#homeLink {
	float: left;
	color: white;
}

#homeLink a {
	text-decoration: none;
	color: white;
}

.headerMenuBar li {
	float: left;
	display: block;
	padding: 9px 5px 7px 5px;
	text-decoration: none;
	background-image: linear-gradient(to right, silver 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	margin-right: 10px;
	padding: 16px 10px 6px 0px;
}

.headerMenuBar li:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.active {
	color: blue !important;
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.headerMenuBar li a {
	display: block;
	/* color: white; */
	color: black;
	/* text-align: center; */
	text-decoration: none;
}

.headerMenuBar li a:hover {
	cursor: pointer;
}


footer {
	height: 50px;
	width: 100%;
	background-color: lightblue;
	vertical-align: middle;
}

.actionBar {
	background-color: #333333;
	height: 30px;
	width: 100%
}

.actionBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333333;

}

.actionBar li {
	float: right;
	color: white;
	padding: 5px;
	margin-left: 15px;
}

.menuBar {
	height: 50px;
	width: 100%;
}

.menuBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333333;
}

.menuBar li {
	float: left;
}

.menuBar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 16px;
	text-decoration: none;
}

.menuBar li a:hover {
	background-color: #111111;
}

.hiding {
	display: none;
}

.infoContainer {
	margin: 10px;
}

.infoBox {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}

.brandContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* background-color: lavenderblush; */
}

.brandContainer a {
	text-decoration: none;
	color: black;
}


.masterBrandCard {
	display: flex;
	/* flex: 0 0 auto; */
	flex-direction: column;
	width: 300px;
	max-height: 350px;
	min-height: 350px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	padding: 2px 16px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.masterBrandCard:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.masterBrandCard .brandLogo {
	height: 150px;
	max-width: 280px;
	z-index: 1;
}

.brandCard {
	width: 300px;
	height: 300px;
}

.brandCard .cardHeader {
	font-size: 2em;
}

.brandBar {
	background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	display: flex;
}

.itemList {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	margin-bottom: 10px;
	padding: 2px 16px;
}

.itemCard {
	flex: 0 0 auto;
	width: 200px;
	max-height: 250px;
	min-height: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	padding: 2px 16px;
	margin-bottom: 20px;
	margin-left: 10px;
	overflow-y: hidden;
}

.itemCard:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.itemCard .itemImg {
	height: 180px;
	z-index: 1;
}

.itemCard .itemImage {
	height: 160px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


.itemCard .itemName {
	font-size: .8em;
	z-index: 1;
}

.itemCard .itemOptions {
	padding: 5px;
}

.itemOptions {
	display: flex;
	justify-content: right;
}

.dropdown {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);

}

.dropdown:hover {
	box-shadow: 0 4px 8px 0 rgb(6, 163, 103);
	/* box-shadow: 0 4px 8px 0 rgba(86, 88, 119, 0.2); */
}

.brandLogo {
	margin: 5px;
	height: 120px;
}

.itemNameHolder {
	padding: 5px 0px 10px 0px;
}

.itemPrice {
	text-align: center;
	flex: 2;
}

.brandText {
	padding: 20px 10px 10px 0px;
	font-size: 1.5em;
	align-self: left;
}

.brandMenu {}





.brandMenu li {
	float: left;
	display: block;
	padding: 9px 5px 7px 5px;
	text-decoration: none;
	background-image: linear-gradient(to right, silver 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	margin-right: 10px;
	padding: 16px 10px 6px 0px;
}

.brandMenu li:hover {
	background-color: rgba(0, 0, 0, 0.05);
}



.brandMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* background-color: #333333; */
}

.brandMenu li {
	float: left;
}

.brandMenu li a {
	display: block;
	/* color: white; */
	text-align: center;
	padding: 16px;
	text-decoration: none;
}

.brandMenu li a:hover {
	cursor: pointer;
}

#categoryMenu {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 20px;
	/* height: 100%;
	overflow-y: hidden;
	z-index: 1000; */
}

/*
#categoryMenu:hover {
	overflow-y: scroll;
	height: 200px;

}
*/
.itemResults {
	flex: 4;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 2px 16px;
	overflow-y: scroll;
	height: 100%;
	align-content: flex-start;
	align-items: center;

}

.container .row {
	display: flex;
	flex-direction: row;
}

.container .column {
	display: flex;
	flex-direction: column;
}

.rowRight {
	justify-content: flex-end;
}

.key {
	color: rgba(0, 0, 0, 0.4);
	padding: 0px 3px 0px 3px;
}

.filterMenu {
	flex: 1;
	min-width: 175px;
	max-width: 200px;
}

.filterMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* background-color: #333333; */

}

.filterMenu ul li {
	padding: 9px 5px 7px 5px;
	text-decoration: none;
	background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}




.filterMenu ul li a {
	text-decoration: none;
	color: black;
}

.filterMenu ul li.selected {
	color: white;
	background-color: black;
}

.filterMenu ul li.selected a {
	color: white;
}

.column .header {
	align-items: center;
}

.catCount {
	float: right;
}

.itemRibbon {
	padding: 4px;
	float: right;
	background-color: blue;
	color: white;
	border-radius: 4px;
}

.itemRibbon:empty {
	display: none;
}

#resultsContainer {
	height: 70vh;
}

.resultsContainer {
	height: 100%;
}

.resultsContainer .resultsHeader {
	padding-left: 16px;
}

#categorySelected {
	font-weight: 600;
	padding-right: 20px;
}



/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#detailImage {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden;
	/* Hidden by default. Visible on click */
	min-width: 250px;
	/* Set a default minimum width */
	margin-left: -125px;
	/* Divide value of min-width by 2 */
	background-color: #333;
	/* Black background color */
	color: #fff;
	/* White text color */
	text-align: center;
	/* Centered text */
	border-radius: 2px;
	/* Rounded borders */
	padding: 16px;
	/* Padding */
	position: fixed;
	/* Sit on top of the screen */
	z-index: 1000;
	/* Add a z-index if needed */
	left: 70%;
	/* Center the snackbar */
	top: 60px;
	/* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible;
	/* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 6px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 60px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		top: 60px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		top: 60px;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}


.notify {
	position: relative;
	display: block;
	/* height: 50px;
	width: 50px; */
	/* background: url('http://i.imgur.com/evpC48G.png');
	background-size: contain;
	text-decoration: none; */
}

.notify>.num {
	position: absolute;
	right: auto;
	top: 0px;
	color: white;
	font-size: .7em;
	border-radius: 6px;
	background-color: forestgreen;
	padding: 2px;
}


#cartHeader {
	font-size: 1.25em;
	font-weight: 700;
}

.cartTable {
	width: 100%;
}

.cartTable tr.line {
	padding: 9px 5px 7px 5px;
	text-decoration: none;
	background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}

.cartLine {
	display: inline-flex;

}

.space-between {
	justify-content: space-between;
}

.flex-end {
	justify-content: flex-end;
}

button {
	background-color: rgba(201, 200, 200, 0.588);
	color: black;
	border: none;
	padding: 2px 3px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	border-radius: 2px;
}

button:hover {
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

button.go {
	background-color: rgb(45, 114, 71);
	color: white;
}

#categorySelectedDropdown {
	display: none;
}

button.orderSubmit {
	width: 80%;
	height: 100px;
}

.postalCode {
	width: 80px;
}

#billing_note {
	width: 400px;
}

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

	/* For tablets: */
	#categoryMenu,
	#categorySelected,
	#itemFilter,
	#itemSort {
		display: none;
	}

	#categorySelectedDropdown {
		display: block;
	}

	.brandText {
		font-size: 1em;
	}

	.brandLogo {
		height: 80px;
	}

	#cartSummary {
		display: none;
	}

}

.itemVariants {
	overflow: hidden;
	overflow-y: hidden;
	font-family: 'Raleway', sans-serif;
	font-size: .8em;
	word-wrap: break-word;
}

.itemVariants select {
	font-family: 'Raleway', sans-serif;
	font-size: .95em;
	width: 90%;
	height: 20px;
	word-wrap: break-word;
	/* box-shadow: 0 4px 8px 0 rgb(33, 45, 207,0.5); */

}

#checkoutForm {
	width: 70%;
	max-width: 70%;
	min-width: 60%;
}

.lowQty {
	background-color: rgba(128, 128, 128, 0.24);
	color: rgb(236, 77, 56);
}

.catLink:hover {
	box-shadow: 0 4px 8px 0 rgba(128, 128, 128, 0.24);

	/*
	cursor: pointer;
	color: green;
	background-color: antiquewhite;
	*/
}
