.wpo-options-container {
    --wpo-input-focus-color: #089ec7;
    --wpo-input-success-color: #00c060;
    --wpo-input-border-radius: 4px;
    --wpo-input-border-color: #eee;
    --wpo-input-border-color-alt: #e1dfdf;
    --wpo-input-background-color: #fff;
    --wpo-input-error-color: #c00;
    --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-astra form.cart,
body.single-product.wpo-has-fields.theme-betheme 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 {
    line-height: 24px !important;
    padding: 0 !important
}

body.theme-flatsome .product-info .price.wpo-price-container {
    font-size: var(--wpo-option-price-font-size);
    font-weight: 400
}

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: 1 0 100%;
    flex-wrap: wrap !important
}

.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 {
    border: none;
    display: block
}

.wpo-file-dropzone.dropzone {
    border: 2px dashed var(--wpo-input-border-color-alt);
    border-radius: var(--wpo-input-border-radius);
    box-sizing: border-box;
    min-width: 320px;
    position: relative
}

.wpo-file-dropzone.dropzone * {
    box-sizing: border-box
}

.wpo-file-dropzone.dropzone .dz-button,
.wpo-file-dropzone.dropzone .dz-button:hover {
    align-items: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #6b6b6b;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    height: auto;
    line-height: 1;
    margin: 0;
    min-height: 80px;
    padding: 5px;
    transition: none;
    width: 100%
}

.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 {
    border-radius: var(--wpo-input-border-radius);
    outline: 2px dashed #089ec7
}

.wpo-file-dropzone.dropzone .dz-button-icon svg {
    fill: #089ec7
}

.wpo-file-dropzone.dropzone .dz-button-label {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.wpo-file-dropzone.dropzone .dz-preview {
    border-top: 1px solid #e0e0e0;
    display: grid;
    gap: 10px;
    grid-template-areas: "thumbnail details ." "thumbnail progress progress" "thumbnail remove remove" "thumbnail error error";
    grid-template-columns: 80px 1fr 20px;
    grid-template-rows: 20px 1fr;
    margin: 0;
    padding: 10px;
    position: relative
}

.wpo-file-dropzone.dropzone .dz-preview img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    aspect-ratio: 1;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    grid-area: thumbnail;
    -ms-grid-column: 1;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3px
}

.wpo-file-dropzone.dropzone .dz-preview .dz-progress {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column-span: 3;
    border-radius: 50%;
    display: block;
    grid-area: progress;
    height: 5px
}

.wpo-file-dropzone.dropzone .dz-preview .dz-progress .dz-upload {
    background: var(--wpo-input-border-color-alt);
    display: block;
    height: 100%;
    width: 0
}

.wpo-file-dropzone.dropzone .dz-preview .dz-details {
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    grid-area: details;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    justify-content: flex-start;
    line-height: 24px;
    overflow: hidden;
    vertical-align: middle
}

.wpo-file-dropzone.dropzone .dz-preview .dz-details .dz-filename {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wpo-file-dropzone.dropzone .dz-preview .dz-size {
    margin-left: 5px
}

.wpo-file-dropzone.dropzone .dz-preview .dz-error-message {
    -ms-grid-column: 3;
    -ms-grid-row: 7;
    -ms-grid-column-span: 3;
    color: var(--wpo-input-error-color);
    font-size: 12px;
    grid-area: error;
    margin-top: 0
}

.wpo-file-dropzone.dropzone .dz-preview.dz-error .dz-error-mark,
.wpo-file-dropzone.dropzone .dz-preview.dz-error .dz-error-message {
    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-column: 3;
    -ms-grid-row: 5;
    -ms-grid-column-span: 3;
    display: block;
    font-size: 14px;
    grid-area: remove;
    margin-top: -7px;
    text-align: right
}

html[dir=rtl] .wpo-file-dropzone.dropzone .dz-preview .dz-remove {
    text-align: left
}

.wpo-file-dropzone.dropzone .dz-preview .dz-remove svg {
    height: 18px;
    width: 18px;
    fill: #bdbdbd;
    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,
.wpo-file-dropzone.dropzone.dz-max-files-reached>.dz-default {
    display: none
}

div.nice-select {
    background-color: var(--wpo-input-background-color);
    border: 2px solid var(--wpo-input-border-color);
    border-radius: var(--wpo-input-border-radius);
    box-sizing: border-box;
    color: #6b6b6b;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 24px;
    padding: 4px 8px;
    position: relative;
    width: auto;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-duration: .2s;
    transition-property: border, box-shadow, background-color;
    transition-timing-function: cubic-bezier(.2, .8, .4, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

div.nice-select.open,
div.nice-select:active,
div.nice-select:focus {
    border-color: #089ec7
}

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: rotate(45deg);
    transform-origin: 66% 66%;
    transition: all .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: #ededed;
    color: #999;
    pointer-events: none
}

div.nice-select.disabled:after {
    border-color: #ccc
}

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 {
    background-color: #fff;
    border: 1px solid var(--wpo-input-border-color-alt);
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .16);
    left: 0;
    margin-top: .5rem;
    opacity: 0;
    padding: 8px 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: .1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.2, .8, .4, 1);
    width: 100%;
    z-index: 9
}

div.nice-select .nice-select-dropdown li img.wpo-choice-image,
div.nice-select span.current img.wpo-choice-image {
    display: inline-block;
    margin-right: .25em;
    vertical-align: -7px;
    width: 24px
}

div.nice-select ul.list {
    background-color: var(--wpo-input-background-color);
    border-radius: 6px;
    color: #000;
    font-size: .875em;
    font-weight: 400;
    list-style: none;
    margin: 0;
    max-height: 900px;
    overflow: auto;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%
}

div.nice-select ul.list li.selected {
    background-color: #f6f6f6;
    color: #545454
}

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(.2, .8, .4, 1)
}

html[dir=rtl] div.nice-select .option {
    text-align: right
}

div.nice-select .option.focus,
div.nice-select .option.selected.focus,
div.nice-select .option:hover {
    background-color: #f6f6f6
}

div.nice-select .option.selected {
    font-weight: 700
}

div.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

div.nice-select .optgroup {
    font-weight: 700
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .has-multiple {
    height: auto;
    line-height: 22px;
    min-height: 36px;
    padding: 7px 12px;
    white-space: inherit
}

.nice-select .has-multiple span.current {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 0 10px
}

.nice-select .has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding: 5px;
    pointer-events: none;
    width: 100%
}

.nice-select .nice-select-search {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-sizing: border-box;
    color: #444;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    margin: 0 10px 0 0;
    min-height: 36px;
    outline: 0 !important;
    padding: 7px 12px;
    vertical-align: middle;
    width: 100%
}

.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 {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wpo-color-checkboxes .wpo-color-checkbox label {
    align-items: center;
    display: flex;
    margin: 0
}

.wpo-color-checkboxes .wpo-color-checkbox input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

.wpo-color-checkboxes .wpo-color-checkbox input:checked+span.wpo-swatch-inner {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2713%27 fill=%27none%27%3E%3Cpath fill=%27%23FFF%27 d=%27m6.5 12.6-6.1-6 2.2-2.2 3.9 4L13.9.9l2.2 2.2z%27/%3E%3C/svg%3E")
}

.wpo-color-checkboxes .wpo-color-checkbox.is-bright input:checked+span.wpo-swatch-inner {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0ibTYuNSAxMi42LTYuMS02IDIuMi0yLjIgMy45IDRMMTMuOS45bDIuMiAyLjJ6Ii8+PC9zdmc+);
    border: 1px solid #ccc
}

.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 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border-color: var(--wpo-input-border-color-alt);
    border-radius: var(--wpo-input-border-radius);
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
    height: 30px;
    left: 4px;
    margin: 2px;
    outline: none;
    top: 4px;
    transition-duration: .2s;
    transition-property: background-image, border-color, background-color;
    transition-timing-function: cubic-bezier(.2, .8, .4, 1);
    vertical-align: middle;
    width: 30px
}

.wpo-color-checkboxes .wpo-color-checkbox div {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 24px;
    padding-left: 0;
    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 {
    cursor: pointer;
    margin: 0 12px 6px 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

label.wpo-image-button input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

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, .902)
}

.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,
.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%;
    opacity: 0;
    transition: all .2s ease-in-out
}

.wpo-image-buttons-full_hover label.wpo-image-button .wpo-image-wrap:not(.no-label):hover figcaption.wpo-image-text {
    background: rgba(32, 40, 52, .902);
    margin-top: 0;
    opacity: 1
}

label.wpo-image-button .wpo-image-wrap {
    background-color: transparent;
    border-radius: 6px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    outline: none;
    overflow: hidden;
    position: relative;
    transition-duration: .2s;
    transition-property: background;
    transition-timing-function: linear;
    width: 100%;
    z-index: 0;
}

.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, .902)
}

label.wpo-image-button img {
    aspect-ratio: var(--wpo-image-buttons-aspect-ratio, 1);
    border: 2px solid var(--wpo-input-border-color);
    border-radius: 6px;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

label.wpo-image-button figcaption.wpo-image-text {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    line-height: 1.25em;
    margin-top: 0;
    padding: .625em;
    position: absolute;
    text-align: center;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 0;
}

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,
.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;
    color: inherit;
    justify-content: flex-end;
    margin-bottom: .25em;
    padding: 0;
    position: relative
}

.wpo-image-buttons-below label.wpo-image-button figcaption.wpo-image-text {
    background: transparent;
    color: inherit;
    justify-content: flex-start;
    margin-top: .25em;
    padding: 0;
    position: static
}

.wpo-image-buttons-partial label.wpo-image-button figcaption.wpo-image-text {
    background: rgba(32, 40, 52, .902);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    height: auto;
    max-height: 50%;
    opacity: 1;
    top: unset
}

.wpo-image-buttons-full label.wpo-image-button figcaption.wpo-image-text {
    background: rgba(32, 40, 52, .902)
}

label.wpo-image-button div.wpo-image-active {
    aspect-ratio: var(--wpo-image-buttons-aspect-ratio, 1);
    background: transparent;
    border: 3px solid var(--wpo-input-focus-color);
    border-radius: 6px;
    display: flex;
    height: auto;
    justify-content: flex-end;
    position: absolute;
    visibility: hidden;
    width: 100%;
    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 {
    align-items: center;
    cursor: pointer;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wpo-field label.wpo-radio input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

.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 {
    height: 8px;
    width: 8px
}

.wpo-field label.wpo-radio:hover input:not(:checked)+span.wpo-radio-inner>span.wpo-radio-dot {
    background-color: #eee
}

.wpo-field label.wpo-radio span.wpo-radio-inner {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-items: center;
    background-color: var(--wpo-input-border-color-alt);
    border-radius: 50%;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    height: 20px;
    justify-content: center;
    margin: 2px;
    outline: none;
    outline-color: #6d6d6d;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.2, .8, .4, 1);
    vertical-align: middle;
    width: 20px
}

.wpo-field label.wpo-radio span.wpo-radio-dot {
    background-color: var(--wpo-input-background-color);
    border-radius: 50%;
    height: 16px;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.2, .8, .4, 1);
    width: 16px
}

.wpo-field label.wpo-radio div {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    padding-left: 8px;
    vertical-align: middle
}

html[dir=rtl] .wpo-field label.wpo-radio div {
    padding-left: 0;
    padding-right: 8px
}

.wpo-field label.wpo-checkbox {
    align-items: center;
    cursor: pointer;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wpo-field label.wpo-checkbox input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

.wpo-field label.wpo-checkbox input:checked+span.wpo-checkbox-inner {
    background-color: #bdbdbd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2713%27 fill=%27none%27%3E%3Cpath fill=%27%23FFF%27 d=%27m6.5 12.6-6.1-6 2.2-2.2 3.9 4L13.9.9l2.2 2.2z%27/%3E%3C/svg%3E");
    border-color: #bdbdbd
}

.wpo-field label.wpo-checkbox:hover span.wpo-checkbox-inner {
    background-color: #f6f6f6
}

.wpo-field label.wpo-checkbox span.wpo-checkbox-inner {
    background-color: var(--wpo-input-background-color);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: 2px solid var(--wpo-input-border-color-alt);
    border-radius: var(--wpo-input-border-radius);
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 auto;
    height: 20px;
    left: 4px;
    margin: 2px;
    outline: none;
    top: 4px;
    transition-duration: .2s;
    transition-property: background-image, border-color, background-color;
    transition-timing-function: cubic-bezier(.2, .8, .4, 1);
    vertical-align: middle;
    width: 20px
}

.wpo-field label.wpo-checkbox div {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    padding-left: 8px;
    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 {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wpo-text-labels label.wpo-text-label input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

.wpo-text-labels label.wpo-text-label input:checked+span.wpo-text-label-inner {
    background-color: #bdbdbd;
    color: #fff
}

.wpo-text-labels label.wpo-text-label .wpo-text-label-inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid var(--wpo-input-border-color-alt);
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 16px;
    outline: none;
    padding: 8px;
    text-decoration: none;
    transition-duration: .2s;
    transition-property: background;
    transition-timing-function: linear
}

.wpo-text-labels label.wpo-text-label .wpo-text-label-inner:hover {
    background-color: #e2e2e2;
    border-color: #d5d5d5;
    color: #333
}

.wpo-field-datepicker .wpo-datepicker-container {
    display: block;
    position: relative
}

.wpo-field-datepicker .wpo-datepicker-container .wpo-datepicker-clear {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 6px;
    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 {
    animation: none;
    background: transparent;
    background: #fff;
    border: 0;
    border-radius: 5px;
    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, .08);
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 259px
}

.wpo-field-datepicker .flatpickr-calendar.inline,
.wpo-field-datepicker .flatpickr-calendar.open {
    max-height: 640px;
    opacity: 1;
    visibility: visible
}

.wpo-field-datepicker .flatpickr-calendar.open {
    display: inline-block;
    z-index: 1000
}

.wpo-field-datepicker .flatpickr-calendar.animate.open {
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .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 .hasTime .dayContainer,
.wpo-field-datepicker .flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.wpo-field-datepicker .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.wpo-field-datepicker .flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid #eee;
    height: 30px
}

.wpo-field-datepicker .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.wpo-field-datepicker .flatpickr-calendar:focus {
    outline: 0
}

.wpo-field-datepicker .flatpickr-wrapper {
    display: block;
    position: relative
}

.wpo-field-datepicker .flatpickr-months {
    display: flex
}

.wpo-field-datepicker .flatpickr-months .flatpickr-month {
    background: transparent;
    color: #3c3f40;
    fill: #3c3f40;
    flex: 1;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month {
    color: #3c3f40;
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    fill: #3c3f40
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month i,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month:hover,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month:hover {
    color: #089ec7
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month:hover svg,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #089ec7
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month svg,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.wpo-field-datepicker .flatpickr-months .flatpickr-next-month svg path,
.wpo-field-datepicker .flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.wpo-field-datepicker .numInputWrapper {
    height: auto;
    position: relative
}

.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-inner-spin-button,
.wpo-field-datepicker .numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wpo-field-datepicker .numInputWrapper span {
    border: 1px solid rgba(64, 72, 72, .15);
    box-sizing: border-box;
    cursor: pointer;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.wpo-field-datepicker .numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.wpo-field-datepicker .numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.wpo-field-datepicker .numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.wpo-field-datepicker .numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.wpo-field-datepicker .numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(64, 72, 72, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    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, .6);
    top: 40%
}

.wpo-field-datepicker .numInputWrapper span svg {
    height: auto;
    width: inherit
}

.wpo-field-datepicker .numInputWrapper span svg path {
    fill: rgba(60, 63, 64, .5)
}

.wpo-field-datepicker .numInputWrapper:hover span {
    opacity: 1
}

.wpo-field-datepicker .flatpickr-current-month {
    color: inherit;
    display: inline-block;
    display: flex;
    font-size: 125%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 7.48px 0 0;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    width: 75%
}

.wpo-field-datepicker .flatpickr-current-month span.cur-month {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    margin-left: .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 {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: inherit;
    cursor: text;
    display: inline-block !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 300 !important;
    height: 100% !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    vertical-align: initial;
    width: 100% !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 {
    background: transparent;
    color: rgba(60, 63, 64, .5);
    font-size: 100%;
    pointer-events: none
}

.wpo-field-datepicker .flatpickr-current-month select.flatpickr-monthDropdown-months {
    appearance: menulist !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    color: inherit !important;
    cursor: pointer !important;
    flex: 1;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 300 !important;
    height: auto !important;
    line-height: inherit !important;
    margin: -1px 0 0 !important;
    outline: none !important;
    padding: 0 0 0 .5ch !important;
    position: relative !important;
    vertical-align: initial !important;
    width: auto !important
}

.wpo-field-datepicker .flatpickr-current-month select.flatpickr-monthDropdown-months:active,
.wpo-field-datepicker .flatpickr-current-month select.flatpickr-monthDropdown-months:focus {
    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 {
    align-items: center;
    background: transparent;
    display: flex;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.wpo-field-datepicker .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

.wpo-field-datepicker span.flatpickr-weekday {
    background: transparent;
    color: rgba(0, 0, 0, .54);
    cursor: default;
    display: block;
    flex: 1;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-align: center
}

.wpo-field-datepicker .dayContainer,
.wpo-field-datepicker .flatpickr-weeks {
    padding: 1px 0 0
}

.wpo-field-datepicker .flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 259px
}

.wpo-field-datepicker .flatpickr-days:focus {
    outline: 0
}

.wpo-field-datepicker .dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 259px;
    min-width: 259px;
    opacity: 1;
    outline: 0;
    text-align: left;
    transform: translateZ(0);
    width: 259px
}

.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;
    display: inline-block;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 37px;
    justify-content: center;
    line-height: 37px;
    margin: 0;
    max-width: 37px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.wpo-field-datepicker .flatpickr-day.inRange,
.wpo-field-datepicker .flatpickr-day.nextMonthDay.inRange,
.wpo-field-datepicker .flatpickr-day.nextMonthDay.today.inRange,
.wpo-field-datepicker .flatpickr-day.nextMonthDay:focus,
.wpo-field-datepicker .flatpickr-day.nextMonthDay:hover,
.wpo-field-datepicker .flatpickr-day.prevMonthDay.inRange,
.wpo-field-datepicker .flatpickr-day.prevMonthDay.today.inRange,
.wpo-field-datepicker .flatpickr-day.prevMonthDay:focus,
.wpo-field-datepicker .flatpickr-day.prevMonthDay:hover,
.wpo-field-datepicker .flatpickr-day.today.inRange,
.wpo-field-datepicker .flatpickr-day:focus,
.wpo-field-datepicker .flatpickr-day:hover {
    background: #e9e9e9;
    cursor: pointer;
    outline: 0
}

.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: 0
}

.wpo-field-datepicker .flatpickr-day.endRange,
.wpo-field-datepicker .flatpickr-day.endRange.inRange,
.wpo-field-datepicker .flatpickr-day.endRange.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.endRange.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.endRange:focus,
.wpo-field-datepicker .flatpickr-day.endRange:hover,
.wpo-field-datepicker .flatpickr-day.selected,
.wpo-field-datepicker .flatpickr-day.selected.inRange,
.wpo-field-datepicker .flatpickr-day.selected.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.selected.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.selected:focus,
.wpo-field-datepicker .flatpickr-day.selected:hover,
.wpo-field-datepicker .flatpickr-day.startRange,
.wpo-field-datepicker .flatpickr-day.startRange.inRange,
.wpo-field-datepicker .flatpickr-day.startRange.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.startRange.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.startRange:focus,
.wpo-field-datepicker .flatpickr-day.startRange:hover {
    background: #089ec7;
    border-color: #089ec7;
    box-shadow: none;
    color: #fff
}

.wpo-field-datepicker .flatpickr-day.endRange.startRange,
.wpo-field-datepicker .flatpickr-day.selected.startRange,
.wpo-field-datepicker .flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.wpo-field-datepicker .flatpickr-day.endRange.endRange,
.wpo-field-datepicker .flatpickr-day.selected.endRange,
.wpo-field-datepicker .flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.wpo-field-datepicker .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.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)) {
    box-shadow: -10px 0 0 #089ec7
}

.wpo-field-datepicker .flatpickr-day.endRange.startRange.endRange,
.wpo-field-datepicker .flatpickr-day.selected.startRange.endRange,
.wpo-field-datepicker .flatpickr-day.startRange.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.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.notAllowed,
.wpo-field-datepicker .flatpickr-day.notAllowed.nextMonthDay,
.wpo-field-datepicker .flatpickr-day.notAllowed.prevMonthDay,
.wpo-field-datepicker .flatpickr-day.prevMonthDay {
    background: transparent;
    color: rgba(64, 72, 72, .3);
    cursor: default
}

.wpo-field-datepicker .flatpickr-day.flatpickr-disabled,
.wpo-field-datepicker .flatpickr-day.flatpickr-disabled:hover {
    color: rgba(64, 72, 72, .1);
    cursor: not-allowed
}

.wpo-field-datepicker .flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #089ec7, 5px 0 0 #089ec7
}

.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 {
    box-shadow: 1px 0 0 #eee;
    padding: 0 12px
}

.wpo-field-datepicker .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.wpo-field-datepicker .flatpickr-weekwrapper span.flatpickr-day,
.wpo-field-datepicker .flatpickr-weekwrapper span.flatpickr-day:hover {
    background: transparent;
    border: none;
    color: rgba(64, 72, 72, .3);
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.wpo-field-datepicker .flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden
}

.wpo-field-datepicker .flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0
}

.wpo-field-datepicker .flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 30px;
    max-height: 30px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.wpo-field-datepicker .flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.wpo-field-datepicker .flatpickr-time .numInputWrapper {
    flex: 1;
    float: left;
    height: 30px;
    width: 40%
}

.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 {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #404848;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center
}

.wpo-field-datepicker .flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.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 {
    border: 0;
    outline: 0
}

.wpo-field-datepicker .flatpickr-time .flatpickr-am-pm,
.wpo-field-datepicker .flatpickr-time .flatpickr-time-separator {
    align-self: center;
    color: #404848;
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 2%
}

.wpo-field-datepicker .flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.wpo-field-datepicker .flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.wpo-field-datepicker .dayContainer {
    border-right: 0;
    padding: 0
}

.wpo-field-datepicker span.flatpickr-day,
.wpo-field-datepicker span.flatpickr-day.nextMonthDay,
.wpo-field-datepicker span.flatpickr-day.prevMonthDay {
    border: 1px solid #e9e9e9;
    border-radius: 0 !important;
    border-right-color: transparent;
    max-width: none
}

.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(n+8),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(n+8),
.wpo-field-datepicker span.flatpickr-day:nth-child(n+8) {
    border-top-color: transparent
}

.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(7n-6),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(7n-6),
.wpo-field-datepicker span.flatpickr-day:nth-child(7n-6) {
    border-left: 0
}

.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(n+36),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(n+36),
.wpo-field-datepicker span.flatpickr-day:nth-child(n+36) {
    border-bottom: 0
}

.wpo-field-datepicker span.flatpickr-day.nextMonthDay:nth-child(-n+7),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay:nth-child(-n+7),
.wpo-field-datepicker span.flatpickr-day:nth-child(-n+7) {
    margin-top: 0
}

.wpo-field-datepicker span.flatpickr-day.nextMonthDay.today:not(.selected),
.wpo-field-datepicker span.flatpickr-day.prevMonthDay.today:not(.selected),
.wpo-field-datepicker span.flatpickr-day.today:not(.selected) {
    border-color: transparent transparent #e7e7e7 #e9e9e9
}

.wpo-field-datepicker span.flatpickr-day.endRange,
.wpo-field-datepicker span.flatpickr-day.nextMonthDay.endRange,
.wpo-field-datepicker span.flatpickr-day.nextMonthDay.startRange,
.wpo-field-datepicker span.flatpickr-day.prevMonthDay.endRange,
.wpo-field-datepicker span.flatpickr-day.prevMonthDay.startRange,
.wpo-field-datepicker span.flatpickr-day.startRange {
    border-color: #089ec7
}

.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 (-webkit-min-device-pixel-ratio:0.75),
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: 0;
    max-width: 500px;
    padding: 0
}

.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 {
    margin: 0;
    padding: 0
}

.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product {
    grid-gap: 0 10px;
    align-items: start;
    background: transparent;
    border: 0 solid transparent;
    display: grid;
    font-size: 16px;
    grid-column: 1/span 3;
    grid-template-columns: subgrid;
    grid-template-rows: auto;
    padding: 0
}

.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: .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 {
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    height: 100%
}

.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 {
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 72px
}

.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-name {
    align-items: flex-end;
    font-weight: 400;
    grid-column: 2;
    grid-row: 1;
    width: auto
}

.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-name a {
    color: initial;
    font-weight: 400;
    line-height: 1.3
}

.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-product-price {
    align-items: baseline;
    gap: .25em;
    grid-column: 2;
    grid-row: 2;
    width: auto
}

.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: 400
}

.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-cart-button {
    align-items: center;
    grid-column: 3;
    grid-row: 1/span 2
}

.wpo-option-products table.wpo-products-list tbody tr.wpo-product-option__list-product td.wpo-cart-button .add_to_cart_button,
.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: 0 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 {
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 1;
    margin: 0 6px 6px 0;
    padding: 10px 15px;
    width: 100%
}

.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: #f6f6f6
}

.wpo-field-product .wpo-checkboxes .wpo-checkbox[data-stock-out=true] div {
    opacity: .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] .wpo-radio-inner .wpo-radio-dot,
.wpo-field-product .wpo-radios .wpo-radio[data-stock-out=true]:hover .wpo-radio-inner .wpo-radio-dot {
    background-color: #f6f6f6
}

.wpo-field-product .wpo-radios .wpo-radio[data-stock-out=true] div {
    opacity: .5
}

.wpo-field-product .wpo-image-buttons .wpo-image-button[data-stock-out=true] {
    cursor: default;
    opacity: .5
}

.wpo-field-product[data-max-qty="1"] .wpo-image-buttons .wpo-image-button .wpo-image-active svg {
    display: none
}

table.wc-product-table form.wpt_variations_form .single_variation_wrap {
    width: 100%
}

h2.wpo-group-title {
    font-size: var(--wpo-group-name-font-size);
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left
}

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: 700;
    margin-bottom: 0
}

.wpo-totals-hidden {
    display: none
}

.wpo-options-container {
    display: block;
    padding: 0 2px;
    width: 100%
}

.wpo-options-container .wpo-field .wpo-customer-price {
    align-items: center;
    border-radius: inherit;
    box-sizing: border-box;
    display: flex;
    position: relative
}

.wpo-options-container .wpo-field .wpo-customer-price input[type=number] {
    background-color: transparent;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    margin: 0;
    outline: medium none currentcolor;
    width: 100%
}

.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;
    background-color: #f8f9fa;
    box-sizing: border-box;
    display: flex;
    outline: none;
    padding: 0 12px
}

.wpo-options-container .wpo-field .wpo-customer-price div.wpo-customer-price-backdrop {
    border: 2px solid #eee;
    border-radius: var(--wpo-input-border-radius);
    box-sizing: border-box;
    inset: 0;
    margin: 0;
    padding-right: 4px;
    pointer-events: none;
    position: absolute
}

.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=email],
.wpo-options-container input[type=number]:not(.cur-year),
.wpo-options-container input[type=password],
.wpo-options-container input[type=tel],
.wpo-options-container input[type=text],
.wpo-options-container input[type=url],
.wpo-options-container textarea {
    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: 400;
    height: auto;
    line-height: 1.3;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    padding: 6px 8px;
    transition: all .3s;
    width: 100%
}

.wpo-options-container input[type=email]:focus,
.wpo-options-container input[type=number]:not(.cur-year):focus,
.wpo-options-container input[type=password]:focus,
.wpo-options-container input[type=tel]:focus,
.wpo-options-container input[type=text]:focus,
.wpo-options-container input[type=url]:focus,
.wpo-options-container textarea:focus {
    background-color: #f6f6f6;
    border: 2px solid var(--wpo-input-focus-color);
    border-radius: var(--wpo-input-border-radius);
    box-shadow: none;
    box-sizing: border-box;
    font-size: var(--wpo-input-font-size);
    font-weight: 400;
    height: auto;
    line-height: 1.3;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    transition: all .3s;
    width: 100%
}

.wpo-field-hide {
    display: none !important
}

.wpo-field {
    margin-bottom: var(--wpo-option-gap-large);
    position: relative;
    text-align: left
}

html[dir=rtl] .wpo-field {
    text-align: right
}

.wpo-field label {
    align-items: center;
    display: flex;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left
}

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 {
    color: var(--wpo-input-error-color);
    font-weight: 700;
    margin-left: 2px
}

.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;
    margin: 5px 0 0;
    padding: 0;
    text-align: left
}

html[dir=rtl] .wpo-field-description {
    text-align: right
}

.wpo-info-label {
    font-size: 12px;
    font-weight: 400;
    margin: 2px 0
}

.wpo-option-name {
    align-items: center;
    display: flex;
    font-size: var(--wpo-option-name-font-size);
    font-weight: 500;
    margin: 0 0 4px
}

.wpo-option-name .wpo-field-required-symbol {
    color: var(--wpo-input-error-color);
    font-weight: 700;
    margin-left: 2px
}

.wpo-option-name .wpo-price-container {
    font-size: .85em;
    margin-left: .5em
}

.wpo-incognito-input {
    float: right;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0
}

.wpo-error-message {
    color: var(--wpo-input-error-color);
    display: block
}

.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: 400;
    margin-left: .25em
}

.wpo-checkboxes .wpo-choice-image,
.wpo-radios .wpo-choice-image {
    margin-left: .5em;
    width: 32px
}

.wpo-field .wpo-field-edit {
    background-color: var(--wpo-input-background-color);
    border-radius: var(--wpo-input-border-radius);
    font-size: smaller;
    opacity: 0;
    padding: .125em .25em;
    position: absolute;
    right: 0;
    top: .5ex;
    transition: opacity .15s ease-in-out;
    z-index: 0;
}

html[dir=rtl] .wpo-field .wpo-field-edit {
    left: 0;
    right: unset
}

.wpo-field .wpo-field-edit a {
    display: block;
    text-decoration: none
}

.wpo-field .wpo-field-edit span.dashicons.dashicons-edit {
    font-size: medium;
    margin-right: -.25em;
    vertical-align: -3px
}

.wpo-field .wpo-field-edit:focus-within,
.wpo-field:hover .wpo-field-edit {
    opacity: 1
}

.wpo-checkboxes label.wpo-checkbox:focus-within input:checked+span.wpo-checkbox-inner,
.wpo-checkboxes label.wpo-checkbox:focus-within span.wpo-checkbox-inner,
.wpo-color-checkboxes .wpo-color-checkbox:focus-within input:checked+span.wpo-swatch-inner,
.wpo-color-checkboxes .wpo-color-checkbox:focus-within span.wpo-swatch-inner,
.wpo-radios label.wpo-radio:focus-within input:checked+span.wpo-radio-inner,
.wpo-radios label.wpo-radio:focus-within span.wpo-radio-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-style: solid;
    border-width: 2px
}

.wpo-image-buttons label.wpo-image-button:focus-within {
    border: 2px solid;
    border-color: var(--wpo-input-focus-color);
    border-radius: var(--wpo-input-border-radius);
    margin: -6px;
    padding: 4px
}