header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	background: white;
	max-width: 1920px;
	margin-left:auto;
	margin-right:auto;
}

header a {
	text-decoration: none;
}

header a:hover {
	color: #656565;
}

.relative-header {
	height: 85px;
}

@media all and (max-width:1200px) {
	.relative-header {
		height: 76px;
	}
}

header .navbar {
	background-color: black;
	width: 100%;
}

header .navbar-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 96px;
	margin: 0 auto;
}

header .header-left {
	width: 50%;
}

header .header-right {
	width: 50%;
}

header .logo {
	position: fixed;
}

header .logo .logo-link {
	width: 90px;
	height: 90px;
	cursor: pointer;
}

header .navbar .logo img {
	position: relative;
	z-index: 999;
	height: 159px;
	width: 130px;
	margin-left: 43px;		
}

header .header-text {
	font-family: "Good Stuff", -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-feature-settings: "ss02";
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

header .header-text:not(.locations-link) {
	margin-bottom: 2px;
	position: relative;
}

header .header-text:not(.locations-link)::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	left: 50%;
	bottom:0;
	background-color: white;
	transform: translateY(130%);
	transition-timing-function: ease-in;
	transition: 0.01s;
}
	
header .header-text:not(.locations-link):hover::after {
	width: 100%;
	left: 0;
	background-color:rgb(107, 107, 107);
	transition: all ease-out .2s;
	transform: translateY(0);
}

.locations-link {
    margin: 0.125rem 0px;
    border-width: 0px 0px 0.125rem;
    border-style: solid;
    border-color: rgb(228, 0, 43);
    border-bottom-width: 4px;
    margin-bottom: 0px;
	padding-top: 9px !important;
}

.login-link:hover {
	color: white;
}

header .login .header-text {
	display: flex;
	align-items: center;
}

header .header-link {
	color: white;
	cursor: pointer;
}

header .header-link.header-red-bg:hover {
	color: white;
}

header .header-link-right {
	margin-right: 32px;
	justify-content: flex-end;
}

header .header-link-left {
	margin-left: 20rem;
}

header .header-star-divider {
	color: #ffffff;
	padding: 0 16px;
	width: 48px;
	min-width: 48px;
}

@media all and (max-width:1200px) {
	header .header-star-divider {
		padding-left: 0px;
	}
}

header .header-star-divider img {
	width: 100%;
}

header .navbar-content .login {
	height: 100%;
}

header .login {
	display: flex;
}

header .login img {
	max-height: 32px;
	padding: 0 8px;
}

@media all and (max-width:1200px) {
	header .login img {
		padding-left: 5px;
	}
}

header .mobile-only {
	display: none;
}

header .header-link-container {
	height: 100%;
	display: flex;
	align-items: center;
}

@media all and (max-width:1200px) {
	header .mobile-nav .header-link-container {
		justify-content: flex-start;
	}
}

/* TABLET */
@media all and (max-width:1200px) {
	header .header-star-divider {
		width: unset;
		min-width: unset;
	}

	header .header-star-divider img {
		display: none;
	}

	header .header-text {
		font-size: 20px;
	}

	header .header-left {
		display: flex;
		align-items: center;
		column-gap: 14px;	
		margin-left: 32px;
	}

	header .header-link-left {
		margin-left: 0;
	}

	header .logo {
		position: static;
	}

	header .navbar .logo img {
		position: static;
		height: 64px;
		width: 64px;
		margin: auto;
	}

	header .navbar-content {
		height: 82px;
	}

	header .MuiDivider-root {
		margin: 12.5px 20px;
	}
}

/* MOBILE */

@media all and (max-width:992px) {
	header .desktop-only {
		display: none;
	}
	header .mobile-only {
		display: flex;
		justify-content: space-between;
		padding-bottom: 12px;
		padding-top: 8px;
	}
	.mobile-nav {
		display: flex;
		flex-direction: column;
	}
	header .header-star-divider img {
		display: block;
		width: 16px;
		height: 16px;
	}
	.header-text:not(.login-link) {
		font-size: 24px !important;
	}
	.login-link {
		font-size: 16px;
	}
	.login-icon {
		max-height: 16px !important;
	}
	.mobile-menu-flex .login-icon {
		max-height: 24px !important;
	}
	.mobile-only .MuiTypography-root {
		font-family: "Good Stuff Script", cursive;
		font-size: 24px;
		color:rgb(228, 0, 43);
		font-weight: 700;
	}
	.mobile-nav {
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding-left: 32px;
		transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  		transform: translateX(-100%);
	}
	.mobile-nav-overlay {
		display: none;
		min-width: 400px;
		right: -81px;
		bottom: -64px;
		position: absolute;
		z-index: -1;
	}
	.mobile-nav-open {
		transform: translateX(0%);
	}
	.mobile-menu-flex {
		display: flex;
		align-items: center;
	}
	.mobile-menu-flex .login .header-link-container .header-link-right {
		justify-content: flex-start !important;
	}
}

@media all and (max-width:1200px) {
	.mobile-menu-flex {
		padding-bottom: 20px;
	}
}

.MuiDivider-root {
    margin: 22.5px 20px;
    border-top: 0px solid rgb(59, 59, 59);
    border-left: 0px solid rgb(59, 59, 59);
    border-right: thin solid rgb(59, 59, 59);
    height: 50px;
    align-self: stretch;
    border-bottom: none rgb(59, 59, 59);
    padding-left: 0.5rem;
    display: block;
}

.MuiBox-root {
    padding-left: 4px;
    padding-right: 0.5rem;
}

.MuiButtonBase-root {
	font-family: "Good Stuff",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	position: relative;
	box-sizing: border-box;
	margin: 0px;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	min-width: 64px;
	box-shadow: none;
	border-radius: 0px;
	overflow: hidden;
	text-align: center;
	transition: background-color 200ms ease 0s, border-color 200ms ease 0s, color 200ms ease 0s;
	background-color: rgb(228, 0, 43);
	border: 4px solid rgb(228, 0, 43);
	color: rgb(255, 255, 255);
	padding: 10px 20px;
	display: flex;
}

.MuiButtonBase-root:hover {
	background-color: rgb(194, 0, 37);
    border-color: rgb(194, 0, 37);
	color: white;
}

.js-mobile-nav-close {
	padding: 32px 0 44px;
	position: relative;
}

.js-mobile-nav-close img {
	width: 32px;
}