/*
 * MageMe
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageMe.com license that is
 * available through the world-wide-web at this URL:
 * https://mageme.com/license
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to a newer
 * version in the future.
 *
 * Copyright (c) MageMe (https://mageme.com)
 */
.product-add-form .get-quote-button,
.cart-summary .get-quote-button,
.block-minicart .get-quote-button {
  background: #ff7600;
  border: 1px solid #ff7600;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-right: 1%;
  margin-top: 20px;
  width: 49%;
}
.cart-summary .get-quote-button,
.block-minicart .get-quote-button {
  width: 100%;
}
