.kt-search-open-as.modal .kt-search-overlay,
.kt-search-open-as.modal .kt-search-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.kt-search-open-as .kt-toggle-wrapper {
cursor: pointer;
}
.kt-search-open-as.modal .kt-close-overlay .kt-close-search-modal {
position: fixed;
top: 49px;
right: 40px;
z-index: 999999;
}
.kt-search-open-as.modal .kt-close-overlay .kt-close-search-modal i {
fill: #fff;
width: 30px;
height: 30px;
}
.kt-search-open-as.modal .kata-plus-search-ajax-result {
max-height: 545px;
overflow-y: scroll;
}
.kt-search-open-as.modal .kt-search-overlay {
background: rgba(0, 0, 0, 0.5);
height: 100%;
}
.kt-search-open-as.modal .kt-search-wrapper {
z-index: 999999;
width: 100%;
top: 50%;
}
.kt-search-open-as.modal .kata-plus-search-form {
background-color: #ebeef3;
width: 100%;
max-width: 570px;
padding: 40px 30px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
border-radius: 6px;
}
.kt-search-open-as.modal .kata-plus-search-form input[type="search"] {
color: #000000;
font-size: 13px;
font-weight: 400;
background-color: #ffffff;
width: 100%;
height: 60px;
padding-top: 17px;
padding-right: 10px;
padding-bottom: 14px;
padding-left: 20px;
margin-right: 0px;
margin-bottom: 0px;
border: 1px solid #f1f1f1;
border-radius: 2px;
box-shadow: 0px 2px 3px 0px #00000005;
}
.kt-search-open-as.modal .kata-plus-search-form input[type="submit"] {
font-size: 16px;
line-height: 1em;
font-weight: 500;
cursor: pointer;
min-width: 140px;
padding: 14px;
margin-top: 4px;
border-style: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.search-form input[type="search"],
.kata-plus-search-form input[type="search"] {
outline: none !important;
} input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
}
input.hide-clear[type="search"]::-ms-clear,
input.hide-clear[type="search"]::-ms-reveal {
display: none;
width: 0;
height: 0;
}
input.hide-clear[type="search"]::-webkit-search-decoration,
input.hide-clear[type="search"]::-webkit-search-cancel-button,
input.hide-clear[type="search"]::-webkit-search-results-button,
input.hide-clear[type="search"]::-webkit-search-results-decoration {
display: none;
}
.kata-search-icon .kata-icon {
cursor: pointer;
}
.kata-plus-search-form .kata-search-icon select.kt-search-term {
border-radius: 5px;
background-color: #eaeaea;
border: none;
color: #888888;
font-size: 14px;
font-weight: 500;
border: 1px solid #cacaca;
line-height: 23px;
padding: 10px 11px;
position: absolute;
top: 4px;
left: 5px;
}
.kata-plus-search-by-taxonomy input[type="search"] {
padding-left: 215px
}