#miniform {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9991;
    background-color: var(--color-2);
    transition: all .5s ease 0s;
}

.home #miniform.small {
    top: 100%;
    transform: translateY(-100%);
}

.miniform-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding-left: 5vw;
}

.miniform-date-wrapper {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.datepicker-toggle {
    position: relative;
    height: auto;
    display: flex;
}

#departurePicker,
#arrivalPicker {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    top: 0;
    opacity: 0;
}

.miniform-date-wrapper>span {
    font-size: var(--btn-font-size);
}

.miniform-date-wrapper>span.datepicker-toggle {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
}

.miniform-date-wrapper>span.datepicker-toggle::before {
    content: '';
    display: block;
    --my-size: 1.9em;
    height: var(--my-size);
    width: var(--my-size);
    background-image: var(--wpr-bg-052eb15e-e3ff-4386-8ba7-0ab469651621);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#departurePicker,
#arrivalPicker,
#arrivalLabel,
#departureLabel {
    font-family: var(--mainfont);
    font-size: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ast-global-color-2);
}

#arrivalLabel,
#departureLabel {
    height: var(--height-minifrom);
    width: auto;
    display: flex;
    align-items: center;
}

.miniform-icon-datepicker {
    height: 2.2em;
    width: 2.2em;
    background-image: var(--wpr-bg-198ef3d9-9dcc-47de-99ec-3bf0db32eac3);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.miniform-btn-wrapper {
    display: flex;
}

.miniform-btn-wrapper {
    font-size: var(--btn-font-size);
}

.miniform-btn-wrapper>a {
    height: var(--height-minifrom);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: inherit;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 3.7vw;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: var(--mainfont);
    color: var(--ast-global-color-2);
}

#buttonPrice::before {
    content: '';
    display: block;
    width: 1.8em;
    height: 1.8em;
    background-image: var(--wpr-bg-28524518-c56c-43dd-8ecd-f332ad90e4c7);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#buttonEnquire::before {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
    background-image: var(--wpr-bg-74a7d6bf-1305-4f53-a526-e3910a884bbc);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#buttonBook {
    background-color: var(--ast-global-color-1);
    color: #fff !important;
}

#buttonBook::before {
    content: '';
    display: block;
    width: 2.1em;
    height: 2.1em;
    background-image: var(--wpr-bg-b81a991e-2d3f-464a-b950-cc4ed1cf32d1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.minifrom-date-input {
    width: 100%;
    box-sizing: border-box;
}

/**Datepicker*/

#ui-datepicker-div {
    background-color: #fff;
    position: fixed;
    box-shadow: -4px -4px 14px -6px rgba(0, 0, 0, 0.4);
}

.ui-datepicker-calendar th {
    padding: 0.7em;
}

.ui-datepicker-calendar td {
    padding: 0;
    text-align: center;
}

.ui-datepicker-current-day {
    background-color: var(--ast-global-color-1);
    color: #fff;
}

.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-1);
    padding: 0 0.6em;
}

.ui-datepicker-header.ui-helper-clearfix::after,
.ui-datepicker-header.ui-helper-clearfix::before {
    display: none;
}

.ui-datepicker-header a {
    display: flex;
    align-items: center;
    height: 1.2em;
    cursor: pointer;
}

.ui-datepicker-title {
    padding: 0.7em 0;
    font-family: var(--mainfont);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ast-global-color-2);
}

.ui-datepicker-header a.ui-datepicker-next {
    order: 1;
}

.ui-datepicker-header a.ui-datepicker-prev span,
.ui-datepicker-header a.ui-datepicker-next span {
    display: flex;
    height: auto;
    font-size: 0;
}

.ui-datepicker-header a span::after {
    content: '';
    display: block;
    width: var(--my-size);
    height: var(--my-size);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    --my-size: 2em;
    font-size: var(--btn-font-size);
}


.ui-datepicker-header a.ui-datepicker-prev span::after {
    background-image: var(--wpr-bg-9dd44116-78b4-436c-b8f4-d218801855a9);
    transform: rotateY(180deg);
}

.ui-datepicker-header a.ui-datepicker-next span::after {
    background-image: var(--wpr-bg-0abc7940-b747-4568-b2f8-396eceda3801);

}

.ui-datepicker-calendar {
    padding: 0.6em 1.2em;
    margin: 0 !important;
}

.ui-datepicker-calendar * {
    color: var(--color-1);
    text-decoration: none;
}

.ui-datepicker-calendar .ui-state-active {
    color: var(--color-2);
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    text-align: center;
    padding: 1px 2px !important;
}

.ui-datepicker-calendar td a {
    border: 1px solid var(--ast-global-color-2);
    min-width: 40px;
    display: block;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.ui-datepicker-calendar td a[aria-current="true"],
.ui-datepicker-calendar td a:hover {
    background-color: var(--ast-global-color-1);
    color: #fff;
    border-color: var(--ast-global-color-1);
}

.ui-datepicker-current-day {
    background-color: var(--color-1);
}

.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 0.5;
}

#mobile-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: var(--height-minifrom);
    background-color: #fff;
}

#mobile-button * {
    height: 100%;
}

#mobile-button .textwidget {
    display: flex;
    justify-content: space-between;
    padding-left: 3.2em;
    font-size: var(--btn-font-size);
}

#mobile-button a {
    font-family: var(--mainfont);
    font-size: var(--btn-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ast-global-color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7em;
}

#mobile-button p:nth-child(1) a::before {
    content: '';
    display: block;
    width: 1.3em;
    height: 1.3em;
    background-image: var(--wpr-bg-13822095-2954-41be-afca-227fc8168009);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#mobile-button p:nth-child(2) a::before {
    content: '';
    display: block;
    width: 2.1em;
    height: 2.1em;
    background-image: var(--wpr-bg-6854b9b8-2564-4c1d-8db9-88bce6e1a1be);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#mobile-button p:nth-child(3) a {
    background-color: var(--ast-global-color-1);
    color: #fff !important;
    padding: 0 2em;
}

#mobile-button p:nth-child(3) a:before {
    content: '';
    display: block;
    width: 1.8em;
    height: 1.7em;
    background-image: var(--wpr-bg-31221160-8051-4740-a64d-7dc283f043d6);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1920px) {}

@media (max-width: 1500px) {
    /*----------------- ELEMENT -------------*/

    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {

    /*----------------- ELEMENT -------------*/

    /*----------------- END ELEMENT ---------*/
}


@media (min-width: 991px) {
    #mobile-button {
        display: none;
    }
}

@media (max-width: 990px) {
    #miniform {
        display: none;
    }
}