#wooot_order_tip_form {
  display: block;
  margin-top: 70px;
  border-top: 1px solid #ddd; }
  #wooot_order_tip_form button.woo_order_tip {
    border-radius: 0;
    font-weight: 500;
    border-width: 2px;
    border-color: #5d0e11;
    color: #5d0e11;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 3px; }
    #wooot_order_tip_form button.woo_order_tip#woo_order_tip_remove {
      border-radius: 0 !important; }
    #wooot_order_tip_form button.woo_order_tip:hover, #wooot_order_tip_form button.woo_order_tip:focus, #wooot_order_tip_form button.woo_order_tip.active {
      background-color: #5d0e11;
      color: #fff;
      border-color: #5d0e11; }
  #wooot_order_tip_form button#woo_order_tip_remove,
#wooot_order_tip_form button#woo_order_tip_apply {
    border-radius: 0;
    font-weight: 500;
    border-width: 2px;
    border-color: #41737f;
    background-color: #41737f;
    -webkit-box-shadow: none;
            box-shadow: none; }
    #wooot_order_tip_form button#woo_order_tip_remove:hover, #wooot_order_tip_form button#woo_order_tip_remove:focus,
#wooot_order_tip_form button#woo_order_tip_apply:hover,
#wooot_order_tip_form button#woo_order_tip_apply:focus {
      background-color: transparent;
      color: #41737f;
      border-color: #41737f; }
  #wooot_order_tip_form p.form-row.woo_order_tip_custom_text {
    padding-left: 0; }
    #wooot_order_tip_form p.form-row.woo_order_tip_custom_text input#woo_order_tip_custom_text {
      margin-top: 15px; }

.shop_table + #wooot_order_tip_form {
  margin-top: -24px;
  background-color: #fcfcfc !important;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 15px; }
  .shop_table + #wooot_order_tip_form .order_tip_title {
    font-weight: bold; }

#order_review #wooot_order_tip_form {
  margin-top: 0;
  background-color: #fcfcfc !important;
  border: 1px solid #e6e6e6;
  padding: 15px; }
  #order_review #wooot_order_tip_form .order_tip_title {
    font-weight: bold; }

.fl-theme-builder-woo-notices .button:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important; }
