/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.3.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

body
{
	font-size:14px;
}

h1 
{
	font-size:28px;
}

th, .cart.table thead > tr > th 
{
    font-size: 14px;	
}

td
{
	font-size: 13px;
	color:#323232;
}

.fixed-header-on .header .logo img {
    max-height: 74px;
}

tr.odd td.sorting_1, tr.even td.sorting_1 {
    background-color: #f4d4d4 !important;
}

@media (max-width: 768px) { 
.table-responsive{
	overflow-x: auto !important;
	border: 0 none;
}
}

/* .panel-body {
    padding: 10px 5px;
} */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #f3f3f3;
    padding: 8px 5px;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 25px;
}