# Empty CSS file for your own CSS
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.preload {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/* background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url(../lib/loading.gif) center no-repeat; */
	background: url(../lib/loading.gif) center no-repeat, linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7));
}

/*html, body { max-width: 100vw; max-height: 50vh; }*/

#cart
{
	overflow-y: scroll;
	height: 85vh;
}

.footer {
	background-color: #222222;
    position: relative;
    height: 50px;
    bottom: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px;
    border-color: #080808;
    margin-top: 20px;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}