@charset "utf-8";

.largeFrontBanner{
	background: url('/img/fonrtBg.jpg');
	background-repeat: no-repeat;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.topbg{
	background: url('/img/topbg.jpg');
	background-repeat: no-repeat;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 105px !important;
}

.largeFrontBanner .searchBox{
	width: 510px;
	height: 480px;
	padding: 30px;
	background: #f2f2f2;
	margin-top: 40px;
	margin-bottom: 40px;
}

.largeFrontBanner .searchBox h3{
	font-size: 18px;
}

.largeFrontBanner .searchBox .split ul{
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style: none;
}
.largeFrontBanner .searchBox .split li{
	width: 48% !important;
	float: left;
	padding: 0px;
	margin: 0px;
}

.largeFrontBanner .searchBox .split li:first-child{
	margin-right: 16px;
}

.largeFrontBanner .searchBox .selector{
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	width: 100%;
	list-style: none;	
}

.largeFrontBanner .searchBox .selector li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}

.largeFrontBanner .searchBox .selector li label{
	font-weight: normal;
	font-size: 13px;
	display: block;
}

.largeFrontBanner .searchBox .mega{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 20px;
}

.top-box-wrapper{
	background: #7a7a7a !important;
}

.prducttokensList{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.prducttokensList li{
	margin: 0px;
	padding: 0px;
	background: #f3f3f3;
	padding-left: 15px;
	height: 34px;
	line-height: 34px;
	color: #404c98;
	font-size: 12px;
	margin-bottom: 2px;
}

.prducttokensList li span{
	display: block;
	width: 180px;
	color: #606060;
	float: left;
}

.quantity-form {
	margin-bottom: 0px !important;
}

.my-account {
	margin-top:6px;
}

.red {
	color: #cd4858;
}

.redBg, .redBg:hover {
	background: #be0d43;
}

.header-icons a i {
	color: #be0d43;
}

.header-icons .phone-header {
	font-size: 24px;
}

.header-icons .cart-header {
	font-size: 19px;
	margin: 3px -15px 0px -1px
}

.phone-header a, .search-header a {
	padding-top: 0px;
}

.search-header a {
	font-size: 19px;
	padding-top: 1px;
}

.phone-header a i, .cart-header a i {
	vertical-align: text-top;
}

a.whistle {
	padding-top: 0 !important;
}

.searchProduct .largeFrontBanner {
	background: #f2f2f2;
	border-radius: 5px;
}

.searchProduct .container {
	width: 100%;
}

.searchForm {
	border: 1px solid #ccc;
	padding: 20px;
	padding-bottom: 0px;
	margin: 20px 0px 20px 0px;
	border-radius: 5px;
	float: none;
}

.searchForm button {
	float: none;
	height: 45px;
	text-transform: uppercase;
}

.actions-bugfix a{
	line-height: 54px;
	font-size: 20px;
	color: black;
}

.actions-bugfix a:hover {
	color: white;
}

.shopping-cart-table .whistle {
	color: #1e1e1e;
}

.shopping-cart-table.table .td-total {
	width: 160px;
}