.search-overlay-wrap {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.95);
    overflow-y: hidden;
    
}

.search-overlay-wrap.open { height: 100%; }

.search-overlay-content {
    position: relative;
    top:50%;
    width: 80%;
    margin: auto;
    text-align: center;
}

.search-closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
}
.fullscreen-search-form {
    width: 80%;
   
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.search-overlay-wrap.open .search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
	position:relative;
   
}
.search-overlay-wrap.open .search-wrapper input{
	padding:5px 15px;
	border-radius: 5px 5px 0 0;
}
.search-overlay-wrap.open .search-wrapper input:focus-visible{
	border:1px solid #fff !important;
	
}
.search-overlay-wrap.open .search-wrapper input{
	font-size:28px;
	font-weight:200;
}
.search-overlay-wrap.open .search-wrapper button{
	position: absolute;
    right: 10px;
}
.search-overlay-wrap.open .search-wrapper button i{
	font-size:22px;
}
.search-field {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size:14px;
    padding: 8px 15px;
    text-align: left;
}

.search-field::placeholder {
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    font-size: 1em;
}

.search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}

.search-submit img {
    width: 22px;
    height: 22px;
    filter: invert(1);
    opacity: 0.8;
    transition: opacity 0.2s;
}

.search-submit:hover img {
    opacity: 1;
}
button.search-submit {
    background: transparent !important;
    border: none !important;
}
#elementor-popup-modal-742 .dialog-widget-content{
	background:transparent !important;
}
.mobile-product-menu nav a:hover{
	text-decoration:underline !important;
	color:#999 !important;
}
#elementor-popup-modal-742 .dialog-message{
	width: 100% !important;
}
@media(max-width:767px){
	.mobile-product-menu nav a{
		padding:10px 0px !important;
	}
	 .left-menu nav{
		margin-top:0 !important;
	}
	 .left-menu nav a{
		padding-top:0px !important;
	}
}
.searchbox .search-wrapper{
	position:relative;
}
.searchbox .search-wrapper input{
	width:100%;
}
.searchbox .search-wrapper button{
	position:absolute;
	right:-7px;
}