#comments {
  text-align: left;
  display: none;
}
#comments h4 {
  border-bottom: 2px solid #ddd;
  display: block;
  padding: 10px 0;
}
#comments .author {
  display: inline-block;
  font-weight: bold;
}
#comments .date {
  font-size: 0.8em;
}
#comments .noComments {
  text-align: center;
  display: block;
  margin: 50px;
}
#comments .submit {
  background: #000;
  color: #FFF;
  font-weight: bold;
  padding: 15px 20px;
  margin-top: 12px;
  float: left;
}
#comments .make .text {
  width: 100%;
  height: 100px;
  border-radius: 0;
  border: 2px solid #ddd;
}
#comments .make .text:focus {
  outline: none;
}
.product-single .large--two-fifths {
  float: right;
}
#comments .error {
  color: crimson;
  clear: both;
  font-weight: bold;
}
#comments .g-recaptcha {
  float: right;
  margin-top: 12px;
}
#comments .delete {
  position: relative;
  color: crimson;
  font-size: 0.8em;
}
#comments .delete:before {
  color: #333;
}
#comments .delete span {
  font-family: "open sans", "sans-serif";
  font-weight: bold;
  margin-left: 5px;
}
#comments .load {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
#comments .load:hover {
  cursor: pointer;
}
#comments .load span {
  font-weight: normal;
}
#comments .load .spinner {
  display: none;
}
.comments_loader {
  text-align: center;
  padding: 100px 0;
}
.comments_loader {
  font-size: 1.5em;
}

@media screen and (max-width: 670px) {
  #comments .g-recaptcha {
    float: none;
    margin: 12px auto;
  }
  #comments .submit {
    float: none;
    width: 100%;
  }
}
