:root
{
    --bluecolor: #00ADB5;
    --bluecolor2: #007A82;
    --umcolor: #00ADB5;
    --white: #FFFFFF;
    --black: #1a1a1a;
    --shadow: 0 0 15px #ddd;
}
.acf-field-message
{
    border-radius: 0 !important;
    box-shadow: none !important;
}
.acf-label .description
{
    font-size: 12px;
    margin-top: 0 !important;
    line-height: 1;
    color: var(--black) !important;
}
.acf-label label
{
    font-weight: 400 !important;
    margin: 0 !important;
    color: var(--black) !important;
    align-self: center;
}
.acf-input-prepend, .acf-input-append
{
    border-color: #aaa !important;
    border-width: 1px 1px 1px 0 !important;
    border-radius: 0 5px 5px 0 !important;
    background: #fafafa !important;
    color: var(--black) !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
}
.acf-field .acf-input:has(.acf-input-append) > .acf-input-wrap > input
{
    border-radius: 5px 0 0 5px !important;
    border-width: 1px 0 1px 1px !important;
}
.acf-label
{
    align-self: center;
}
.acf-fields.-border
{
    border: none !important;
}
.acf-fields.-left > .acf-field:before
{
    border: 0 !important;
}
.acf-field-true-false
{
    align-self: center;
}
.acf-field-true-false.acf-field .acf-label
{
    margin: 0 !important;
}
.acf-true-false input
{ 
    position : relative ;
    display : inline-block;
    width : 60px;
    height : 30px;
    background-color: #eee;
    border: 1px solid #eee;
    box-shadow: inset 0 0 5px #aaa;
    border-radius: 20px !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: all 0.3s;
    }
.acf-true-false input::before 
{
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: white;
    top: 0px; 
    right: 30px !important;
    box-shadow: inset 0 0 5px #aaa;
    transition: all 0.3s;
    cursor: pointer;
}
.acf-true-false input:checked::before
{
    content: '';
    position: absolute;
    right: 0px !important;
    top:0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #FFFFFF;
    cursor: pointer;
}
.acf-true-false input:checked
{
    background: linear-gradient(45deg, #004C4F, #007A82);
    box-shadow: inset 0 0 5px #888;
    transition: all 0.3s;
}
.fea-uploads-toolbar .acf-hl
{
    padding-left: 0 !important;
}
.aiarc-upload::file-selector-button
{
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 30px !important;
    cursor: pointer;
    border: 1px solid var(--bluecolor);
    background-color: var(--bluecolor);
    color: var(--white);
    padding: 5px 25px;
}
button.render-form
{
    width: 100% !important;
    font-weight: 600 !important;
}
.form-inp .acf-input .acf-input-wrap input, .start-dp-wrapper .acf-input .acf-input-wrap input, .end-dp-wrapper .acf-input .acf-input-wrap input
{
    height: 40px !important;
}
.form-inp, .start-dp-wrapper, .end-dp-wrapper
{
    padding: 5px !important;
}
.choose-wisely .selection .choices-list, .choose-wisely .selection .values-list
{
    min-height: 400px !important;
}
.choose-wisely .acf-rel-item:hover
{
    background: #dedede !important;
    color: var(--black) !important;
}

.choose-wisely .acf-input div
{
    border: 0 !important
}
.choose-wisely .acf-relationship .selection .choices
{
    background: #FFF !important;
}
.acf-relationship ul li span img
{
    width: 75px;
    height: 75px;
    border-radius: 15px;
}
.acf-relationship ul li span
{
    height: 85px;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}
div.fea-modal div.fea-modal-content
{
    width: 80% !important;
    max-width: 1000px !important;
    border-radius: 15px !important;
}
.acf-field .acf-input .acf-input-wrap input
{
    height: 40px !important;
}
.hot-offer .acf-label, .acf-field:has(.hot-offer)>.acf-label
{
    display: none !important;
}
.acf-fields:has(.hot-offer) .acf-field
{
    padding: 0 !important;
}
.acf-fields:has(.hot-offer)
{
    border: 1px solid #DF826C;
    border-radius: 15px !important;
}
.acf-fields:has(.hot-offer) .acf-field button
{
    width: 100% !important;
    background: #DF826C;
    border-radius: 0 0 14px 14px;
    border: 1px solid #DF826C;
}
.acf-field:has(.hot-offer)
{
    display: flex;
    justify-content: center;
}
.frontend-form:has(.hot-offer)
{
    margin-bottom: 15px !important;
}
.hot-offer ul li label
{
    font-size: 20px !important;
    font-weight: 700;
    padding: 15px 0 !important;
}
.hot-offer ul.acf-checkbox-list
{
    padding: 15px 0 !important;
}
.hot-offer ul li label input
{
    -webkit-appearance: none !important;
     -moz-appearance: none !important;
     -ms-appearance: none !important;
     -o-appearance: none !important;
     appearance: none !important;
     cursor: pointer;
}
.acf-fields:has(.hot-offer) .acf-true-false
{
    justify-content: center;
    margin-bottom: 10px;
}
.acf-fields:has(.hot-offer) .acf-true-false input:checked
{
    background-color: #DF826C;
    border: 0 !important;
}
.hot-offer ul li label input::before
{
    font: var(--fa-font-solid) !important; 
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f7e4';
    color: #000;
    top:0;
    bottom: 0;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1 !important;
    text-align: center;
    font-weight: 600;
}
.frontend-form>.acf-fields>.acf-field:has(.hot-offer label input:checked)
{
    background: #DF826C !important;
    border-radius: 14px 14px 0 0;
}
.acf-fields.-border:has(.hot-offer)
{
    background: transparent !important;
}
.hot-offer label input:checked::before, .hot-offer label:has(input:checked)
{
    color: #fff !important;
}
.hot-offer label
{
    cursor: pointer;
    justify-content: center;
}
.acf-field:has(.contract), .contract
{
    padding: 0 !important;
}
.acf-fiels.contract>.acf-label
{
    min-width: 350px !important;
}
label[for=acff-user-field_65d622b2e55e5]
{
    display: none !important;
}
.acf-field-submit-button
{
   padding: 16px 0 !important; 
}
#paym-conf .acf-label
{
    width: 100% !important;
    text-align: center !important;
}
#paym-conf .acf-field, #paym-conf .button, #paym-conf .file-custom, #paym-conf .acf-basic-uploader, .fea-submit-button
{
    width: 100% !important;
    text-align: center !important;
}
.acf-label
{
    float: none !important;
    width: inherit !important;
}
.acf-input
{
    width: inherit !important;
}
.acf-clone-fields.acf-fields > .acf-field
{
    border-radius: 5px !important;
    margin: 10px !important;
}
.acf-field .acf-input-wrap
{
    border-radius: 0 !important;
}
.acf-field .acf-input-wrap input, .acf-field select
{
    border-width: 1px !important;
    border-color: #aaa !important;
    border-radius: 5px !important;
    background-color: #fafafa !important;
    height: 40px !important;
}
.acf-field > .acf-input > .acf-input-wrap > input[type]:focus, 
.acf-field > .acf-input > .acf-input-wrap > input[type=hidden][value^="20"] ~ input.hasDatepicker[type=text], 
.acf-field > .acf-input > .acf-input-wrap > input:not(input[class*="hasDatepicker"]):required:valid,
.acf-field > .acf-input > .acf-input-wrap > input:not(input[class*="hasDatepicker"]:required)[data-gtm-form-interact-field-id],
.acf-field select[data-gtm-form-interact-field-id]
{
    border-width: 1px !important;
    border-color: #00ADB5 !important;
    background-color: #fff !important;
}
.acf-field > .acf-input > .acf-input-wrap > input:not(input[class*="hasDatepicker"])[data-gtm-form-interact-field-id]:invalid
{
    border: 1px solid #DF826C !important;
    background-color: #DF826C10 !important;
}
.acf-fields > .acf-field
{
    padding: 0 !important
}
.acf-field-true-false.toggle, .acf-field-true-false.toggles
{
    display: flex;
    flex-direction: row;
}
.acf-field-true-false.toggle .acf-label, .acf-field-true-false.toggles .acf-label 
{
    display: flex;
    flex-grow: 1;
    margin-bottom: 0 !important;
}
.acf-field-true-false.toggle .acf-input, .acf-field-true-false.toggles .acf-input
{
    display: flex;
    max-width: 60px;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 !important;
}
.acf-field-true-false.toggle, .acf-clone-fields.acf-fields > .acf-field-true-false.toggle, .acf-field-true-false.toggles, .acf-clone-fields.acf-fields > .acf-field-true-false.toggles
{
    background-color: #fafafa;
    border: 1px solid #aaa !important;
    padding: 5px 10px !important; 
    margin: 10px !important;
    align-self: flex-end;
}
.acf-field-true-false.toggle:has(input[type=checkbox]:checked), .acf-clone-fields.acf-fields > .acf-field-true-false.toggle:has(input[type=checkbox]:checked), 
.acf-field-true-false.toggles:has(input[type=checkbox]:checked), .acf-clone-fields.acf-fields > .acf-field-true-false.toggles:has(input[type=checkbox]:checked)
{
    background-color: #fff;
    border: 1px solid #00ADB5 !important;
}
.acf-field .acf-label
{
    margin: 0 0 5px !important;
}
.form-inp.acf-field, .toggle.acf-field, .start-dp-wrapper.acf-field, .end-dp-wrapper.acf-field
{
    width: 320px;
    min-width: 300px;
    flex-grow: 1;
}
.add-cli.toggle.acf-field
{
    width: 320px;
    min-width: 50% !important;
    flex-grow: 1;
}
.form-inp.acf-field .acf-label, .form-inp.acf-field .acf-input, .toggle.acf-field .acf-label, .toggle.acf-field .acf-input, .start-dp-wrapper.acf-field .acf-input, .end-dp-wrapper.acf-field .acf-input, .start-dp-wrapper.acf-field .acf-label, .end-dp-wrapper.acf-field .acf-label
{
    width: 100% !important;
    padding: 0 !important;
}
.acf-true-false label
{
    display: flex;
}
.acf-field
{
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
input[type=number]
{
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}
.acf-clone-fields .acf-field.hot-offer
{
    padding: 0 !important;
}
.hot-offer ul.acf-checkbox-list li
{
    text-align: center;
}
.acf-rel-item img
{
    float: left;
    object-fit: cover;
}
div.acf-field-clone.acf-field-65c39e81b5444 > div.acf-label:has(label[for="acff-post-field_65c39e81b5444"])
{
    display: none;
}
.frontend-form:has(.verify) .acf-field
{
    width: auto !important;
}
.frontend-form:has(.verify) .acf-fields
{
    justify-content: right;
}
.frontend-form:has(.verify) .acf-true-false label
{
    align-items: center;
}
.fea-modal-inner .content-container
{
    display: block !important;
}
.frontend-form:has(.verify)
{
    width: 250px !important;
    border: 1px solid #004C4F;
    border-radius: 16px;
    padding: 0;
}
.frontend-form:has(.verify) button
{
    border: 0 !important;
    border-radius: 0 13px 13px 0;
    background-color: #004C4F;
    width: auto !important;
    margin-left: 20px;
    min-width: 140px;
}
.frontend-form:has(.verify) button:hover
{
    background-color: #007A82;
}
div.admin-actions
{
    display: flex;
    gap: 12px !important;
    margin-bottom: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
#paym-conf
{
    display: flex;
    flex-direction: column;
}
.prof-conc:not(.prof-conc:has(.wpcf7))
{
    padding: 0;
}
.um-profile-body:has(.profile-info-container) > .um-row._um_row_1, .um-profile-body:has(.profile-info-container) > .um-row._um_row_1 > .um-col-1 > .um-field
{
    margin: 0 !important;
    padding: 0 !important;
}
.profile-info-container {
    display: flex;
    gap: 24px;
}

.profile-info-left {
    flex: 1;
}

.profile-info-right {
    flex: 1;
}
.account-detail
{
    min-width: 200px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--black);
}
.acc-detail-single a
{
    color: inherit !important;
}
.acc-detail-single
{
    color: var(--black);
}
/* Account details styling */
.account-detail {
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
}
.map-container {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-info
{
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
    flex-direction: column;
}
.profile-info-left .contact-info
{
    flex-direction: row;
}
.profile-info-left .contact-info .prof-contact-single
{
    min-width: 200px;
}
.prof-contact-single
{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    border-radius: 15px;
    align-items: center;
}
.prof-contact-single .svg-inline--fa path
{
    fill: #fff;
}
.prof-contact-single .svg-inline--fa
{
    font-size: 24px;
    width: 24px;
    border-radius: 30px;
    box-shadow: var(--shadow);
    padding: 12px;
    background: #004C4F;
}
a .prof-contact-single:hover .svg-inline--fa
{
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.prof-conc > div
{
    min-width: 50%;
}
.prof-conc
{
    padding: 20px;
    gap: 20px;
}
.acf-clone
{
    display: flex;
    flex-wrap: wrap;
}
#restrict-prop .acf-label, .acf-field:has(#restrict-prop)>.acf-label
{
    display: none !important;
}
.acf-fields:has(#restrict-prop) .acf-field
{
    padding: 0 !important;
}
.acf-fields:has(#restrict-prop)
{
    border: 1px solid #007A82;
    border-radius: 15px !important;
}
.acf-fields:has(#restrict-prop) .acf-field button
{
    width: 100% !important;
    background: #007A82;
    border-radius: 0 0 14px 14px;
    border: 1px solid #007A82;
}
.acf-field:has(#restrict-prop)
{
    display: flex;
    justify-content: center;
}
.frontend-form:has(#restrict-prop)
{
    margin-bottom: 15px !important;
}
#restrict-prop ul li label
{
    font-size: 20px !important;
    font-weight: 700;
    padding: 15px 0 !important;
}
#restrict-prop ul.acf-checkbox-list
{
    padding: 15px 0 !important;
}
#restrict-prop ul li label input
{
    -webkit-appearance: none !important;
     -moz-appearance: none !important;
     -ms-appearance: none !important;
     -o-appearance: none !important;
     appearance: none !important;
     cursor: pointer;
}
.acf-fields:has(#restrict-prop) .acf-true-false
{
    justify-content: center;
    margin-bottom: 10px;
}
.acf-fields:has(#restrict-prop) .acf-true-false input:checked
{
    background-color: #007A82;
    border: 0 !important;
}
#restrict-prop ul li label input::before
{
    font: var(--fa-font-solid) !important; 
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f7e4';
    color: #000;
    top:0;
    bottom: 0;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1 !important;
    text-align: center;
    font-weight: 600;
}
.frontend-form>.acf-fields>.acf-field:has(#restrict-prop label input:checked)
{
    background: #007A82 !important;
    border-radius: 14px 14px 0 0;
}
.acf-fields.-border:has(#restrict-prop)
{
    background: transparent !important;
}
#restrict-prop label input:checked::before, #restrict-prop label:has(input:checked)
{
    color: #fff !important;
}
#restrict-prop label
{
    cursor: pointer;
    justify-content: center;
}
.acf-clone-fields .acf-field#restrict-prop
{
    padding: 0 !important;
}
#restrict-prop ul.acf-checkbox-list li
{
    text-align: center;
}
form.frontend-form:has(.hot-offer)
{
    margin-top: 15px !important;
}
.variations
{
    width: 100% !important;
}
.variations label
{
    font-weight: 600 !important;
}
.acf-repeater td.acf-field
{
    display: table-cell;
}
.acf-input:has(.acf-repeater)
{
    padding: 0 !important;
}
.acf-repeater .acf-table>tbody>tr>td
{
    max-width: 10vw !important;
}
.acf-repeater .acf-table>tbody>tr>td.acf-field .acf-input
{
    max-width: 100%;
}
.form-inp.acf-field.currency-field
{
    justify-content: flex-end;
    width: 70px;
    min-width: 70px;
    padding: 0 !important;
}
.form-inp.acf-field.currency-field select
{
    border-radius: 0 5px 5px 0 !important;
    border-width: 1px 1px 1px 0 !important;
}
.form-inp.acf-field.frdprice
{
    padding: 0 !important;
    width: 110px;
    min-width: 110px;
}
.form-inp.acf-field.frdprice input[type=number]
{
    border-radius: 5px 0 0 5px !important;
    border-width: 1px 0px 1px 1px !important;
}
.form-inp.acf-field.prdfields, .toggle.acf-field.prdfields, .start-dp-wrapper.acf-field.prdfields, .end-dp-wrapper.acf-field.prdfields
{
    width: 180px;
    min-width: 180px;
}

.price-currency-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin: 10px !important;
  flex-grow: 1;
}

.price-currency-wrapper .form-inp.acf-field {
  margin: 0 !important;
}

.price-currency-wrapper .form-inp.acf-field.currency-field {
  flex: 0 0 auto !important;
}


.acf-row-handle, .acf-row-handle.remove
{
    color: #004C4F !important;
    background: #FFF !important;
}

.acf-repeater .acf-table,
.acf-repeater .acf-table th,
.acf-repeater .acf-table td,
.acf-repeater .acf-table tr 
{
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

.acf-repeater .acf-table td.row-number 
{
  width: 0 !important;
  padding: 0 !important;
}

.acf-repeater .acf-table td,
.acf-repeater .acf-table th 
{
  padding: 4px 6px !important;
}
td.acf-field .acf-input-prepend
{
    width: auto !important;
    padding-right: 0 !important;
    border-radius: 5px 0 0 5px !important;
    border-width: 1px 0 1px 1px !important;
    font-size: 15px;
}
td.acf-field .acf-input > .acf-input-prepend ~ .acf-input-wrap > input
{
    border-radius: 0 5px 5px 0 !important;
    border-width: 1px 1px 1px 0 !important;
    padding-left: 5px !important;
}
td.acf-field > .acf-input > .acf-input-prepend ~ .acf-input-wrap > input[type]:focus, 
td.acf-field > .acf-input > .acf-input-prepend ~ .acf-input-wrap > input[type=hidden][value^="20"] ~ input.hasDatepicker[type=text], 
td.acf-field > .acf-input > .acf-input-prepend ~ .acf-input-wrap > input:not(input[class*="hasDatepicker"]):required:valid,
td.acf-field > .acf-input > .acf-input-prepend ~ .acf-input-wrap > input:not(input[class*="hasDatepicker"]:required)[data-gtm-form-interact-field-id]
{
    border-width: 1px 1px 1px 0 !important;
}
td.acf-field > .acf-input:has(.acf-input-wrap > input[type]:focus) .acf-input-prepend, 
td.acf-field > .acf-input:has(.acf-input-wrap > input[type=hidden][value^="20"] ~ input.hasDatepicker[type=text]) .acf-input-prepend, 
td.acf-field > .acf-input:has(.acf-input-wrap > input:not(input[class*="hasDatepicker"]):required:valid) .acf-input-prepend,
td.acf-field > .acf-input:has(.acf-input-wrap > input:not(input[class*="hasDatepicker"]:required)[data-gtm-form-interact-field-id]) .acf-input-prepend
{
    border-color: #00ADB5 !important;
    background-color: #fff !important;
}
td.acf-field.currency-var select[data-gtm-form-interact-field-id]
{
    border-width: 1px 1px 1px 0 !important;
}
td.price-var.acf-field > .acf-input > .acf-input-wrap > input[type]:focus
{
    border-width: 1px 0 1px 1px !important;
}
.acf-button-group
{
    flex-wrap: wrap !important;
    gap: 5px !important;
}
.acf-button-group label
{
    flex-grow: 0 !important;
    border-radius: 5px !important;
}
.acf-button-group label.selected
{
    border-color: #004C4F !important;
    background-color: #004C4F !important;
}
.acf-button-group label:hover
{
    color: #007A82 !important;
    border-color: #007A82 !important;
}
td.acf-field.price-var
{
    padding-right: 0 !important;
}
td.acf-field.currency-var
{
    padding-left: 0 !important;
}
td.acf-field.price-var input[type=number]
{
    border-radius: 5px 0 0 5px !important;
    border-width: 1px 0 1px 1px !important;
}
td.acf-field.currency-var select
{
    border-radius: 0 5px 5px 0 !important;
    border-width: 1px 1px 1px 0 !important;
}
.acf-field.feature-listing ul
{
    display: flex;
    flex-wrap: wrap;
}
.acf-field.feature-listing ul.acf-checkbox-list label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
  margin: 4px;
}

.acf-field.feature-listing ul.acf-checkbox-list label.selected {
  background-color: #007A82;
  border-color: #007A82;
  color: #fff;
  font-weight: 500;
}

.acf-field.feature-listing ul.acf-checkbox-list input[type="checkbox"] {
  display: none;
}
.acf-hl.acf-tab-group
{
    padding-left: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    background-color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
}
.acf-tab-group li
{
    flex-grow: 1;
    text-align: center;
}
.acf-tab-group li a
{
    border-radius: 5px !important;
    border: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;
    background-color: #FFF !important;
}
.acf-tab-group li.active a
{
    border-width: 1px !important;
    background-color: #007A82 !important;
    color: #FFF !important;
    border-color: #007A82 !important;
    border-radius: 5px !important;
}
.acf-fields>.acf-tab-wrap
{
    overflow: hidden !important;
    padding-bottom: 10px !important;
    background: #fff !important;
}
.acf-table {
  width: 100%;
  border-collapse: collapse;
}

.acf-table td,
.acf-table th {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}
.wpml_acf_annotation.relationship
{
    display: none;
}

.minimal-form .form-row
{
    display: flex;
}

.minimal-form .form-row .form-group
{
    flex-grow: 1;
}

@media (max-width: 768px) {
  .acf-repeater .acf-table,
  .acf-repeater .acf-table thead,
  .acf-repeater .acf-table tbody,
  .acf-repeater .acf-table tr,
  .acf-repeater .acf-table > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    box-shadow: none !important;
  }

  .acf-repeater .acf-table thead {
    display: none !important;
  }

  .acf-repeater .acf-table tr {
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
  }

  .acf-repeater .acf-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
    font-size: 14px;
  }

  .acf-row-number {
  position: relative;
  display: block;
  width: auto;
  padding: 0 !important;
  height: 24px;
  border: 1px solid #004C4F;
  border-radius: 16px;
  font-size: 18px !important;
  text-align: center;
}
.acf-repeater .acf-table td.acf-row-handle.order
{
    padding: 0 !important;
}
.acf-row-number::before {
  content: attr(data-label);
  font-weight: 600;
  font-size: 18px !important;
}
.acf-repeater .acf-table>tbody>tr>td.acf-field.price-var
{
    max-width: 70% !important;
    display: inline-block !important;
}
.acf-repeater .acf-table>tbody>tr>td.acf-field.currency-var
{
    max-width: 29% !important;
    display: inline-block !important;
    align-self: flex-end;
    height: 73px !important;
    align-content: end;
}
.price-currency-wrapper .form-inp.acf-field.currency-field
{
    flex: auto !important;
    max-width: 30%;
}
}
@media (max-width: 768px) {
    .form-inp.acf-field, .toggle.acf-field, .start-dp-wrapper.acf-field, .end-dp-wrapper.acf-field
    {
        width: 100% !important;
    }
    .choose-wisely li img, .choose-wisely li div.thumbnail
    {
        max-width: 40px !important;
        max-height: 40px !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 15px !important;
    }
    .choose-wisely
    {
        padding: 0 !important;
    }
    .choose-wisely li span
    {
        min-height: 45px !important;
    }
    .choose-wisely span.acf-rel-item
    {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        line-height: 40px !important;
        border-radius: 15px !important;
    }
    .choose-wisely li img, .choose-wisely li div.thumbnail
    {
        max-width: 70px !important;
        max-height: 70px !important;
        width: 70px !important;
        height: 70px !important;
        border-radius: 15px !important;
    }
    .choose-wisely li span
    {
        min-height: 80px !important;
    }
    .choose-wisely span.acf-rel-item
    {
        font-size: 15px !important;
        margin-left: 6px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        line-height: 70px !important;
        border-radius: 15px !important;
    }
}

