﻿#searchSuggestions 
{
    background: #FFF;
    border: 1px solid #6ad1e3;
    border-left: none;
    border-right: none;
    color: #616161;
    position: fixed;
    z-index: 9050;
    width: 100% !important;
    display:none;
    top: 50px;
    left: 0!important;
}

#searchSuggestions .suggestionsContent {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: table;
}
#search_text {
     position: relative;
}

#searchSuggestions .topProducts {
    /* border-right: 1px dotted #737373; */
    float: left;
    margin: 15px 0 0;
    padding-left: 15px;
    width: 1025px;
}

#searchSuggestions ul {
     float: left;
     letter-spacing: 0px;
     list-style: outside none none;
     margin: 0px;
     padding: 0px;
     width: 100%;
}

#searchSuggestions .topProducts ul {
    
}

#searchSuggestions ul li {
     list-style: outside none none;
}

#searchSuggestions .headerItem, #searchSuggestions .headerTopSearch  {
    color: #6ad1e3;
    font-size: 19px;
    font-weight: 600;
    line-height: 13pt;
    margin-bottom: 20px;
    /* text-align: left; */
    text-transform: uppercase;
    letter-spacing: 0.140em;
}

#searchSuggestions li.productItem {
    background-color: #FFFFFF;
    float: left;
    padding: 0px 2px 20px;
    width: 20%;
}
#searchSuggestions .topProducts .headerItem {
    display: none;
}
#searchSuggestions .topProducts .productImage {
     height: auto;
     /* margin-bottom: 25px; */
     text-align: center;
     padding: 0;
}

#searchSuggestions .topProducts .productImage a{
    display: block;
}

#searchSuggestions .topProducts .productImage img {
    display: inline ! important;
    max-width: 120px !important;
    max-height: 120px;
    /* height: auto!important; */
}

#searchSuggestions .topProducts .productDesc {
     font-size: 14px;
     text-align: center;
     color: #000;
}

#searchSuggestions .topProducts .productDesc span {
     display: inline-block;
     /* height: 50px; */
     padding-right: 4px;
     width: 100%;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 0.140em;
}

#searchSuggestions .topProducts .productDesc span a:hover {
    text-decoration: none;
}

#searchSuggestions .topProducts .productDesc .productPrice {
    font-family: 'baskerville-urw',sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    letter-spacing: .02em;
    color: #8c8c8c;
    text-transform: none;
}

#searchSuggestions .topProducts .productVendor {
     text-transform: uppercase;
}

#searchSuggestions .topProducts .productDesc .toProduct{
	background-color: #000;
	color: #000;
	font-family: 'brandon-grotesque',sans-serif;
	font-weight: normal;
	/* font-size: 16px; */
	padding: 7px 5px;
	text-transform: uppercase;
	text-decoration: none;
	/* height:23px; */
	border-radius: 4px;
	line-height:10px;
	display: none;
}

#searchSuggestions .topProducts .productDesc .toProduct:hover{
	background-color: #b12728;
	color: #b12728;
}

#searchSuggestions .topSearch {
    float: left;
    margin: 20px 0;
    padding: 20px 0 20px 10px;
    width: 20%;
    min-height: 170px;
    border-left: 1px solid #ebebeb;
    text-align: center;
}

#searchSuggestions .topSearch ul {
	width: 100%;
	/* text-align: left; */
}

#searchSuggestions .topSearch ul li{
	font-family: 'brandon-grotesque',sans-serif;
	font-size: 14px;
}

#searchSuggestions .topSearch.noDesigner ul li{
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.140em;
}

#searchSuggestions .topSearch.noDesigner ul li:hover{
	/* background-color: #000; */
}


#searchSuggestions .topSearch a {
	color: #000000;
	text-decoration: none;
    display: block;
}

#searchSuggestions .topSearch li:hover a{
	color: #4ca3bf;
}

#searchSuggestions .topDesigner {
     clear: right;
     float: right;
     margin: 20px 0px 30px 25px;
     padding: 0px;
     width: 290px;
}

#searchSuggestions .headerTopDesigner {
     color: #000000;
     font-family: DINMedium;
     font-size: 17px;
     font-weight: 300;
     line-height: 13pt;
     margin-bottom: 15px;
     padding: 0px;
     text-transform: uppercase;
}

.ac_li_query {
     cursor: pointer;
}

.ellipsis {
    
}

/* Custom Client CSS changes */
.searchMiniContainer.open
{
    border-radius: 14px !important;
	-moz-border-radius: 14px !important;
	-webkit-border-radius: 14px !important;
	
}

.searchMiniForm #search
{
    margin: 0 !important;
}
.search-autocomplete:before
{
	display: none !important;
}

.onsale-category-container{
    z-index: 4 !important;
}

/*Override 'Go' button text*/
.toProduct.button::before {
    color: #fff;
    content: "SHOP NOW";
    padding-left: 19px;
}

/* ----------- */
/*  Reponsive  */
/* ----------- */
@media only screen and (max-width: 1281px) and (min-width: 320px) {
    #searchSuggestions .topSearch, #searchSuggestions .topProducts {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    #searchSuggestions .topProducts {
    display: none !important;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 701px) {
	/* Styles */
	#searchSuggestions {
		top: 110px;
		left: 0!important;
	}
	#searchSuggestions .topProducts {
	}
	#searchSuggestions .topSearch {
		float: left;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 700px){
	#searchSuggestions {
		left: 0 !important;
		right: auto !important;
		width: 100% !important;
		top: 106px;
		/* height: 54vh; */
		overflow: auto!important;
	}
	#searchSuggestions .topProducts {
	}
	#searchSuggestions .topSearch {
		padding-left: 15px;
		margin: 15px 0;
	}
	#searchSuggestions li.productItem {
		padding:0px;
	}
	#searchSuggestions .topProducts .productDesc {
		text-align: left;
		float: left;
		padding: 20px 0;
	}
		
	#searchSuggestions .topProducts .productImage {
		/* height: 70px !important; */
		/* margin-right: 10px; */
		float: left;
	}
	.productDesc a {
		 float: left !important;
		 line-height: 12px;
	}
	#searchSuggestions .topProducts .productImage img {
		display: inline ! important;
		/* width: 140px !important; */
		/* height: 70px !important; */
		max-width: 140px;
		max-height: 70px;
		width: auto!important;
		height: auto!important;
	}
	#searchSuggestions .topProducts .productDesc .productPrice {
		margin-right: 10px;
		display: inline-block;
	}
}

@media only screen and (max-width: 426px) and (min-width: 320px) {
    #searchSuggestions .topProducts {
		display: none !important;
	}
}

@media only screen and (max-width: 700px) and (min-width: 427px) {
    #searchSuggestions {
        max-height: 465px!important;
    }
	#searchSuggestions .topSearch {
		min-width: 128px;
	}
    #searchSuggestions li.productItem {
		width: 100%;
	}
    #searchSuggestions .topProducts .productDesc {
		text-align: center;
		/* float: none; */
		padding: 0;
		padding: 20px 0;
	}
    #searchSuggestions .topSearch ul {
        /* max-height: 237px; */
        overflow: auto;
    }
}
@media only screen and (max-width: 426px) and (min-width: 320px){
	#searchSuggestions .topSearch {
		min-width: 128px;
	}
    #searchSuggestions li.productItem {
		width: 100%;
	}
	#searchSuggestions .topProducts .productImage {
		float:none;
		width: 100%;
		padding: 0;
	}
	#searchSuggestions .topProducts .productDesc {
		float:none;
		width: 100%;
		text-align: center;
		padding: 0;
	}
}
@media only screen and (min-width: 641px) and (max-width: 700px) and (orientation: landscape){
    #searchSuggestions {
        /* height: 64vh; */
    }
}
@media only screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape){
    #searchSuggestions {
        /* height: 66vh; */
    }
}
@media only screen and (min-width: 360px) and (max-width: 700px) and (orientation: portrait){
    #searchSuggestions {
        /*height: 82vh;*/
    }
}
@media only screen and (min-width: 320px) and (max-width: 359px) and (orientation: portrait){
    #searchSuggestions {
        /* height: 75vh; */
    }
}