
/* ----------------------------------------------- */
/* BASIC SETUP  SPACEDEITY*/
/* ----------------------------------------------- */

* {
    margin: 0;
    box-sizing: border-box;
    line-height: 140%;
}

html,
body {
    color: #333;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
.asianall{

  min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url(img/asian.gif);
    background-size: cover;
    background-attachment: fixed;
}
a{
    text-decoration: none;
}

/* ----- HEADINGS ----- */ 
h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 240%;
    word-spacing: 2px;
    letter-spacing: 2px;
    text-align: center;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color:#fff;
}

h3{
    font-size: 32px;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 36px;
    letter-spacing: 1px;
}
h3:after {
    display: block;
    height: 2px;
    background-color: #2020e8;
    content: " ";
    width: 240px;
    margin: 0 auto;
    margin-top: 12px;
}
h1:after {
    display: block;
    height: 2px;
    background-color: #ca24e8; 
    content: " ";
    width: 250px;
    margin: 0 auto;
    margin-top:-30px;
}

.hh{
    font-size: 80px;
    vertical-align:middle;
    margin-top:-400px;
    
}
.blkadj{
    color:#111;
    float:left;
    margin-right: 2.5vw;
    margin-left:10px;
    margin-top: 1vh;
}
/*Page
------------------------------------- 
*/ 
.logo{    
    height:160px;
    margin-left:30px;
    margin-right:30px;
    margin-top: 20px;
    vertical-align: middle;
}
.opi{
    color:#fff;
    font-size:40px;
    margin-left: 20px;
    vertical-align: middle;
    text-align: center;
}
.findo{
    font-size:40px;
    float: left;
    padding-left: 10px;
    vertical-align: middle;
}
.logon{
    height:60px;
    vertical-align: middle;
    margin-left: 12px;
}
.gree{
    padding-bottom: 20px;
}
/* Admin
---------------------------------------
*/
li{
    list-style: none;
}
.loggo{
    color:#fff;
    width: 80%;
    padding: 1.2%;
    display: block;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #333;
    font-size: 24px;
    background-color: #3266f0;
    cursor: pointer;
    margin: 36px auto;
    text-align: center;
    
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.loggo:hover,
.loggo:active{
    background-color: #3399f2;
}
/*Blog Table
-------------------------
*/
table{
    width:100%;
    border-collapse: collapse;
    table-layout: auto;
}
th,:nth-last-of-type(1),
th,:nth-last-of-type(2){
    text-align: center;
}
th, td {
    text-align: left;
    padding: 10px;
    font-size: 20px;
}
tr:nth-child(even) {
    background-color: #f0f0f0;
}
th {
    background-color: #2caad0;
    color: white;
}
.plinkd:link,
.plinkd:visited{
    color: #5535db;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.plinke:link,
.plinke:visited{
    color: #5535db;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.plinkd:hover,
.plinkd:active{
    color:#fd4343;
}
.plinke:hover,
.plinke:active{
    color:#43dd43;
}
/*Header Sec Blog
-----------------
*/
.navsec{
    width: 100%;
    display: flex;
    flex-shrink: 0;
    padding:1%;
    min-height:4vh;
    align-content:center;
    vertical-align:middle;
    background-color: #fafafa;

}
.topspace{
    height:2px;
}
.sbox{
    display:inline-block;
    width: 45vw;
    max-width:60vw;
    margin-top: 0.5vh;
    margin-right:2.5vw !important;
}
input[type=text].searchd{
   
    float: left;
    padding: 1%;
    font-size: 24px;
    text-align: left;
    padding-left:48px;
    border-radius: 12px;
    border: 2px solid #111;
    background-image: url(../img/search.png);
    background-size: contain;
    background-position: 1px;
    background-repeat: no-repeat;

}

.btn-search{
    padding: 8% 12.5%;
    align-content:center;
    border: 2px solid #111;
    margin-left: 12px;
    border-radius: 12px;
    cursor: pointer;
    background-color:#ffffff;
    color: #2020e8;
    
}
.sicon{
    font-size: 18px;
    text-decoration: none;
    
} 
.iconmenu{
    
    float:left;
    font-size: 50px;
    cursor: pointer;
    margin-right: 2.5vw;
    margin-left:10px;
    
}
.sli{
    color:#111;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
   
}
.sli:hover,
.sli:active{
    color: #1c35ed;
}
.wte{
    color:#111;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.wte:hover,
.wte:active{
    color: #1c35ed;
}
.lstyle{
   padding:5%;
   font-weight:bold;
}
hr{
    width:100%;
    padding-top:-32px;
    color: #111;
    border: 1.5px solid;
}
.errorsearch {
    display:block;
    background-color: rgba(248, 21, 21, 0.8);
    color: #fff;
    font-size: 25px;
    width: 50vw;
    margin: 0 auto;
    margin-top:10%;
    margin-bottom:10%;
    margin-left: 25vw;
    text-align:center;
    vertical-align:middle;
    border-radius:120px;
    padding: 5%;
}
.side-nav{
    float: left;
    width:50vw;
    display:none;
    background-color: #30b346;
    border: 2px solid #111;
    position:absolute;
    
}
.default{
    color:#fff !important;
    background-color: #e6920b;
}
.z{
    margin-top: -32px;
    background-color:#fcfcfc; 
    width: 100vw !important;
}

/*Add Posts
--------------------------
*/
select {
    font-size: 25px;
    float:left;
    width: 100%;
    padding: 1.5%;
    background: #db32d0;
    color: #fff;
    border: 2px solid #333;
}
.labeltitle{
    margin-top: 1vh;
    font-size: 25px;
    text-align: left;
    
}
.formnew{
    padding:2%;
}
.find {
    color: #333;
}
input[type=text]{
    width: 100%;
    font-size:25px;
    padding: 2%;   
    border-radius: 4px;
    border: 2px solid #333;
    text-align: left;
}
.subbie{
    color:#fff;
    float:left;
    width:50%;
    background-color: #4dd6e2;
    font-size: 20px;
    border-radius: 20px;
    padding: 1.6%; 
    border: 2px solid #333; 
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;

} 
.subbie:hover,
.subbie:active{
    background-color:#ca24e8;
}
.postcreate{
    margin-top:32px;
    font-size: 50px; 
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    background-color: #32d14a;
    color: #fff;  
}
.posterror{
    margin-top:32px;
    background-color: rgba(248, 21, 21, 0.8);
    font-size: 50px; 
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    color: #fff; 
}
/*File Selection
-------------------------
*/
.file-upload { 
  display: inline-block;
  font-size: 16px;
    margin-top: -24px;
    
}  

.file-upload__input {
  display: none;
}
 
.file-upload__button {
    display:inline;
    float:left;
  -webkit-appearance: none;
  background: #3bbccc;
  border: 2px solid #000000;
  border-radius: 6px;
  outline: none;
  padding: 5%;
  margin-right: 12px;
  color: #fff; 
  font-size: 1em;
  font-family: sans-serif;
  font-weight: bold;
  cursor: pointer;
  background-color: #3bbccc;
 margin-top: 35px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.file-upload__button:hover,
.file-upload__button:active{
    background-color: #50d1db; 
} 
.file-upload__label {
 font-size: 20px;
 float:left;
display:inline;
vertical-align: middle;
} 
.picinfo{
    width:160px;
    
}
/*Newsletter
----------------------------------------
*/
.newsbtn{
    background-color: #3be82c;
    font-size: 2vw;
    width: 40vw;
    border: 2px solid #111;
    color: #fff;
    padding: 1.2%;
    border-radius: 20px;
    cursor:pointer;
    margin-bottom:20px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.newsbtn:hover,
.newsbtn:active{
    background-color: #43d636;
}
.newschange{
    display:block;
    background-color: #3fd8e0;
    font-weight:bold;
    font-size: 2vw;
    width: 40vw;
    margin: 0 auto;
    border: 2px solid #111;
    color: #fff;
    padding: 1.2%;
    border-radius: 20px;
    cursor:pointer;
    margin-bottom:4vh;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.newschange:hover,
.newschange:active{
    background-color: #36bbc2;
}
/*Inventory
---------------------------------------
*/
.invyes{
    margin-top:32px;
    font-size: 50px; 
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    background-color: #32d14a;
    color: #fff;  
}
.invno{
    margin-top:32px;
    background-color: rgba(248, 21, 21, 0.8);
    font-size: 50px; 
    word-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
    color: #fff; 
}
/*Orders
---------------------
*/
.origz{
    color:#fff !important;
    background-color: #e6920b;
}