

/*------------------------------------------------------------------
* Project:        Travel Material 
* Author:         Crenoveative 
* URL:            http://crenoveative.com or https://themeforest.net/user/crenoveative/portfolio 
* Created:        20/05/2019 
-------------------------------------------------------------------*/


/** 
 * Add your style here 
 */

.datepicker--cell.datepicker--cell-day.-selected- {
    pointer-events: none;
}

.popup-process {
    z-index: 1040;
    position: fixed;
    display: table;
    top: 0;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    background: rgba(0,0,0,.7);
}

    .popup-process .process {
        background-color: white;
        padding: 30px;
        position: fixed;
        top: 50%;
        left: 50%;
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

        .popup-process .process table {
            height: 80%;
        }

.loading {
    color: black;
    text-align: center;
    font-family: inherit;
}

    .loading span:not(.typeahead__display) {
        font-size: 50px;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .loading span:nth-child(2) {
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .loading span:nth-child(3) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

.destination-dropdown-container {
    background-color: transparent !important;
}

.lead.text-center{
    margin-bottom: 15px !important;
}

@@-webkit-keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

@@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

/*
 * Fix oversized image in iphone browsers
 */
.image img {
    align-self: flex-start;
}

@media (min-width:961px) {
    .image-original {
        position: relative !important;
        height: 550px !important;
    }
    .resort-image-fixed.popup-gallery.hotel-fix{
        height: 550px !important;
        width: 100% !important; 
        max-width: 1200px !important; 
        margin: 0 auto !important;
    }
    .detail-gallery{
        margin-top: 1px !important;
    }
    .page-wrapper{
        padding-bottom: 1px !important;
    }
}

@media (max-width: 540px){
    .room-item {
        box-shadow: 0px 0px 7px 1px #a9a0a0 !important;
        padding: 10px !important;
    }
    .page-wrapper {
        padding-top: 15px !important;
        padding-bottom: 50px;
    }
    .menu-horizontal-wrapper-02 {
        margin-bottom: 40px;
    }
    .hero-text {
        margin-top: 50px;
    }
    .sorting-box {
        padding: 7px !important;
    }
    .hero-banner .set-height-01 {
        min-height: 800px !important;
    }

}



.checkin-checkout-dates {
    line-height: 40px;
    margin-top: 0;
    background-color: var(--main-color, gray);
    font-size: 1.1em;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 5px;
}

.mirror-text-style{
    padding: 2px;
    padding-left: 5px;
    border-radius: 5px;
    border-style: double;
    border-width: 1px;
    border: 1px solid #E1E1E1;
    border-left-width: 8px;
    margin-bottom: 10px
}

.custom-miles-range{
    max-width: 70px;
}

.car-item {
    padding: 2px;
    color: black;
}

.car-item:first-child {
    margin-top: -12px;
}

.car-item:last-child {
    margin-bottom: -12px;
}

.car-price-box {
    border-left: 1px solid #E3E5E7;
    font-size: 12px;
    text-align: center;
    padding-left: 12px;
    line-height: 1.2;
}

.card-vehicle-name {
    max-width: 75%;
    font-size: 12px;
}
.car-card-header {
    display: block;
    margin: 10px 0 19px;
    border-bottom: 1px solid #E3E5E7;
}

.car-vendor-address{
    
}
.price {
    font-size: 12px;
    text-align: center;
   /* border-left: 1px solid #E3E5E7;*/
    padding-left: 12px;
    line-height: 1.2;
}

.car-flex-center{
    display: flex;
    align-items: center;
}

.car-picture-container {
    display: flex !important;
    align-items: center !important;
    padding: 0 2em !important;
}

@media (min-width: 720px){
    .sticky-details {
        position: sticky;
        top: 152px;
    }
}

.car-summary-label{
    font-weight: 500;
}

.secondary-color {
    color: var(--secondary-color);
    color: #0AD17A;
}

ul.summary-price-list.mb-20 > li {
    padding-right: 0px !important;
}

.booking-selection-box{
    margin-bottom: 20px;
}

.italic {
    font-style: italic !important;
}

.bold-border-bottom{
    border-bottom-width:2px !important;
}

.border-dark-gray{
    border-color: darkgray !important;
}
.payment-description{
    font-size: 10px;
}
.payment-description-item{
    /*border-bottom-width:0 !important;*/
}

.payment-description-item-last {
    border-bottom-width: 0 !important;
    margin-bottom: 0 !important;
}
.weglot-container{
    display: none !important;
}

.weglotHeader{
    display: none !important;
}
.weglot-container .wg-default {
    display: none !important;
}

.sticky-details {
    box-shadow: #6c757d 3px 5px 8px -2px;
    padding: 10px;
    color: white;
    display: none;
    background: white;
    background-color: var(--main-color, dimgray);
    border: 2px solid var(--main-color, dimgray);
    margin-bottom: 19px;
    z-index: 10000;
}

    @media (max-width: 540px) {
        .btn-sm-block {
        width: 100%;
        display: block;
    }
  
    .car-picture-container{
        padding: 0 !important;
    }
    .flex-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .flex-col {
        flex-basis: 50%;
        /*height: 200px;*/
    }

    .flex-line {
        flex-basis: 100%;
        /*height: 100px;*/
    }


    .sticky-details-in {
        position: fixed !important;
        /*height:95px;*/
        top: 0;
        right:0;
    }
    .div-lang {
        display: none;
        position: fixed;
        right: -30px;
        top: 160px;
        z-index: 1000;
        height: 95px;
        /*border: 1px solid black;*/
        width: 50px;
        border-radius: 12px 0 0 12px;
        padding: 5px;
        background-color: white;
    }
    .div-lang > img{
        border-radius: 5px;
    }

    div-lang-in{

    }

}

/*
 * Resort Search Box
 */

.resortSearchCheckInFromTo .col-inner {
    border: 1px solid #b5b5b57a;
}

    .resortSearchCheckInFromTo .col-inner .checkInTitle {
        position: relative;
        top: -11px;
        background-color: white;
        left: 5px;
    }

    .resortSearchCheckInFromTo .col-inner #airDatepickerRange-resort {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }



.changeSearchPartialCheckInDates {
    border: 1px solid #b5b5b57a;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

    .changeSearchPartialCheckInDates .checkInTitle {
        position: relative;
        top: -11px;
        background-color: white;
        left: 5px;
    }