/**
 * @category   Webkul
 * @package    Webkul_MpSellerMapLocator
 * @author     Webkul Software Private Limited
 * @copyright  Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */
.wk_search {
    padding: 60px 0;
}

.wk_search h1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.wk_search_heading {
    width: 47%;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

.wk_search_search {
    width: 65%;
    text-align: center;
    margin: auto;
}

.wk_search_search input[type=text] {
    width: 30%;
    margin-right: 2%;
    border-radius: 3px;
}

#wk_sl_search_button {
    margin-top: -6px;
}

.icon{
    position: relative;
    left: 2.3rem;
    height: 15px;
    top: 0.2rem;
}

#search_icon{
    opacity: 0.5;
}

.wk_search_search input[type=text]{
    padding-left: 25px;
}


@media screen and (max-width : 696px) {
    #wk_sl_search_button {
        margin-top: 10px;
    }
}

@media screen and (max-width : 542px) {
    .wk_search_search input[type=text], #wk_sl_search_button {
        width: 70%;
        display: block;
        margin: auto;
        margin-bottom: 1%;
    }
    .icon{
        top: 2.8rem;
        left: -30.5%;
    }
}

