.view-product-catalog .views-col {
  padding: 20px;
}

.view-product-catalog #subterms {
    margin-top: -58px;
}

.view-product-catalog .views-label {
  font-weight: bold;
}
.view-product-catalog .views-row {
    padding: 1%;
}

.view-product-catalog .views-row:hover{
  -webkit-box-shadow: 0px 0px 37px 2px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0px 37px 2px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 37px 2px rgba(0,0,0,0.19);
}

.view-product-catalog .form-number {
  width: 90px;
}

.view-product-catalog .views-field-field-image {
  height: inherit;
}

.view-product-catalog .views-field-field-image img{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.view-product-catalog .views-field-title a {
  color: black;
}

.view-product-catalog .input-group-addon {
  display: none;
}

/* Affix Add to Cart button to bottom of dev */

.view-product-catalog .view-content {
display: flex;
flex-wrap: wrap;
/*align-items: stretch;*/
flex-shrink: 1;
}

.view-product-catalog h3 {
  width: 100%;
}

.view-product-catalog label.control-label {
  padding-right: 10px;
}

.view-product-catalog .field-content .form-type-number {
  margin-left: 0 !important;
}

.view-product-catalog  .views-row {
  flex-basis: 23%;
  margin: 0 1%;
  position: relative;
  flex-grow: 0;
  padding: 0 10px 50px;
}

.view-product-catalog .input-group .select-wrapper .form-control {
  margin-left: 0 !important;
}

.view-product-catalog .views-row .button {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 380px) {
  .view-product-catalog .views-row {
    flex-grow: 1;
  }