/*===========================
    1. Specialnew  eklentıler breadcrumbs link stil ayarı css 
===========================*/

  .crumbswrapper {text-align: center;}
#crumbs {
  text-align: left;
  display: inline-block;
  font-family: roboto;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.innerwrap {
  display: inline-block;
  background:#4489ff;
  padding-right: 10px;
  margin: 0 0 0 -5px;
}
.innerwrap:last-child {
  background: none;
}
.innerwrap:nth-last-child(2) {
  background: #eef5ff;
}
#crumbs a, #crumbs span {
  background:#4489ff;
  border-radius: 0 20px 20px 0;
  box-shadow: 5px 0 10px -4px #444;
  color: white;
  padding: 10px 25px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}
.innerwrap:nth-last-child(2) a {
  box-shadow: none!important;
}

#crumbs span.current{
  background: #eef5ff !important;
  box-shadow: none!important;
  white-space: nowrap;
  color: #4489ff!important; 
}
/*===========================
    1. Specialnew  eklentıler arama formu ve listeleme css 
===========================*/
.input-box {
  position: relative;
  height: 76px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 0 20px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}
.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #4070f4;
  cursor: pointer;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}