/* CSS Document */
#our_price_display {
  display: nones; }

.unit-price {
  font-size: 14px;
  color: #111; }

#unit_price_display {
  font-size: 22px;
  color: #111; }

#ppbs_widget {
  margin: 0 0 10px 0; }
  #ppbs_widget .conversion-units .convert-unit {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #2fb5d2;
    border-radius: 3px;
    min-width: 60px;
    color: #2fb5d2;
    cursor: pointer;
    margin-bottom: 10px; }
  #ppbs_widget .conversion-units .selected {
    border-color: #2fb5d2;
    background-color: #2fb5d2;
    color: #fff;
    font-weight: bold; }
  #ppbs_widget .field-image-wrapper {
    display: inline-block;
    position: relative;
    top: -1px;
    cursor: pointer; }
    #ppbs_widget .field-image-wrapper span {
      font-size: 12px;
      background-color: #777;
      border-radius: 10px;
      display: inline-block;
      color: #fff;
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      font-weight: bold; }
    #ppbs_widget .field-image-wrapper img {
      display: none;
      position: absolute;
      top: 30px;
      z-index: 99;
      padding: 10px;
      border: 2px solid #444;
      background-color: #fff;
      transform: translate(-30%, 0%); }
  #ppbs_widget .field-image-wrapper:hover img {
    display: block; }
  #ppbs_widget .unit-entry label {
    display: inline-block; }
  #ppbs_widget .unit-entry {
    display: flex;
    flex-direction: row;
    position: relative; }
    #ppbs_widget .unit-entry .field-label-wrapper {
      width: 80px;
      max-width: 100px;
      line-height: 30px; }
    #ppbs_widget .unit-entry .field-input-wrapper {
      padding-left: 10px; }
    #ppbs_widget .unit-entry select, #ppbs_widget .unit-entry input[type='text'] {
      min-width: 70px;
      width: 70px;
      height: 30px;
      line-height: 30px;
      padding: 5px;
      border-radius: 4px;
      border: 1px solid #ddd;
      text-align: right; }

#ppbs_widget select {
  width: 50px; }

#ppbs_widget input.error, #ppbs_widget select.error {
  border: 2px solid #aa0000;
  color: #aa0000;
  outline: none; }

#ppbs_price {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #999;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: bold; }

#ppbs-area-price {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal; }

#ppbs_widget .error-unit {
  position: absolute;
  background-color: #bf400d;
  color: #fff;
  padding: 3px 4px;
  right: 0px;
  top: 0px;
  display: none;
  border-radius: 4px; }

#ppbs_widget .ppbs_error {
  color: #fff;
  font-weight: bold;
  background-color: #bf400d;
  margin: 5px 0;
  padding: 5px;
  border-radius: 4px; }

span.ppbs_unit_price_suffix {
  font-size: 16px;
  padding-left: 0px;
  padding-right: 4px; }

#our_price_display,
.our_price_display {
  font-size: 22px; }

/*# sourceMappingURL=product.css.map */
