/*  ----------- Conditions -------------------------------- */
.lwc-condition-groups {
  /* Add / delete icon */ }
  .lwc-condition-groups .lwc-condition-group {
    background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    min-height: 30px;
    margin: 0 -13px 1.5em; }
    .lwc-condition-groups .lwc-condition-group:hover .lwc-condition-group-actions {
      opacity: 1; }
    .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions {
      opacity: 0;
      margin: -10px -10px 0 0;
      font-size: 80%; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions a {
        text-decoration: none; }
        .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions a.delete {
          color: #a00; }
          .lwc-condition-groups .lwc-condition-group .lwc-condition-group-actions a.delete:hover {
            color: #f00; }
    .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap {
      margin: 10px 0 5px; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-condition {
        width: 35%; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-operator {
        width: 22.5%; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-value {
        width: calc( 42.5% - 75px );
        height: 28px; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-description {
        float: right; }
        .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-description .woocommerce-help-tip {
          height: 28px;
          line-height: 28px; }
          .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap .lwc-description .woocommerce-help-tip:after {
            line-height: 28px; }
      .lwc-condition-groups .lwc-condition-group .lwc-condition-wrap input {
        vertical-align: top; }
  .lwc-condition-groups .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  .lwc-condition-groups .lwc-add.button:before {
    font-family: 'dashicons';
    content: "\f502";
    vertical-align: middle;
    height: 1.2em;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    color: #667; }
  .lwc-condition-groups .lwc-condition-delete.button {
    font-weight: 600;
    width: 30px;
    text-align: center;
    padding: 0; }
    .lwc-condition-groups .lwc-condition-delete.button:before {
      font-family: 'dashicons';
      content: "\f460";
      vertical-align: middle;
      height: 1.2em;
      line-height: 1;
      display: inline-block;
      color: #667; }
  .lwc-condition-groups > p + .lwc-condition-group-wrap p.or-text {
    display: none; }
  .lwc-condition-groups .or-text {
    margin: 1.5em 0; }
  .lwc-condition-groups .lwc-match-text {
    margin: 0 0 1em; }
  .lwc-condition-groups .lwc-condition-delete {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .lwc-condition-groups .lwc-condition-wrap:hover .lwc-condition-delete {
    display: inline-block;
    opacity: 1;
    visibility: visible; }
  .lwc-condition-groups .lwc-condition-wrap.loading {
    height: 30px; }
    .lwc-condition-groups .lwc-condition-wrap.loading .loading-icon {
      width: 100%;
      clear: both;
      display: block;
      text-align: center;
      line-height: 110%;
      margin: 0 1px; }

/* ----------------------- Select2 -------------------------- */
.lwc-condition-wrap .select2-container {
  vertical-align: top; }
  .lwc-condition-wrap .select2-container .select2-selection--single {
    height: 28px;
    margin: 1px; }
    .lwc-condition-wrap .select2-container .select2-selection--single #select2--container,
    .lwc-condition-wrap .select2-container .select2-selection--single .select2-selection__arrow {
      line-height: 26px;
      height: 28px; }
  @media screen and (max-width: 782px) {
    .lwc-condition-wrap .select2-container .select2-selection--single {
      height: 36px; }
      .lwc-condition-wrap .select2-container .select2-selection--single #select2--container,
      .lwc-condition-wrap .select2-container .select2-selection--single .select2-selection__arrow {
        line-height: 36px;
        height: 36px; } }
  .lwc-condition-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
    margin: 4px 5px 0 0;
    line-height: 12px;
    font-size: 11px;
    font-weight: 600; }
.lwc-condition-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #aaa; }
.lwc-condition-wrap .select2-container .select2-selection--multiple {
  line-height: 0.7; }

/* ---------------  Table / overview ------------------- */
.lwc-conditions-post-table {
  /* WooCommerce Add icon */ }
  .lwc-conditions-post-table .sort {
    padding: 0 4px;
    cursor: move;
    text-align: center;
    vertical-align: middle; }
    .lwc-conditions-post-table .sort:before {
      content: "\e032";
      font-family: WooCommerce;
      text-align: center;
      line-height: 1;
      color: #999;
      display: block;
      width: 100%;
      float: left;
      height: 100%; }
  .lwc-conditions-post-table .sort:before,
  .lwc-conditions-post-table .row-actions {
    visibility: hidden !important; }
  .lwc-conditions-post-table tr:hover .sort:before,
  .lwc-conditions-post-table tr:hover > td > .row-actions {
    visibility: visible !important; }
  .lwc-conditions-post-table .add.button:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e007"; }

@media screen and (max-width: 782px) {
  .lwc-conditions-post-table th {
    padding: 8px; }
  .lwc-conditions-post-table td {
    padding: 8px 10px; }
  .lwc-conditions-post-table tfoot .button {
    margin-bottom: 0; } }
.lwc-currency {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  text-align: center;
  background-color: #EEE;
  border: 1px solid #8c8f94;
  border-right: none;
  border-radius: 4px 0px 0px 4px;
  margin: 1px 0px 1px 1px;
  display: inline-block;
  vertical-align: middle; }
  .lwc-currency + input {
    margin-left: -4px;
    line-height: 19px;
    width: 150px;
    border-left: unset;
    border-radius: 0 4px 4px 0;
    vertical-align: middle; }
  @media screen and (max-width: 782px) {
    .lwc-currency {
      font-size: 16px;
      padding: 6px 10px;
      height: 33px; } }

/* Hide 'visibility' from admin */
.post-type-dynamic_pricing .misc-pub-visibility#visibility {
  display: none; }

.post-type-product .lwc-conditions .lwc-condition-wrap .lwc-value-field-wrap input {
  float: none;
  display: inline-block; }
.post-type-product .lwc-conditions .lwc-condition-wrap .lwc-condition {
  width: 35% !important; }
.post-type-product .lwc-conditions .lwc-condition-wrap .lwc-operator {
  width: 22.5% !important; }
.post-type-product .lwc-conditions .lwc-condition-wrap .lwc-value {
  width: calc( 42.5% - 75px ) !important;
  min-width: 0; }
.post-type-product .lwc-conditions .lwc-condition-group {
  margin: 0 -20px 1.5em -14px; }

.post-type-product .ldp-dynamic-pricing-condition input {
  min-width: 0 !important;
  padding: 0 8px !important; }

.post-type-dynamic_pricing div#tiptip_content td ~ td, .post-type-product div#tiptip_content td ~ td {
  text-align: left;
  float: left;
  padding-left: 15px; }
.post-type-dynamic_pricing div#tiptip_content tr > td, .post-type-product div#tiptip_content tr > td {
  text-align: right; }

/******************************
 * Settings meta box
 ******************************/
#ldp-settings {
  /* Bulk pricing */ }
  #ldp-settings .ldp-option label {
    display: inline-block;
    width: 150px; }
  #ldp-settings .description {
    vertical-align: middle;
    display: inline-block; }
  #ldp-settings .head {
    margin-bottom: 5px;
    max-width: 922px; }
  #ldp-settings .ldp-bulk-row {
    margin-bottom: 5px;
    max-width: 960px; }
  #ldp-settings .head, #ldp-settings .ldp-bulk-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 10px; }
  #ldp-settings .ldp-bulk-price-wrap input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 6px;
    margin: 0; }
  #ldp-settings .ldp-bulk-row .ldp-bulk-row-field,
  #ldp-settings .ldp-bulk-row-heading {
    width: 25%; }
  #ldp-settings .ldp-bulk-row select {
    width: 100%; }
  #ldp-settings .ldp-bulk-row .description {
    float: right; }
  #ldp-settings .ldp-bulk-row-add {
    margin-top: 0.5em; }
    #ldp-settings .ldp-bulk-row-add:before {
      font-family: 'dashicons';
      content: "\f502";
      vertical-align: middle;
      height: 1.2em;
      line-height: 1;
      display: inline-block;
      margin-right: 5px;
      color: #667; }
  #ldp-settings .ldp-bulk-row-delete {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  #ldp-settings .ldp-bulk-row:hover .ldp-bulk-row-delete {
    opacity: 1; }
  #ldp-settings .ldp-simple-adjustment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 10px; }

/******************************
 * Product tab
 ******************************/
#ldp_dynamic_pricing_data .ldp-add-dynamic-pricing-button {
  float: right;
  margin: 0 0 0 6px; }
#ldp_dynamic_pricing_data .ldp-add-dynamic-pricing {
  float: right;
  margin: 0 0 0 6px; }
#ldp_dynamic_pricing_data .toolbar-add label {
  float: right;
  line-height: 30px; }
#ldp_dynamic_pricing_data .ldp-dynamic-pricing-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  #ldp_dynamic_pricing_data .ldp-dynamic-pricing-title-wrap .ldp-dynamic-pricing-name {
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #ldp_dynamic_pricing_data .ldp-dynamic-pricing-title-wrap .remove_row,
  #ldp_dynamic_pricing_data .ldp-dynamic-pricing-title-wrap .handlediv {
    justify-self: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
#ldp_dynamic_pricing_data .ldp-dynamic-pricing-title {
  border-right: 1px solid #EEE;
  margin-right: 10px;
  padding-right: 10px; }
#ldp_dynamic_pricing_data .woocommerce-help-tip {
  height: 30px;
  line-height: 30px; }
#ldp_dynamic_pricing_data .woocommerce-help-tip:after {
  line-height: 30px; }
#ldp_dynamic_pricing_data .ldp-bulk-row:hover .ldp-bulk-row-delete {
  opacity: 1; }
#ldp_dynamic_pricing_data .ldp-bulk-row .ldp-bulk-row-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  padding: 0 5px;
  margin: 0 0 0 5px; }
#ldp_dynamic_pricing_data .ldp-bulk-row .ldp-bulk-row-field.ldp-bulk-row-amount input {
  width: calc(100% - 35px) !important; }

#woocommerce-product-data ul.wc-tabs .pricing_options.active:hover > a:before,
#woocommerce-product-data ul.wc-tabs .pricing_options > a:before {
  content: "\f18e"; }

/***************************************
 * Custom single pricing settings
 **************************************/
.lwc-currency-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lwc-currency-wrap .lwc-currency {
    line-height: 2em;
    margin: 0 -1px 0 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background-color: #EEE;
    border: 1px solid #7e8993;
    border-radius: 4px 0 0 4px;
    height: unset !important; }
  .lwc-currency-wrap input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 2em;
    margin-left: -1px;
    padding: 0 8px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/*# sourceMappingURL=livemesh-dynamic-pricing.css.map */