/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.mobile-search{
    font-size: 0;
    line-height: 0;
}
.mobile-search .open-searchbox .biolife-icon{
    font-size: 21px;
    color: #333333;
}
.mobile-search .elementor-shortcode .form-search{
    position: relative;
}
.mobile-search .elementor-shortcode .input-text{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    height: 50px;
    border-radius: 10px;
    border-color: #DAA40C;
    color: #000;
    font-family: "Noto Kufi Arabic", Sans-serif;
}
.mobile-search .elementor-shortcode .input-text::-webkit-input-placeholder { /* Edge */
    line-height: 25px;
}
.mobile-search .elementor-shortcode .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    line-height: 25px;
}
.mobile-search .elementor-shortcode .input-text::placeholder {
    line-height: 25px;
}
.mobile-search .elementor-shortcode .nice-select .current{
    width: 100%;
    color: #666666;
}
.mobile-search .elementor-shortcode .nice-select{
    display: inline-block;
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    width: 160px;
    clear: none;
    margin-left: 0;
    border-right: none;
}
.mobile-search .elementor-shortcode .btn-submit{
    font-size: 16px;
    color: #ffffff;
    background: #DAA40C;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
	border-radius: 10px 0 0 10px ;
}
.mobile-search .elementor-shortcode .btn-submit:hover{
	background:#032d53;
}
.search_result{
    position: absolute;
    border: #fff;
    background: #fff;
    border-radius: 10px;
    width: 100%;
}
@media (max-width: 767px) {
    .search_result {
        position: fixed;
        left: 0;
        right: 0;
    }
}
.search_result ul {
    padding: 0;
    margin-top: 20px;
	list-style:none;
	height:300px;
	overflow-y:auto;
	padding-right:10px;
	padding-top:15px;
}
.search_result ul li{
    margin-bottom: 20px;
}
.search_result ul li span.please-wait{
	color:#000;
	font-size:16px;
	font-family: "Noto Kufi Arabic", Sans-serif;
}
.search_result ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding:5px;
	border-radius:10px;
	font-family: "Noto Kufi Arabic", Sans-serif;
}
.search_result ul li a:hover{
	background:#DAA40C;
}

.search_result ul li span{
    font-size: 16px;
    color: #DAA40C;
    margin-right: 10px;
    line-height: 24px;
}
.search_result ul li a:hover span{
	color:#fff;
}
.search_result ul li a img {
    width: 60px;
    border-radius: 10px;
}