input,
textarea {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #dadada;
}

select {
  height: 36px;
  margin-bottom: 10px;
}

input {
  height: 34px;
}

textarea {
  padding: 1px 1px 1px 10px;
  height: 108px;
}

@media screen and (max-width: 360px) {
  .header form input[name=search] {
    width: calc(100% - 33px);
  }
}
.header {
  width: 100%;
  background-color: #2a313b;
  vertical-align: middle;
  line-height: 40px;
  font-size: 18px;
}

.page-ecommerce .overview-card .image-container img {
  max-height: 100%;
}
.page-ecommerce .overview-card .card-description {
  height: 180px;
  font-size: 90%;
}