/*--------------------------------------------------------------*/
body {
	font-family: sans-serif;
	font-weight: 300;
}
.mainContainer {
	/* padding-bottom: 55px; */
	height: 100vh;

}
/*----------------------------NAVBAR----------------------------*/
.navbar h1 {
	font-family: 'HelveticaMed', sans-serif;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}

.navbar-default {
	width: 100%;
	height: 14%;
	background-color: #404040;
	border: none;
	border-radius: 0px;
	box-shadow: 6px 6px 10px rgba(0,0,0,.4);
	margin-bottom: 0px;
}
.cart-icon {
}
/*--------------------DESIGNER CUSTOMIZATION PANEL-----------------------*/
.customPanel {
	border: 2px solid #d4d4d4;
	height: auto;
	min-height: 500px;
        width: 120%;
}
/*-------------------------------------------------------*/
@media (max-width: 1080px){
	.thumbnail-image {
		max-height: 150px;
	}

	.productList h5 {
		margin-bottom: 8px;
		text-align: center;
		font-size: 13px;
	}

}

@media (max-width: 990px){
	.productThumbnail {
		width: 33.3333333%;
		display: inline-block;
		margin-bottom: 0px;
	}

	.banner {
		width: 100%;
		margin: 0px auto 40px auto;
	}

}

@media (max-width: 640px){
	.tab-icons {
		width: 40px;
		border-radius: 0px;
		margin-left: 3px;
		position:absolute;
		z-index: 50;
		visibility: visible;
	}


	.tab-icons-active {
		width: 40px;
		border-radius: 0px;
		margin-left: 3px;
		visibility: hidden;
	}

}

/*-------------------------FOOTER -----------------------*/
.Footer-contentBottom {
	background-color: #404040;
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	margin: -8px;
	width: 100vw;
}

.Footer-contentBottom .Footer-container {
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	overflow: hidden;
	/* padding: 40px 20px; */
	margin: 0 auto;
}
.Footer-logo {
	margin-bottom: 16px;
}
.Footer-secondaryLogo {
	display: none;
}
.Footer-content {
	margin: 0 auto;
}

.Footer-privacyPolicy {
	font-size: 1rem;
	display: block;
}

.Enhancement.display-inline {
	display: inline;
	margin: 0;
	float: none;
	/* max-width: unset; */
}
.Enhancement {
	text-align: center;
}

.icon-external-link {
	display: none;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	position: relative;
	top: 0;
}

.Footer-privacyPolicy a {
	color: currentColor;
	text-decoration: none;
	transition: all .25s;
}