@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

.wrap_search_widget {
    position: relative;
}

#header .header-nav #bon_search_widget {
    padding-right: 0 !important;
}

#search_popup {
    position: absolute;
    left: 0;
    top: 44px;
    width: 276px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

#bon_search_widget .reference {
    font-size: 0.9rem;
}

#search_popup .wrap_item {
    padding: 10px;
}

#search_popup .wrap_item .product {
    margin-bottom: 10px;
}

#search_popup .wrap_item .product:last-child {
    margin-bottom: 0;
}

#search_popup .product .search_img {
    border: 1px solid #ddd;
    float: left;
    margin-right: 5%;
    width: 30%;
}

#search_popup .product .search_img:hover {
    border: 1px solid #777;
}

#search_popup .product .search_img img {
    max-width: 100%;
    height: auto;
}

#search_popup .search_info {
    float: left;
    width: 65%;
}

#bon_search_widget .search_info .product_name {
    font-size: .875rem;
    font-weight: 400;
}

#bon_search_widget .search_info .price {
    display: block;
    font-size: .875rem;
    color: #232323;
    font-weight: 700;
    margin-top: 4px;
}

#bon_search_widget button:focus,
#bon_search_widget button:active,
#bon_search_widget button:active:focus {
    outline: none !important;
}


/* .bonsearch-microphone */
#bonsearch-popup-wrapper .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    margin: 0 auto !important;
}

.bonsearch-icon-speech.show::after {
    animation: animate 2s ease;
    animation-iteration-count: infinite;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 16px solid rgba(226, 226, 226, 0.432);
    position: absolute;
    content: '';
    z-index: -1;
}

.bonsearch-icon-speech.show {
    background-color: #e2e2e2;
}

.bonsearch-icon-speech {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #E84B3D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 37px 0;
    position: relative;
    z-index: 3;
}

.bonsearch-icon-speech i {
    color: #7a7a7a;
}

.bonsearch-speek-text,
.bonsearch-error-text,
.bonsearch-unsupport-text {
    display: none;
}

.bonsearch-speek-text.show,
.bonsearch-error-text.show {
    display: block;
}


#bonsearch-popup-wrapper.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

#bonsearch-popup-wrapper .modal-dialog {
    min-width: 100%;
    margin: 0 auto;
}

#bonsearch-popup-wrapper .modal-content {
    width: 260px;
    align-items: center;
}

#bonsearch-popup-wrapper .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bonsearch-popup-wrapper .modal-body p {
    margin-bottom: 20px;
    text-align: center;
    color: #3a3a3a;
    font-size: 15px;
}

#bon_search_widget .search-form-inner {
    position: relative;
}

#bon_search_widget .search-form-inner #input_search {
    width: 100%;
    outline: none;
}

#bon_search_widget .bonsearch-microphone {
    position: absolute;
    background: none;
    border: none;
    bottom: 0.4rem;
    right: 2.25rem;
    cursor: pointer;
}

#bon_search_widget button {
    cursor: pointer;
}

#bon_search_widget .button[type=submit] {
    bottom: 0.4rem;
}

#bonsearch-popup-wrapper .bonsearch-microphone i {
    color: #dedede;
    font-size: 20px;
}

#bonsearch-popup-wrapper .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}


@keyframes animate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}


/* Prestashop 1.6. modal styles*/

#search_block_top #input_search {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px;
}

#search_block_top .bonsearch-microphone {
    position: absolute;
    background: none;
    border: none;
    bottom: 0.4rem;
    right: 7.25rem;
    cursor: pointer;
}

#search_block_top #search_popup {
    left: 16px;
    top: 95px;
    width: 369px;
}

#search_block_top .price {
    display: block;
    padding: 10px 0;
}

#search_block_top #bonsearch-popup-wrapper {
    display: block;
    padding: 10px 0;
}

.version_1_6 .bonsearch-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.version_1_6 .bonsearch-icon-speech.show::after {
    left: 0;
}

.version_1_6 .bonsearch-icon-speech.show i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    #search_block_top {
        padding-top: 5px;
        margin-bottom: 50px;
    }
}