* {
	box-sizing: border-box;
}
body {
	padding: 0px;
	margin: 0px;
	line-height: 1.36;
	background-color: #181449;
}
header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: center;
	padding: 10px;
	height: 100px;
	width: 100%;
	background-color: #181449;
	color: #fff;
}

.searchbarheader {
	display: flex;
	flex-direction: column;
	width: 75%;
	height: 80px;
}

.searchbartop {
	width: 100%;
	height: 50%;
}
.searchbar {
	padding: 0px;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}
.searchboxdiv {
	padding: 0px;
	height: 100%;
	width: 100%;
}
.searchbox {
	font-size: 20px;
	border: none;
	height: 100%;
	width: 100%;
}
.searchbuttondiv {
	padding: 0px;
	height: 100%;
}
.searchbutton {
	border: none;
	cursor: pointer;
	font-size: 20px;
	height: 100%;
}
.searchbutton:hover{
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #C0C0C0;
}

.searchbarbottom {
	display: flex;
	flex-direction: row;
	
	justify-content: left;
	align-items: center;
	padding-top: 10px;
	width: 100%;
	height: 50%;
}
.searchbarbottom a {
	display: flex;
	padding: 4px 10px;
	flex-direction: row;
	text-decoration: none;
}
.searchbarbottom a:hover{
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #373470;
}
.searchbarbottom p {
	font-size: 18px;
	padding: 2px 4px;
	color: #fff;
	margin: auto;
	white-space: nowrap;
}
.searchbarbottom i {
	font-size: 18px;
	display: flex;
	padding: 2px 4px;
	justify-content: center;
	align-items: center;
	color: #fff;
}

header div {
	position: relative;
	display: flex;
	padding: 0% 1% 0% 1%;
	justify-content: center;
	flex-direction: row;
	flex-flow: row;
	text-align: center;
	max-height: 80px;
}

.headerlogo {
	width: 15%;
	min-width: 180px;
	height: 80px;
}
.headerlogoimg {
	display: flex;
	padding: 2px 2px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.headerlogoimg>img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.accountcart {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5%;
	height: 80px;
	position: relative;
	display: inline-block;
}
.cartlink {
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	min-width: 100%;
	margin: auto;
	border: none;
	color: #fff;
	background-color: #181449;
}
.cartlink:hover{
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #373470;
	color: #fff;
}

.menuicon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5%; 
	height: 80px;
	position: relative;
	display: inline-block;
}
.label {
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	min-width: 100%;
	margin: auto;
	border: none;
	color: #fff;
	background-color: #181449;
}
.label:hover{
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #373470;
	cursor: pointer;
}

.titletext {
	height: 50px;
	width: 100%;
	background-color: #E8E8E8;
	display: flex;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	border: 1px;
	border-color: black;
	z-index: 1;
}
.innertitle {
	display: flex;
	flex-direction: row;
	text-align: left;
	width: 70%;
	height: 100%;
	font-size: 30px;
	margin: auto;
	padding: 5px 5px 0px 5px;
}
.innertitle h2 {
	text-align: left;
	height: 100%;
	font-size: 30px;
}
.innertitle p {
	text-align: left;
	height: 100%;
	font-size: 20px;
	padding: 8px 0px 0px 10px;
}

.categoriesheading {
	padding-top: 10px;
	text-align: center;
	color: black;
}
#categoriesdropdown {
	position: absolute;
	display: none;
	z-index: 2;
}
.categoriesinnerdiv {
	display: flex;
	flex-direction: column;
	text-align: left;
	background-color: #D3D3D3;
	min-width: 300px;
	padding: 10px;
	padding-bottom: 20px;
	height: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.25), 0 2px 3px rgba(0,0,0,0.22);
	border-radius: 0px 10px 10px 10px;
	border-color: black;
	border: 1px;
}
.categoriesinnerdiv a{
	text-decoration: none;
}
.categoriesinnerdiv a:hover{
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #fff;
	color: black;
}
.categorylink {
	color: black;
	padding: 5px;
	margin-top: 10px;
	font-size: 20px;
}
.productlink {
	color: black;
	padding: 3px;
	font-size: 16px;
	margin-left: 10px;
}




main {
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	width: 100%;
	margin: 0px;
	background-color: #fff;
	color: black;
}
.aboutpage {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	max-width: 800px;
	background-color: #F2F2F7;
}
.aboutpage p {
	line-height: 2;
	color: #484848;
}
.aboutsideleft {
	padding: 5% 5% 5% 5%;
	width: 50%;
	height: 100%;
	text-align: center;
}
.aboutsideright {
	padding: 5% 5% 5% 5%;
	width: 50%;
	height: 100%;
}
.heading {
	padding-top: 10px;
	text-align: center;
}
.phonenum2 {
	color: #484848;
	text-decoration: none;
	
}
.aboutsideright h5 {
	padding-top: 10px;
	font-size: 20px;
}




.mainfooter {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 340px;
	margin: auto;
	justify-content: center;
	align-items: center;
	background-color: #181449;
	color: #fff;
}
.upperfooter {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	padding: 1% 1% 0% 1%;
	height: 80%;
	width: 100%;
}
.footercolumn {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 30%;
	padding: 1% 1% 0% 1%;
}
.lowerfooter {
	padding: 0% 1% 1% 1%;
	text-align: center;
	width: 100%;
	height: 20%;
}
.footercolumn a {
	display: flex;
	padding: 4px 4px;
	flex-direction: row;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}
.footercolumn a:hover {
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #373470;
	color: #fff;
}
.footercolumn p {
	font-size: 20px;
	padding: 4px 4px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 0px 0px;
}
.footercolumn i {
	font-size: 20px;
	display: flex;
	padding: 4px 4px;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.phonenum {
	padding: 4px 4px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}
h5 {
	font-size: 28px;
}
img {
	vertical-align: middle;
}



.slide {
	display: none;
	width: 100%;
	height: 100%;
}
.modalslide {
	display: none;
	width: 100%;
	height: 100%;
}
.imageresize {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slideshow-container {
	width: 70%;
	height: 500px;
	position: relative;
	margin: auto;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.3s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.imagetext {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0,0,0,0.4), 0 2px 3px rgba(0,0,0,0.4);
}
.numbertext {
	color: #fff;
	font-size: 30px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	text-shadow: 0 2px 3px rgba(0,0,0,0.4), 0 2px 3px rgba(0,0,0,0.4);
}



.column {
	float: left;
	width: 25%;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}
.modal-content {
	position: relative;
	background-color: black;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
img.hover-shadow {
	transition: 0.3s;
}
.hover-shadow:hover {
	box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.4), 0 16px 20px 0 rgba(0, 0, 0, 0.4);
}
img.hover-shadow2 {
	transition: 0.3s;
}
.hover-shadow2:hover {
	box-shadow: 0 8px 10px 0 rgba(255, 255, 255, 0.4), 0 8px 10px 0 rgba(255, 255, 255, 0.4);
}



.productlisting {
	align-items: flex-start;
	flex-flow: row wrap;
	display: flex;
	width: 70%;
	margin: 1%;
	position: relative;
	text-align: center;
	justify-content: left;
}
.productpanel {
	position: relative;
	width: 23%;
	padding: 1%;
	margin: 1%;
	background-color: #F2F2F7;
	box-shadow: 0 2px 3px rgba(0,0,0,0.25), 0 2px 3px rgba(0,0,0,0.22);
	border-color: black;
	border: 1px;
}
.listingname {
	font-size: 22px;
	padding-top: 15px;
}
.listingprice {
	font-size: 30px;
	padding-bottom: 15px;
}
.listingdescription {
	font-size: 16px;
	padding-bottom: 15px;
}
.button {
	padding: 15px;
	border: none;
	color: #fff;
	background-color: #181449;
}
.button:hover {
	text-decoration: none;
	transition: 0.2s ease;
	background-color: #373470;
	color: #fff;
}
.productimg {
	height: 250px;
}
.listingimage {
	width: 100%;
	height: 250px;
}
.listingnamelink {
	text-decoration: none;
	color: black;
}
.listingnamelink:hover {
	text-decoration: none;
}

.productpage {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-flow: row;
	justify-content: center;
}
.productslideshow-container {
	width: 100%;
	height: 800px;
	position: relative;
	margin: auto;
}
.productsideleft {
	width: 50%;
}
.productsideright {
	width: 50%;
	margin: 2%;
}
.productname {
	font-size: 40px;
}
.productdescription {
	padding-bottom: 20px;
}
.shoppingcartmain {
	width: 70%;
	margin-top: 1rem;
}

.itemtable {
	width: 50%;
}
.pricetable {
	width: 30%;
}
.actiontable {
	width: 10%;
}
.tdalign {
	text-align: right;
}

@media(max-width: 1420px) {
	.accountcarttext {
		display: none;
	}
	.slideshow-container {
		width: 100%;
	}
	.productlisting {
		width: 100%;
	}
	.productslideshow-container {
		height: 600px;
	}
}
@media(max-width: 700px) {
	.menuicon {
		width: 20%;
	}
	.headerlogo {
		width: 80%;
	}
	.searchbarheader {
		width: 80%;
	}
	.accountcart {
		width: 20%;
	}
	header {
		height: 200px;
		justify-content: space-between;
		align-items: flex-start;
		flex-flow: row wrap;
	}
	.productlisting {
		align-items: flex-start;
		flex-flow: row wrap;
	}
	.productpanel {
		width: 48%;
	}
	.mainfooter {
		height: auto;
	}
	.upperfooter {
		flex-direction: column;
	}
	.footercolumn {
		width: 100%;
		height: auto;
	}
	.aboutsideleft {
		width: 100%;
	}
	.aboutsideright {
		width: 100%;
	}
	.shoppingcartmain {
		width: 100%;
	}
	.innertitle {
		width: 100%;
	}
	.titletext {
		height: 100px;
	}
	.productslideshow-container {
		height: 400px;
	}
}
@media(max-width: 480px) {
	.menuicon {
		width: 10%;
	}
	.headerlogo {
		width: 90%;
	}
	.productpanel {
		width: 100%;
	}
	.accountcart {
		width: 10%;
	}
	.searchbarheader {
		width: 90%;
	}
}