#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-ce1b7be5-0b7a-4bca-831b-8ad677c7a4a2);
    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-d9064a85-d21a-4371-9ddc-dd91bea3528f);
    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-f87f84e4-279f-4ad9-99d4-dc1b6f34ecb9);
    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-54bf06f1-72df-469d-8285-a3fc579632f1);
    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-b315040d-6f88-41f7-bd95-e18a0b84acc9);
    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-97d2ff1f-bdd4-4b80-bb99-deecc19e98bc);
    transform: rotateY(180deg);
}

.ui-datepicker-header a.ui-datepicker-next span::after {
    background-image: var(--wpr-bg-338e3614-6ab4-4b97-82a1-e0e0922927a4);

}

.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-d526d459-9d0b-440f-81cd-c10947b778b4);
    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-26f10f6e-1bd0-4314-b692-1d46bf04e864);
    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-8fe23087-ac58-4984-b99b-cd7b1d8c60b6);
    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;
    }
}