@charset "utf-8";
:root {
	--homeTitleHeight: 70px;
	--hdrHeight: 300px;
}
header {
	width: max(100%, var(--pgWidth));
	background-image: var(--hdr-bgPic);
	background-position: var(--hdr-bgPos);
	background-repeat: repeat-x;
}
/*header::before {
	content: '';
	width: 100%;
	height: var(--hdrHeight);
	display: block;
	position: absolute;
	top: 0px;
	background: var(--hdr-before);
}*/
.headerDiv {
	position: relative;
	visibility: visible;
	height: var(--hdrHeight);
	width: var(--pgWidth);
	top: auto;
	margin: 0 auto 0 auto;
	border: none;
}
header ul {
	display: inline-block;
	margin: 0 0 4px 0;
}
header li {
	list-style-type: none;
	float: left;
	background-color: var(--hdr-list-bgColor);
	border: 2px solid var(--hdr-list-color);
	margin-left: 20px;
	margin-right: 0px;
	text-align: center;
	color: var(--hdr-list-color);
	font-weight: bold;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	display: inline-block;
/*	width: 75px;*/
	min-width: 75px;
	width: fit-content;
	margin-left: 10px;
	height: 23px;
	text-transform: capitalize;
	font-size: 13px;
	white-space: nowrap;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
}
header li a {
	color: var(--hdr-list-color);
	text-decoration: none;
}
header li a:hover {
	text-decoration: underline;
}
#menuTools {
	position: absolute;
	top: 5px;
	right: 180px;
	left: 0px;
	/*height: 200px;*/
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
}
#menuBtns {
	width: 180px;
	height: 200px;
	position: absolute;
	top: 5px;
	right: 0px;
	display: block;
	padding-top: 5px;
}
#menuBtns div {
	height: 25px;
	width: 25px;
	float: left;
	margin-right: 5px;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 20px;
	overflow: hidden;
	border: 2px solid #bdc5ce;
	background-color: #f0f2f4;
}
#menuBtns div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#menuBtns #menuBtnsScl {
	width: 100%;
	height: 100px;
	border: none;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 5px;
}
#menuBtns #menuBtnsScl div {
	border-radius: 20px;
	border: 2px solid #bdc5ce;
	background-color: #f0f2f4;
}
header .menu {
	width: 100%;
	background-color: var(--hdr-menuColor);
	bottom: 0px;
	position: absolute;
	overflow: hidden;
}
.menu .sec0 {
	float: left;
	width: 129px;
	height: 25px;
	margin: 5px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	border-right: 2px solid #638bb2;
}
.menu .sec0:nth-child(1) {
	width: 784px;
}
.menu .sec0:nth-child(4) {
	border: none;
}
header .logo {
	position: absolute;
	height: auto;
	width: 185px;
	left: 20px;
	top: 00px;
}
header .logo img {
	width: 90%;
	height: 100%;
	object-fit: contain;
}
header .secLogo {
	position: absolute;
	top: 5px;
	/*left:15%;*/
	left: 10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 24px;
	height: 18px;
	top: 8px;
}
header .secLogo img {
	/*width: 100%;*/
	height: 100%;
	object-fit: contain;
}
header .ninja {
	position: absolute;
	height: 272px;
	width: 115px;
	top: 31px;
	background-image: var(--hdr-ninja);
	background-size: cover;
	right: -62px;
	z-index: 10;
}
header .road {
	height: 71px;
	width: max(100%, var(--pgWidth));
	position: relative;
	background: var(--hdr-roadBG);
}
header .road .roadTitle {
	width: var(--pgWidth);
	margin: 0 auto 0 auto;
	height: 100%;
	background: var(--hdr-roadTitle);
	background-repeat: no-repeat;
	background-position: center;
}
header .roadTitle {
	width: 1180px;
	text-align: center;
	line-height: 94px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header .roadCar {
	background-image: url('../pics/OUTRUN6.png');
	background-size: cover;
	height: 130px;
	width: 246px;
	left: -260px;
	top: -34px;
	position: absolute;
	display: var(--hdr-carDisplay);
}
#logo_2 {
	position: absolute;
	height: auto;
	width: auto;
	left: -10px;
}
footer {
	position: relative;
	height: calc(var(--footerHeight) + var(--footerHeight2) + 48px);
	width: max(100%, var(--pgWidth));
	background: var(--ftr-background);
	background-repeat: repeat-x;
	background-position: var(--ftr-backgroundPos);
}
footer::before {
	content:'';
	display: block;
	width: 100%;
	height: calc(var(--footerHeight) + var(--footerHeight2) + 48px);
	background: var(--ftr-backgroundBefore);
	position: absolute;
	top: 0;
	backdrop-filter: var(--ftr-bgFilter);
}
footer::after {
	content:'';
	display: block;
	width: 100%;
	height: calc(var(--footerHeight) + 48px);
	background: var(--ftr-backgroundAfter);
	position: absolute;
	top: 0;
	pointer-events: none;
}
footer .footerDiv {
	height: 100%;
	height: var(--footerHeight);
	width: var(--pgWidth);
	margin: 0 auto 0 auto;
	background: var(--ftr-background2);
	position: absolute;
	top: 0px;
	left: 0px;
	position: relative;
	top: auto;
	margin: 0 auto 0 auto;
	padding: 20px 0 28px 0;
}
footer .footerDiv::before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	pointer-events: none;
	background: var(--ftr-background3);
}
footer .sec1 {
	background-color: #9C6;
	float: left;
	width: 90px;
	font-family: Roboto;
	font-size: 9px;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 20px;
	padding-left: 10px;
}
header .sec2 {
	background: var(--hdr-menuGradient1);
	position: relative;
}
header .secHw {
	background: var(--hdr-menuGradient2);
}
header .sec2, footer .sec2 {
	background-color: #096;
	height: 180px; /*151*/
	width: 130px;
	float: left;
/*	border-right-style: dotted;
	border-color: #FFF;
	border-width: 1px;*/
	border-right: 1px dotted #fff;
	clip: rect(auto, auto, auto, auto);
	font-size: 12px;
	color: #ebecef;
	font-family: Roboto;
}
header .sec2:last-child {
	border-right: none;
	width: 132px;
}
.sec2 a {
	font-size: 13px;
	color: #ebecef;
	font-family: Roboto;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	display: inline-block;
	line-height: 15px
}
.sec2 a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.sec2 a:nth-child(1) {
	margin-top: 32px;
}
.sec2 div.logo {
	top: 5px;
	height: 20px;
	width: 135px;
	position: absolute;
}
.sec2 div.logo img {}
body {
	font-family: Roboto;
	background: var(--page-bgColor);
}
#mainBody {
	width: var(--pgWidth);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 400px;
	background: var(--body-BG);
}
#divSelect {
	/*background-color: #FF0;*/
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 22px;
	position: relative;
}
#divSelect > div:nth-child(1) {
	background: var(--home-retroBannerBG);
	text-transform: uppercase;
	height: var(--homeTitleHeight);
	line-height: var(--homeTitleHeight);
	font-family: "Roboto Black";
	font-size: 40px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 26px;
	color: var(--home-retroColor);
	text-shadow: var(--home-retroShadow);
	-webkit-text-stroke: var(--home-retroStroke);
	text-stroke: var(--home-retroStroke);
}
#divSelect .item, #homeHw .item, #homeAcc .item {
	width: 170px;
	background: var(--item-background);
	height: 155px;
	border: 1px solid var(--item-borderColor);
	border-radius: 10px;
	margin: 9px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 200px;
	width: 176px;
	margin: 6px;
}
.item > div {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 46px;
	left: 5%;
	top: 27px;
	overflow: hidden;
	background: var(--item-picBG);
}
.item > div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.item p:nth-child(1), .item p:nth-child(3), .item p:nth-child(4) {
	color: var(--item-systemColor);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
}
.item p:nth-child(1) a {
	color: var(--item-titleColor);
	text-decoration: none;
}
.item p:nth-child(1) a:hover {
	text-decoration: underline;
}
.item p:nth-child(3) {
	font-weight: normal;
	position: absolute;
	left: 5%;
	bottom: 19px;
}
.item p:nth-child(4) {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-align: justify;
	text-align-last: justify;
	color: var(--item-priceColor);
	position: absolute;
	bottom: 0px;
	left: 5%;
}
#mainItem {
	height: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#mainItemCtnr {
	background: #f00;
	position: absolute;
	width: max-content;
	left: 0px;
}
#mainItemCtnr > div {
	height: 320px;
	width: 1180px;
	display: inline-block;
/*	*/
	position: absolute;
	top: 0px;
	left: 0px;
}
#mainItemCtnr > div:not(#mainItemCtnr > div:last-child) {
	opacity: 0;
}
#mainItem > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainItemDots {
	position: relative;
	top: 290px;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	text-align: center;
}
span.dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50px;
	margin: 0 5px 0 5px;
	background-color: rgba(96,96,96,0.75);
	border: 2px solid #fff;
}
span.dot:hover, span.activeDot {
	cursor: pointer;
	background-color: rgba(200,200,200,0.75);
}
#mainItemDots > span:first-child, #mainItemDots > span:last-child {
	margin: 0 5px 0 5px;
	font-size: 20px;
	/*font-weight: bold;*/
}
#mainItemDots > span:first-child a, #mainItemDots > span:last-child a {
	color: #fff;
	text-decoration: none;
	font-family: "Segoe UI Symbol";
}
#highlights, #promos, #homeHw, #homeAcc {
	background: var(--home-highlightBG);
	width: 100%;
	height: 310px;
	height: 350px;
	text-align: center;
	position: relative;
}
#highlights::before, #promos::before, #homeHw::before, #homeAcc::before {
	content: '';
	background: var(--home-highlightBG2);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#promos {
	background: var(--home-promoBG);
}
#promos::before {
	background: var(--home-promoBG2);
}
#homeHw, #homeAcc {
	height: calc(var(--homeTitleHeight) + 233px);
}
#homeHw, #homeAcc, #divSelect {
	background: var(--home-sectionBG);
}
#homeHw::before {
	background: var(--home-hwBG2);
}
#homeAcc::before {
	background: var(--home-accBG2);
}
.sliderL, .sliderM, .sliderR {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	top: var(--homeTitleHeight);
}
#highlights .sliderL, #highlights .sliderM, #highlights .sliderR {
	top: 65px;
}
.sliderL, .sliderR {
	width: 50px;
	left: 0px;
	/*background: #6FF;*/
	padding-top: 70px;
}
#highlights .sliderL, #highlights .sliderR, #promos .sliderL, #promos .sliderR {
	padding-top: 100px;
}
.sliderR {
	left: auto;
	right: 0px;
}
.sliderM {
	width: 1080px;
	overflow: hidden;
	left: 50px;
}
.sliding {
	position: relative;
	width: max-content;
}
.sliderL img, .sliderR img {
	cursor: pointer;
	width: 20px;
}
#highlights h1, #promos h1, #homeHw h1, #homeAcc h1 {
	font-family: "Roboto Black";
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	-webkit-text-stroke: 1px #fff;
	text-shadow: var(--clr-orange) 0px 3px 0px, var(--clr-orange) -3px 3px 0px, var(--clr-orange) 3px 3px 0px;
	padding: 10px 0 10px 10px;
	margin: 0;
	text-align: left;
}
#homeHw h1, #homeAcc h1 {
	height: var(--homeTitleHeight);
	line-height: var(--homeTitleHeight);
}
#homeHw h1, #homeAcc h1 {
	margin: 0px;
	padding: 0 0 0 20px;
}
#highlights h1 {
	color: var(--home-highlightColor);
	text-shadow: var(--home-highlightShadow);
	-webkit-text-stroke: var(--home-highlightStroke);
	text-stroke: var(--home-highlightStroke);
}
#homeHw h1 {
	color: var(--home-hwColor);
	text-shadow: var(--home-hwShadow);
	-webkit-text-stroke: var(--home-hwStroke);
	text-stroke: var(--home-hwStroke);
}
#promos h1 {
	color: var(--home-promoColor);
	text-shadow: var(--home-promoShadow);
	-webkit-text-stroke: var(--home-promoStroke);
	text-stroke: var(--home-promoStroke);
}
#homeAcc h1 {
	color: var(--home-accColor);
	text-shadow: var(--home-accShadow);
	-webkit-text-stroke: var(--home-accStroke);
	text-stroke: var(--home-accStroke);
}
#promos {
	overflow: hidden;
}
.item2 {
	display: inline-block;
	position: relative;
	border: 2px solid var(--home-highlightBorderColor);
	border-radius: 10px;
	height: 210px;
	width: 160px;
	margin-left: 6px;
	margin-right: 6px;
	overflow: hidden;
	width: 196px;
	height: 257px;
}
#promos .item2 {
	border: 2px solid var(--home-promoBorderColor);
}
.item2 img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.item .footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-left: 0px;
	left: auto;
	top: auto;
	background-color: #006696;
	color: #f49128;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.palm {
	background-image: url('../pics/palm0.png');
	background-size: cover;
	width: 57px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#divSelect .palm {
	left: 600px;
	top: 0px;
}
#homeHw .palm {
	left: 600px;
	top: -11px;
}
#promos .palm {
	left: 250px;
	top: 10px;
}
#homeAcc .palm {
	left: 650px;
	top: -11px;
}
/*----------------------------------*/
.rare {
	background: rgb(255, 232, 141);
	background: linear-gradient(-125deg, rgba(255, 232, 141, 1) 0%, rgba(255, 232, 141, 1) 6%, rgba(251, 241, 114, 1) 29%, rgba(233, 134, 15, 1) 55%, rgba(80, 47, 9, 1) 83%, rgba(80, 47, 9, 1) 100%);
	box-shadow: #fff 0 2px 3px, #fff 0 -2px 3px;
	position: absolute;
	width: 150px;
	height: 40px;
	border: 1px outset #f8ce3c;
}
.rare div {
	margin-top: 0px;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
	font-family: "Cooper Black";
	font-weight: bold;
	font-size: 20px;
	color: transparent;
	background-image: linear-gradient(45deg, rgba(255, 250, 250, 1) 0%, rgba(200, 199, 199, 1) 19%, rgba(136, 135, 135, 1) 30%, rgba(159, 159, 159, 1) 57%, rgba(229, 227, 227, 1) 86%, rgba(229, 228, 228, 1) 100%);
	-webkit-background-clip: text;
}
#divSelect .item {
	/*animation: 3s ease-in-out 0s infinite alternate itemSway;*/
}
@keyframes itemSway {
	from {
		transform: rotate(-10deg);
	}
	to {
		transform: rotate(10deg);
	}
}
/*#menuTools input[type=text] {
	border-width: 1px;
	border-radius: 7px;
	width:660px;
}*/
#searchBar {
	background-color: #fff;
	width: 745px;
	position: absolute;
	right: 12px;
	border: 1px solid #888;
	border-radius: 100px;
	overflow: hidden;
	height: 26px;
}
#searchBar input[type=text] {
	border: 0px;
	position: absolute;
	left: 5px;
	height: calc(100% - 2px);
	width: calc(100% - 45px);
}
#searchBar input[type=text]:focus {
	outline: none;
}
#searchBar [type=button], #searchBar button {
	border: 0px;
	border-radius: 90px;
	font-family: Roboto;
	font-weight: bold;
	background-color: #5cc3ff;
	height: calc(100% - 4px);
	position: absolute;
	right: 2px;
	top: 2px;
	text-transform: uppercase;
	color: #fff;
}

#restockTools {
	text-align: center;
    line-height: 30px;
    height: fit-content;
    margin-bottom: 10px;
}