body{
  font-family: 'oswald';
  position: relative;
  margin: 0;
  /*background: url("https://simpletees.online/img/mistywoman_jonescreationsbm.jpg") top center no-repeat;*/
  background: /*linear-gradient(90deg, rgba(255, 216, 2, 1), rgba(255, 173, 1, 1)),*/ url("https://simpletees.online/img/mistywoman_jonescreationsbm.jpg") center center no-repeat;
  background-attachment: fixed;
  background-repeat:  no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
/*The menu navigate to special areas*/
#helpContainer{
	position: fixed;
	background-color: white;
	width: 100%;
	height: 100%;
	z-index: 30;
	top: 0;
  left: 0;
  overflow-y: scroll;
}

#helpContainer #stepProc{
  cursor: auto;
}

#helpContainer #stepProc img{
  border-radius: 65px; 
  max-width: 500px;
}

#menuCont img{
	height: 30px;
	width: auto;
}
#menuCont #menu li ul img{
	margin-top: 10px;
}

#licensePr{
  max-width: 200px;
  min-width: 150px;
}

#licSelCont{
  background-color: black;
  border-radius: 5px;
  padding: 5px;
  font-size: 1em;
  color:white;
  margin-top: 5px;
}
#licSel{
  color: #ccc;
}
#licSel input[type=radio]{
  margin-left: 2em;
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
  width: auto;
}

#menuCont{
	margin:0px;
	padding:0px;
	position: fixed;
	top: -10px;
	right: -10px;
	max-width: 200px;
	min-width: 100px;
	width: 100%;
	text-align: right;
	z-index: 31;
	background-color: transparent;
}
#menuCont #menu{
	margin: 0px;
	padding: 0px;
}
#menuCont #menu li{
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menuCont #menu li ul{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/*display: none;
	background-color: #EAEAEA;*/
}
#menuCont #menu li:hover ul{
	display: block;
	margin: 0px;
	padding: 0px;
}
#menuCont #menu li ul li{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	color: gray;
}

#menuCont #menu li ul li img{
	display: inline;
}
#menuCont #menu li ul li:hover{
	background-color: rgba(25,240, 235, 0.5);
	border-left: 5px solid gray;
	cursor: pointer;
}

#termCond{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 3px;
	padding-right: 10px;
	margin: 0px;
	background-color: #ccc;
	color: black;
	font-size: 0.7em;
	z-index: 33;
	cursor: pointer;
}
#termCond:hover div{
	display: block;
	background-color: #c3c3c3;
	max-width: 150px;
	min-width: 25px;
	width: 100%;
	height: auto;
}
/*#termCond:hover div:hover{*/
/*	background-color: #afdb74;*/

/*}*/

#termCond div{
	display: none;
	padding: 10px;
}
#termCond div a{
	text-decoration:none;
}

/*The menu navigate to special areas*/

#outerContainer{
  padding:30px;
}
h1{
  font-family: 'Fugaz One', cursive;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
}
input, select{
  display:inline-block;
  padding: 10px;
}
input[type=text]{
  background-color: rgba(255,252, 255, 0.5);
  width: 80%;
  margin-right: 0px;
  border-radius: 6px 0px 0px 6px;
  border: 1px solid gray;
  border-width: 1px;
  box-shadow: inset 0px 1px 10px 1px rgba(15,15, 15, 0.5);
}

#paym img{
	height: 80px;
	width: auto;
}

#show{
	width: 80%;
	max-width: 400px;
	height: auto;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	
}
#show img{
	width: 100%;
	height: auto;
	border-radius: 1em;
}

#inputArea{
  text-align: left;
}
select{
  width: 20%;
  border-radius: 0px 6px 6px 0px;
  border-width: 1px 1px 1px 0px;
  border: 1px solid gray;
  padding: 9px;
}

input[type=text], select{
  border-color: rgb(255, 208, 0);
}

#holder{
  width: 90%;
  margin: auto auto;
}


#descr{
  font-size: 0.7em;
  margin-top: 0px;
  margin-bottom: 0px;
}

#countDown{
  width: 40%;
  font-size: 3em;
  position: fixed;
  top: 2px;
  right: 2px;
  margin:0px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
  border-radius: 3px;
  
  z-index: 32;
}
#countDown p{
  width: 40%;
  margin:0px;
  margin-right: auto;
  margin-left: auto;
  padding:0px;
  text-align: center;
}
#countDown{
  width: 100%;
  cursor: pointer;
}

#countDown #ticker{
  background-color:rgba(255, 68, 0, 0.438);
  border: 1px solid rgba(255, 217, 0, 0.466);
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

#countDown #ticker:hover{
  padding: 0.1em;
}

#countDown p#messg{
  font-size: 0.3em;
}

.missing{
  display: inline-block;
  margin-right: 3px;
  font-size: 0.97em;
  background: maroon;
  color: orangered;
  padding: 5px;
  border-radius: 3px;
}
.missing:hover{
  background-color: orangered;
  color: black;
  cursor: pointer;
}

#inf{
  margin: 0px;
  padding: 3px;
  width: 100%;
}
#inf li{
  display: inline-block;
  list-style: none;
  margin:0px;
  margin-bottom: 10px;
  width: 50%;
}

body #inf img{
  width: 100%;
  height: auto;
}

label{
  display: block;
  font-size: 1.5em;
  width: 100%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

input[type=button], input[type=submit]{
border-radius: 6px;
margin-top: 10px;
background-color: black;
color: #ccc;
border: 0px;
position: relative;
z-index: 1;
cursor: pointer;
}

h1, input, select, label{
position: relative;
z-index: 1;
}

input[type=button]:hover{
  background-color: gray;
  color: white;
}

img{
  /* display: none; */
}
#showSummary h3{
  margin:0px;
  margin-bottom: 3px;
}

#shop{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 173, 1, 0.29);
  min-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  /*background: url("../ndimg.png") no-repeat;*/
  background-size: cover;
}

#showSummary li{
  display: inline-block;
  list-style: none;
  width: 35%;
  margin:1em;
  line-height: 1em;
  padding: 3px;
  border-radius: 3px;
}

#showSummary{
  font-size: 0.98em;
}

#steps{
  font-size: 3em;
  text-align: center;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -0.5em;
  color: rgba(114, 114, 114, 0.644);
}

#container{
  position: relative;
  background:linear-gradient(40deg, rgba(247, 247, 121, 0.1), rgba(245, 245, 245, 0.204)),  linear-gradient(180deg, rgba(255, 255, 254, 0.1), rgba(245, 245, 245, 0.204)); 
  max-width: 625px;
  margin-top: 50%;
  box-shadow: 0px 2px 6px rgba(114, 114, 114, 0.644);
  margin: 0 auto;
  padding: 30px;
  border-radius: 65px;
  border: 1px solid rgb(255, 208, 0);
  overflow: hidden;
}
.disclaimer{
	font-size: 0.6em;
	margin-top: 2.5em;
}

.rate{
	border: 1px solid gray;
	border-radius: 3px;
	padding: 1em;
}

#bgcov{
  display: inline;
  position: absolute;
  padding: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
}

.containerBG{
  position: fixed;
  top: 0px;
  left: 0px;
  /*background-image: url("https://simpletees.online/img/mistywoman_jonescreationsbm.jpg");*/
  background-repeat:  no-repeat;
  background-size: 105% auto;
  background-position: top;
}

.blurBg{
  bottom: 0px;
} 

footer{
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  text-align: center;
}

#secCo, #tok{
  display: none;
  font-size: 0.1em;
}