body {
    background: transparent;
    background: url(https://forbiddenplanet.uk/fpback.10.png);
    background-repeat: repeat;
    background-attachment: fixed;

    font-family: sans-serif;
    width: 100%;
}

.main_holder{
    min-height:85vh;
}


#username{
    position:fixed;
    width:100vw;
    text-align:center;
    z-index:10000;
    background:darkgreen;
    color:white;
    bottom:0;
    left:0;
    padding:3px 6px;
}

#discount{
    position:absolute;
    background:red;
    color:white;
    top:0;
    right:0;
    border-bottom-left-radius:10px;
    padding:3px 6px;
}


.block_success,
.block_main{
    background:#eee;
    min-height:600px;

}

@media only screen and (max-width: 600px) {
    .block_success,
    .block_main{
        background:#eee;
        min-height:auto;
        height:auto;
    }
}





.cart_row{
    padding-top:15px;
}

.cart_total div{
    font-weight:bold;
}

#payment_form{
    position:relative;
    width:100%;
    text-align:center;
}



/*================================== sidebar ==========*/

.block_sidebar{
    position:relative;
    background:#ccc;
   
}

.block_sidebar input{
    width:100%;
    margin:10px auto;
}

.offcanvas-header{
    background: darkgreen!important;
}

#offcanvasProductEdit .offcanvas-header{
    gap: 8px;
}

#offcanvasProductEdit .product-edit-header-meta{
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    color: white;
    padding-right: 12px;
}

#offcanvasProductEdit .product-edit-desc{
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#offcanvasProductEdit .product-edit-price{
    width: 25%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    text-align: right;
    padding-left: 6px;
    padding-right: 8px;
    box-sizing: border-box;
}

.btn-close.text-reset{
    color:white!important;
}

#add_to_cart{
    line-height:80px;
    background:red;
    color:white;
    font-size:24px;
    border-radius:5px;
    border:none;
    margin-bottom:200px;
}

#add_to_cart:hover{
    background:#900;
}

#quicksearch{
    font-weight:700;
    text-align:center;
    line-height:40px;
}

.lookup{
    position:absolute;
    width:92%!important;
    bottom:10px;
}



.fp_button{
    width:100%;
    display:block;
    border:1px solid #444;
    border-radius:4px;
    line-height:18px;
    margin-bottom:16px;
    padding:4px 10px;
    font-weight:bold;
    color:white;
    background:#444;
    text-decoration:none;
    font-family:monospace;
    text-transform: uppercase;
    font-weight:300;
    font-size:18px;    
}

.fp_button_half{
    display:block;
    border:1px solid #444;
    border-radius:4px;
    line-height:18px;
    margin:0 5px;
    padding:4px 10px;
    font-weight:bold;
    color:white;
    background:#444;
    text-decoration:none;
    text-wrap: wrap;
    font-family:monospace;
    text-transform: uppercase;
    font-weight:300;
    font-size:18px;   
    height:80px;
}

#offcanvasRight form.halfway{
    position:relative;
    display:block;
    width:50%;
    float:left;
}

#offcanvasLeft h5{
    margin:0;
    height:50px;
    background:darkgreen;
    width:100%;
}



#offcanvasLeft .offcanvas-header{
    text-align:right;
    color:white;
    line-height:50px;
    padding:0;
}

#offcanvasLeft .offcanvas-header h5{
    line-height:50px;
    padding-right:10px;
}
/*================================== swipes ==========*/

#leftSearch{
    width:100%;
    background:blue;
    color:white;
    padding:10px 0;
    text-transform: uppercase;
    font-weight:900;
    border-radius:10px;
    border:none;   
    
}
.niccolInput{
    width:100%;
    display:block;
    border:1px solid #444;
    border-radius:4px;
    line-height:18px;
    margin-bottom:16px;
    padding:4px 10px;
    font-weight:bold;
    color:rgb(13, 13, 44);
    
    
}

.niccolSubmit{
    width:100%;
    display:block;
    border:1px solid #444;
    border-radius:4px;
    line-height:18px;
    margin-bottom:16px;
    padding:4px 10px;
    font-weight:bold;
    color:white;
    background:#444;
    text-decoration:none;
    font-family:monospace;
    text-transform: uppercase;
    font-weight:300;
    font-size:18px;    
    
}


#lookup_results{
    margin: 20px 0;
    position:relative;
    max-height:400px;
    overflow-x: scroll;
}

#lookup_results h4{
    text-align:centre;
    background:#bbb;
    color:white;
    font-size:12px;
    
}

.result_item{
    position:relative;
    display:flex;
    justify-content: space-between;
    width:100%;
    border:1px solid #aaa;
    border-radius:8px;
    overflow:hidden;
    margin-bottom:8px;
}

.result_item div{
    padding:5px;
}

.result_item_link{
    background:yellow;
    color:white;
    flex: 0 0 60px;
    text-decoration:none;
    text-align:center;
    font-size:30px;
    font-weight:900;
    line-height:60px;

    padding-top:10px;
}

/*================================== login ==========*/

#login{
    
    width:300px;
    min-height:400px;
    background:white;
    border-radius:10px;
    margin: 10px auto;
    padding-bottom:10px;
}

#login input{
    width:95%;
    display:block;
    border:1px solid blue;
    border-radius:8px;
    line-height:24px;
    margin: 10px auto;
    padding:10px;
    font-weight:bold;
    color:blue;
    text-align:center;
    
    
}

/*================================== success ==========*/

.block_success h1{
    font-size:16px;
    background:green;
    color:white;
    text-transform:uppercase;
    padding:20px 10px;
    text-align:center;
    margin :0 -12px;
}

.block_success a{
    text-decoration: none;
    color:black;
}

.successbutton{
    display:block;
    line-height:50px;
    background:grey;
    color:white;
    font-size:24px;
    border-radius:15px;
    margin:10px auto;
    max-width:400px;
    width:90%;
    border:none;
    
   
    
}


.logout{
    display:block;
    line-height:50px;
    background:red;
    color:white;
    font-size:24px;
    border-radius:15px;
    margin:10px auto;
    max-width:300px;
    width:90%;
    border:none;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
}