



/** * Web css  */
html {
    position: relative;
    min-height: 100%;
}
body{
    line-height: 1.2;
    font-family: sans-serif;
    margin-bottom: 100px;
    padding-top:45px!important;
}
.sticky-top{
    top:70px;
    z-index: 999!important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #d3d5d6;
    line-height: 15px;
    font-size: 14px;
    padding: 20px 5px;
}

.bg-light{
    background:#fff!important;
}
h1.h2,.title-color{
    color: #40249a;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 1px;
    font-size:1.45rem;
}
.title-color span{
    font-size: 65%;
}
.sell-card {
    margin-bottom: 25px;
}

.checkout-cover{
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 215px;
    border: none;
    z-index: 2!important;
}
.main-cover{
    max-width: 361px;
    margin: 85px 14px -14px;
    border-radius: 10px;
}
.main-content{
    margin-top: -268px;
}
#header{
    height: 45px!important;
}
#header-default{
   background-color:#565656!important;
   color:#fff;
   font-weight: bold;
   margin:0!important;
}
#cart-total2{
    display:none!important;
}
.item-content, .related-content{
    min-height: 100px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    margin: 10px;
    padding: 0 0 45px 0;
}
.item-content select{
    min-width: 66px;
}
#item-list, .container{
    padding:0 0 2.5rem 0;
}
#item-list a:hover{
    text-decoration: none!important;
}
#item-list a img{
    opacity: .9;
}
#item-list a{
    color:#f67d6a;
}
.item-catalog .card{
    margin-bottom: 0;
    border-radius: 0;
    border:none!important;
    border-bottom:1px solid #eee!important;
}
.item-catalog h4{
    color: #ff6a54;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 1px;
    font-size:1.1rem;
}
.item-catalog .label-offer{
    background: linear-gradient(to bottom right, rgb(123, 89, 246) 0%, rgb(86, 45, 232) 50%, rgb(198, 85, 255) 100%)!important;

    color: #fff;
    display: inline-block;
    margin: 0 13px -10px;
    padding: 5px;
    border-radius: 3px;
    border-left: 2px dotted #fff;
}
.item-catalog h4 svg{
    background:#f67d6a;
    padding: 4px;
    fill:#fff;
    vertical-align: middle;
    border-radius:50px;
    width: 30px;
    height: 30px;
}
.item-catalog h6{
    color:#000;
    font-size: .8rem;
    margin-bottom:.2rem;
}
.btn{
    border-radius:0;
}
.list-group-item{
    border-radius: 0!important;
    border:none!important;
}

span.logo{
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    min-width: 80px;
}
h1 span.logo{
    display: inline-block;
    vertical-align: middle;
}
.related-items a:hover{
    text-decoration: none!important;
}
/*Selected hotels*/
.related_hotels{
    padding: 0;
    max-width: 500px;
    display: block;
}
.hotel-mobile-show{
    display:none;
}
.related_hotels h4 svg{
    vertical-align: middle;
}
.related_hotels h4{
    color:#333;
    font-size: 22px;
}
.related_hotels h6{
    margin: -8px 0 27px 0;
    color: #737373;
}

.related_hotels div.hotel-list a{
    background: #fff;
    overflow: hidden;
    margin: 2px 0;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    color: #628092;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    text-decoration: underline;
}
.related_hotels div.hotel-list a:hover{
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    text-decoration: none;
}

.related_hotels .hotel-pic{
    display: block;
    width: 110px;
    background-size: cover;
    background-position: center;
}
.related_hotels p{
    padding: 14px;
    font-weight: bold;
    max-width: 300px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 2px;
}
.related_hotels .more-hotel a{
    padding: 15px 5px 30px;
    font-size: 15px;
    color: #628092;
    display: block;
    text-decoration: underline;
}
.related_hotels .price-park-related{
    background: #28a744;
    color: #fff;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    margin:3px 0
}
.related_more_parks{
    text-decoration: none!important;
    color:#6c757d!important;
}
.related_hotels .related_more_parks p{
    max-width: none;
}
.related_more_parks .flash_tag{
    color: #ea9215;
    font-size: 10px;
}

li.radio-button label{
    background: #fff;
    min-width: 90px;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border-radius:5px;
    border:1px solid #ced4da;
}
li.radio-button label.selected-amount{
    background:#4877e2!important;
    color:#fff;
    border:1px solid #4877e2;
}
input.selected-amount{
    background:#4877e2!important;
    color:#fff!important;
    border:1px solid #4877e2;
}
input.selected-amount:focus{
    color:#fff!important;
}
.autocomplete-suggestion{
    padding: 12px 5px!important;
    cursor: pointer!important;
}

li.radio-button {
    display: inline-block;
    margin-left: 0;
}


.radio-button label:hover {
    cursor: pointer;
    background: #515151;
    color:#fff;
}

/*forms*/

fieldset.contact-data {
    padding: 0 24px 0 0 !important;
}
.custom-control-label::before{
    border:1px solid #a9a9a9;
    background: #fff;
}
.gift-txt{
    cursor: pointer;
}
.gift-txt span{
    border-bottom: 1px dotted #333;
    display: inline-block;
}
.gift-txt i, .gift-txt svg{
    color:#f67d6a;
    fill:#f67d6a;
}
.gift-btn, .gift-btn:hover{
    background:#f67d6a;
    color:#fff;
}
/*Conditions*/
.item-conditions{
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    margin: 10px;
}

/*Extras*/

.extra-image{
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-color:#ccc;
}
.extra-card *{
    cursor: pointer;

}
.extra-card{
    cursor: pointer;
    box-shadow: 0 0 10px #eee;
    border-none: 1px solid #fff;
}
.extra-card:hover{
    border:1px solid #acacac;
}
.extra-card-active, .extra-card-active:hover{
    border:1px solid #1a79ea;
}
@media (max-width: 420px){
    .extra-image {
        width: 40px;
        height: 40px;
    }


}
@media (min-width: 768px){
    #bestline {
        font-size: 12px!important;
        line-height: 43px!important;
    }
    #logo {
        width: 70px!important;
        height: 45px!important;
        line-height: 39px!important;
    }
    #logo span {
        font-size: 10px!important;
        margin: -5px -4px!important;
    }
    .btn-navbarPAC {
        padding: 13px 16px!important;

    }
}

#div_reservation_ok strong{
    padding-left:10px;
    display: inline-block;
}

/*/Datepicker*/
#datepicker{
    min-height: 290px!important;
    background: #fff;
    margin:8px 12px 20px !important;
    box-shadow: 0 0 12px #d2d2d2;
}
.ui-datepicker{ width:100%!important; font-family:sans-serif; padding:0}
.ui-datepicker .ui-widget-header{
    border:none;
    background:#fff!important;
    color:#000;
    letter-spacing:3px;
    font-size: 15px!important;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
}
.ui-widget-content{
    border:none;
}
.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span{  }
.ui-datepicker td span, .ui-datepicker td a {
    background: #fff !important;
    border: none!important;
    border-radius: 8px;
    text-align: inherit;
    padding: 11px 6px !important;
    font-size: 17px!important;
    text-align: center;
    color:#000;
    font-weight: bold;
}
.ui-datepicker td {
    border: none!important;
}
.ui-datepicker td a:hover {
    background: #ddd!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border:transparent;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
    background-image: none;
    border-style: solid;
    height: 0;
    width: 0;
}
.ui-datepicker .ui-state-hover{
    background:none!important;
    cursor:pointer;
    border-color: transparent!important;
}
.ui-datepicker .ui-datepicker-next-hover{
    right:2px!important;
    top:2px!important;
    border: 0!important;
}
.ui-datepicker .ui-datepicker-prev-hover{
    left:2px!important;
    top:2px!important;
    border: 0!important;
}
.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-width: 0;
    border-top-width: 0;
    content: "";
    transform: rotate(315deg);
}
.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-top-style: solid;
    border-top-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-width: 0;
    border-right-width: 0;
    content: "";
    transform: rotate(315deg);
}

.ui-widget-header a{
    margin: 3px 60px;
}
.ui-datepicker .ui-datepicker-calendar th{
    background: #fff;
    color:#000;
    font-weight: lighter;
    font-size: 11px;
}
.ui-datepicker-title{
    line-height: 2.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: linear-gradient(to bottom right, rgb(246, 89, 126) 0%,rgb(255 121 97) 50%, rgb(255, 125, 85) 100%)!important;
    border: 0 solid #fff!important;
    color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color:#000;
}
.ui-widget-content{
    background: none;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
    margin: 0 auto 0;
}
.ui-datepicker-group-last{
    padding-left: 8px;
    border-left: 1px solid #e8e8e8;
}
.ui-datepicker-group-first{
    padding-right: 8px;
}
/* cart*/
#div_cart, .div_cart{
    box-shadow: 0 0 12px #d2d2d2;
    border-radius: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.div_cart hr{
    padding: 3px;
}
.list-product h5 {
    font-weight: 600;
    font-size: 1rem;
    color:#ff6a54;
    font-family: 'Source Sans Pro', sans-serif;
}
.list-product h6{
    font-size: 0.9rem;
}
.list-category{
    border-bottom: none!important;
    padding-bottom: 0;
    font-weight: bold;
    border-top:1px solid rgba(0,0,0,.125)!important;
}
.list-ticket{
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
#send_reminder{
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-family: sans-serif;
    padding: 2px;
    text-decoration: underline;
    opacity: 0.9;
}

#cart-total {
    background: #fff;
    color: #000;
}

#cart-total span:last-child{
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
}

.cart-action #checkout_btn{
    border-radius:10px;
    text-align: center;
    padding-right: 20px!important;
    line-height: 1.5;
    border:none;
    background: linear-gradient(to bottom right, rgb(246, 89, 126) 0%,rgb(255 121 97) 50%, rgb(255, 125, 85) 100%)!important;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
}
#div_cart #checkout_btn:disabled, .div_cart #checkout_btn:disabled{
    color: #9d9d9d;
    background: #cecece !important;
    opacity: 1;
}
/*pricing*/
.price-tag span{
    padding:0 3px;
    font-size: 1rem;
}
/*zopim*/
.zopim{
    z-index: 998!important;
}




/*Stepper*/

.wrapper {
    background: #fff;
}
@media (min-width: 0em) {
    .wrapper .stepper {
        max-width: 600px;
        margin: 0 auto;
    }
}

.stepper {
    padding: 5px;
    font-size: 13px;
}
@media (min-width: 0em) {
    .stepper {
        padding: 5px;
    }
}
.stepper__list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (min-width: 0em) {
    .stepper__list {
        display: flex;
        justify-content: space-between;
    }
}
.stepper__list__item {
    padding: 3px 5px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
@media (min-width: 0em) {
    .stepper__list__item {
        padding: 10px;
        flex-direction: column;
        flex: 1;
    }
}
.stepper__list__item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
}
@media (min-width: 48em) {
    .stepper__list__item:after {
        width: calc(100% - 100px);
        top: 28%;
        left: calc(50% + 50px);
        border-top: 2px dotted #E2DFDA;
    }
}
.stepper__list__item--done {
    color: #178A00;
    transition: all .1s;
}
@media (min-width: 0em) {
    .stepper__list__item--done:after {
        border-top-style: solid;
        border-top-width: 1px;
    }
}
.stepper__list__item--done:hover, .stepper__list__item--done:focus {

}
.stepper__list__item--current {
    color: #000000;
}
.stepper__list__item--current:last-of-type:after, .stepper__list__item--current:only-of-type:after {
    height: 30%;
}
.stepper__list__item:last-of-type:after {
    display: none;
}
.stepper__list__item--pending {
    color: #bbbbbb;
}
.stepper__list__item--pending:after {
    height: 30%;
}
.stepper__list__title {
    margin: 1px 0 0;
}
@media (min-width: 0em) {
    .stepper__list__title {
        margin: 0;
    }
}
.stepper__list__icon {
    margin: 0 10px 0 0;
    height: 2em;
    width: 2em;
}
@media (min-width: 0em) {
    .stepper__list__icon {
        margin: 0 0 15px;
    }
}
.stepper__list__icon path {
    fill: currentColor;
}
.stepper__list__icon ellipse,
.stepper__list__icon circle {
    stroke: currentColor;
}
/*end stepper*/
/* modal*/
.modal-open .modal{
    margin-top:70px!important;
}
/*endmodal*/
@media all and (max-width: 991px) {
    .related_hotels{
        display:none;
    }
    .hotel-mobile-show{
        display: block;
    }
}
@media all and (max-width: 768px) {
    body{
        margin-bottom: 0;
    }
    .row {
        margin:0
    }
    div[class^='col-'] {
        padding:0;
    }
    .cart-action {
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: 0;
        width: 100%;
        padding: 7px;
        background: #ffffff;
        padding: 7px;
        box-shadow: 0 0 20px #3a3a3a;
    }
    #div_reservation_ok  {
        background: white;
        border-top: 0.8px solid rgb(153, 153, 153);
        position: fixed;
        bottom: 66px;
        width: 100%;
        left: 0px;
        text-align: center;
        color: rgb(102, 102, 102);
        padding: 15px 26px !important;
    }
    #cart-total {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
        background: none;
        padding: 12px 15px;
        font-size: 1em!important;
        display: block!important;
        color: #000;
        width: 35%;

    }


    #cart-total > span:first-child{
        display: block;
    }
    #cart-total span:last-child{
        font-size: 1.3em;
        font-weight: bold;
        letter-spacing: -1px;
    }
    #cart-total span{
        font-size: 1em;
        padding: 0 0 0 10px;
    }
    .cart-action #checkout_btn{
        border-radius:10px;
        text-align: center;
        padding-right: 20px!important;
        width: 65%;
        margin-left: 35%;
        line-height: 1.5;
        border:none;
        background: linear-gradient(to bottom right, rgb(246, 89, 126) 0%,rgb(255 121 97) 50%, rgb(255, 125, 85) 100%)!important;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: bold;
    }
    #div_cart #checkout_btn:disabled{
        color: #9d9d9d;
        background: #cecece !important;
        opacity: 1;
    }
    .footer{
        display: none;
    }
    .step-2-cart .btn-success, .step-2-cart .cart-action, #span_button_container .btn-success, #document_container .btn-success {
        z-index: 9;
    }
    .step-2-cart #cart-total{
        z-index: 10;

    }

    span.logo{
        overflow: hidden;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        min-width: 60px;
        border:2px solid #eee;
        display: inline-block;
        vertical-align: middle;
    }
    span.logo img{
        width: 60px;
    }
    #mkt_cashback{
        margin: 8px !important;

    }
    #datepicker{
        margin: 9px 12px 10px !important;
    }

}
.custom-control-label::before,
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

/*intersital pay*/
.payment-status{
    position: relative;
    min-height: 30px;
    display: block;
}
.payment-in-progress{
    opacity: 1;
    position: absolute;
    left: 0;
}

.sessions_section{
    padding-top: 20px;
}

label.error{
    display: none !important;
}

/*home*/
ul#filtertable, ul#filtertable li {
    margin: 0;
    padding: 0;
    list-style: none;

}
#filtertable .card-img-top{
    height: 130px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #444;
    margin-bottom: 10px;
}
#filtertable .ticket-card{
   height: 290px;
}
#filtertable .ticket-item a:hover{
    text-decoration: none;
}
#filtertable .ticket-card h5 {
    font-size: 18px;
    color: #555;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: 700;
    font-family: sans-serif;
    height: 86px;
    overflow: hidden;
}
#filtertable .ticket-card .avatar{
min-width: 84px;
max-width: 82px;
width: 82px;
height: 80px;
background-size: contain;
vertical-align: middle;
padding: 0;
background-repeat: no-repeat;
flex: 0 1 auto;
align-self: auto;
background-position: center center;

}
#filtertable .ticket-card span.title{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    align-self: auto;
    width: 100%;
    height: 100%;
    padding-left: 7px;
}
#filtertable .ticket-card .call-to-action {
    background: #4fb387;
    color: #fff;
    height: 65px;
    margin: 10px;
    padding: 15px;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-content: center;
}
#filtertable .call-to-action svg{
    fill:#fff;
    vertical-align: middle;
    margin: 9px 3px;
}
#filtertable .ticket-card{
    height: 330px;
}
#filtertable .card-img-top{
    min-height: 150px;
}
#filtertable .tag {
    color: #494c74;
    font-size: 10px;
    font-family: sans-serif;
    margin: 2px 0 5px 0;
    padding: 0 15px;
    text-transform: uppercase;
}
.filter_title{
    display: none;
    padding-left: 10px;
}
.filter_title .selected_city{
    text-transform: capitalize;
}

#filtertable .ticket-card .title{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: left!important;
    align-items: flex-start;
    justify-content: left;
    margin: 0 7px;
    height: auto;
    color: #3e3946;
}
.bottom-card{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
}
#filtertable .ticket-card .call-to-action{
    color: #fff;
    text-align: right;
    text-transform: none;
    align-content: center;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    background: #4fb387;
    padding: 5px 15px;
    height: auto;
    display: flex;
}

#filtertable .ticket-card .price{
    font-size: 16px;
    text-align: left;
}

.price span{
    font-size: 10px;
    display: block;
}
.card{
    border-radius: 5px;
    overflow: hidden;
}

.item-description{
    font-size: 13px;
    color:#68746e;
    padding-right: 1rem;
}
.start-btn{
    width: 100%;
    padding: 7px 0 7px 7px;
}


.search-tickets{
    background: #ffffff;
}
.search-tickets .jumbo{
    text-align: center;
    max-width: 400px;
}
.search-tickets .container{
    padding-bottom: 0;
}
.search-tickets h1{
    font-family:'source sans pro', sans-serif;
    color:#ggg;
    font-size: 26px;
    text-align: center;
    margin-top: 25px;
}
.search-tickets .secondline{
    margin: 5px 0 -1px;
    font-size: 13px;
}
.search-tickets input[type="text"] {
    padding: 15px 0 15px 20px;
    text-indent: 15px;
    width: 100%;
    font-size: 1em;
    margin: 15px auto;
    border: none;
    color: #555;
    cursor: text;
    background: none;
    outline: none;
    background: #e1e2e1;
    transition: all 0.3s ease-out;
    border-radius: 50px;
    text-align: left;

}
.search-tickets p{
    position: relative;
}
.main-features{
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
    margin: 0 0 16px;
    font-size: 14px;
}
.main-features span{
    color: #1a2e35;
    padding: 0 20px ;
}
.main-features svg{
    vertical-align: middle;
    padding: 0 5px;
}

.filtericon {
    position: absolute;
    color: #999;
    padding: 15px 15px 12px 15px;
    margin: 15px 0 15px 0;
    left: 0;
    top:0;
}
.filtericon svg {fill: #999;}

/*ticket cards*/
.notfoundbox{
    border: 1px;
    min-height: 200px;
    background: #d8d8d8;
    margin: 15px;
    color: #e52e49;
    text-align: center;
    font-size: 20px;
    padding: 24px 15px;
    font-weight: bold;
    display: none;
}
@media (max-width: 550px){
    .search-tickets{
        width: 100%;
    }
    .search-ticket.container{
        padding:0;
    }
    .search-tickets h1{
        font-size: 4.4vw;
        font-weight: 400;
        font-family: sans-serif;
    }
    .search-tickets input[type="text"], .filtericon{
        margin: 5px 0 3px;
        font-size: 4vw;
    }
    #filtertable .ticket-card{
        border-radius: 8px;

    }

}
/*Testimonials*/
.testimonials .card{
    width: 100%;
}
@media (max-width: 1200px){
    .testimonials > div {
        overflow-x: auto;
    }
    .testimonials .card{
        min-width: 280px;
    }
    .main-cover {
        max-width: 301px;
    }
}
@media (max-width: 1025px) {
    .search-tickets h1 {
        font-size: 19px;
    }

    .main-features {
        font-size: 14px;
    }

    .main-features span {
        padding: 5px;
        margin: 0 auto;
        max-width: 218px;

    }


}
@media (max-width: 990px){
    #div_cart{
        z-index:997!important;
    }
    .cover-row div:first-child{
        display: none;
    }
    .main-cover{
        max-width: 100%;
        margin: 13px 25px;
        border-radius: 10px;
        height: 250px;
    }
    .main-content{
        margin-top: 0;
    }

}
@media (min-width: 990px){
    #div_cart{
        z-index:997!important;
    }
    #datepicker{
        padding-top: 20px;
    }

}
    @media (max-width: 768px){
        #cart-total2{
            display: flex!important;
        }
        .main-features{
            padding: 10px 5px;
            margin: 0 0 5px;
            font-size: 9px;
            overflow-x: auto;
            text-align: left;

        }
        .main-features svg{
            width: 23px;
            height: auto;
        }
        .main-features span{
            padding:  3px 8px;
            display: block;
            text-transform: uppercase;
        }
        .main-cover{
            max-width: 98%;
            margin: 13px 10px;
            border-radius: 10px;
            height: 290px;
        }
        .main-content{
            margin-top: 0;
        }

    }
    @media (max-width: 575px){
        .main-cover{
            max-width: 100%;
            margin: 0;
            border-radius:0;
            height: 215px;
        }

    }

#customer_data .form-control{
    background-color: #efefef !important;
}
/* Overlay for the payment process */
#customer_overlay{
    background: rgb(249,156,110);
    background: -moz-linear-gradient(left,rgb(249,156,110) 0%,rgb(243,97,104,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgb(249,156,110)),color-stop(100%,rgb(243,97,104,1)));
    background: -webkit-linear-gradient(left,rgb(249,156,110) 0%,rgb(243,97,104,1) 100%);
    background: -o-linear-gradient(left,rgb(249,156,110) 0%,rgb(243,97,104,1) 100%);
    background: -ms-linear-gradient(left,rgb(249,156,110) 0%,rgba(243,97,104,1) 100%);
    background: linear-gradient(to right,rgb(249,156,110) 0%,rgba(243,97,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f59d52',endColorstr='#f36168',GradientType=1);
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

#customer_overlay_logo span {
    font-size: 11px;
    margin: 0 -1px;
    display: inline-block;
    vertical-align: top;
}

#customer_overlay_box{
    width: 200px;
    height: 200px;
    text-align: center;
    margin: -100px 0px 0px -100px;
    display: block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
}
#customer_overlay_box i{
    font-size: 50px;
}

#customer_overlay #customer_overlay_logo{
    display: inline-block;
    padding-bottom: 50px;
}
.hotel-item, .related-items{
    border:none!important;
}
.hotel-item .icon-hotel{
    background: #f0f0f0;
    padding: 0;
    fill: #fff;
    vertical-align: middle;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 9px;
    margin-left: 5px;
}
.hotel-item a, .hotel-item a:hover{
    color: #333;
    display: block;
}
.hotel-item .icon-hotel+span{
    font-size: 13px;
    display: block;
}
.hotel-item .icon-hotel svg+svg{
    margin-left: -5px;
}
.hotel-item .icon-hotel+span strong{
    display: block;
    font-size: 16px;
    text-decoration: underline;
    margin: 5px 0;
    color: #f77c68;
    font-family: sans-serif;
}
.dot{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #555;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #555 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ui-datepicker td span, .ui-datepicker td a {
    padding-bottom: 1em;
}

.ui-datepicker td[title]::after {
    content: attr(title);
    display: block;
    position: relative;
    font-size: 11px;
    height: 1.65em;
    margin-top: -1.75em;
    padding: 0 3px;
    color: #707070;
    max-width: 74px;
    cursor: pointer;
    text-align: center;
}

#session-form .ui-datepicker td[title]::after {
    visibility: hidden;
}


.ui-datepicker td.customcss[title]::after {
    color: #029402;
}

.ui-datepicker td.ui-datepicker-current-day[title]::after {
    color: #ffffff;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 5px 6px 17px !important;
}

.active_timeslot{
    background: linear-gradient(to bottom right, rgb(246, 89, 126) 0%,rgb(255 121 97) 50%, rgb(255, 125, 85) 100%)!important;
    border: 1px solid #f67d6a;
}

.active_timeslot:hover{
    background: linear-gradient(to bottom right, rgb(246, 89, 126) 0%,rgb(255 121 97) 50%, rgb(255, 125, 85) 100%)!important;
    border: 1px solid #f67d6a;
}

.send-alert-btn, .item-email-subscription__btn{
    display: inline-block;
    background: #a9aaae;
    border-radius: 50px;
    cursor: pointer;
    height: 35px;
    line-height: 38px;
    text-align: center;
    width: 35px;
}

.item-email-subscription__btn, .item-email-subscription__btn:focus{
    border-radius: 50px;
    background: none;
    border: none;
    outline: none;
}

#progressbar-about-you{
    background-color: #c2c2c2;
}

.progress-bar-end-label span{
    color: #FF9933;
    display: block;
}

.progress-bar-start-label span{
    display: block;
}

.wrap-progressbar{
    margin-top: -10px;
}
.step-2-cart .div_cart{
    margin-top:-10px!important;
}
@media (max-width:768px){
    iframe#launcher{
        bottom:61px!important;
        right:-11px!important;}
}