.wc-deposits-wrapper {
  margin: 0 0 1em 0;
}

.wc-deposits-wrapper .wc-deposits-option {
  list-style: none outside;
  margin: 0;
  padding: 0 0 2px;
  overflow: hidden;
  font-size: 1em;
  line-height: 2em;
}

.wc-deposits-wrapper .wc-deposits-option li {
  padding: .5em 1em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
  margin: 0;
  float: left;
}

.wc-deposits-wrapper .wc-deposits-option li input {
  margin: -2px 1em 0 0;
  display: inline-block;
  vertical-align: middle;
}

.wc-deposits-wrapper .wc-deposits-option li label {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.wc-deposits-wrapper .wc-deposits-option li:last-child {
  float: right;
}

.wc-deposits-wrapper .wc-deposits-payment-plans {
  list-style: none outside;
  padding: 0 1em;
  margin: 0 0 1em 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  position: relative;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan {
  border-bottom: 1px solid #eee;
  padding: 1em 0;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-name {
  display: block;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description {
  color: #77a464;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child {
  border-bottom: 0;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input {
  margin: -2px 1em 0 0;
  display: inline-block;
  vertical-align: middle;
}

.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label {
  padding: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  max-width: 80%;
}

.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans {
  margin: 1em 0;
}

.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:before {
  content: "";
  display: block;
  border: 8px solid #ccc;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: -4px;
  margin: -1em 0 0 25%;
}

.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:after {
  content: "";
  display: block;
  border: 8px solid #fff;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -2px;
  left: -4px;
  margin: -1em 0 0 25%;
}

.wc-deposits-wrapper .wc-deposits-payment-description {
  color: #77a464;
  margin: 1em 0;
}

.woocommerce .order_details .wc-deposits-order-item-description {
  margin-bottom: 0;
}
/*# sourceMappingURL=frontend.css.map */