﻿/*
* Copyright 2013 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

span.search-box-text {
	float: left;
	background: #fff;
}
input.instant-search-busy {
	background: url('../../../images/ajax-loader-small.gif') no-repeat 312px center !important;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 334px !important;
	height: auto !important;
    background: #fff !important;
    border: 1px solid #999;
    border-top: none;
}
.instantSearch .k-list-container {
	position: static !important;
	width: 334px !important;
    height: auto !important;
}
.instantSearch .k-item {
	border-top: 1px solid #ccc;
}
    .instantSearch .k-item:first-child {
        border-top: 0;
    }
.instant-search-item {
	border: 1px solid #fff;
	overflow: hidden;
	background: #fff;
	padding: 5px 8px;
}
.instant-search-item .img-block {
	position: relative;
	float: left;
	border: 1px solid transparent;
	overflow: hidden;
	width: 60px;
	height: 60px;
	background-color: #fff;
	text-align: center;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	margin-left: 70px;
	min-height: 60px;
}
.instant-search-item .detail .title {
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
}
.instant-search-item .detail .price {
	font-weight: bold;
	color: #000;
}
.k-item.k-state-hover .instant-search-item, 
.k-item.k-state-focused .instant-search-item {
	background: #eee;
	cursor: pointer;
}
.k-item.k-state-hover .instant-search-item .img-block, 
.k-item.k-state-focused .instant-search-item .img-block {
	border-color: #ddd;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 990px) and (min-width: 769px) {

    .instantSearch,
    .instantSearch .k-list-container {
        width: 280px !important;
    }

}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

    .instantSearch,
    .instantSearch .k-list-container {
        width: 350px !important;
    }
    span.search-box-text input.instant-search-busy {
        background-position: 304px center !important;
    }

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {

    .instantSearch,
    .instantSearch .k-list-container {
        width: 250px !important;
    }
        .instantSearch .img-block {
            display: none;
        }
        .instantSearch .detail {
            margin: 0;
        }
    .instant-search-item .detail .title {
        font-size: 14px;
    }
    .instant-search-item .detail .price {
        font-size: 12px;
    }

}