﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/



input.instant-search-busy {
	background: #ffffff url('../../../images/ajax-loader-small.gif') no-repeat right center !important;
}

/* WITH CATEGORY */

.store-search-box input.search-box-text.narrow {
}

.store-search-box span.search-box-text {
	float: left;
	width: calc(100% - 40px);
}

	.store-search-box span.search-box-text input {
		width: 100% !important;
	}

.store-search-box select {
	float: left;
	width: 50px;
	height: 36px;
	border: none;
	background-color: transparent;
	font-size: 13px;
	color: #888;
}

	.store-search-box select option {
		background-color: #fff;
		color: #888;
	}

/* AUTOCOMPLETE */

.instantSearch {
	height: auto !important;
	width: 100% !important;
	box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}

	.instantSearch .k-list-container {
		position: static !important;
		width: 100% !important;
		height: auto !important;
		box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.086);
		background-color: #fff;
	}

	.instantSearch .k-item {
		text-align: left;
		cursor: pointer;
	}

		.instantSearch .k-item:first-child {
			border-top: none;
		}

.instant-search-item {
	overflow: hidden;
}

	.instant-search-item .img-block {
		position: relative;
		float: left;
		overflow: hidden;
		width: 88px;
		height: 88px;
		text-align: center;
	}

		.instant-search-item .img-block img {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			max-width: 200px;
			max-height: 100%;
			margin: auto;
		}

	.instant-search-item .detail {
		margin: 0 10px 0 95px;
		padding: 8px 0;
		line-height: normal;
	}

		.instant-search-item .detail .title {
			height: 50px;
			overflow: hidden;
			margin: 0 0 5px;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
		}

		.instant-search-item .detail .price {
			font-size: 14px;
			font-weight: bold;
			color: #195d3a;
		}

		.instant-search-item .detail .sku {
			font-size: 12px;
			margin: 0 0 5px;
		}

.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item {
	background: #f8f8f8;
}



@media all and (min-width: 481px) {

	.store-search-box input.search-box-text.narrow {
	}

	.store-search-box select {
		width: 120px;
	}

	.instantSearch {
	}
}


@media all and (min-width: 1025px) {

	.header-1 input.instant-search-busy {
		background-image: none !important;
	}

	.store-search-box input.search-box-text.narrow {
	}

	.header-1 .store-search-box select {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.6);
	}

	.header-2 .store-search-box select {
		font-size: 12px;
	}

	.instantSearch {
		right: 0 !important;
		left: auto !important;
	}

		.instantSearch.resize {
		}
}


@media all and (min-width: 1281px) {

	.store-search-box select {
		width: 50px;
	}

	.instantSearch.resize {
	}
}
