﻿
/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
    --background: #10C6CA;
    --second-background: #FB8D20;
    --thrid-background: #FFF;
    --fourth-background: #E1E1E1;
    --fifth-background: #ACACAC;
    --text-color: #444;
    --second-text-color: #10C6CA;
    --third-text-color: #FFF;
    --fourth-text-color: #ACACAC;
    --background-hover: #4FD6DA;
    --second-background-hover: #FFA633;
    --breadcrumbs-color: #666;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#camp-pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,.5);
    z-index: 9999;
}

    #camp-pre-loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
    }

.footer-retrip {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 1rem;
    position: sticky;
    bottom: 0px;
    z-index: 100;
}

.gm-style .gm-style-iw-c {
    height: 200px;
}

.gm-style-iw {
    height: 120px;
    width: 360px;
}

.remark {
    color: #AAA;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb-wrapper {
    background: #F9F9F9;
    height: 40px;
    width: 100%;
}

    .breadcrumb-wrapper .breadcrumb {
        padding: 8px 0;
    }

.breadcrumb-item a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

/*.flag-img {
    width: 25px;
    height: 15px;
    margin: 0 0.5rem;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}*/

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*.btn-add-more {
    border: 3px solid #FB8D20;
    color: #FB8D20;
    width: 314px;
    border-radius: 12px;
    transition: all .3s;
}

    .btn-add-more:hover {
        color: var(--third-text-color);
        background-color: var(--second-background-hover);
        border: 3px solid #FB8D20;
    }*/

/*.btn-to-cart {
    background: #FB8D20;
    color: var(--third-text-color);
    width: 314px;
}

    .btn-to-cart:hover {
        color: var(--third-text-color);
        background-color: var(--second-background-hover);
    }*/


.btn-ok {
    border-radius: 12px;
    color: var(--third-text-color);
    background: var(--second-background);
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    align-self: center;
}

    .btn-ok:hover {
        background: var(--second-background-hover);
        color: var(--third-text-color);
    }


/*--------------------------------------------------------------
# Accommodation
--------------------------------------------------------------*/

/*.input-box {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 0.3rem 1rem;
    position: relative;
}*/

.search-form-modify {
    border: 1px solid #F3F3F333;
    position: sticky;
    bottom: 0px;
    z-index: 100;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    background: #F3F3F333;
}

    .search-form-modify .search-panel {
        --height: 73px;
        background: unset;
        box-shadow: unset;
        border-radius: 0;
        padding: calc(var(--height) * .15);
        height: var(--height);
        min-height: 0;
    }


        .search-form-modify .search-panel .header-label {
            display: block;
        }

        .search-form-modify .search-panel .input-box {
            padding: 10px 16px;
            display: block;
            height: 41px;
        }

            .search-form-modify .search-panel .input-box img {
                position: absolute;
                top: 15px;
                left: 20px;
            }

            .search-form-modify .search-panel .input-box .camp-input {
                position: absolute;
                top: 10px;
                left: 45px;
            }

            .search-form-modify .search-panel .input-box .caleran-camp {
                position: absolute;
                cursor: pointer;
                top: 10px;
                left: 50px;
                z-index: 0;
            }

/*.list-accommodation {
    padding: 0 0 60px;
}

    .list-accommodation .filter-wrapper {
        border-radius: 12px;
        background: var(--thrid-background);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .list-accommodation .filterMap-wrapper {
        height: 188px;
        width: auto;
    }

    .list-accommodation .smallMap {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .list-accommodation .btn-view {
        width: 163px;
        height: 45px;
        border-radius: 16px;
        background: var(--background);
        color: var(--thrid-background);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .list-accommodation .btn-view:hover {
            color: var(--thrid-background);
            background-color: var(--background-hover);
        }

#filter-map {
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0 0;
}*/

/*.list-accommodation .filter-header {
    background: #F9F9F9;
    padding: 18px 21px 18px 29px;
}

    .list-accommodation .filter-header .filter-title {
        font-weight: 700;
        line-height: normal;
    }

.activity-listing .filter-header .clear-all {
    color: var(--secondary-color);
    line-height: normal;
    cursor: pointer;
}

.list-accommodation .select-filter {
    width: 214px;
    border-radius: 12px;
    float: right;
    position: relative;
    user-select: none;
}

    .list-accommodation .select-filter .bx-chevron-up,
    .list-accommodation .select-filter .bx-chevron-down {
        transition: transform .3s ease-in-out;
    }

.list-accommodation .input-box-filter {
    border: 1px solid #EEE;
    background-color: var(--third-text-color);
    padding: 17px 0;
    border-radius: 12px;
}

.list-accommodation .bx-chevron-down {
    position: absolute;
    top: 0;
    right: 10px;
}

.list-accommodation .filter-dropdown {
    display: none;
}

.list-accommodation .filter-content {
    width: 214px;
    position: absolute;
    top: 4rem;
    z-index: 1;
}

.list-accommodation .filter-title {
    font-weight: 700;
}

.list-accommodation .bxs-filter-alt {
    position: absolute;
    top: 0;
    right: 0;
    left: 35px;
    width: 0;
}

.list-accommodation .filter-wrapper {
    border-radius: 12px;
    background: var(--third-background);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

    .list-accommodation .filter-wrapper .filter-item-dp {
        padding: 1rem;
        text-align: center;
        font-weight: 700;
        cursor: pointer;
        transition: all .3s;
    }

        .list-accommodation .filter-wrapper .filter-item-dp:hover {
            color: var(--second-text-color);
        }

.flipped {
    transform: rotate(-180deg);
}

.flipped-dp {
    transform: rotate(180deg);
}

.list-accommodation .note {
    color: #AAA;
    font-size: 12px;
}

.list-accommodation .filteritem-container {
    padding: 37px 21px 26px 29px;
}

.list-accommodation .filter-label {
    color: #000;
    font-weight: 700;
    line-height: normal;
}

.list-accommodation .clear-all {
    color: var(--secondary-color);
    line-height: normal;
    cursor: pointer;
}

.list-accommodation .count {
    color: #AAA;
    font-size: 14px;
    margin-left: auto;
    line-height: normal;
}

.list-accommodation .filter-flex {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.list-accommodation .icon {
    color: var(--secondary-color);
    margin-left: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.list-accommodation .filtercontent {
    margin-top: 34px;
}

.list-accommodation .filtercontent .header-label {
    color: #AAA;
    font-size: 10px;
    line-height: normal;
}

    .list-accommodation .filtercontent .input-box {
        border-radius: 6px;
        border: 1px solid #AAA;
        width: 100%;
        height: 42px;
        padding: 7px 4px;
        position: relative;
    }

        .list-accommodation .filtercontent .input-box input {
            width: 100%;
            padding-left: 28px;
            text-align: right;
            border: 0;
            outline: 0;
            background-color: transparent;
        }

        .list-accommodation .filtercontent .input-box .rm {
            position: absolute;
            top: 7px;
            left: 4px;
        }

    .list-accommodation .filtercontent .message {
        font-size: 12px;
        line-height: normal;
        margin-top: 3px;
    }

.list-accommodation .slider {
    height: 5px;
    position: relative;
    background: #DDD;
    border-radius: 5px;
}

    .list-accommodation .slider .progress {
        height: 100%;
        left: 0;
        right: 0;
        position: absolute;
        border-radius: 5px;
        background: var(--background);
    }

.list-accommodation .range-input {
    position: relative;
}

    .list-accommodation .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.list-accommodation .filter-border {
    border-top: 1px solid #EEE;
}

.list-accommodation .filtercontent .filter-flex {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.list-accommodation .checkbox-wrapper-46 {
    margin-right: 24px!important;
}

.list-accommodation .filtercontent label {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    line-height: normal;
    cursor: pointer;
}

.checkbox-wrapper-46 input[type="checkbox"] {
    display: none!important;
    visibility: hidden;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--thrid-background);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-color: var(--background);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--third-background);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-color: var(--background);
}

.list-accommodation .start-checked {
    color: #FFBE2C
}

.list-accommodation .start-disabled {
    color: #AAA
}

.ui-checkbox {
    --primary-color: var(--background);
    --secondary-color: #fff;
    --primary-hover-color: #4096ff;*/
    /* checkbox */
    /*--checkbox-diameter: 16px;
    --checkbox-border-radius: 4px;
    --checkbox-border-color: #AAA;
    --checkbox-border-width: 1px;
    --checkbox-border-style: solid;*/
    /* checkmark */
    /*--checkmark-size: 1.2;
}

    .ui-checkbox,
    .ui-checkbox *,
    .ui-checkbox *::before,
    .ui-checkbox *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.ui-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: var(--secondary-color);
    border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

    .ui-checkbox::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
        box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
        border-radius: inherit;
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
        -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
        transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    }

    .ui-checkbox::before {
        top: 40%;
        left: 50%;
        content: "";
        position: absolute;
        width: 4px;
        height: 7px;
        border-right: 2px solid var(--secondary-color);
        border-bottom: 2px solid var(--secondary-color);
        -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
        transform: translate(-50%, -50%) rotate(45deg) scale(0);
        opacity: 0;
        -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
        -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
        transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
    }*/

    /* actions */

    /*.ui-checkbox:hover {
        border-color: var(--primary-color);
    }

    .ui-checkbox:checked {
        background: var(--primary-color);
        border-color: transparent;
    }

        .ui-checkbox:checked::before {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
            -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
            -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
            transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
        }

    .ui-checkbox:active:not(:checked)::after {
        -webkit-transition: none;
        -o-transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        transition: none;
        opacity: 1;
    }*/

/*.list-accommodation .filter-wrapper-hor {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
}

.list-accommodation .listing-rr {
    padding-left: 45px;
}

.list-accommodation .filter-wrapper-ver-start {
    border: 1px solid #DDD;
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #F9F9F9;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.list-accommodation .filter-wrapper-ver-end {
    flex: 1 0 0%;
    border: 1px solid #DDD;
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #FFFFFF;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
}

    .list-accommodation .filter-wrapper-ver-end.active {
        background: var(--primary-background);
        color: #FFF;
    }

.list-accommodation .filter-wrapper-ver {
    flex: 1 0 0%;
    border: 1px solid #DDD;
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #FFFFFF;
    cursor: pointer;
}

    .list-accommodation .filter-wrapper-ver.active {
        background: var(--primary-background);
        color: #FFF;
    }

.list-accommodation .head-sort-text {
    color: #AAA;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list-accommodation .body-sort-text {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}*/

/*.list-accommodation .input-group {
    width: 214px;
    height: 57px;
}

.list-accommodation .input-group-text {
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid #EEE;
}

.list-accommodation .bxs-filter-alt {
    color: #AAA;
}

.list-accommodation .form-select {
    border-radius: 12px;
    border: 1px solid #EEE;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
    border-left-color: transparent;
}*/

    .list-accommodation .form-select .dropdown-label {
        color: var(--text-color);
        font-weight: 700;
        text-align: center;
    }

/*.accommodation-card {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    margin: .7rem 0;
    transition: transform .3s, border-radius .3s;*/ /* Added border-radius transition */
    /*will-change: transform;
}*/

    /* Add border-radius to the entire card on hover */
    /*.accommodation-card:hover {
        border-radius: 12px;*/ /* Ensure it remains 12px on hover */
    /*}

        .accommodation-card:hover .accommodation-img-card {
            transform: scale(1.05);
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

.accommodation-img-card {
    width: 294px;
    height: 200px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    object-fit: cover;*/ /* Ensures the image covers the container without distortion */
    /*transition: transform 0.3s ease;
}


.accommodation-img-container {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .accommodation-img-card {
        height: 100%;
        max-height: 210px;
    }
}

.list-accommodation .title-acc {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #444;
}

.list-accommodation .sub-acc {
    color: #AAA;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.list-accommodation .flag-acc {
    color: #ACACAC;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.list-accommodation .flag-icon {
    width: 21px;
    height: 12px;
    flex-shrink: 0
}

.list-accommodation .category-type {
    width: 73px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FFF5E9;
}

    .list-accommodation .category-type .category-name {
        color: #B5664F;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 11px;
    }

.list-accommodation .content-acc {
    color: #AAA;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .list-accommodation .content-acc .see-more {
        color: #FB8D20;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


.vl {
    border-right: 3px dotted #F4F4F4;
    margin-bottom: 1px;
}

.list-accommodation .rate-text {
    color: #FFBE2C;
    display: contents;
}

.list-accommodation .review {
    color: #ACACAC;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    display: contents;
}

.list-accommodation .review-content {
    color: #888;
    font-size: 12px;
    font-style: normal;
}


.list-accommodation .price {
    padding-right: 10px;
    color: #444;
    text-align: right;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.list-accommodation .bg-cash {
    width: 200px;
    height: 23px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #E1FDEE;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.list-accommodation .img-cash {
    color: #1E8D78;
}

.list-accommodation .font-cash {
    color: #1E8D78;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
}

@media screen and (max-width: 1024px) {
    .list-accommodation .price {
        font-size: 14px;
    }
}

.list-accommodation .faci-see-more {
    font-size: 12px;
    color: #FB8D20;
    cursor: pointer;
}


.list-accommodation .review-box {
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    padding: 1rem 1.5rem 1rem 0.5rem;
}

.list-accommodation .review-box-no {
    padding: 1rem 1.5rem 1rem 0.5rem;
}

.list-accommodation .no-rate {
    color: #AAA;
    font-size: 14px;
    font-style: normal;
    margin: 4rem 0;
}

.list-accommodation .group-detail-descbox {
    font-size: 11px;
    color: #666;
    position: relative;
}

.list-accommodation .faci-icon {
    height: 20px;
    width: 20px;
}

.list-accommodation .chk-faci-count {
    color: #AAAAAA;
    font-size: 14px;
    text-align: right;
    flex: auto;
}

.list-accommodation .lbl-faci {
    cursor: pointer;
}

.list-accommodation .lbl-faci-fy {
    cursor: pointer;
}

.list-accommodation .label-fy {
    padding: 0;
    color: #000;
    font-weight: 700;
}

.list-accommodation .label-fy-clear {
    color: var(--second-text-color);
    float: right;
}


#viewmap .modal-header {
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

#viewmap .modal-body {
    padding: 0;
}

#viewmap .input-box {
    width: 161.952px;
}

#map {
    width: 100%;
    height: 100%;
}

.operating-hour {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
}

.back-list:hover,
.back-list:hover i {
    color: var(--background);
}*/

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
/*#booking .acc-detail {
    display: block;
    background: var(--third-background);
    border: 1px solid #CCCCCC;
    border-radius: unset;
}

#booking .acc-sel {
    background-color: #10C6CA;
}

#booking .acc-sel-detail {
    padding: 6px 20px 6px 10px;
}

#booking .acc-occ-detail {
    color: #FFF;
}



#booking .acc-type {
    display: flex;
}

#booking .acc-cat-ava {
    color: #777;
    font-size: 12px;
    font-weight: 400;
}

#booking .btn-minus {
    background: #10C6CA;
    border-radius: 5px 0px 0px 5px;
}

#booking .btn-plus {
    background: #10C6CA;
    border-radius: 0px 5px 5px 0px;
}

#booking .btn-cart-quantity, .btn-cart-quantity-zero, .btn-cart-quantity-limit {
    width: 29px;
    height: 37px;
    padding: 0;
    border: none;
}

#booking .input-number {
    width: 50px !important;
    flex: unset !important;
    padding: 2px;
}

@media (max-width: 575.98px) {
    #booking .input-number {
        width: 40px !important;
    }
}

#booking .input-number-zero {
    width: 50px !important;
    flex: unset !important;
}

@media (max-width: 575.98px) {
    #booking .input-number-zero {
        width: 40px !important;
    }
}

#booking .input-number-limit {
    width: 50px !important;
    flex: unset !important;
    height: 39px;
}

@media (max-width: 575.98px) {
    #booking .input-number-limit {
        width: 40px !important;
    }
}


#booking .unit-guestType {
    display: none;
}

#booking .btn-booking {
    background: var(--main-color-bg);
    color: var(--third-background);
    width: 30%;
    border-radius: 12px;
    height: 42px;
    float: right;
    margin-right: 1.5rem;
}

#booking .acc-group-accommodation-title {
    font-size: 16px;
    font-weight: 700;
    color: #777;
    margin-bottom: 0;
}

#booking .unit-desc {
    color: #AAA;
    font-size: 14px;
}

#booking .unavailable {
    color: #CCC;
    font-size: 14px;
    font-weight: 700;
}

#booking .selected {
    background: var(--background);
    color: #FFF;
    border: 1px solid #AAA;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

#booking .active {
    background: #AAAAAA;
}

#booking .btn-cancel {
    border: 2px solid var(--second-background);
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    max-width: 100%;
}

    #booking .btn-cancel:disabled {
        border: 3px solid #AAAAAA;
        color: #AAAAAA;
        background-color: #FFF;
    }

#booking .btn-add-to-cart {
    border-radius: 12px;
    width: 250px;
    height: 45px;
    color: #FFF;
    font-size: 18px;
    background-color: var(--second-background);
    font-weight: 700;
    max-width: 100%;
}

    #booking .btn-add-to-cart:disabled {
        border-radius: 12px;
        width: 250px;
        height: 45px;
        color: #FFF;
        font-size: 18px;
        background-color: #AAAAAA;
        max-width: 100%;
    }

#booking .btn-sold-out {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background: #FF6262;
    border-radius: 6px;
    padding: .5rem;
    width: 105px;
    display: block;
    float: right;
    max-width: 100%;
}

#information-detail {
    margin-top: 1.5rem;
}

    #information-detail .information-wrapper {
        border-radius: 12px;
        background: var(--third-background);
        border: 1px solid #EEEEEE;
        box-shadow: 0px 2px 4px 0px #00000040;
        padding: 2rem 3rem;
        height: 14rem;
        position: relative;
        margin-bottom: 1.5rem;
    }

    #information-detail .nav-pills .nav-item .nav-link, .nav-pills .nav-link {
        border: none;
        width: 75px;
        text-align: center;
        color: #AAAAAA;
        background-color: transparent;
        font-size: 14px;
    }

    #information-detail .nav-pills .nav-link.active {
        background-color: transparent;
        border-right: none;
        border-top: none;
        border-left: none;
        color: #777777;
        width: 75px;
        font-size: 14px;
        text-align: center;
    }

    #information-detail .overview, .map {
        padding: 0 1rem;
    }

        #information-detail .overview img, .map iframe {
            object-fit: fill;
            width: 100%;
            height: 130px;
            border: 1px solid #AAAAAA;
        }*/

/*.swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    .imgSwiper {
        width: 100%;
        height: 50vh;
    }

    .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
        align-items: center;
        display: inline-flex;
    }

        .mySwiper .swiper-slide {
            width: 25%;
            height: 100%;
            opacity: 0.4;
        }

        .mySwiper .swiper-slide-thumb-active {
            opacity: 1;
        }

    .swiper-wrapper {
        height: 100%;
        align-items: center;
    }*/

.slide-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(33,33,33,.3);
}

.slide-overlay > h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}

/*.swiper-pagination .swiper-pagination-bullet {
        background-color: rgba(255,255,255,.8);
    }*/

/* .swiper-pagination .swiper-pagination-bullet-active {
        background-color: rgba(255,255,255,1);
    }

    .swiper-button-next, .swiper-button-prev {
        color: #FFF;
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 28px;
        }*/

.group-see-more-desc {
    font-size: 14px;
    color: #FB8D20;
    cursor: pointer;
}



/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.fr {
    float: right;
}

.acc {
    color: blue;
}

.btn-camp-general {
    background: var(--second-background);
    color: var(--third-text-color);
    font-weight: 700;
    text-align: center;
    height: 45px;
    width: 238px;
}

    .btn-camp-general:hover {
        background: var(--second-background-hover);
        color: var(--third-text-color);
    }

.btn-camp-general-inverse {
    background: var(--thrid-background);
    color: var(--second-background);
    border: 3px solid var(--second-background);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 45px;
    width: 224px;
}

    .btn-camp-general-inverse:hover {
        background: var(--second-background-hover);
        color: var(--thrid-background);
        border: 3px solid var(--second-background);
    }

.btn-yes {
    font-size: 18px;
    font-weight: 700;
}

.btn-no {
    color: var(--third-text-color);
    background-color: var(--second-background);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 222px;
}

    .btn-no:hover {
        color: var(--third-text-color);
        background-color: var(--second-background-hover);
    }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

#home {
    background-image: url(../img/bg_campsite.svg);
    background-size: cover;
    background-position: center;
    height: 60vh;
    overflow: unset;
}

    /*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

    #home .location-title, #home .location-desc-title {
        color: var(--third-background);
        text-shadow: 0px 2px 5px rgba(6, 90, 90, 0.75);
        font-weight: 700;
        font-size: 36px;
        padding-top: 2rem;
    }

    #home .location-desc-title {
        font-size: 50px;
        padding-top: 0;
    }

@media(min-width: 1200px) {
    #home .location-title, #home .location-desc-title {
        padding-top: 10rem;
    }

    #home .location-desc-title {
        font-size: 60px;
        padding-top: 0;
    }
}

#home .search-panel {
    background: var(--third-background);
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
}

/*.input-box {
    background: #F5F5F5;
    border-radius: 12px;
    padding: .3rem 1rem;
    position: relative;
}*/

.input-label {
    font-weight: 600;
    font-size: 14px;
    color: #ACACAC;
}

.input-box.location {
    padding: .3rem 2rem .3rem 1rem;
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
#information .information-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 1rem;
}

#information .view-more {
    font-size: 18px;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/

.slick-slide {
    margin-right: 1.5rem;
}

/*--------------------------------------------------------------
# Extras
--------------------------------------------------------------*/
.px-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.bg-white-price {
    background-color: #FFF !important;
}

/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/

#paymentdetail-camp .product-wrapper {
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    /*padding: 1rem;*/
}

.product-wrapper .heading {
    color: #AAA;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.product-wrapper .product-header {
    background: #F9F9F9;
    color: #AAA;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    height: 38px;
    align-items: center;
}

.product-wrapper .category-label {
    color: #444;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

#paymentdetail-camp .wallet-wrapper {
    background: #F9F9F9;
    padding: 1.5rem;
}

#paymentdetail-camp .btn-redeem {
    width: 85.263px;
    height: 40.99px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--main-turq, var(--background));
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

#paymentdetail-camp .wallet-container {
    border-radius: 12px;
    border: 1px solid #AAA;
    background: #FFF;
    padding: 0.5rem;
}

#paymentdetail-camp .payment-category-text {
    font-weight: 500;
    letter-spacing: 0;
}

#wallet-detail {
    font-size: 12px;
}

#paymentdetail-camp .payment-box {
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    margin-right: 1.2rem;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    height: 74px;
}

    #paymentdetail-camp .payment-box .sub-content {
        color: #AAAAAA;
        font-size: 12px;
        letter-spacing: .15px;
    }

#paymentdetail-camp .btn-cancel {
    border-radius: 12px;
    border: 1px solid var(--background);
    background: var(--thrid-background);
    width: 265.215px;
    height: 41.154px;
    color: var(--background);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

#paymentdetail-camp .total-price {
    color: #444;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

#paymentdetail-camp .form-check-input[type=checkbox] {
    border: 2px solid #AAA;
}

#comfirmBookingModal .payment-title {
    color: #444;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

#comfirmBookingModal .modal-header {
    justify-content: space-between;
    border-bottom: unset;
    padding: 1rem 4rem;
}

#comfirmBookingModal .modal-body {
    padding: 1rem 4rem;
}

#comfirmBookingModal .confirm-detail {
    color: #888;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 1.5rem 0;
}

#comfirmBookingModal .modal-footer {
    background: #F9F9F9;
    padding: 1rem 3rem;
}

#comfirmBookingModal .info {
    color: #FB8D20;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
}

#comfirmBookingModal .btn-pay {
    border-radius: 12px;
    background: #FB8D20;
    height: 45px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    width: 272px;
}

    #comfirmBookingModal .btn-pay:disabled {
        background: #AAA;
    }

