/**
* 2007-2014 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-2014 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#big_search {
    display: none;
    width: 100%;
    margin: auto;
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19),
        0 0 0 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19),
        0 0 0 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

#big_search_output {
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}
.arrows {
    display: flex;
    justify-content: center;
}

#big_search #big_search_input .search_query {
    line-height: 60px;
    font-size: 45px;
    border: none;
    width: 100%;
    outline-style: none;
    color: #fff;
    background-color: #62ba78;
    padding: 5px 60px 5px 20px;
}
#big_search #big_search_input .block_content {
    margin: 0px !important;
}
strong {
    font-weight: bold !important;
    line-height: 20px;
}

#search_icon {
    cursor: pointer;
    /*float: right;*/
    padding: 8px 10px;
    display: flex;
}

#search_icon img {
    /*float: right;
	margin-right: 18px;
	margin-top:-5px*/
    width: 35px;
    object-fit: contain;
}

#big_search_ajax_loader {
    padding: 20px;
    margin: 0 auto;
    display: none;
    width: 104px;
}

#close_button {
    position: absolute;
    right: 25px;
    top: 22px;
    cursor: pointer;
    z-index: 99;
    background: #000;
    color: white;
    padding: 5px;
    border-radius: 2px;
}

.big_s_full {
    width: 100%;
    height: 100%;
    display: table;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    border: none;
}
#big_search_no_result {
    display: table-cell;
    vertical-align: middle;
}
.big_search_product_wrapper strong {
    color: red;
}
.big_search_results {
    margin: 0px auto;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    width: 320px;
    height: 380px;
}

.big_search_results ul {
    position: absolute;
    display: flex;
    flex-direction: row;
}

.big_search_results li.big_search_item {
    width: 300px;
}
.pos1 {
    width: 50%;
}
.arrowLeft {
    display: flex;
    justify-content: flex-end;
}

.pos2 {
    width: 50%;
}
.arrowRight {
    display: flex;
    justify-content: flex-start;
}

.specIcon {
    font-size: 58px;
}
.specIcon:hover {
    background: #86dc98ab;
    border-radius: 50%;
    cursor: pointer;
}
a {
    color: black;
}

@media all and (min-width: 330px) {
    .big_search_results li.big_search_item {
        width: 280px;
        height: 380px;
    }
    .big_search_results {
        width: 280px;
    }
    #big_search #big_search_input .search_query {
        font-size: 19px;
    }
}

@media all and (min-width: 480px) {
    .big_search_results li.big_search_item {
        width: 230px;
    }
    .big_search_results {
        width: 460px;
    }
    #big_search #big_search_input .search_query {
        font-size: 25px;
    }
}

@media all and (min-width: 680px) {
    .big_search_results li.big_search_item {
        width: 220px;
    }
    .big_search_results {
        width: 660px;
    }
}

@media all and (min-width: 768px) {
    .big_search_results li.big_search_item {
        width: 250px;
    }
    .big_search_results {
        width: 750px;
    }
}

@media all and (min-width: 868px) {
    .big_search_results li.big_search_item {
        width: 210px;
    }
    .big_search_results {
        width: 840px;
    }
}

@media all and (min-width: 992px) {
    .big_search_results {
        width: 960px;
    }
    .big_search_results li.big_search_item {
        width: 240px;
    }
}
@media all and (min-width: 1200px) {
    .big_search_results li.big_search_item {
        width: 230px;
    }
    .big_search_results {
        width: 1150px;
    }
}

@media all and (min-width: 1300px) {
    .big_search_results li.big_search_item {
        width: 250px;
    }

    .big_search_results {
        width: 1250px;
    }
}
@media all and (min-width: 1550px) {
    .big_search_results li.big_search_item {
        width: 239px;
    }

    .big_search_results {
        width: 1434px;
    }
}
@media all and (min-width: 1850px) {
    .big_search_results li.big_search_item {
        width: 248px;
    }

    .big_search_results {
        width: 1736px;
    }
}

.isVisible {
    display: flex;
}
.noVisible {
    display: none;
}

.big_search_results li.big_search_item {
    padding: 10px;
    float: left;
}

.big_search_results li.big_search_item .big_search_product_wrapper {
    padding: 10px;
    border: 1px solid #ddd;
}

.big_search_results li.big_search_item img {
    width: 100%;
    vertical-align: bottom;
}

.big_search_results li.big_search_item span {
    width: 100%;
    display: block;
    padding: 5px;
}
.big_search_results li.big_search_item span.product_name {
    font-weight: bold;
    padding-top: 10px;
}

.big_search_results li.big_search_item span.product_name,
.big_search_results li.big_search_item span.product_desc {
    text-align: center;
}

#big_search_nav {
    width: 100%;
    padding: 5px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: #ededed;
}
/*
#big_search_nav_next {
    padding: 10px;
    cursor: pointer;
    float: right;
}
#big_search_nav_prev {
    padding: 10px;
    cursor: pointer;
    float: left;
}
*/
