#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-8841fda7-0fbc-4506-a77a-719f3964b912);
    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-79be7138-c141-4883-83ff-780ed4dd53d3);
    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-d92bf6c4-ba03-4729-a1cd-b06c6a1b99b6);
    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-a91e7986-b71c-48c3-a75a-e04ea9d335a6);
    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-beb0d55e-7d8e-492a-b2db-ec3879325749);
    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-afcc4608-8a31-4f2e-8434-f9656d9ea813);
    transform: rotateY(180deg);
}

.ui-datepicker-header a.ui-datepicker-next span::after {
    background-image: var(--wpr-bg-4056fc37-dfe1-4572-a570-1938eb89c4fe);

}

.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-1dca69c2-a329-4896-8ab2-bc08ab1ba666);
    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-b0ffa54b-df9b-4e9d-87c2-b106b96716e2);
    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-466ac93d-f16f-409c-bbac-8881d66f60c6);
    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;
    }
}