span.wpcf7-not-valid-tip {
  display: none;
}
.field__styler.wpcf7-not-valid {
  border: 1px solid #f00;
}
form div.wpcf7-response-output {
  margin: 25px 0 0;
  text-align: center;
  border: none;
  padding: 0;
}
div.wpcf7 img.ajax-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 25px;
}
.product__base {
  min-height: 100%;
  height: 100%;
}
a.image_link {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
a.image_link img {
  display: block;
  width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce .woocommerce-customer-details .col-2 {
  max-width: 50% !important;
}
.b-content--shop .justext h1 {
  display: none;
}
@media only screen and ( min-width: 1202px ) {
  #products-box .col-4 .product__base_info__title {
    font-size: 20px;
    line-height: 32px;
  }
  #products-box .col-4 .product__base_info__title-sub {
    font-size: 16px;
  }
}
@media (max-width: 1201px) and ( min-width: 992px ) {
  #products-box .col-4 .product__base_info__title {
    font-size: 16px;
    line-height: 26px;
  }
  #products-box .col-4 .product__base_info__title-sub {
    font-size: 14px;
  }
}

@media only screen and ( max-width: 768px ) {
  .stockist_link {
    text-align: center;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
  }
  .woocommerce .woocommerce-customer-details :last-child {
    margin-bottom: 20px;
  }
}