div.wpcf7-mail-sent-ok {
  border: 2px solid #ffffff;
}
span.wpcf7-list-item {
  margin: 0px;
}
.wpcf7-list-item-label {
  color: #e2401c;
}

.site-branding-logo-2 {
  float: right;
  width: 34%;
}
.site-branding-logo-2 img {
  height: auto;
  max-width: 233px;
  max-height: none;
  float: right;
}
@media screen and (min-width: 768px) {
  .woocommerce-active .site-header .site-branding {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .site-branding-logo-2 {
    display: none;
  }
}
.wpcf7-form-control-wrap.customer-name,
.wpcf7-form-control-wrap.customer-email,
.wpcf7-form-control-wrap.customer-subject {
  display: none;
}