#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-4a0a8aca-fe18-44a7-b59a-e5dd9c826a35);
    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-041e5b6b-9585-4ce3-8fda-c3c9c6037936);
    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-d5ec3878-a136-42d7-b06f-9c294fda1409);
    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-a3b7e30b-3016-4f08-9906-f94644062313);
    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-921f80e2-1a86-427b-96a7-b7b14bca1356);
    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-4020c4f4-65d2-4e98-b782-8bb1faae333b);
    transform: rotateY(180deg);
}

.ui-datepicker-header a.ui-datepicker-next span::after {
    background-image: var(--wpr-bg-7a79c4b0-04fd-4faf-9fc5-31ef45359a2c);

}

.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-bc51ec89-e81c-42d4-b74a-25c051b15929);
    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-09f17739-85bd-4f08-9213-69cde42197ec);
    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-055423dc-577a-4ccf-b29e-dc2ff8f87c43);
    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;
    }
}