body {
	/* background-color: #121315; */
	/* background-color: #2a2a2a; */
	/* background-color: #0a3161; */
	background-color: #121315;
	margin: 0;
	height: 100vh;
	font-family: 'Font';
	overflow: hidden;
}

.LogoFlag {
	background-image: url('saqqara_logo.svg');
	width: 24px;
	background-size: contain;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
}

.LogoNameText {
	background-image: url('saqqara_text.svg');
	width: 80px;
	align-self: end;
	background-size: contain;
	margin-right: 40px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

.LogoIconNameText {
	background-image: url('saqqara_text_logo.svg');
	width: 100px;
	align-self: end;
	background-size: contain;
	margin-right: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.TopPanel {
	position: fixed;
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-right: 15px;
	/* padding-left: 50px; */
	padding-bottom: 15px;
}

.TopPanelFlex {
	background-color: #121315;
	padding: 20px;
	display: flex;
	gap: 20px;
	align-items: center;
	height: calc(60px - 40px)
}

.TopPanel_Logo {
	margin-left: auto;
	margin-right: 20px;
	width: 70px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('saqqara.svg');
	background-position: center;
}

.TopMenuText {
	font-size: 12px;
	color: white;
	font-family: "FontGilroyMedium";
	cursor: pointer;
	text-wrap: nowrap;
}

.TopMenuTextCartAdd {
	background-color: #2f3135;
	padding: 5px 8px 5px 8px;
	border-radius: 5px;
}

.TopMenuInputCode {
	background-color: transparent;
	color: white;
	width: 250px;
	font-size: 16px;
	height: 20px;
	margin-left: auto;
	padding: 10px;
	border: none;
	border-bottom: 1px solid white;
}

.TopMenuInputCode:focus {
	outline: none;
	box-shadow: none;
}

.TopMenuButton {
	font-size: 18px;
	color: white;
	font-family: 'Font';
	background-color: #121315;
	cursor: pointer;
}


@font-face {
	font-family: "Font";
	src: url("font.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "FontDemi";
	src: url("font-demi.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "FontGilroyMedium";
	src: url("Gilroy-Semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

.StartShoppingWhiteButton {
	color: #121315;
	background-color: white;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	width: max-content;
	align-self: flex-end;
	height: max-content;
	text-decoration: none;
}

.ListWhite {
	position: absolute;
	display: flex;
	flex-direction: column;
	color: #121315;
	background-color: white;
	font-size: 14px;
	width: max-content;
	height: max-content;
	gap: 5px;
}

.ListWhiteText {
	color: #121315;
	background-color: white;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
}

.ListWhiteText:hover {
	background-color: #e7e7e7;
}

.ListWhiteButton {
	color: #121315;
	background-color: white;
	font-size: 14px;
	padding: 10px 35px 10px 20px;
	background-image: url('icon_arrow_down.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	cursor: pointer;
	width: max-content;
	height: max-content;
}

.HollowButton {
	border: 3px solid white;
	background-color: transparent;
	color: white;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	width: max-content;
	height: max-content;
}

.SolidButton {
	color: #121315;
	background-color: white;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	width: max-content;
	height: max-content;
}

.CounterFlex {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
}

.CounterButton {
	color: white;
	font-size: 16px;
	padding: 2px 8px;
	cursor: pointer;
	text-align: center;
	font-family: 'FontGilroyMedium';
}

.CounterText {
	color: white;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}

.RadioButtonFlex {
	align-items: center;
	display: flex;
	gap: 20px;
	flex-direction: row;
}

.RadioButton {
	font-size: 12px;
	color: white;
	font-family: "FontGilroyMedium";
	cursor: pointer;
	text-wrap: nowrap;
}

.RadioButtonSelect {
	background-color: #2f3135;
	padding: 5px 8px 5px 8px;
	border-radius: 5px;
}


.unselect,
.TopMenuText,
.ProductPageAddToCartButton,
.ListWhiteButton,
.ProductPageSize,
.ProductPageSizeNone,
.ListWhiteText,
.HollowButton,
.SolidButton,
.CounterButton,
.CounterText,
.RadioButton,
.CartPageButton,
.ProductPageColorText,
.TrackPageButton,
.StartShoppingWhiteButton {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}