@keyframes ywdpd_highlight_row {
  from {
    background-color: var(--yith-table-row-highlight);
  }
  to {
    background-color: var(--yith-content-bg);
  }
}
.ywdpd_dinamic_rules_table form {
  width: 90%;
}
.ywdpd_dinamic_rules_table .tablenav.top {
  margin: 20px 0 80px 0;
}
.ywdpd_dinamic_rules_table .wp-list-table tr.highlight {
  animation-name: ywdpd_highlight_row;
  animation-duration: 6s;
}
.ywdpd_dinamic_rules_table .wp-list-table td.priority {
  padding-left: 45px;
}
.ywdpd_dinamic_rules_table .wp-list-table td.status .ywdpd-rule-status.scheduled {
  color: rgb(208, 121, 0);
}
.ywdpd_dinamic_rules_table .wp-list-table td.status .ywdpd-rule-status.active {
  color: rgb(163, 147, 34);
}
.ywdpd_dinamic_rules_table .wp-list-table td.status .ywdpd-rule-status.inactive, .ywdpd_dinamic_rules_table .wp-list-table td.status .ywdpd-rule-status.ended {
  color: rgb(197, 197, 197);
}

#ywdpd_rule_manger_popup {
  display: none;
}

.ywdpd_admin_popup_title {
  display: none;
}

.ywdpd_admin_popup_content {
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container {
  display: flex;
  gap: 20px;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container h3 {
  color: #2a8db0;
  font-weight: 600;
  font-size: 14px;
  margin-top: 33px;
  margin-bottom: 40px;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_left .ywdpd_rules {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_left .ywdpd_rules .ywdpd_row {
  display: flex;
  gap: 20px;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_left .ywdpd_rules .ywdpd_row .ywdpd_single_rule {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
  height: 108px;
  padding: 10px;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  text-decoration: none;
  justify-content: center;
  gap: 10px;
  color: #000;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(238, 238, 238, 0.5);
  -moz-box-shadow: 0px 0px 10px 10px rgba(238, 238, 238, 0.5);
  box-shadow: 0px 0px 10px 10px rgba(238, 238, 238, 0.5);
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_left .ywdpd_rules .ywdpd_row .ywdpd_single_rule:hover {
  color: #4589A6;
  box-shadow: 0 0 6px #4589a6;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_left .ywdpd_rules .ywdpd_row .ywdpd_single_rule span {
  text-align: center;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_left .ywdpd_rules .ywdpd_row:last-child {
  margin-bottom: 20px;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_right {
  background: #f1f1f1;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_right ul {
  list-style: none;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_right ul li {
  margin-bottom: 24px;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_right ul li a {
  color: #000;
  line-height: 12px;
  font-size: 12px;
  text-decoration: none;
}
.ywdpd_admin_popup_content .ywdpd_manager_popup_container .ywdpd_right ul li a:hover {
  color: #4589A6;
}

.yith-plugin-ui--ywdpd_discount-post_type #post-body-content, .yith-plugin-ui--ywdpd_discount-post_type .postbox-header, .yith-plugin-ui--ywdpd_discount-post_type .page-title-action {
  display: none;
}
.yith-plugin-ui--ywdpd_discount-post_type .postbox {
  border: none;
}
.yith-plugin-ui--ywdpd_discount-post_type #major-publishing-actions {
  border: none;
  background: #fff;
}
.yith-plugin-ui--ywdpd_discount-post_type #ywdpd-info-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.yith-plugin-ui--ywdpd_discount-post_type #ywdpd-info-wrapper .ywdpd-info-label {
  font-weight: 500;
}
.yith-plugin-ui--ywdpd_discount-post_type .ywdpd-post-type__actions {
  padding-top: 20px;
  clear: both;
}
.yith-plugin-ui--ywdpd_discount-post_type .ywdpd-post-type__actions #ywdpd-post-type__float-save {
  display: none;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 70px;
  z-index: 999;
  border-radius: 100px;
  box-shadow: 0 0 6px 3px rgba(0, 121, 159, 0.2);
}
.yith-plugin-ui--ywdpd_discount-post_type .ywdpd-post-type__actions #ywdpd-post-type__float-save.visible {
  display: flex;
}
.yith-plugin-ui--ywdpd_discount-post_type .ywdpd_required_check .select2.select2-container.select2-container--default,
.yith-plugin-ui--ywdpd_discount-post_type .ywdpd_required_check .ywdpd_rule_name {
  border-color: #ea0034 !important;
}

.ywdpd_metabox .yith-plugin-fw__tab-panel {
  margin-left: 200px;
  padding-right: 30px;
}
.ywdpd_metabox .the-metabox.title {
  margin: 0 0 -180px;
  width: 180px;
  position: absolute;
  left: 0;
}
.ywdpd_metabox .the-metabox.title h3 {
  text-transform: none;
  color: inherit;
  font-size: 1rem;
}
.ywdpd_metabox .the-metabox:not(.title) {
  margin: 0 0 24px 131px !important;
  max-width: 670px;
  color: var(--yith-content-text);
}
.ywdpd_metabox .the-metabox:not(.title) .yith-plugin-fw-metabox-field-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ywdpd_metabox .the-metabox:not(.title) .yith-plugin-fw-metabox-field-row > label {
  float: none;
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: 500;
  padding: 0;
  width: 100%;
  color: #1e293b !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ywdpd_metabox .the-metabox:not(.title) .yith-plugin-fw-metabox-field-row .description {
  display: block;
  font-weight: 400;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 8px;
  font-style: normal;
  color: inherit;
}
.ywdpd_metabox .the-metabox.onoff .yith-plugin-fw-metabox-field-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.ywdpd_metabox .the-metabox.onoff .yith-plugin-fw-metabox-field-row .description {
  flex: 100%;
}
.ywdpd_metabox .the-metabox.onoff .yith-plugin-fw-metabox-field-row label {
  flex: 1;
}
.ywdpd_metabox .the-metabox.radio .yith-plugin-fw-radio-field-wrapper label {
  padding-left: 35px !important;
  font-weight: normal;
}
.ywdpd_metabox .the-metabox.sep {
  margin: 0 0 32px -215px !important;
  padding: 0 !important;
  max-width: none;
  width: 100%;
}
.ywdpd_metabox .the-metabox.sep .yith-plugin-fw-metabox-field-row {
  display: block;
}
.ywdpd_metabox #_disable_rule label {
  margin-left: 10px !important;
}
.ywdpd_metabox .yith-plugin-fw--required label:after {
  margin-left: 0 !important;
}

.ywdpd-warning-popup .yith-plugin-fw__confirm__footer {
  display: flex;
}

.ywdpd-qty-discount-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: var(--yith-field-border);
  border-radius: var(--yith-field-border-radius);
  background-color: rgba(244, 244, 244, 0.9568627451);
  padding: 20px;
}
.ywdpd-qty-discount-wrapper .discount_new_rule a {
  text-decoration: none;
}
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows input[type=text] {
  width: 70px !important;
  min-width: unset !important;
}
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows .select2.select2-container,
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows .ywdpd_discount_type {
  width: 200px !important;
}
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows .select2-selection--single {
  height: 34px !important;
}
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows .ywdpd-qty-remove-row {
  height: 30px;
  width: 30px;
  background-color: var(--yith-content-bg);
  display: inline-block;
  border: 0;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(170, 198, 222, 0.5);
  outline: none;
  position: relative;
  margin: 0 5px 5px 0;
  vertical-align: middle;
}
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows .ywdpd-qty-remove-row a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.ywdpd-qty-discount-wrapper .ywdpd-qty-rows .ywdpd-qty-remove-row .yith-icon-trash {
  position: absolute;
  color: #a10000;
  font-size: 15px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ywdpd-qty-discount-wrapper.ywdpd-category-discount .ywdpd-qty-rows .ywdpd-qty-remove-row {
  width: 20px;
  height: 20px;
}
.ywdpd-qty-discount-wrapper.ywdpd-category-discount .ywdpd-qty-rows .yith-plugin-fw-ajax-terms-field-wrapper .yith-plugin-fw-select2-wrapper {
  width: auto !important;
}
.ywdpd-qty-discount-wrapper.ywdpd-category-discount .ywdpd-qty-rows .yith-plugin-fw-ajax-terms-field-wrapper .yith-plugin-fw-select2-wrapper .select2.select2-container {
  width: 170px !important;
}
.ywdpd-qty-discount-wrapper.ywdpd-category-discount .ywdpd-qty-rows .ywdpd_discount_type {
  width: 150px !important;
}
.ywdpd-qty-discount-wrapper.ywdpd-category-discount .ywdpd-qty-rows .ywdpd_discount_type .select2.select2-container {
  width: 150px !important;
}

.ywdpd-schedule-discount-wrapper .ywdpd-schedule-discount-dates {
  display: none;
  gap: 10px;
  margin-top: 10px;
}
.ywdpd-schedule-discount-wrapper .ywdpd-schedule-discount-dates label {
  margin-left: 0 !important;
  display: inline-block !important;
  width: auto !important;
  float: none !important;
  font-weight: normal !important;
  font-size: 12px !important;
}
.ywdpd-schedule-discount-wrapper .ywdpd-schedule-discount-dates input[type=text] {
  width: 167px !important;
  font-size: 11px;
}
.ywdpd-schedule-discount-wrapper .ywdpd-schedule-discount-dates .ywdpd_schedule_from, .ywdpd-schedule-discount-wrapper .ywdpd-schedule-discount-dates .ywdpd_schedule_to {
  position: relative;
}
.ywdpd-schedule-discount-wrapper .ywdpd-schedule-discount-dates .yith-icon-calendar {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: inherit;
  opacity: 0.7;
}

.ywdpd-date-time-picker-div .ui-timepicker-div dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ywdpd-date-time-picker-div .ui-timepicker-div dt, .ywdpd-date-time-picker-div .ui-timepicker-div dd {
  display: none;
  margin: 0;
}
.ywdpd-date-time-picker-div .ui-timepicker-div dt.ui_tpicker_time_label {
  display: block;
  margin-right: 8px;
}
.ywdpd-date-time-picker-div .ui-timepicker-div dd.ui_tpicker_hour, .ywdpd-date-time-picker-div .ui-timepicker-div dd.ui_tpicker_minute {
  display: flex;
  align-items: center;
}
.ywdpd-date-time-picker-div .ui-timepicker-div dd.ui_tpicker_minute:before {
  content: ":";
  margin: 0 4px;
}
.ywdpd-date-time-picker-div .ui-timepicker-select {
  border: var(--yith-field-border) !important;
  border-radius: var(--yith-field-border-radius) !important;
  box-shadow: var(--yith-field-shadow) !important;
  color: var(--yith-content-text) !important;
  padding: 2px 28px 2px 8px !important;
  font-family: inherit;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBzdHJva2U9IiM5NGEzYjgiIHN0cm9rZS13aWR0aD0iMS41IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1oaWRkZW49InRydWUiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTguMjUgMTVMMTIgMTguNzUgMTUuNzUgMTVtLTcuNS02TDEyIDUuMjUgMTUuNzUgOSI+PC9wYXRoPgo8L3N2Zz4=") no-repeat right 3px top 7px !important;
  background-size: 18px !important;
}
.ywdpd-date-time-picker-div .ui-datepicker-buttonpane {
  border: none;
}
.ywdpd-date-time-picker-div .ui-datepicker-buttonpane button {
  line-height: 30px !important;
  border-radius: 4px !important;
  padding: 0 17px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
}
.ywdpd-date-time-picker-div .ui-datepicker-buttonpane button.ui-priority-secondary {
  background: var(--yith-outline-bg) !important;
  border: 1px solid var(--yith-outline-border) !important;
  color: var(--yith-outline-text) !important;
}
.ywdpd-date-time-picker-div .ui-datepicker-buttonpane button.ui-priority-primary {
  background: var(--yith-primary) !important;
  color: var(--yith-primary-text) !important;
  border: 1px solid var(--yith-primary) !important;
}

.ywdpd_special_offer > div {
  margin-right: 0 !important;
}
.ywdpd_special_offer .ywdpd_discount_type {
  width: 140px;
}
.ywdpd_special_offer .ywdpd_discount_type .select2.select2-container {
  width: 140px !important;
}
.ywdpd_special_offer .ywdpd_discount_type .select2-selection--single {
  height: 34px !important;
}
.ywdpd_special_offer .ywdpd_special_offer_amount input[type=text] {
  width: 70px !important;
  min-width: unset;
}

.ywdpd_advanced_conditions_add_condition {
  font-size: 13px;
}
.ywdpd_advanced_conditions_add_condition .yith-add-box-row.ywdpd-grid-row {
  display: flex;
  align-items: center;
}
.ywdpd_advanced_conditions_add_condition .yith-add-box-row.ywdpd-grid-row input[type=number] {
  width: 70px;
}
.ywdpd_advanced_conditions_add_condition .yith-add-box-row .select2-search__field {
  width: auto !important;
}
.ywdpd_advanced_conditions_add_condition .yith-add-box-row .select2.select2-container {
  min-width: 400px !important;
}
.ywdpd_advanced_conditions_add_condition .yith-add-box-row .yith-plugin-fw-radio-field-wrapper small {
  display: block;
}
.ywdpd_advanced_conditions_add_condition .yith-add-box-row .description {
  margin-top: 8px !important;
  display: inline-block;
}

.ywdpd_advanced_conditions .yith-add-button {
  width: fit-content;
  display: none !important;
}
.ywdpd_advanced_conditions .yith-add-button.visible {
  display: inline-block !important;
}
.ywdpd_advanced_conditions .yith-toggle-elements .yith-toggle-row {
  margin-top: 0 !important;
}
.ywdpd_advanced_conditions .yith-toggle-elements .yith-toggle-row .yith-plugin-fw-radio label {
  padding-left: 35px;
  font-weight: normal;
}
.ywdpd_advanced_conditions .yith-toggle-elements .yith-toggle-row .yith-toggle-content-row > label {
  display: table-cell !important;
  min-width: 180px !important;
  padding-right: 20px !important;
  color: #33373b !important;
  vertical-align: top !important;
  font-weight: 600 !important;
  float: left !important;
  width: auto;
}
.ywdpd_advanced_conditions .yith-toggle-elements .yith-toggle-row .description {
  margin-top: 8px !important;
}
.ywdpd_advanced_conditions .yith-toggle-content .ywdpd-grid-row {
  display: flex;
  align-items: center;
}

.ywdpd-cart-discount-wrapper .select2.select2-container {
  width: 200px !important;
}
.ywdpd-cart-discount-wrapper .select2-selection--single {
  height: 34px !important;
}
.ywdpd-cart-discount-wrapper input[type=text] {
  width: 90px !important;
}

.ywdpd_product_limits {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ywdpd_radio_with_small_desc .yith-plugin-fw-radio__row label small {
  display: block;
}

.ywdpd-grid-field thead th {
  font-weight: normal;
}
.ywdpd-grid-field th, .ywdpd-grid-field td {
  padding-right: 20px;
}

.yith-exclusion-list__popup_wrapper .ywdpd-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.yith-exclusion-list__popup_wrapper .ywdpd-field label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px;
}
.yith-exclusion-list__popup_wrapper .ywdpd-field .ywdpd-field-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.yith-exclusion-list__popup_wrapper .ywdpd-field .ywdpd-field-input .select2.select2-container, .yith-exclusion-list__popup_wrapper .ywdpd-field .ywdpd-field-input .yith-plugin-fw-select2-wrapper {
  width: 100% !important;
}
.yith-exclusion-list__popup_wrapper .ywdpd-actions button {
  float: right;
}

.ywdpd-exclusion-list-tab table {
  width: 80%;
}
.ywdpd-exclusion-list-tab table td.name .ywdpd-excl-name-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ywdpd-exclusion-list-tab table td.name .ywdpd-excl-name-wrapper img {
  width: 50px;
  height: auto;
}
.ywdpd-exclusion-list-tab .yith-plugin-fw__list-table-blank-state__icon {
  width: auto !important;
}

/*# sourceMappingURL=backend.css.map */
