/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ImageSearch
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
@font-face {
    font-family: 'Admin Icons';
    src: url('../fonts/admin-icons/admin-icons.woff2') format('woff2'),
        url('../fonts/admin-icons/admin-icons.svg#Admin Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.action.image-search:before {
    content: "\e63c";
    font-family: "Admin Icons";
}

.block-search .action.image-search {
    cursor: pointer;
    display: inline-block;
    background-image: none;
    background-color: white;
    margin: 2px;
    color: darkgrey;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 35px;
    top: 5px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .block-search .action.image-search {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 56px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0 75px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}

.wk-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.wk-loader span {
    position: absolute;
    top: 40px;
    left: -50px;
    width: 11em;
}

.wk-hidden {
    visibility: hidden;
}

.wk-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wk-display-none {
    display: none;
}

span.wk-search-terms {
    padding-left: 8px;
    padding-right: 8px;
    margin: 8px;
    height: 28px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    border-radius: 2px;
    background-color: white;
    border: 1px solid lightblue;
}

span.wk-search-terms:hover {
    color: #3e64cc;
}

div.wk-image-wrapper {
    height: 50%;
    width: 100%;
    padding: 5px;
    margin: 10px;
    text-align: center;
}

label#browse-label {
    display: inline-block;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    background-color: #FFF;
    border: 1px solid #C4C6CF;
    position: relative;
    font-style: normal;
    cursor: pointer;
    transition: all .3s ease-out;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08);
    border-radius: 3px;
    text-align: center;
}

label#browse-label:hover {
    color: #333;
    background-color: #F2F3F7;
    border-color: #A0A2AD;
    text-decoration: none;
}

img#image-to-be-search {
    display: none;
}

div#terms-to-be-search {
    text-align: center;
}

div.wk-image-search {
    height: auto;
    min-height: 200px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #fdf0d5;
}

div#searched-image {
    float: left;
    width: 15%;
    height: auto;
    min-height: 100px;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
}

div#searched-image img {
    max-height: 160px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .32);
}

div#related-suggestions {
    width: 80%;
    height: 100px;
    float: right;
    margin-top: 1%;
    text-align: center;
}

div#related-suggestions h5 {
    text-align: left;
    margin-left: 8px;
    font-size: 14px;
    font-family: Roboto, Helvetica, Tahoma, Arial, Microsoft YaHei;
}

div#upload-box {
    z-index: 999;
    position: absolute;
    left: 53%;
    width: 94%;
    top: 100%;
    transform: translate(-50%);
    padding: 0 10px;
    box-sizing: border-box;
    height: 63px;
    font-size: 14px;
    line-height: 28px;
    background-color: #FFF;
    border: 1px solid #C4C6CF;
    font-style: normal;
    cursor: pointer;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08);
    border-radius: 3px;
    text-align: center;
    display: none;
}

input#uploader {
    display: none;
}

div.breadcrumbs {
    display: none;
}

.catalogsearch-result-index div.page-title-wrapper {
    display: none;
}

input#search {
    padding-right: 55px;
}

@media only screen and (min-width: 300px) {
    div#related-suggestions {
        width: 70%;
        height: auto;
        float: right;
        text-align: center;

    }

    span.wk-search-terms {
        padding-left: 8px;
        padding-right: 8px;
        margin: 2px;
        cursor: pointer;
        float: left;
        font-size: 12px;
        line-height: 26px;
        display: inline-block;
        border-radius: 2px;
        background-color: white;
        border: 1px solid lightblue;
    }
}