
*{
    box-sizing: border-box;
    font-family: 'Base 900 Sans OT';
    scroll-behavior: smooth;
}

body{
    padding: 0;
    margin: 0;
}

.cf {
  overflow: auto;
}




nav{
    padding: 1rem;
    box-shadow: 0 0 5px black;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 2;
}


.logo{
    height: 4rem;
    float: left;
    margin-right: 3rem;
    margin-left: 1rem;
}

.motto{
    float: left;
    width: 20%;
    height: 4rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0.2rem;
    vertical-align: center;
    margin-right: 3rem;
}

.freeShip{
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 0.2rem;
    background: yellow;
    padding: 0 0.4rem;
}

.cart{
    float: left;
    width: 15%;
    height: 4rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 1rem;
    vertical-align: center;
    border: 1px solid black;
    padding-left: 1rem;
    border-radius: 4px;
    margin-right: 2rem;
}

.account{
    float: left;
    width: 15%;
    height: 4rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 1rem;
    vertical-align: center;
    padding-left: 1rem;
    border-radius: 4px;
    margin-right: 2rem;    
}

.invoice{
    margin: 2rem;
    margin-top: 3rem;
    border: 1px solid black;
    width: 60%;
    padding: 1.5rem;
    border-radius: 4px;
}

.invoice h2{
    margin-top: 0;
}

.invoice table{
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
}

.invoice table th{
    background: lavender;
    padding: 0.5rem;
    border: 1px solid black;
}

.invoice table td{
    padding: 0.5rem;
    border: 1px solid black;
}

.invoice .fillImgBox{
    width: 10rem;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

.invoice .draftInvoice{
    text-align: center;
}

.invoice .checkout{
    float: right;
    margin-top: 1.5rem;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    background: green;
    color: white;
    border: none;
    border-radius: 4px;
}

.placeorder{
    margin-top: 1.5rem;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    background: green;
    color: white;
    border: none;
    border-radius: 4px;
    margin-right: 2rem;
}

.addtocartbig{
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem 0;
    box-shadow: 0 4px 8px black;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background: green;
    color: white;
    border: none;
    border-radius: 4px;
    margin-right: 2rem;  
    font-size: 1.5rem;
}




section{
   padding: 2rem; 
   margin-top: 0;
   padding-top: 1rem;
}

h1{
    font-size: 2rem;
    margin-top: 1rem;
}

.backdrop{
    padding: 2rem;
    width: 100%;
    padding-bottom: 0;
}


.itemHolder{
}

.item{
    border: 1px solid black;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: top;
    margin-right:0.2rem;
    margin-bottom:0.2rem;
    background: white;
}

.coinImg{
    width: 10rem;
    height: 10rem;
    border-bottom: 1px solid black;
    cursor: pointer;
    background: white;
}

.coinImg:hover{
    opacity: 0.9;
}

.coinImg:active{
    opacity: 0.8;
}

.coinName{
    width: 10rem;
    text-align: center;
    font-weight: 200;
    margin: 0;
    padding: 0.3rem;
    padding-bottom: 0.1rem;
    line-height:1.3rem;
    min-height:4.5rem;
    color: black;
    text-decoration: none;
    display: block;
}

.coinName:hover{
    opacity: 0.7;
}

.coinName:active{
    opacity: 0.45;
}


.coinTable{
    border-collapse: collapse;
    border: none;
    font-size: 0.8rem;
    width: 100%;
}

.coinTable th{
    border: none;
    text-align: center;
}

.coinTable td{
    border: none;
    text-align: center;
}

.coinCart{
    display: block;
    margin: 0;
    margin-top: 0.2rem;
    width: 10rem;
    text-align: center;
    border: none;
    padding: 0.4rem 0;
    box-shadow: inset 0 0 3px black;
    background: navy;
    color: white;
    border-radius: 0;
}

.removeRow{
    font-size: 0.8rem;
    margin-left: 1rem;
    color: red;
    text-decoration: underline;
}

button, .button{
    background: white;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 3px;
}

a{
    cursor: pointer;
}

button:hover, .button:hover{
    opacity: 0.8;
}

button:active, .button:active{
    opacity: 0.55;
}


.popup{
    position: fixed;
    top: 10vh;
    left: 20vw;
    width: 60vw;
    background: white;
    min-height: 20vh;
    max-height: 80vh;
    overflow: auto;
    border: 1px solid black;
    box-shadow: 0 0 50vw black;
    border-radius: 4px;
    z-index: 5;
    padding: 1.5rem 2rem;
    display: none;
}

footer{
    background: lavender;
    padding: 2rem;
    margin-top: 5rem;
}

.login input{
    margin-bottom: 1rem;
    padding: 0.5rem;
    font-size: 1.1rem;
}

.logoutbutton{
    margin-top: 1rem;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    
}

.shipping{
    
}

.shipButton{
    margin-top: 1rem;
    color: white;
    background: orange;
    border: none;
    padding: 0.4rem;
}

.closepopup{
    color: white;
    background: orange;
    border: none;
    font-size: 1.1rem;
    padding: 0.7rem;    
}

.shipAddress{
    width: 70%;
    height: 6rem;
    padding: 0.5rem;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.checkoutPop{
    
}

.checkoutPop input{
    margin-left: 1rem;
    font-size: 1rem;
    padding: 0.5rem;
    min-width: 35%;
}

.loading{
    width: 5rem;
    margin: 2rem 0;
}

.adjustment{
    background: lightgrey;
    padding: 0.7rem;
    margin-bottom: 1rem;
}

.adjustment .reason{
    font-size: 1.2rem;
    text-decoration: underline;
    display: block;
    margin-bottom: 0.6rem;
}

.adjustment .desc{
    display: block;
    margin-bottom: 0.6rem;
}

.adjustment .aprod{
    margin-bottom: 0.6rem;
    height: 4rem;
}

.invoiceLink{
    color: black;
    text-decoration: none;
}

.invoiceLink:hover{
    opacity: 0.7;
}

.invoiceLink:active{
    opacity: 0.45;
}

.textimg{
    height: 0.85rem;
    margin-left: 0.3rem;
}

.textnote{
    font-size: 0.8rem;
}

.largeImg{
    margin-top: 1rem;
    width: 100%;
}

.itemnotes{
    padding: 1rem;
    border: 1px solid black;
    margin-top: 1rem;
    border-radius: 4px;
}

.itemnotes h2{
    margin-top: 1rem;
    padding-top: 0;
}

.itemnotes p{
    font-size: 1.15rem;
}

.searchBar{
    display: block;
    width: 80%;
    border: 1px solid navy;
    border-radius: 0;
    padding: 0.6rem;
    font-size: 1.3rem;
    float: left;
}

.searchButton{
    display: block;
    width: 20%;
    float: left;
    padding: 0.6rem;
    font-size: 1.3rem;
    border-radius: 0;
    border: none;
    background: navy;
    border: 1px solid navy;
    color: white;
}

.prevOrder{
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    padding: 1.5rem 1rem;
    border: 1px solid black;
    width: 70%;
}

.oTitle{
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.oItems{
    border-collapse: collapse;
    outline: 1px solid black;
}

.oItems tr{
}

.oItems td, .oItems th{
    border: none;
    padding: 0.4rem 1rem;
}

.oItems td{
}

.oItems th{
    background: lavender;
}

.oChild1 {
    float: left;
    margin-right: 1.5rem;
} 

.oChild1 img{
    height: 7rem;
    border-radius: 4px;
}

.oChild2 {
    float: left;
} 

.oDetails{
    display: block;
    margin-top: 1rem;
}

.oDetails b{
    font-weight: medium;
}

details{
    margin-top: 0.5rem;
}

summary{
    cursor: pointer;
    border-bottom: 1px solid black;
    padding: 0.3rem;
    margin-bottom: 0.3rem;
}

summary:hover{
    opacity: 0.7;
}

summary:active{
    opacity: 0.45;
}

.markets{
    margin-bottom: 2rem;
    clear: both;
    position: relative;
    padding-top: 2rem;
}

.bidType {
    display: inline-block;
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
    border-radius: 0;
    background: orangered;
    border: 1px solid orangered;
    color: white;    
    margin-right: 1rem;
}

.selectMarket {
    background: white;
    border: 1px solid black;
    color: black;
    border-bottom: 1px solid white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


