.headerCartBtn{
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
}
.typeOfDatabases li a{
	color: #777;
	text-decoration: none;
	font-weight: 600;
}
.typeOfDatabases li a:hover{
	color: #ee3d43;

}
.databaseTable>thead>tr>th{
	background: #ee3d43;
	color: #fff;
	border-bottom: none;
}
.databaseTable tr td a{
	color: #6191bf;
	text-decoration: none;
}
.databaseTable tr td a.btn {
	color: #fff;
	text-transform: uppercase;
	padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar .mainCategory a{
	width: 100%;
	color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    padding: 12px;
    border: 1px solid #ccc;
}
.sidebar .mainCategory a:hover{
	border-color: #ee3d43;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover{
	background: #f4f4f4 !important;
	color: #222;
}
.header-nav-main nav > ul > li.dropdown .dropdown-menu li a img, .sidebar.shop-sidebar ul li a img,.mobile-side-menu li li a img{
	padding: 2px;
    margin-right: 5px;
    height: 18px;
    border: 1px solid #999;
}
.contactWindow form .form-control{
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	resize: none;
	padding: 15px 10px;
}
.directoryPage h2{
	font-weight: bold;
	font-size: 22px;
	color: #313131;
}
tr.totalPriceRow td{
	border-bottom: none !important;
	padding: 10px !important;
}
tr.totalPriceRow td b{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #313131;
    line-height: 1.35;
    margin: 0 0 15px;
}
tr.totalPriceRow td h2{
	margin-bottom: 0;
}
tr.totalPriceRow td h2 .badge{
	font-size: 20px;
	border-radius: 20px;
}
.cartPage h3{
	color:#313131;	
	font-weight: 600;
	font-size: 22px;
}
.cartPage .billingBox{
	background: #f9f9f9;
    padding: 15px;
    box-shadow: 0 0 1px 1px #ddd;
    border-radius: 10px;
}
.cartPage .form-group{
	margin-bottom: 15px;
}
.cartPage .form-control{
	box-shadow: none;
	text-shadow: none;
	resize: none;
	border-radius: 0;
}
.continueBox{
	margin-top: 20px;
}
tr.noItemInCart td {
	border:none !important;
}
tr.noItemInCart td h2{
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 600;
	padding: 20px 0;
    color: #313131;
    text-align: center;
}
.homeCats{
	margin-bottom: 50px;
}
.homeCats .product .product-name{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

/******/
@media (max-width: 480px) {
	#header .header-logo img{
		width: 140px;
	}
	.homepage-bar .bar-icon{
		display: block;
	}
	.homepage-bar .bar-textarea{
		text-align: center;
		display: block;
    	margin-top: 10px;
	}
	.homeCats .products-grid{
		margin:0;
	}
	.counters.counters-text-light .counter{
		padding: 10px 0 15px;
    	border-bottom: 1px solid #666;
	}
	.counters.counters-text-light .counter.last-counter{
		border:none !important;
	}
	#footer .footer-copyright nav{
		float: none;
    	margin-top: 10px;
	}
}