@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, Geneva, sans-serif;
  outline: none;
}
.search-panel {
  margin: 100px auto;
  width: 90%;
  max-width: 800px;
  position: relative;
}
.search-panel .banner {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.search-panel .banner .ico {
  height: 250px;
  width: 250px;
  border-radius: 200px;
  background-image: url("../img/scooter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% auto;
  background-color: #fff;
  margin: 0 auto;
}
.search-panel .input {
  position: relative;
  text-align: center;
}
.search-panel .input .search-ico {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #000;
  top: 3px;
  left: 5px;
  background: url("../img/loupe.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  opacity: 0.5;
}
.search-panel .input input {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 44px;
  line-height: 40px;
  padding-left: 50px;
  border: none;
  outline: none;
  font-size: 14px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .search-panel {
    margin-top: 150px;
  }
  .search-panel .banner .ico {
    position: relative;
  }
  .search-panel .banner h1 {
    padding: 0;
    height: auto;
    text-align: center;
    font-size: 20px;
  }
}
.btn {
  height: 40px;
  line-height: 40px;
  background: #E1E1E1;
  border: none;
  padding: 0 40px;
  border-radius: 5px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.btn.btn-small {
  height: 30px;
  line-height: 25px;
  font-size: 10px;
  padding: 0 20px;
}
.btn:hover {
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.3);
}
ul {
  list-style: none;
}
.mentions {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #E1E1E1;
}
.footer {
  padding: 20px 0;
  background-color: #E1E1E1;
  text-align: center;
}
.footer .pages li {
  display: inline-block;
}
.footer .pages li a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  margin: 0 20px;
}
.score .star {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(../img/star.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.score .star.start-n {
  background-image: url(../img/star-n.png);
}
.score .rates {
  display: inline-block;
}
.score .rates-stats {
  font-size: 12px;
  margin-left: 10px;
  color: #066FBF;
}
.footer .footer-links li {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  margin: 0 20px;
}
.footer .footer-links li a {
  text-decoration: none;
  color: inherit;
  opacity: 0.6;
  font-weight: bold;
}
.footer .footer-links li a:hover {
  opacity: 1;
}
.wrapper {
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.wrapper p {
  margin-bottom: 20px;
}
.page-wrapper.contact .wrapper {
  max-width: 500px;
}
.page-wrapper.contact .message {
  text-align: center;
  font-size: 12px;
  margin: 22px 0;
  color: #00e988;
}
.page-wrapper.contact form {
  width: 100%;
  margin-bottom: 50px;
}
.page-wrapper.contact form input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 10px;
  outline: none;
  border: 1px solid #cccccc;
}
.page-wrapper.contact form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  max-height: 300px;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}
.page-wrapper.contact form .captcha {
  padding-right: 120px;
  position: relative;
  border: 1px solid #cccccc;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 20px;
}
.page-wrapper.contact form .captcha input {
  margin-top: 0px;
  border: none;
  background: transparent;
}
.page-wrapper.contact form .captcha img {
  position: absolute;
  top: 8px;
  right: 10px;
}
.page-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.search-bar {
  padding: 60px 0 20px;
}
.search-bar .ico {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-color: #fff;
  background-image: url("../img/scooter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  border-radius: 5px;
  border: none;
  vertical-align: middle;
  margin-right: 40px;
}
.search-bar input {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #C6C6C6;
  width: 50%;
  font-size: 13px;
  background-image: url("../img/loupe-2.png");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: right 10px center;
}
.search-bar .btn {
  border-radius: 5px;
  float: right;
  margin-left: 10px;
}
.search-categories {
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
}
.search-categories ul li {
  display: inline-block;
  color: #4d4d4d;
  text-align: center;
  margin-right: 15px;
}
.search-categories ul li a {
  display: inline-block;
  height: 40px;
  line-height: 50px;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  padding: 0 20px;
}
.search-categories ul li a:hover {
  color: #066FBF;
}
.search-categories ul li.active {
  color: #066FBF;
  border-bottom: 3px solid #066FBF;
}
.search-results .suggestions {
  padding: 20px 0;
  font-size: 12px;
}
.search-results .suggestions a {
  color: #066FBF;
}
.search-results .stats {
  font-size: 12px;
  display: block;
  margin: 10px 0;
  opacity: 0.6;
}
.search-results .results .entry {
  margin-bottom: 20px;
  width: 100%;
  max-width: 800px;
}
.search-results .results .entry .title {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #066FBF;
}
.search-results .results .entry .title h1 {
  font-size: inherit;
  font-weight: inherit;
}
.search-results .results .entry .link {
  color: #09957A;
  font-size: 13px;
  text-decoration: none;
  margin: 5px 0;
}
.search-results .results .entry .description {
  font-size: 13px;
  color: #4d4d4d;
}
.search-results .results .entry .additional-links {
  padding: 0 30px;
  display: inline-block;
  width: 100%;
}
.search-results .results .entry .additional-links li {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 5px;
}
.search-results .results .entry .additional-links li .item-title {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.search-results .results .entry .additional-links li .item-description {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 15px;
  width: 90%;
}
.search-results .results .entry.entry-products small {
  font-size: 10px;
}
.search-results .results .entry.entry-products ul {
  display: inline-block;
}
.search-results .results .entry.entry-products ul li {
  width: 16%;
  display: inline-block;
  float: left;
}
.search-results .results .entry.entry-products ul li a {
  display: block;
  padding-right: 5px;
  text-decoration: none;
  line-height: 16px;
}
.search-results .results .entry.entry-products ul li a img {
  width: 100%;
}
.search-results .results .entry.entry-products ul li a .item-title {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  font-size: 10px;
}
.search-results .results .entry.entry-products ul li a .item-price {
  color: #09957A;
  font-size: 10px;
}
.search-results .navigation {
  padding: 40px 0 60px;
}
.search-results .navigation ul {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
.search-results .navigation ul li {
  display: inline-block;
  color: #066FBF;
}
.search-results .navigation ul li a {
  text-decoration: none;
  color: inherit;
}
.search-results .navigation ul li.active {
  color: #4d4d4d;
  font-weight: bold;
}
.thanks {
  text-align: center;
}
.thanks .redirect-message {
  width: 90%;
  max-width: 700px;
  margin: 150px auto 100px;
  font-size: 30px;
  opacity: 0.3;
}
.thanks .message {
  margin: 0 auto;
  display: inline-block;
}
.thanks .message .text p {
  font-size: 50px;
  color: #066FBF;
}
.thanks .message .text small {
  display: block;
  text-align: right;
  color: black;
  font-size: 20px;
  opacity: 0.8;
}
