.search-header {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.search-header .heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}
.search-header .heading .icon {
    font-size: 20px;
    margin-right: 20px;
}
.search-nav {
    background: var(--maincolor) ;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    position: relative;
}
.search-nav ul {
    padding-top: 15px;
}
.search-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}
.search-nav ul li a .icon {
    width: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
    opacity: .3;
}
.search-nav ul li a .text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search-nav ul li a:hover {
    background: var(--footerserit);
    color: #fff;
}
.search-header {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.search-header form {
    width: 100%;
}
#buyuk {
    text-transform: none;
}
.search-header input {
    font-family: "Cerebri Sans", sans-serif;
    color: #333;
    height: 63px;
    width: 98%;
    font-size: 16px;
    border-radius:0px!important;
    border: 0!important;
}
.search-header input:focus {
    border: 0!important;
}
.search-header input::placeholder {
    font-weight:600;
    color: #444;
    opacity: 1; /* Firefox */
  }
.search-close {
    border: none;
    background: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.search-close .icon {
    color: var(--maincolor);
    font-size: 28px;
}
.search-list {
    overflow-x: hidden;
    max-width: 98%;
    max-height: 500px;
    padding-left:20px;
    height: calc(100% - 65px);
    overflow-y: auto;
    scrollbar-color: rgba(0, 0, 0, 0.2) #fff;
    scrollbar-width: thin;
    display: block !important;
}
.search-wrapper .row > div {
    height: 100%;
}
.search-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.search-list ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -15px;
    bottom: -1px;
    left: -15px;
    border-radius: 15px;
    background: rgba(7, 148, 170, 0.08);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.search-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-list__photo {
    width: 100px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
    padding: 5px;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 15%);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-list__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.search-list__right {
    padding-left: 15px;
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Cerebri Sans", sans-serif;
}
.search-list__right .title {
    color: #3370b6;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    max-height: 42px;
}
.search-list__right .text {
    font-size: 14px;
    color: #999;
}
.search-list::-webkit-scrollbar {
    width: 6px;
}
.search-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}
.search-list::-webkit-scrollbar-track {
    background-color: #fff;
}
.search-list::-webkit-scrollbar {
    display: block!important;
}
@media (min-width: 992px){
    .search-content {
        width: calc(100% - 260px)!important;
        padding:0!important;
    }
}
/*.hero-search__dropdown-list ul li:hover:before {
    opacity: 1;
    visibility: visible;
}*/

.hero-search__dropdown-list ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -25px;
    bottom: -1px;
    left: -25px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgb(23 53 86 / 15%);
    box-shadow: 0 0 30px rgb(23 53 86 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
