
tr.odd {
background: #fff;
}

.nav > li > a {
	background-color:#D3D3D3;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
	bottom:8px !important;
	right:16px;
}

table.dataTable td:first-child {
	padding-left:12px
}

.view-cart img {
max-height: 150px;
margin-top: 0px;
margin-bottom: 0px;
min-width:75px
}

.header {
	height:auto;	
}
/* CSS Document */

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid #ccc; /*right divider between tabs*/
background: none;
color: #574D3F;
}

table.dataTable th {
	color: #F15929;
}
table.dataTable td, table.dataTable th {
	padding: 0 4px;
}

.dataTables_length label, .dataTables_filter label {
	font-size:1em;
}

.margBtm {
	margin-bottom:20px
	}

.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #fff;
}

@media (max-width: 991px){
.navis {
    width: 100%;
    margin: 18px;
    text-align: right;
    float: right;
    margin-right: 0px;
}

.header .container .row .pull-right {
font-size: 30px;
margin-top: 0px;
margin-right: 20px;
}
}

@media (max-width: 767px){
.header .container .row .pull-right {
font-size: 25px;
}
}

@media (max-width: 480px){
.header .container .row .pull-right {
font-size: 18px;
}
}



.hider{
	margin-right: 10px;
	cursor: pointer;
}

.overlay{
    color: #000;
    font-size: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}