.header-style-1 .search-style-2 form {
  border: 1px solid #146c94;
}
.product-card-bottom{
  position: absolute;
  bottom: 20px;
}
.card-footer{
  position: absolute;
  bottom: 60px;
  width: calc(100% - 40px);
}
.product-content-wrap h2{
  display: -webkit-box;
 -webkit-line-clamp: 2;   /* max 2 satır */
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.product-img-action-wrap{
  min-height: 320px !important;
}
.product-content-wrap{
  min-height: 180px !important;
}
[type="checkbox"], [type="radio"] {
  height:15px;
  width: 15px;
}
.results_div{
  width: 100%;
  height: 0;
  visibility: hidden;
  max-height: 300px;
  background: #fff;
  border: 1px solid #c1c1c1;
  max-width: 700px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px;
  color:#000;
  transition: height .6s;
}
#search_results{
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #c1c1c1;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1650px) {
  .position-static > a {
    margin-left: 10px !important;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1450px) {
  .hotline > p {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1380px) {
  .hotline > p {
    font-size: 14px !important;
  }
  .position-static > a {
    margin-left: 5px !important;
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .header-container{
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .hotline{
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .slider-title{
    font-size:20pt;
  }
  .banner-img.style-3{
    height:210px;
  }
}
