/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/scss/wpo-frontend-fields.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.wpo-options-container {
  --wpo-input-focus-color: rgb(8, 158, 199);
  --wpo-input-success-color: rgb(0, 192, 96);
  --wpo-input-border-radius: 4px;
  --wpo-input-border-color: rgb(238, 238, 238);
  --wpo-input-border-color-alt: rgb(225, 223, 223);
  --wpo-input-background-color: rgb(255, 255, 255);
  --wpo-input-error-color: #cc0000;
  --wpo-input-font-size: 15px;
  --wpo-description-font-size: 0.85em;
  --wpo-group-name-font-size: 1.3em;
  --wpo-option-name-font-size: 1.1em;
  --wpo-option-price-font-size: 0.85em;
  --wpo-option-gap-small: 5px;
  --wpo-option-gap: 10px;
  --wpo-option-gap-large: 20px;
}

body.theme-enfold form.cart {
  overflow: visible;
}

body.theme-avada .wpo-options-container,
body.theme-avada .wpo-totals-container {
  width: 100%;
}

body.single-product.wpo-has-fields.theme-betheme form.cart {
  display: block !important;
}
body.single-product.wpo-has-fields.theme-astra form.cart {
  display: block !important;
}
body.single-product.wpo-has-fields.theme-Divi .nice-select span.current {
  font-size: 15px;
}
body.single-product.wpo-has-fields.theme-Divi .nice-select ul.list {
  padding: 0 !important;
  line-height: 24px !important;
}

body.theme-flatsome .product-info .price.wpo-price-container {
  font-weight: normal;
  font-size: var(--wpo-option-price-font-size);
}
body.theme-flatsome .wpo-image-button .wpo-price-container span.amount {
  color: #fff;
  opacity: 1;
}

.elementor-add-to-cart form.cart:has(.wpo-options-container) {
  flex-wrap: wrap !important;
  flex: 1 0 100%;
}
.elementor-add-to-cart form.cart:has(.wpo-options-container) .wpo-options-container, .elementor-add-to-cart form.cart:has(.wpo-options-container) .wpo-totals-container {
  flex: 1 0 100%;
}

.wc-restaurant-product-modal .wpo-field .price {
  font-size: var(--wpo-option-price-font-size);
}
.wc-restaurant-product-modal .wpo-image-buttons .price {
  margin: 0;
}
.wc-restaurant-product-modal .wpo-totals-container {
  display: none;
}

.wc-product-table .product .cart .wpo-field-dropdown select {
  display: block;
  border: none;
}

.wpo-file-dropzone.dropzone {
  box-sizing: border-box;
  position: relative;
  border: 2px dashed var(--wpo-input-border-color-alt);
  border-radius: var(--wpo-input-border-radius);
  min-width: 320px;
}
.wpo-file-dropzone.dropzone * {
  box-sizing: border-box;
}
.wpo-file-dropzone.dropzone .dz-button,
.wpo-file-dropzone.dropzone .dz-button:hover {
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: rgb(107, 107, 107);
  font-weight: normal;
  line-height: 1;
  transition: none;
}
.wpo-file-dropzone.dropzone .dz-button::after,
.wpo-file-dropzone.dropzone .dz-button:hover::after {
  background: transparent;
}
.wpo-file-dropzone.dropzone .dz-button:focus,
.wpo-file-dropzone.dropzone .dz-button:hover:focus {
  outline: 2px dashed rgb(8, 158, 199);
  border-radius: var(--wpo-input-border-radius);
}
.wpo-file-dropzone.dropzone .dz-button-icon svg {
  fill: rgb(8, 158, 199);
}
.wpo-file-dropzone.dropzone .dz-button-label {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  color: rgb(107, 107, 107);
}
.wpo-file-dropzone.dropzone .dz-preview {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr 20px;
  grid-template-rows: 20px 1fr;
  grid-template-areas: "thumbnail details ." "thumbnail progress progress" "thumbnail remove remove" "thumbnail error error";
  gap: 10px;
  padding: 10px;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}
.wpo-file-dropzone.dropzone .dz-preview img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -o-object-fit: contain;
     object-fit: contain;
  grid-area: thumbnail;
  aspect-ratio: 1;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  cursor: pointer;
}
.wpo-file-dropzone.dropzone .dz-preview .dz-progress {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  display: block;
  height: 5px;
  border-radius: 50%;
  grid-area: progress;
}
.wpo-file-dropzone.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: var(--wpo-input-border-color-alt);
}
.wpo-file-dropzone.dropzone .dz-preview .dz-details {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: details;
  display: flex;
  justify-content: flex-start;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  line-height: 24px;
  vertical-align: middle;
  overflow: hidden;
}
.wpo-file-dropzone.dropzone .dz-preview .dz-details .dz-filename {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wpo-file-dropzone.dropzone .dz-preview .dz-size {
  margin-left: 5px;
}
.wpo-file-dropzone.dropzone .dz-preview .dz-error-message {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: error;
  margin-top: 0;
  color: var(--wpo-input-error-color);
  font-size: 12px;
}
.wpo-file-dropzone.dropzone .dz-preview.dz-error .dz-error-message, .wpo-file-dropzone.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.wpo-file-dropzone.dropzone .dz-preview.dz-error .dz-upload {
  width: 100%;
}
.wpo-file-dropzone.dropzone .dz-preview.dz-success .dz-upload {
  background: var(--wpo-input-success-color);
}
.wpo-file-dropzone.dropzone .dz-preview .dz-remove {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: remove;
  display: block;
  margin-top: -7px;
  text-align: right;
  font-size: 14px;
}
html[dir=rtl] .wpo-file-dropzone.dropzone .dz-preview .dz-remove {
  text-align: left;
}

.wpo-file-dropzone.dropzone .dz-preview .dz-remove svg {
  width: 18px;
  height: 18px;
  fill: rgb(189, 189, 189);
  position: absolute;
  right: 10px;
  top: 13px;
}
html[dir=rtl] .wpo-file-dropzone.dropzone .dz-preview .dz-remove svg {
  left: 10px;
  right: unset;
}

.wpo-file-dropzone.dropzone .dz-preview .dz-remove svg:hover {
  fill: var(--wpo-input-error-color);
}
.wpo-file-dropzone.dropzone .dz-preview .dz-error-mark, .wpo-file-dropzone.dropzone .dz-preview .dz-success-mark {
  display: none;
}
.wpo-file-dropzone.dropzone.dz-max-files-reached > .dz-default {
  display: none;
}

div.nice-select {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: auto;
  padding: 4px 8px;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid var(--wpo-input-border-color);
  border-radius: var(--wpo-input-border-radius);
  color: rgb(107, 107, 107);
  background-color: var(--wpo-input-background-color);
  font-weight: normal;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-duration: 200ms;
  transition-property: border, box-shadow, background-color;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
}
div.nice-select:active, div.nice-select.open, div.nice-select:focus {
  border-color: rgb(8, 158, 199);
}
div.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
div.nice-select.open:after {
  transform: rotate(-135deg);
}
div.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
div.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
div.nice-select.disabled:after {
  border-color: #cccccc;
}
div.nice-select.wide {
  width: 100%;
}
div.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
div.nice-select.right {
  float: right;
}
div.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
div.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
div.nice-select.small:after {
  height: 4px;
  width: 4px;
}
div.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
div.nice-select .nice-select-dropdown {
  width: 100%;
  margin-top: 0.5rem;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid var(--wpo-input-border-color-alt);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  z-index: 9;
  opacity: 0;
}
div.nice-select .nice-select-dropdown li img.wpo-choice-image,
div.nice-select span.current img.wpo-choice-image {
  width: 24px;
  display: inline-block;
  vertical-align: -7px;
  margin-right: 0.25em;
}
div.nice-select ul.list {
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  color: rgb(0, 0, 0);
  margin: 0;
  background-color: var(--wpo-input-background-color);
  overflow: auto;
  max-height: 900px;
  border-radius: 6px;
  list-style: none;
  overflow: hidden;
  padding: 0;
  overflow-y: auto;
}
div.nice-select ul.list li.selected {
  color: rgb(84, 84, 84);
  background-color: rgb(246, 246, 246);
}
div.nice-select ul.list:hover .option:not(:hover) {
  background-color: transparent !important;
}
div.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding: 0 16px;
  text-align: left;
  transition-property: color, background-color;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
}
html[dir=rtl] div.nice-select .option {
  text-align: right;
}

div.nice-select .option:hover, div.nice-select .option.focus, div.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
div.nice-select .option.selected {
  font-weight: bold;
}
div.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
div.nice-select .optgroup {
  font-weight: bold;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.wpo-field-dropdown select {
  display: block;
}

.wpo-color-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wpo-option-gap);
}
.wpo-field-with-labels .wpo-color-checkboxes {
  gap: var(--wpo-option-gap) var(--wpo-option-gap-large);
}

.wpo-color-checkboxes .wpo-color-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpo-color-checkboxes .wpo-color-checkbox label {
  display: flex;
  align-items: center;
  margin: 0;
}
.wpo-color-checkboxes .wpo-color-checkbox input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wpo-color-checkboxes .wpo-color-checkbox input:checked + span.wpo-swatch-inner {
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M6.50002%2012.6L0.400024%206.60002L2.60002%204.40002L6.50002%208.40002L13.9%200.900024L16.1%203.10002L6.50002%2012.6Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20");
}
.wpo-color-checkboxes .wpo-color-checkbox.is-bright input:checked + span.wpo-swatch-inner {
  border: 1px solid #ccc;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNTAwMDIgMTIuNkwwLjQwMDAyNCA2LjYwMDAyTDIuNjAwMDIgNC40MDAwMkw2LjUwMDAyIDguNDAwMDJMMTMuOSAwLjkwMDAyNEwxNi4xIDMuMTAwMDJMNi41MDAwMiAxMi42WiIgZmlsbD0iIzAwMCIvPgo8L3N2Zz4K);
}
.wpo-color-checkboxes .wpo-color-checkbox.is-bright span.wpo-swatch-inner {
  border: 1px solid #ccc;
}
.wpo-color-checkboxes .wpo-color-checkbox span.wpo-swatch-inner {
  flex: 0 0 auto;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  transition-property: background-image, border-color, background-color;
  width: 30px;
  height: 30px;
  left: 4px;
  top: 4px;
  margin: 2px;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--wpo-input-border-color-alt);
  border-radius: var(--wpo-input-border-radius);
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  cursor: pointer;
}
.wpo-color-checkboxes .wpo-color-checkbox div {
  font-family: inherit;
  font-weight: 500;
  padding-left: 0;
  color: inherit;
  line-height: 24px;
  vertical-align: middle;
}
.wpo-field-with-labels .wpo-color-checkboxes .wpo-color-checkbox div {
  padding-left: 8px;
}

.wpo-image-buttons {
  --wpo-image-buttons-line-clamp: 1;
  display: grid;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(auto-fill, min(100%, var(--wpo-image-buttons-width, 118px)));
  grid-gap: var(--wpo-option-gap, 10px);
}

.wpo-image-buttons.wpo-fit-images {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--wpo-image-buttons-width, 118px)), 1fr));
}

.wpo-field-images[data-max-qty="1"] .wpo-image-active svg {
  display: none;
}

label.wpo-image-button {
  position: relative;
  margin: 0 12px 6px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
label.wpo-image-button input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}
label.wpo-image-button .wpo-image-wrap.no-label figcaption.wpo-image-text {
  background: transparent;
}
label.wpo-image-button:hover .wpo-image-wrap:not(.no-label) figcaption.wpo-image-text {
  background: rgba(32, 40, 52, 0.9019607843);
}
.wpo-image-buttons-full label.wpo-image-button:hover .wpo-image-wrap:not(.no-label) figcaption.wpo-image-text {
  opacity: 0;
}

.wpo-image-buttons-partial label.wpo-image-button:hover .wpo-image-wrap:not(.no-label) figcaption.wpo-image-text {
  bottom: -50%;
  opacity: 0;
}

.wpo-image-buttons-above label.wpo-image-button:hover .wpo-image-wrap:not(.no-label) figcaption.wpo-image-text {
  background: transparent;
}

.wpo-image-buttons-below label.wpo-image-button:hover .wpo-image-wrap:not(.no-label) figcaption.wpo-image-text {
  background: transparent;
}

.wpo-image-buttons-full_hover label.wpo-image-button .wpo-image-wrap:not(.no-label) figcaption.wpo-image-text {
  margin-top: 50%;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
.wpo-image-buttons-full_hover label.wpo-image-button .wpo-image-wrap:not(.no-label):hover figcaption.wpo-image-text {
  margin-top: 0;
  opacity: 1;
  background: rgba(32, 40, 52, 0.9019607843);
}

label.wpo-image-button .wpo-image-wrap {
  display: flex;
  flex-direction: column;
  z-index: 2;
  border-radius: 6px;
  width: 100%;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  transition-duration: 200ms;
  transition-property: background;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.wpo-image-buttons-above label.wpo-image-button .wpo-image-wrap {
  background: transparent;
  flex-direction: column-reverse;
}

label.wpo-image-button .wpo-image-wrap:not(.no-label):hover figcaption.wpo-image-text {
  background: rgba(32, 40, 52, 0.9019607843);
}
label.wpo-image-button img {
  border-radius: 6px;
  width: 100%;
  height: auto;
  aspect-ratio: var(--wpo-image-buttons-aspect-ratio, 1);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--wpo-input-border-color);
}
label.wpo-image-button figcaption.wpo-image-text {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0.625em;
  margin-top: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
label.wpo-image-button figcaption.wpo-image-text span.wpo-image-label {
  display: -webkit-box;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--wpo-image-buttons-line-clamp, 1);
  -webkit-box-orient: vertical;
}
.wpo-image-buttons-above label.wpo-image-button figcaption.wpo-image-text span.wpo-image-label {
  -webkit-line-clamp: 3;
}

.wpo-image-buttons-below label.wpo-image-button figcaption.wpo-image-text span.wpo-image-label {
  -webkit-line-clamp: 3;
}

.wpo-image-buttons-partial label.wpo-image-button figcaption.wpo-image-text span.wpo-image-label {
  -webkit-line-clamp: var(--wpo-image-buttons-line-clamp, 1);
}

.wpo-image-buttons-above label.wpo-image-button figcaption.wpo-image-text {
  background: transparent;
  position: relative;
  color: inherit;
  margin-bottom: 0.25em;
  padding: 0;
  justify-content: flex-end;
}

.wpo-image-buttons-below label.wpo-image-button figcaption.wpo-image-text {
  background: transparent;
  position: initial;
  color: inherit;
  margin-top: 0.25em;
  padding: 0;
  justify-content: flex-start;
}

.wpo-image-buttons-partial label.wpo-image-button figcaption.wpo-image-text {
  height: auto;
  max-height: 50%;
  bottom: 0;
  top: unset;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  opacity: 1;
  background: rgba(32, 40, 52, 0.9019607843);
}

.wpo-image-buttons-full label.wpo-image-button figcaption.wpo-image-text {
  background: rgba(32, 40, 52, 0.9019607843);
}

label.wpo-image-button div.wpo-image-active {
  visibility: hidden;
  background: transparent;
  border: 3px solid var(--wpo-input-focus-color);
  border-radius: 6px;
  width: 100%;
  height: auto;
  aspect-ratio: var(--wpo-image-buttons-aspect-ratio, 1);
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 3;
}
label.wpo-image-button div.wpo-image-active svg {
  background: var(--wpo-input-focus-color);
  fill: #fff;
  border-radius: 0 0 0 6px;
}
label.wpo-image-button div.wpo-image-active.wpo-image-selected {
  visibility: inherit;
}
label.wpo-image-button:has(input[type=checkbox]:checked) div.wpo-image-active {
  visibility: inherit;
}

.wpo-field label.wpo-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpo-field label.wpo-radio input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wpo-field label.wpo-radio input:checked + span.wpo-radio-inner {
  background-color: var(--wpo-input-border-color-alt);
}
.wpo-field label.wpo-radio input:checked + span.wpo-radio-inner > span.wpo-radio-dot {
  width: 8px;
  height: 8px;
}
.wpo-field label.wpo-radio:hover input:not(:checked) + span.wpo-radio-inner > span.wpo-radio-dot {
  background-color: rgb(238, 238, 238);
}
.wpo-field label.wpo-radio span.wpo-radio-inner {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  outline: none;
  vertical-align: middle;
  margin: 2px;
  justify-content: center;
  box-shadow: none;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  background-color: var(--wpo-input-border-color-alt);
  outline-color: rgb(109, 109, 109);
  border-radius: 50%;
}
.wpo-field label.wpo-radio span.wpo-radio-dot {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background-color: var(--wpo-input-background-color);
}
.wpo-field label.wpo-radio div {
  font-family: inherit;
  font-weight: 500;
  padding-left: 8px;
  color: inherit;
  vertical-align: middle;
}
html[dir=rtl] .wpo-field label.wpo-radio div {
  padding-left: 0;
  padding-right: 8px;
}

.wpo-field label.wpo-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpo-field label.wpo-checkbox input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wpo-field label.wpo-checkbox input:checked + span.wpo-checkbox-inner {
  background-color: rgb(189, 189, 189);
  border-color: rgb(189, 189, 189);
  background-image: url("data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M6.50002%2012.6L0.400024%206.60002L2.60002%204.40002L6.50002%208.40002L13.9%200.900024L16.1%203.10002L6.50002%2012.6Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20");
}
.wpo-field label.wpo-checkbox:hover span.wpo-checkbox-inner {
  background-color: rgb(246, 246, 246);
}
.wpo-field label.wpo-checkbox span.wpo-checkbox-inner {
  display: inline-block;
  border: 2px solid var(--wpo-input-border-color-alt);
  outline: none;
  box-sizing: border-box;
  border-radius: var(--wpo-input-border-radius);
  margin: 2px;
  height: 20px;
  width: 20px;
  flex: 0 0 auto;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  transition-property: background-image, border-color, background-color;
  left: 4px;
  top: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  background-color: var(--wpo-input-background-color);
}
.wpo-field label.wpo-checkbox div {
  font-family: inherit;
  font-weight: 500;
  padding-left: 8px;
  color: inherit;
  line-height: 1;
  vertical-align: middle;
}
html[dir=rtl] .wpo-field label.wpo-checkbox div {
  padding-left: 0;
  padding-right: 8px;
}

.wpo-text-labels {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wpo-option-gap);
}
.wpo-text-labels label.wpo-text-label {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpo-text-labels label.wpo-text-label input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}
.wpo-text-labels label.wpo-text-label input:checked + span.wpo-text-label-inner {
  background-color: rgb(189, 189, 189);
  color: rgb(255, 255, 255);
}
.wpo-text-labels label.wpo-text-label .wpo-text-label-inner {
  border: 2px solid var(--wpo-input-border-color-alt);
  outline: none;
  padding: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  justify-content: center;
  box-shadow: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition-duration: 200ms;
  transition-property: background;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  background-color: transparent;
}
.wpo-text-labels label.wpo-text-label .wpo-text-label-inner:hover {
  background-color: rgb(226, 226, 226);
  border-color: #d5d5d5;
  color: #333333;
}

.wpo-field-datepicker {
  /*pixel square for each day - default is 39 */
  /*
  /*rtl:begin:ignore*/
  /*
  /*rtl:end:ignore*/
  /*
  /*rtl:begin:ignore*/
  /*
  /*rtl:end:ignore*/
}
.wpo-field-datepicker .wpo-datepicker-container {
  display: block;
  position: relative;
}
.wpo-field-datepicker .wpo-datepicker-container .wpo-datepicker-clear {
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
  fill: var(--wpo-input-border-color-alt);
}
.wpo-field-datepicker .wpo-datepicker-container .wpo-datepicker-clear:hover svg {
  fill: var(--wpo-input-focus-color);
}
.wpo-field-datepicker .flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 259px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.wpo-field-datepicker .flatpickr-calendar.open,
.wpo-field-datepicker .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.wpo-field-datepicker .flatpickr-calendar.open {
  display: inline-block;
  z-index: 1000;
}
.wpo-field-datepicker .flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.wpo-field-datepicker .flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.wpo-field-datepicker .flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.wpo-field-datepicker .flatpickr-calendar.static.open {
  display: block;
}
.wpo-field-datepicker .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.wpo-field-datepicker .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.wpo-field-datepicker .flatpickr-calendar .hasWeeks .dayContainer,
.wpo-field-datepicker .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.wpo-field-datepicker .flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.wpo-field-datepicker .flatpickr-calendar.hasTime .flatpickr-time {
  height: 30px;
  border-top: 1px solid #eee;
}
.wpo-field-datepicker .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.wpo-field-datepicker .flatpickr-calendar:focus {
  outline: 0;
}
.wpo-field-datepicker .flatpickr-wrapper {
  position: relative;
  display: block;
}
.wpo-field-datepicker .flatpickr-months {
  display: flex;
}
.wpo-field-datepicker .flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 34px;
  padding: 10px;
  color: #3c3f40;
  fill: #3c3f40;
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month i,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  /*
  */
  left: 0;
  /*
  /*rtl:end:ignore*/
  /*
  */
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  /*
  */
  right: 0;
  /*
  /*rtl:end:ignore*/
  /*
  */
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month:hover,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month:hover {
  color: rgb(8, 158, 199);
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month:hover svg,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgb(8, 158, 199);
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month svg,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month svg path,
.wpo-field-datepicker .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.wpo-field-datepicker .numInputWrapper {
  position: relative;
  height: auto;
}
.wpo-field-datepicker .numInputWrapper input,
.wpo-field-datepicker .numInputWrapper span {
  display: inline-block;
}
.wpo-field-datepicker .numInputWrapper input {
  width: 100%;
}
.wpo-field-datepicker .numInputWrapper input::-ms-clear {
  display: none;
}
.wpo-field-datepicker .numInputWrapper input::-webkit-outer-spin-button,
.wpo-field-datepicker .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.wpo-field-datepicker .numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.15);
  box-sizing: border-box;
}
.wpo-field-datepicker .numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.wpo-field-datepicker .numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.wpo-field-datepicker .numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.wpo-field-datepicker .numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.wpo-field-datepicker .numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
  top: 26%;
}
.wpo-field-datepicker .numInputWrapper span.arrowDown {
  top: 50%;
}
.wpo-field-datepicker .numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
  top: 40%;
}
.wpo-field-datepicker .numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.wpo-field-datepicker .numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}
.wpo-field-datepicker .numInputWrapper:hover span {
  opacity: 1;
}
.wpo-field-datepicker .flatpickr-current-month {
  font-size: 125%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
  display: flex;
}
.wpo-field-datepicker .flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.wpo-field-datepicker .flatpickr-current-month .numInputWrapper {
  flex: 1;
}
.wpo-field-datepicker .flatpickr-current-month .numInputWrapper span {
  font-size: 14px;
}
.wpo-field-datepicker .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}
.wpo-field-datepicker .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}
.wpo-field-datepicker .flatpickr-current-month input[type=number].cur-year {
  background: transparent !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  color: inherit;
  cursor: text;
  padding: 0 0 0 20px !important;
  margin: 0 !important;
  display: inline-block !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: 300 !important;
  line-height: inherit !important;
  height: 100% !important;
  border: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  vertical-align: initial;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
.wpo-field-datepicker .flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.wpo-field-datepicker .flatpickr-current-month input.cur-year[disabled],
.wpo-field-datepicker .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}
.wpo-field-datepicker .flatpickr-current-month select.flatpickr-monthDropdown-months {
  appearance: menulist !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  color: inherit !important;
  cursor: pointer !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: 300 !important;
  height: auto !important;
  line-height: inherit !important;
  margin: -1px 0 0 0 !important;
  outline: none !important;
  padding: 0 0 0 0.5ch !important;
  position: relative !important;
  vertical-align: initial !important;
  -webkit-box-sizing: border-box !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  width: auto !important;
  flex: 1;
}
.wpo-field-datepicker .flatpickr-current-month select.flatpickr-monthDropdown-months:focus,
.wpo-field-datepicker .flatpickr-current-month select.flatpickr-monthDropdown-months:active {
  outline: none !important;
}
.wpo-field-datepicker .flatpickr-current-month select.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.wpo-field-datepicker .flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.wpo-field-datepicker .flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
.wpo-field-datepicker span.flatpickr-weekday {
  cursor: default;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: normal;
}
.wpo-field-datepicker .dayContainer,
.wpo-field-datepicker .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.wpo-field-datepicker .flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 259px;
}
.wpo-field-datepicker .flatpickr-days:focus {
  outline: 0;
}
.wpo-field-datepicker .dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 259px;
  min-width: 259px;
  max-width: 259px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.wpo-field-datepicker .dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eee;
}
.wpo-field-datepicker .flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 37px;
  height: 37px;
  line-height: 37px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.wpo-field-datepicker .flatpickr-day.inRange,
.wpo-field-datepicker .flatpickr-day.prevMonthDay.inRange,
.wpo-field-datepicker .flatpickr-day.nextMonthDay.inRange,
.wpo-field-datepicker .flatpickr-day.today.inRange,
.wpo-field-datepicker .flatpickr-day.prevMonthDay.today.inRange,
.wpo-field-datepicker .flatpickr-day.nextMonthDay.today.inRange,
.wpo-field-datepicker .flatpickr-day:hover,
.wpo-field-datepicker .flatpickr-day.prevMonthDay:hover,
.wpo-field-datepicker .flatpickr-day.nextMonthDay:hover,
.wpo-field-datepicker .flatpickr-day:focus,
.wpo-field-datepicker .flatpickr-day.prevMonthDay:focus,
.wpo-field-datepicker .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
}
.wpo-field-datepicker .flatpickr-day.today,
.wpo-field-datepicker .flatpickr-day.today.flatpickr-disabled,
.wpo-field-datepicker .flatpickr-day.today.flatpickr-disabled:hover {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
  border: 0;
}
.wpo-field-datepicker .flatpickr-day.selected,
.wpo-field-datepicker .flatpickr-day.startRange,
.wpo-field-datepicker .flatpickr-day.endRange,
.wpo-field-datepicker .flatpickr-day.selected.inRange,
.wpo-field-datepicker .flatpickr-day.startRange.inRange,
.wpo-field-datepicker .flatpickr-day.endRange.inRange,
.wpo-field-datepicker .flatpickr-day.selected:focus,
.wpo-field-datepicker .flatpickr-day.startRange:focus,
.wpo-field-datepicker .flatpickr-day.endRange:focus,
.wpo-field-datepicker .flatpickr-day.selected:hover,
.wpo-field-datepicker .flatpickr-day.startRange:hover,
.wpo-field-datepicker .flatpickr-day.endRange:hover,
.wpo-field-datepicker .flatpickr-day.selected.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.startRange.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.endRange.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.selected.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.startRange.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.endRange.nextMonthDay {
  background: rgb(8, 158, 199);
  box-shadow: none;
  color: #fff;
  border-color: rgb(8, 158, 199);
}
.wpo-field-datepicker .flatpickr-day.selected.startRange,
.wpo-field-datepicker .flatpickr-day.startRange.startRange,
.wpo-field-datepicker .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.wpo-field-datepicker .flatpickr-day.selected.endRange,
.wpo-field-datepicker .flatpickr-day.startRange.endRange,
.wpo-field-datepicker .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.wpo-field-datepicker .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.wpo-field-datepicker .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.wpo-field-datepicker .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 rgb(8, 158, 199);
}
.wpo-field-datepicker .flatpickr-day.selected.startRange.endRange,
.wpo-field-datepicker .flatpickr-day.startRange.startRange.endRange,
.wpo-field-datepicker .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.wpo-field-datepicker .flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}
.wpo-field-datepicker .flatpickr-day.flatpickr-disabled,
.wpo-field-datepicker .flatpickr-day.flatpickr-disabled:hover,
.wpo-field-datepicker .flatpickr-day.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.notAllowed,
.wpo-field-datepicker .flatpickr-day.notAllowed.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
}
.wpo-field-datepicker .flatpickr-day.flatpickr-disabled,
.wpo-field-datepicker .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.1);
}
.wpo-field-datepicker .flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 rgb(8, 158, 199), 5px 0 0 rgb(8, 158, 199);
}
.wpo-field-datepicker .flatpickr-day.hidden {
  visibility: hidden;
}
.wpo-field-datepicker .rangeMode .flatpickr-day {
  margin-top: 1px;
}
.wpo-field-datepicker .flatpickr-weekwrapper {
  float: left;
}
.wpo-field-datepicker .flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #eee;
}
.wpo-field-datepicker .flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.wpo-field-datepicker .flatpickr-weekwrapper span.flatpickr-day,
.wpo-field-datepicker .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.wpo-field-datepicker .flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.wpo-field-datepicker .flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.wpo-field-datepicker .flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 30px;
  max-height: 30px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.wpo-field-datepicker .flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.wpo-field-datepicker .flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 30px;
  float: left;
}
.wpo-field-datepicker .flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}
.wpo-field-datepicker .flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}
.wpo-field-datepicker .flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.wpo-field-datepicker .flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.wpo-field-datepicker .flatpickr-time input {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  height: 16px;
  line-height: 16px;
  color: #404848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.wpo-field-datepicker .flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.wpo-field-datepicker .flatpickr-time input.flatpickr-minute,
.wpo-field-datepicker .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.wpo-field-datepicker .flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.wpo-field-datepicker .flatpickr-time .flatpickr-time-separator,
.wpo-field-datepicker .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}
.wpo-field-datepicker .flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.wpo-field-datepicker .flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.wpo-field-datepicker .dayContainer {
  padding: 0;
  border-right: 0;
}
.wpo-field-datepicker span.flatpickr-day,
.wpo-field-datepicker span.flatpickr-day.prevMonthDay,
.wpo-field-datepicker span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}
.wpo-field-datepicker span.flatpickr-day:nth-child(n+8),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(n+8),
.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}
.wpo-field-datepicker span.flatpickr-day:nth-child(7n-6),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(7n-6),
.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}
.wpo-field-datepicker span.flatpickr-day:nth-child(n+36),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(n+36),
.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}
.wpo-field-datepicker span.flatpickr-day:nth-child(-n+7),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(-n+7),
.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}
.wpo-field-datepicker span.flatpickr-day.today:not(.selected),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay.today:not(.selected),
.wpo-field-datepicker span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #e7e7e7;
}
.wpo-field-datepicker span.flatpickr-day.startRange,
.wpo-field-datepicker span.flatpickr-day.prevMonthDay.startRange,
.wpo-field-datepicker span.flatpickr-day.nextMonthDay.startRange,
.wpo-field-datepicker span.flatpickr-day.endRange,
.wpo-field-datepicker span.flatpickr-day.prevMonthDay.endRange,
.wpo-field-datepicker span.flatpickr-day.nextMonthDay.endRange {
  border-color: rgb(8, 158, 199);
}
.wpo-field-datepicker .rangeMode .flatpickr-day {
  margin-top: -1px;
}
.wpo-field-datepicker .flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none;
}
.wpo-field-datepicker .flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
.wpo-field-datepicker .hasWeeks .flatpickr-days {
  border-right: 0;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .wpo-field-datepicker span.flatpickr-day {
    display: block;
    flex: 1 0 auto;
  }
}

.wpo-field-wysiwyg .ql-align-center {
  text-align: center;
}
.wpo-field-wysiwyg .ql-align-center img {
  margin: 0 auto;
}
.wpo-field-wysiwyg .ql-align-justify {
  text-align: justify;
}
.wpo-field-wysiwyg .ql-align-right {
  text-align: right;
}
.wpo-field-wysiwyg .ql-align-left {
  text-align: left;
}

.wpo-option-products {
  margin-top: 10px;
}
.wpo-option-products table.wpo-products-list {
  background: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 500px;
}
.wpo-option-products table.wpo-products-list tbody {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.wpo-option-products table.wpo-products-list tbody td, .wpo-option-products table.wpo-products-list tbody th {
  padding: 0px;
  margin: 0px;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product {
  grid-gap: 0 10px;
  align-items: start;
  display: grid;
  font-size: 16px;
  grid-column: 1/span 3;
  grid-template-columns: subgrid;
  grid-template-rows: auto;
  border: 0px solid transparent;
  padding: 0px;
  background: transparent;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product:not(:last-child) {
  margin-bottom: 16px;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product.wpo-product-out-of-stock {
  opacity: 0.5;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product.wpo-product-out-of-stock .wpo-cart-button {
  display: none;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td {
  border: none;
  background-color: transparent;
  box-shadow: none;
  height: 100%;
  display: flex;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-thumbnail {
  grid-column: 1;
  grid-row: 1/span 2;
  width: 72px;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 72px;
  height: 72px;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-name {
  grid-column: 2;
  grid-row: 1;
  font-weight: 400;
  width: auto;
  align-items: flex-end;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-name a {
  color: initial;
  font-weight: normal;
  line-height: 1.3;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-price {
  grid-column: 2;
  grid-row: 2;
  width: auto;
  align-items: baseline;
  gap: 0.25em;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-price del[aria-hidden=true] {
  display: none;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-price ins {
  font-weight: normal;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-cart-button {
  grid-column: 3;
  grid-row: 1/span 2;
  align-items: center;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-cart-button .add_to_cart_button {
  font-size: 14px;
}
.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-cart-button .added_to_cart {
  font-size: 14px;
}

.wpo-field.wpo-field-products .wpo-price-container del {
  display: none;
}
.wpo-field.wpo-field-products .wpo-price-container ins {
  text-decoration: none;
}
.wpo-field.wpo-field-products .nice-select-dropdown li del {
  display: none;
}
.wpo-field.wpo-field-products .nice-select-dropdown li ins {
  text-decoration: none;
}

body.wpo-has-fields .woocommerce-message ul {
  margin-bottom: 0;
}

.theme-oceanwp .wpo-option-products table.wpo-products-list tbody tr td.wpo-cart-button .add_to_cart_button {
  font-size: 12px;
}

.theme-betheme .wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product:not(:last-child) {
  margin-bottom: 20px;
}

.theme-bridge .wpo-option-products table.wpo-products-list tbody tr td.wpo-cart-button .add_to_cart_button {
  box-sizing: border-box;
  padding: 0px 15px;
}
.theme-bridge .wpo-option-products table.wpo-products-list tbody tr td.wpo-cart-button .added_to_cart {
  display: none;
}

.theme-porto .wpo-option-products table.wpo-products-list tbody tr td.wpo-cart-button .add_to_cart_button {
  padding: 3px 15px;
}

.theme-shoptimizer .wpo-option-products table.wpo-products-list tbody tr td.wpo-cart-button .add_to_cart_button {
  padding: 10px 15px;
  font-size: 14px;
  margin: 0 6px 6px 0;
  width: 100%;
  height: 35px;
  line-height: 1;
  color: #fff;
}
.theme-shoptimizer .wpo-option-products table.wpo-products-list tbody tr td.wpo-cart-button .add_to_cart_button.added {
  padding: 2px 15px;
}

.wpo-field-product .wpo-checkboxes .wpo-checkbox[data-stock-out=true]:hover {
  cursor: default;
}
.wpo-field-product .wpo-checkboxes .wpo-checkbox[data-stock-out=true] .wpo-checkbox-inner {
  background-color: rgb(246, 246, 246);
}
.wpo-field-product .wpo-checkboxes .wpo-checkbox[data-stock-out=true] div {
  opacity: 0.5;
}
.wpo-field-product .wpo-radios .wpo-radio[data-stock-out=true]:hover {
  cursor: default;
}
.wpo-field-product .wpo-radios .wpo-radio[data-stock-out=true]:hover .wpo-radio-inner .wpo-radio-dot {
  background-color: rgb(246, 246, 246);
}
.wpo-field-product .wpo-radios .wpo-radio[data-stock-out=true] .wpo-radio-inner .wpo-radio-dot {
  background-color: rgb(246, 246, 246);
}
.wpo-field-product .wpo-radios .wpo-radio[data-stock-out=true] div {
  opacity: 0.5;
}
.wpo-field-product .wpo-image-buttons .wpo-image-button[data-stock-out=true] {
  opacity: 0.5;
  cursor: default;
}
.wpo-field-product[data-max-qty="1"] .wpo-image-buttons .wpo-image-button .wpo-image-active svg {
  display: none;
}

/**
* WPT Variations width
*/
table.wc-product-table form.wpt_variations_form .single_variation_wrap {
  width: 100%;
}

/**
 * Product options
 */
h2.wpo-group-title {
  font-size: var(--wpo-group-name-font-size);
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
html[dir=rtl] h2.wpo-group-title {
  text-align: right;
}

.wpo-price-container {
  font-size: var(--wpo-option-price-font-size);
}

.wpo-totals-label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.wpo-totals-hidden {
  display: none;
}

.wpo-options-container {
  padding: 0 2px;
  display: block;
  width: 100%;
}
.wpo-options-container .wpo-field .wpo-customer-price {
  align-items: center;
  box-sizing: border-box;
  border-radius: inherit;
  display: flex;
  position: relative;
}
.wpo-options-container .wpo-field .wpo-customer-price input[type=number] {
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0 4px 4px 0;
  display: block;
  margin: 0px;
  outline: currentcolor none medium;
}
.wpo-options-container .wpo-field .wpo-customer-price input[type=number]:focus {
  border-left: 2px solid #eee;
}
.wpo-options-container .wpo-field .wpo-customer-price span.wpo-customer-price-currency {
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  display: flex;
  background-color: #f8f9fa;
  padding: 0 12px;
  outline: none;
}
.wpo-options-container .wpo-field .wpo-customer-price div.wpo-customer-price-backdrop {
  box-sizing: border-box;
  border-radius: var(--wpo-input-border-radius);
  inset: 0px;
  margin: 0px;
  padding-right: 4px;
  pointer-events: none;
  position: absolute;
  border: 2px solid #eee;
}
.wpo-options-container .wpo-field .wpo-customer-price input[type=number]:focus ~ div.wpo-customer-price-backdrop {
  border: 2px solid var(--wpo-input-focus-color);
}
.wpo-options-container * {
  box-sizing: border-box;
}
.wpo-options-container input[type=text],
.wpo-options-container input[type=number]:not(.cur-year),
.wpo-options-container input[type=email],
.wpo-options-container input[type=password],
.wpo-options-container input[type=tel],
.wpo-options-container input[type=url],
.wpo-options-container textarea {
  width: 100%;
  height: auto;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding: 6px 8px;
  margin: 0;
  background-color: var(--wpo-input-background-color);
  border: 2px solid var(--wpo-input-border-color);
  border-radius: var(--wpo-input-border-radius);
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--wpo-input-font-size);
  font-weight: normal;
  line-height: 1.3;
  transition: all 0.3s;
}
.wpo-options-container input[type=text]:focus,
.wpo-options-container input[type=number]:not(.cur-year):focus,
.wpo-options-container input[type=email]:focus,
.wpo-options-container input[type=password]:focus,
.wpo-options-container input[type=tel]:focus,
.wpo-options-container input[type=url]:focus,
.wpo-options-container textarea:focus {
  width: 100%;
  height: auto;
  padding: 6px 8px;
  margin: 0;
  background-color: rgb(246, 246, 246);
  border: 2px solid var(--wpo-input-focus-color);
  border-radius: var(--wpo-input-border-radius);
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--wpo-input-font-size);
  font-weight: normal;
  line-height: 1.3;
  transition: all 0.3s;
}

.wpo-field-hide {
  display: none !important;
}

.wpo-field {
  position: relative;
  margin-bottom: var(--wpo-option-gap-large);
  text-align: left;
}
html[dir=rtl] .wpo-field {
  text-align: right;
}

.wpo-field label {
  display: flex;
  align-items: center;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
}
html[dir=rtl] .wpo-field label {
  text-align: right;
}

.wpo-field.wpo-label-is-option-name label {
  font-size: var(--wpo-option-name-font-size);
  font-weight: 500;
  margin: 0;
  margin-top: var(---wpo-option-gap-small);
}
.wpo-field.wpo-label-is-option-name label .wpo-field-required-symbol {
  margin-left: 2px;
  color: var(--wpo-input-error-color);
  font-weight: bold;
}
.wpo-field.wpo-label-is-option-name label .wpo-price-container {
  margin-left: 4px;
}

.wpo-field-description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding: 0;
  margin: 5px 0 0;
}
html[dir=rtl] .wpo-field-description {
  text-align: right;
}

.wpo-info-label {
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0;
}

.wpo-option-name {
  font-size: var(--wpo-option-name-font-size);
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 0 4px;
}
.wpo-option-name .wpo-field-required-symbol {
  margin-left: 2px;
  color: var(--wpo-input-error-color);
  font-weight: bold;
}
.wpo-option-name .wpo-price-container {
  margin-left: 0.5em;
  font-size: 0.85em;
}

.wpo-incognito-input {
  height: 0;
  width: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  float: right;
}

.wpo-error-message {
  display: block;
  color: var(--wpo-input-error-color);
}

.wpo-checkboxes,
.wpo-radios {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-gap: var(--wpo-option-gap-small) var(--wpo-option-gap-large);
}
.wpo-checkboxes.wpo-checkboxes-one-col, .wpo-checkboxes.wpo-radios-one-col,
.wpo-radios.wpo-checkboxes-one-col,
.wpo-radios.wpo-radios-one-col {
  grid-template-columns: auto;
}
.wpo-checkboxes .wpo-price-container ins,
.wpo-radios .wpo-price-container ins {
  font-weight: normal;
  margin-left: 0.25em;
}
.wpo-checkboxes .wpo-choice-image,
.wpo-radios .wpo-choice-image {
  width: 32px;
  margin-left: 0.5em;
}

.wpo-field .wpo-field-edit {
  position: absolute;
  top: 0.5ex;
  right: 0;
  font-size: smaller;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  z-index: 3;
  background-color: var(--wpo-input-background-color);
  border-radius: var(--wpo-input-border-radius);
  padding: 0.125em 0.25em;
}
html[dir=rtl] .wpo-field .wpo-field-edit {
  left: 0;
  right: unset;
}

.wpo-field .wpo-field-edit a {
  text-decoration: none;
  display: block;
}
.wpo-field .wpo-field-edit span.dashicons.dashicons-edit {
  font-size: medium;
  vertical-align: -3px;
  margin-right: -0.25em;
}
.wpo-field:hover .wpo-field-edit, .wpo-field .wpo-field-edit:focus-within {
  opacity: 1;
}

.wpo-checkboxes label.wpo-checkbox:focus-within span.wpo-checkbox-inner,
.wpo-checkboxes label.wpo-checkbox:focus-within input:checked + span.wpo-checkbox-inner,
.wpo-radios label.wpo-radio:focus-within span.wpo-radio-inner,
.wpo-radios label.wpo-radio:focus-within input:checked + span.wpo-radio-inner,
.wpo-color-checkboxes .wpo-color-checkbox:focus-within span.wpo-swatch-inner,
.wpo-color-checkboxes .wpo-color-checkbox:focus-within input:checked + span.wpo-swatch-inner {
  border: 2px solid;
  border-color: var(--wpo-input-focus-color);
}

.wpo-text-labels label.wpo-text-label:focus-within .wpo-text-label-inner {
  border-color: var(--wpo-input-focus-color);
  border-width: 2px;
  border-style: solid;
}

.wpo-image-buttons label.wpo-image-button:focus-within {
  margin: -6px;
  padding: 4px;
  border: 2px solid;
  border-color: var(--wpo-input-focus-color);
  border-radius: var(--wpo-input-border-radius);
}

/*# sourceMappingURL=wpo-frontend-fields.css.map*/