.prod-wrapper {
  clear: both;
}
.prod-wrapper img {
  margin: 0;
}

.product-callout {
  background: transparent;
  padding: 10px 15px;
  border: 1px solid #5a9f02;
}

.product-call-message {
  background: #f3f3f3;
  padding: 10px 15px;
}

.product-list {
  border: 1px solid #f3f3f3;
  padding: 10px;
}
.hide {
  border: none;
}
.product-list-wr {
  padding: 0;
  float: left;
  width: 100%;
  height: auto;
}

.product-list-wr h3 {
  font-size: 24px;
  font-weight: 300;
  width: auto;
  margin: 10px;
  border-bottom: 4px solid #5a9f02;
  width: 68%;
}
.product-list-wr h4 {
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px;
}
.product-list-wr p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  padding: 5px 20px 15px 10px;
}

.product-list-col {
  width: 45%;
  height: auto;
  position: relative;
  float: left;
}

.product-list-col h4 {
  padding: 10px 10px 10px;
  font-size: 16px;
  font-weight: 500;
}

.product-list-col:first-of-type {
  padding-left: 15px;
}

.product-list-col h4:first-of-type {
  border-bottom: 1px solid #dcdcdc;

  background: #f2f2f2;
  border-right: 1px solid #fff;
  margin-bottom: 6px;
}

.product-list-row {
  float: left;
  width: 75%;
  height: auto;
}

.product-list-row:nth-child(odd) {
  background: #f4f4f4;
}

.product-form form {
  margin: 0;
  padding: 0;
  position: relative;
  top: -30px;
  width: 50%;
}

.product-form form a {
  color: #fff;
}

.product-form form a:hover {
  color: #fff;
  background: #dcdcdc;
}

.product-list ul {
  padding: 0 5px 0;
}

.product-list ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  line-height: 46px;
  border-bottom: 1px solid #f2f2f2;
}

.product-list li {
  padding: 0;
  text-align: left;
  list-style-type: none;
}

.product-list li a {
  text-decoration: none;
  color: #5a9f02;
  padding: 0 2px;
  font-size: 14px;
  position: relative;
  top: 0;
}

.product-list a {
  text-decoration: none;
  color: #5a9f02;
}

.none {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 800px) {
  .product-list-col h4 {
    padding: 10px 10px 10px;
    font-size: 14px;
  }
  .product-list-wr h3 {
    font-size: 24px;
    font-weight: 300;
    width: auto;
    margin: 10px;
    border-bottom: 4px solid #5a9f02;
    width: 95%;
  }

  .product-list-col {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 10px;
  }
  .product-list-col:first-of-type {
    padding-left: 0;
  }
  .product-list ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 42px;
  }
  .product-form form {
    margin: 0;
    padding: 0;
    position: relative;
    top: -30px;
    width: 100%;
  }
  .product-list-row {
    float: left;
    width: 100%;
    height: auto;
  }
  .product-list-row:nth-child(odd) {
    background: transparent;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}
