/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#search_block_top {
  padding-top: 50px; }
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #92bcf3;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #154690; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    background: #fbfbfb;
    margin-right: 1px; }
  
#search_block_top button.bs17 {
    color:#7a7a7a !important;
    background:#fbfbfb !important;
    margin: 2px;
  }

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }

#suggestions .suggest-element{
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float:left;
}

#suggestions .suggest-element:hover{
	background-color: #D4D4D4;
}

#suggestions .suggest-element a{
	text-decoration:none;
}

#suggestions {
    height: auto;
    overflow: auto;
    position: absolute;
    top: 95px;
    width: 93%;
    z-index: 9999;
}

#suggestions .suggest-element .container-image {
	float:left;
	margin-right:2%;
        width: 32%;
}

#suggestions .suggest-element .suggest-text {
	float:left;
	width:66%;
}

#suggestions .name {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
}

#suggestions .reference {
	float:left;
	width:100%;
	font-style:italic;
}

#suggestions .manufacturer, #suggestions .manufacturer, #suggestions .category {
	float:left;
	width:100%;
	font-weight:bold;
}

#suggestions .short_description {
	float:left;
	width:100%;
}

#suggestions .price {
	float:left;
	width:100%;
        margin-bottom: 15px;
	font-weight:bold;
	color:#FF0000;
}


/* COLUMN */
#suggestions_column {
	width:200px;
	height:auto;
	overflow: auto;
	margin-top:-25px;
}

#suggestions_column .suggest-element{
	background-color: #EEEEEE;
    border-top: 1px solid #666666;
    cursor: pointer;
    padding: 8px;
    width: 184px;
	float:left;
}

#suggestions .more-results {
    background-color: #EEEEEE;
    border-top: 1px solid #666666;
    cursor: pointer;
    padding: 0px;
    width: 100%;
	float:left;
}

#suggestions .more-results a {
    padding: 8px;
    width: 100%;
	float:left;
}

/* PrestaShop 1.7 */

.search-widget {
    padding-top: 0px !important;
}

.search-widget #suggestions .suggest-element .suggest-text {
    float: right;
    width: 62%;
}

.search-widget .btn.button-search::before {
    content: none !important;
}

#suggestions .container-button-add-to-cart {
    width: 100%;
    float:left;
}

#suggestions button.add-to-cart {
    position: relative !important;
    font-size: 12px;
}
