@font-face {
  font-family: 'WooCommerce';
  src:url('../../../woocommerce/assets/fonts/WooCommerce.eot');
  src:url('../../../woocommerce/assets/fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
    url('../../../woocommerce/assets/fonts/WooCommerce.woff') format('woff'),
    url('../../../woocommerce/assets/fonts/WooCommerce.ttf') format('truetype'),
    url('../../../woocommerce/assets/fonts/WooCommerce.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}

.woocommerce .adq-added-items-link:before {
  display: inline-block;
  font-family: 'WooCommerce';
  content: '\e01d';
  margin-right: 0.382em;
  text-decoration: none;
  line-height: inherit;
  vertical-align: bottom;
}

.single_add_to_quote_loop {
  margin-top: 0;
  margin-bottom: 0;
}

.button_add_to_quote {
  margin-top: 12px;
  margin-bottom: 12px;
  clear: both;
}

p.adq-order-detail-button {
  display: inline;
}

div.adq-order-detail-buttons {
  margin-bottom: 24px;
}

.field-hidden, .checkout.adq-billing div.wpcf7-mail-sent-ok {
  display: none;
}

.woocommerce {
  .cart #remove_all_items.button {
    float: left;
    margin-right: 6px;
  }
  table.cart td.actions .coupon {
    margin-right: 6px;
  }
}

.woocommerce-shipping-fields {
  display: table;
  width: 100%;
}

form.checkout.adq-billing {
  
  label[for="include-shipping-cost"] {
    font-weight: 700;
    font-size: 1.2em;

    input {
      margin: 0 5px 20px;
    }
  }
}