h1.elementor-search-stats {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 26px;
}
  
.elementor-search-stats span {
 color: #1a1a1a;
 font-weight: 700;
}
.ninetenowtoo-breadcrumb {
  margin-top: 3px;
}
body.search-results .pxl-wapper #pxl-main {
  padding-top: 0 !important;
}

#pxl-footer-elementor {
  background-color: #fafafa;
}
#pxl-header-elementor .ninetenowtoo-search-form {
  display: flex;
  align-items: center;
  height: 70px;
}
.ninetenowtoo-search-form form {
  position: relative;
}
.ninetenowtoo-search-form button[type="submit"]:not(.btn) {
  padding: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/iconoir_search.svg) no-repeat center center;
  width: 24px;
  height: 44px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-indent: -999em;
  }
  .hero .ninetenowtoo-search-form button[type="submit"]:not(.btn) { 
    height: 56px;
  }
.ninetenowtoo-search-form input[type="search"] {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.hero .ninetenowtoo-search-form input[type="search"] {
  height: 60px !important;
  
  border-bottom: 1px solid #1a1a1a;
  
  font-size: 28px;
  font-weight: 500;
  
  padding: 10px 20px 10px 40px;
}

@media (min-width: 1201px) {
  #pxl-header-elementor .ninetenowtoo-search-form input[type="search"] {
    max-width: 180px;
    padding-right: 15px !important;
  }
}
@media (min-width: 1360px) {
  #pxl-header-elementor .ninetenowtoo-search-form input[type="search"] {
      max-width: 200px;
  }
}
@media (min-width: 1440px) {
  #pxl-header-elementor .ninetenowtoo-search-form input[type="search"] {
      max-width: 220px;
  }
}
@media (max-width: 1200px) {
  body.search-results .pxl-wapper #pxl-main {
      padding-top: 70px !important;
  }
  #pxl-header-elementor .ninetenowtoo-search-form input[type="search"] {
    max-width: 220px;
  }
}

/* Customize WordPress search input */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* remove default */
  appearance: none;

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a1a1a'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

