
/*************************************************************************/
/* search collapse  */

.res-search-header-icon {
	padding: 0 .0rem;
}

.res-search-row{
	position: absolute;
	width: 100%;
	z-index: 996;
	background-color: #fff;
/*	background-color: #f4f4f4;*/
}

.searchform label{
	display: block;
	width: 80%;
	margin: 5px 10px 0 0;
	padding: 0;
}
.searchform input{
	height: 60px;
	background: #fff;
	border: 1px solid #dedede;
}
.searchform .btn {
	position: relative;
	font-size: 100%;
	font-weight: 400;
	margin: 5px 0 0 0;
	height: 60px;
	width: 60px;
	outline: 0;
	border: 1px solid #dedede;
	border-radius: 0;
}

input:focus,
button:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-width: 0px;
}
.search-field.form-control:focus {
    box-shadow: none;
}


button#searchsubmit {
	padding: 0;
	border: none;
}

button#searchsubmit i{
	font-weight: 300;
}



/* Shop Search */

.shopsearch-bar input.yith-s {
    color: #000;
    background-color: #fff;
   	display: block;
    width: 50%;
	min-width: 400px;
    height: calc(1.67em + 0.8rem + 6px);
    padding: 0.6rem 2rem;
    font-size: 110%;
    font-weight: 400;
    border: 1px solid #eee;
}
.shopsearch-bar input#yith-searchsubmit {
    height: calc(1.67em + 0.8rem + 6px);
    padding: 0.6rem 2rem;
	margin-left: 10px;
    font-size: 110%;
    font-weight: 400;
    border: 1px solid #eee;
	width: auto;
}

.shopsearch-bar .yith-ajaxsearchform-container form {
	width: 100%;
	display: block;
}
.shopsearch-bar .yith-ajaxsearchform-container form div {
	display: flex;
}
.shopsearch-bar .autocomplete-suggestion {
    font-size: 20px;
    line-height: 200%;
}

@media only screen and (max-width: 970px) {
	
	.res-search-row{
		position: absolute;
		width: 90%;
		left: 5%;
		top: 80px;
		z-index: 66;
	}
	.res-search-row .searchform{
	 padding: 20px 0;
	}
	.res-search-row .searchform label{
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.mobile-collapse-search-icon {
		position: absolute;
		width: 40px;
		right: 66px;
		top: 13px;
	}
	.res-fixnav.transition-top .mobile-collapse-search-icon {
		display: none;
	}
	
	
}

