/**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2023 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

/* package search block */
.package_search_submit {
    width: 100%;
    border-radius: 4px;
}
.package_search_submit span {
    padding: 6px 10px 6px 10px!important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.34px;
}
.home_block_seperator {
    left: -43px;
    right: -43px;
}
#category_search_wrapper label {
    text-transform:uppercase;
    font-size: 16px;
    color: #333333;
}
#category_search_wrapper .pkg-search-input {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 9px 1px rgba(0,0,0,0.15);
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.pkg-search-input:-moz-placeholder,
.pkg-search-input:-moz-placeholder,
.pkg-search-input:-ms-input-placeholder,
.pkg-search-input:-webkit-input-placeholder {
    opacity: 0.3;
    font-size: 16px;
    /* font-weight: bold; */
    color: #000000;
}

.location_search_results_ul {
    display: none;
    top: 0px;
    padding: 0px;
    border-radius: 3px;
    border: 1px solid #d6d4d4;
    background-color: #FFF;
    position: absolute;
    width: 100%;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}
    .location_search_results_ul li {
        background-color: #FFF;
        color: #333;
        cursor: pointer;
        text-align: left;
        list-style: outside none none;
        font-size: 14px;
        width: 100%;
        padding: 15px;
    }
    .location_search_results_ul li.active {
        background-color: #2F85CE;
        color: #FFF;
    }
.error-border {
    border: 2px solid #dc3545!important;
}


/* landing page search */
.landing_search_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
    .landing_search_wrapper > div.container{
        z-index: 5500;
        padding: 15px 25px;
        background: #FFFFFF;
        box-shadow: 0 3px 15px 1px rgba(0,0,0,0.10);
        border-radius: 4px;
    }

    .package_search_xs {
        border: transparent;
        border-radius: 4px;
    }
    .package_search_xs span {
        padding: 6px 10px 6px 10px!important;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.34px;
    }