
#search {
	margin-left: 45% !important;
	margin-right: auto !important;
	width: 100%;
	min-width: 390px;
}

@media (max-width: 1154px) {

	#search {
		font-style: italic;
		font-size: 10px;
		padding: 0px;
		min-width: 100%;
	}

}

@media (max-width: 478px) {
	#search {
		margin-left: 0% !important;
		margin-right:auto !important;
		width:100%;
		min-width: 200px !important;
	}
}

.bg-white {
	background: #fff !important;
}

#inlineSearch {
	font-style: italic;
	font-size: 14px;
	padding: 0px;
	margin: 3px;
}


.live-search {
	width:100%;
	position:absolute;
	z-index:1000;
	padding: 10px;
	margin-top: 40px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	left: 0;
	display:none;
	min-width: 500px !important;
}
.live-search .loading{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.live-search ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.live-search ul li {
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
	float: left;
	width: 500px;
}
.live-search ul li:hover a {
	background: #f5f5f5 none repeat scroll 0 0;
}
.live-search ul li a{
	display: block;
	float: left;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}
.live-search ul li .product-image{
	float: left;
	padding: 0;
	width: auto;
}
.live-search ul li .product-name p{
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0;
}
.live-search ul li .search-description {
	float: left;
	padding: 0 10px;
	text-align: left;
}
.live-search ul li .product-name {
	font: 500 13px/18px "Raleway", Helvetica, sans-serif;
	color: #111;
}
.live-search ul li .product-price {
	color: #222222;
	font: 600 14px/18px "Raleway", Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 5px;
}
.live-search ul li .product-price .price {
	color: #111;
	display: block;
	float: left;
	width: auto;
	margin: 0 5px 0 0;
	font: 400 14px/16px "Oswald", Helvetica, sans-serif;
}
.live-search ul li .product-price .special {
	color: #666;
	text-decoration: line-through;
	display: block;
	font: 400 13px/16px "Oswald", Helvetica, sans-serif;
}
.live-search .result-text {
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	padding: 8px 0;
	width: 100%;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.live-search .result-text:hover {
	background: #f5f5f5;
}
.live-search .result-text:hover .view-all-results{
	color: #111;
}
.live-search .view-all-results {
	color: #333;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.live-search .product-image img {
	width: 70px;
	max-width: 100%;
	border: 3px solid #e5e5e5;
}
@media (max-width: 1199px) {
	.live-search ul li {
		width: 100%;
	}

}
@media (max-width: 481px) {
	.live-search ul li .product-image {
		width: auto;
		min-width: 100%;
	}

	.live-search ul li {
		background-color: #fff;
		overflow: hidden;
		cursor: pointer;
		float: left;
		width: auto;
	}
}

@media (max-width: 478px) {


	.large-logo {
		transition: all .2s ease-in-out;
		max-width:225px;
		padding-right:auto;
		padding-left:auto;
	}

	.live-search {
		width: auto;
		min-width: 250px !important;
	}
}


@media (max-width: 1025px) {

	#inlineSearch {
		font-style: italic;
		font-size: 11px;
		padding: 0px;
		margin: 3px;
	}

}
