
.elastic li {
    transition: all ease 500ms;
    line-height: 1.4;
}

.elastic li.hide {
    display: none;
}
.search-content-fields {
    padding-bottom: 30px;
}
.search-form-box-content {
    position: relative;
}
.elasticList {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    height: auto;
    z-index: 99;
    background: #fff;
    display: none;
    border-radius: 5px;
}
.elasticList ul{
    padding-left: 0;
    max-height: 246px;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    
}

.elasticList ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.elasticList ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}
.elasticList ul::-webkit-scrollbar-thumb {
    background: #33383c;
    border-radius: 5px;
}
.elasticList ul::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.elasticList li{
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 32px;
}
.elasticList li:hover{
    background: #e7e7e71c;
}
.elasticList li a{
    display: inline-block;
    width: 100%;
    position: relative;
    
}
.elasticList li a span{
    font-size: 18px;
}
.elasticList li a i{
    color: #33383c;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.elasticList li img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  object-fit: cover;
}
.search-content-fields .pos-relative{
    position: relative;
}
.elastic-icon{
    position: absolute;
    top: 50%;
    right: 0;
}
.scroll-progress{
    z-index: 99 !important;
}
.search-form-wrapper .search-form-box {
    position: relative;
    width: 50%;
}
@media (max-width: 1199px) {
	.teknik_ozellikler.min-h-200px{
		min-height: 10px !important;
	}
	.breadcrumb.pt-55px{
		padding-top:5px !important;
	}
	.shop-banner-style-01 figure figcaption {
	  opacity: 0.8;
	}
	.shop-banner-style-01 figure figcaption .banner-subtitle {
	  opacity: 0.8;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
	  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
	}
	.shop-banner-style-01 figure figcaption .banner-title {
	  opacity: 0.8;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
	  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
	}
	.shop-banner-style-01 figure figcaption .banner-btn {
	  opacity: 0.8;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
	  transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
	}
  	.swiper.ipad-top-space-margin {
	    margin-top: 50px !important;
  	}
    .section-dark h1, .section-dark .h1{
        font-size: 3rem !important;
    }
    .w-60{
        width: 100% !important;
    }
}
