﻿/*body {
    margin: 0;
    color: #3e3e3e;
    background: #f3f3f3;
}*/
.booking-container {
    max-width: 1000px;
    margin: auto;
}

.checkout-content {
    /*padding:30px 55px;*/
    background-color: #fafafa;
    padding: 60px 0px 150px;
}

@media (max-width:767px) {
    e
    .checkout-content {
        padding: 28px 0;
    }
}

.CommerceCheckoutPage-content {
    position: relative;
    /*max-width: 870px;*/
    margin: 0 auto;
}

.Checkout-column {
    width: calc(65% - 16.5px);
}

    .Checkout-column.side-right {
        width: calc(35% - 16.5px);
    }

    .Checkout-column:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }

.step-section {
    box-sizing: border-box;
    padding: 22px;
    background-color: transparent;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 3px;
    /*margin-bottom: 22px;*/
    position: relative;
    box-sizing: border-box;
}

.step-section-summary {
    background-color: #fff;
}

.sectionTitle {
    font-size: 17px;
    font-weight: 200;
    margin-top: 2px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #8391a3;
    position: relative;
}

.ThemeHelper-denarius-m-h34 {
    position: relative;
}
    /*.u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #A1A1A1;
    letter-spacing: .4px;
    z-index: 10;
    pointer-events: none;
}*/
    .ThemeHelper-denarius-m-h34 .u-field-label {
        font-size: 12px;
        position: absolute;
        top: 15px;
        left: 11px;
        color: #A1A1A1;
        font-weight: 300;
    }

.Label-label-2gVdc {
    padding-bottom: 5.5px;
    font-weight: 500;
}

.Input {
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    padding: 11px;
    line-height: 22px;
    height: 44px;
    width: 100%;
    color: #3E3E3E;
    border: none;
    margin-right: 11px;
    margin-bottom: 11px;
}

.Input-denarius {
    position: relative;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    font-size: 12px;
    height: 44px;
    box-sizing: border-box;
    padding: 15px 9px 0px 9px;
    background: transparent;
}

    .Input-denarius:focus {
        border-color: #A1A1A1;
        outline: none;
    }

    .Input-denarius.hasErrors {
        box-shadow: inset 0 0 0 2px #F0523D;
        -webkit-appearance: none;
    }

.typography-description-1W5gR {
    color: #797979;
    font-size: 11px;
}

.Label-label-2gVdc {
    padding-bottom: 5.5px;
    font-weight: 500;
}

.isFocused .u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #A1A1A1;
    letter-spacing: .4px;
    z-index: 10;
    pointer-events: none;
}

#sqs-standard-checkout .button {
    background: #222;
}

.CustomerInfoSection-description-2DhUn {
    margin-top: 7.33333333px;
    color: #a1a1a1;
    font-size: 10px;
}

.checkout-continue-button {
    display: block;
    margin-top: 22px;
}

.checkout-continue-button {
    border-radius: 3px;
}

    .checkout-continue-button:hover {
        background-color: #d5bfaa;
    }

.checkout-continue-button {
    display: block;
    border: none;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    padding: 11px;
    text-align: center;
    transition: background-color 0.1s ease-in-out;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    font-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: white;
    background: #d5bfaa;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-eff-1 {
    position: relative;
    overflow: hidden;
}

    .btn-eff-1::before {
        border-radius: 3px;
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        bottom: 50%;
        background-color: #ffffff;
        border-top: 2px solid rgba(255, 255, 255, 0.8);
        border-bottom: 2px solid rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .btn-eff-1:hover {
        color: #ffffff;
        -webkit-animation: flashText 0.5s;
        animation: flashText 0.5s;
    }

        .btn-eff-1:hover:before {
            top: 15%;
            bottom: 15%;
            background-color: rgba(255, 255, 255, 0.1);
            opacity: 0.8;
        }

    .btn-eff-1:active:before {
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

@-webkit-keyframes flashText {
    0% {
        color: rgba(255, 255, 255, 0.5);
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

@keyframes flashText {
    0% {
        color: rgba(255, 255, 255, 0.5);
    }

    50% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}

.CheckoutSection-editButton {
    display: none;
    float: right;
    font-size: 11px;
    /*margin-top: 4px;*/
    cursor: pointer;
    text-transform: uppercase;
}

.checkout-visited .CheckoutSection-editButton {
    display: block;
    position: absolute;
    font-weight: 800;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    border: 1px solid #8391a3;
    padding: 2px 5px;
}

.checkout-visited .CheckoutSection-View-2Q8vM {
    display: none;
}

.CheckoutSection-View-2Q8vM.checkout-review {
    display: none;
}

.checkout-visited .CheckoutSection-View-2Q8vM.checkout-review {
    display: block;
}

.checkout-visited .step-number {
    background-image: url(/images/checkout-number-visited.png);
    color: #fff;
}

.ErrorMessages-container {
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 33px;
    color: #fff;
    background: #f0523d;
    padding: 5px 22px;
    font-size: 11px;
    line-height: 19px;
    font-weight: 300;
}

    .ErrorMessages-container.empty {
        display: none;
    }

.step-number {
    /*counter-increment: checkoutSection;
    content: counter(checkoutSection);*/
    background-image: url(/images/checkout-number.png);
    background-size: 33px 33px;
    width: 33px;
    height: 33px;
    display: inline-block;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    margin-right: 11px;
    padding-left: 1px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    padding-top: 3px;
}

.NameInput-firstName-2VPuq, .NameInput-lastName-3IFt1 {
    width: calc(50% - 7.5px);
    display: inline-block;
}

.NameInput-firstName-2VPuq {
    margin-right: 11px;
}

.CheckoutSection-container-2C-Sw .u-field-wrapper {
    margin-top: 0;
    margin-bottom: 11px;
}

.CheckoutSection-incomplete {
    opacity: .4;
    padding-bottom: 0;
    /*background: #d2d2d2;*/
}


.fixed-top-header {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 33px;
}

.checkout-header {
    border-bottom: 1px solid #e4e4e4;
}

.checkout-header {
    background: #f3f3f3;
}

.checkout-tweak-header-color {
    background: rgba(255, 255, 255, 0);
}

.PageHeader-content-20TWO {
    padding: 22px 0;
    width: 870px;
    position: relative;
    margin: 0 auto;
}

.Logo-container-2HeBA {
    text-align: left;
}

.Logo-link-3rLxy {
    text-decoration: none;
    display: inline-block;
}

.Logo-image-3TBtn {
    max-width: 300px;
    max-height: 80px;
    display: none;
}

.site-title, .checkout-tweak-site-title-color {
    color: #333;
}

.Logo-title-1jaZp {
    font-size: 24px;
}

.CartItem-cartItem-2YJJz {
    position: relative;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 300;
    min-height: 68px;
    color: #3e3e3e;
}

.CartItem-image-3mj3D {
    float: left;
    width: 66px;
    margin-top: 4px;
    text-align: center;
}

    .CartItem-image-3mj3D img {
        max-width: 66px;
        max-height: 66px;
        border: 1px solid #e4e4e4;
        box-sizing: border-box;
    }

.CartItem-price-29LWK {
    line-height: 22px;
    margin-bottom: 4px;
}

.CartItem-quantity-c4t7Z {
    width: 75px;
}

.CartItem-price-29LWK, .CartItem-quantity-c4t7Z, .CartItem-remove-3GrHu {
    float: right;
    clear: right;
}

.ItemQuantityInput-inputWrapper-284fk.u-field-wrapper {
    margin-top: 0;
}

.ThemeHelper-denarius-m-h34 {
    position: relative;
}

.CartItem-itemInfo-1VeHN {
    width: 50%;
    max-width: calc(100% - 154px);
    margin-left: 77px;
    min-height: 66px;
    line-height: 22px;
}

.ThemeHelper-denarius-m-h34.ThemeHelper-hasValue .u-field-label, .ThemeHelper-denarius-m-h34.ThemeHelper-isFocused-l-r9H .u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #A1A1A1;
    letter-spacing: .4px;
    z-index: 10;
    pointer-events: none;
}

.ItemQuantityInput-inputWrapper-284fk.u-field-wrapper .u-field-label {
    font-size: 10px;
    color: #a1a1a1;
    top: 5px;
    left: 11px;
}

.ItemQuantityInput-inputWrapper-284fk.u-field-wrapper input[type=text] {
    padding: 0 9px;
    margin: 0;
    text-align: right;
    height: 22px;
    font-size: 10px;
    color: #3e3e3e;
    padding-left: 40px;
}

.CartItem-cartItem-2YJJz:not(.CartItem-isStackableProduct-2BMSc) .CartItem-remove-3GrHu {
    margin-top: 0;
}

.CartItem-remove-3GrHu {
    margin-top: 11px;
    color: #a1a1a1;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}

.CartTotals-container-2NlPg {
    margin-top: 22px;
}

.CartTotal-container-3H57a {
    height: 22px;
    font-size: 11px;
    color: #a1a1a1;
    line-height: 22px;
}

.CartTotal-label-3NwYd {
    float: left;
    word-wrap: normal;
    max-width: calc(95% - 70px);
}

.CartTotal-amount-skofl {
    float: right;
    /*min-width: valueWidth;*/
    text-align: right;
}

.CartTotals-grandTotal-EaQob {
    font-size: 12px;
    margin-top: 11px;
    color: #797979;
    text-transform: uppercase;
    font-weight: 500;
}

.ThemeHelper-denarius-26btf {
    position: relative;
}

.CheckoutSection-container-2C-Sw .u-field-wrapper {
    margin-top: 0;
    margin-bottom: 11px;
}

.AddressInput-container-1YLSR .u-field-wrapper {
    width: 100%;
    display: inline-block;
    margin-right: 11px;
}

.ThemeHelper-denarius-26btf.ThemeHelper-hasValue-25XTP .u-field-label {
    font-size: 9px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    left: 11px;
    color: #A1A1A1;
    letter-spacing: .4px;
}

.Utils-formField-1bt0e {
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    padding: 11px;
    line-height: 22px;
    height: 44px;
    width: 100%;
    color: #3E3E3E;
    border: none;
}

.Select-container-Chec0 {
    background-color: #E4E4E4;
    transition: background-color 0.2s ease-in-out;
}

.Select-light-j5E1a {
    background-color: #ffffff;
    color: #3E3E3E;
}

.Select-denarius-Ufh_- {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    font-size: 12px;
    height: 44px;
    box-sizing: border-box;
    padding: 17px 9px 0px 9px;
    background: transparent;
    margin-bottom: 11px;
}

.Select-label-1202f {
    box-sizing: border-box;
    padding-right: 33px;
    width: 100%;
}

.Select-selectField-zChE2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
}

.mixins-subSectionTitle-3zdVN {
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    color: #3e3e3e;
    margin: 11px 0;
}

.commerce-checkout .u-field-radio-group-option {
    top: 3px;
}

.RadioGroup-option-3O_F2 {
    position: relative;
    cursor: pointer;
    display: block;
}

    .RadioGroup-option-3O_F2 input[type=radio] {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

.u-field-radio-group-option input[type=radio] + div {
    font-weight: 300;
    font-size: 12px;
}

.RadioGroup-option-3O_F2 input[type=radio] + div {
    padding-left: 33px;
    display: block;
}

    .RadioGroup-option-3O_F2 input[type=radio] + div:before {
        height: 22px;
        width: 22px;
        position: absolute;
        left: 0;
        right: 0;
        content: ' ';
        display: inline-block;
        border: 2px solid rgba(121, 121, 121, 0.2);
        border-radius: 50%;
        box-sizing: border-box;
        transition: border-color 0.1s ease-in-out;
    }

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.u-field-radio-group-option:not(:first-child) {
    margin-top: 18px;
}

.u-field-radio-group-option {
    top: 3px;
}

.RadioGroup-option-3O_F2:not(:first-child) {
    margin-top: 11px;
}

.RadioGroup-option-3O_F2 input[type=radio]:checked + div:before {
    border: 8px solid #3E3E3E;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: once;
    animation-iteration-count: once;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.u-field-radio-group-option input[type=radio] + div:before {
    top: -3px;
}

.u-field-radio-group-option input[type=radio]:checked + div:before {
    background: #3e3e3e url(/images/ship-choice.png) 50% no-repeat;
    border: none;
    background-size: 9px;
}

.CheckoutSection-incomplete .CheckoutSection-View-2Q8vM {
    display: none;
}

.ShippingOptions-container-motYX {
    /*margin-top: 29px;*/
    margin-bottom: 30px;
}

.ShippingOptions-shippingOptionsWrapper-1poza {
    margin-top: 0;
    margin-bottom: 11px;
}

    .ShippingOptions-shippingOptionsWrapper-1poza .u-field-radio-group-option {
        top: 3px;
    }

@media (max-width: 767px) {
    .Checkout-column:first-child {
        border-top: 1px solid #e3e3e3;
    }

    .Checkout-column, .Checkout-column:last-child {
        width: 100%;
        position: static;
    }
}

.FormField-container-33ffp {
    margin-bottom: 33px;
    font-size: 11px;
}

.FormField-title-KY20Q {
    color: #3e3e3e;
    font-size: 16px;
    margin-bottom: 7.33333333px;
    margin-top: 20px;
}

.FormField-description-3AY1t {
    color: #797979;
    font-size: 11px;
    margin-bottom: 11px;
    white-space: pre-wrap;
}

.TextArea-container-wTnsQ {
    position: relative;
}

.TextArea-textarea-2I0U3 {
    resize: none;
    height: 100%;
    /*position: absolute;*/
    font: inherit;
}

.TextArea-denarius-mqYkw {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    min-height: 0;
    font-size: 12px;
    background: transparent;
    resize: none;
    outline: 0;
}

.CustomerAddress-name-3HM0t {
    font-weight: 800;
}

.Address-country-2b6Tr, .Address-line1-19rDP, .Address-line2-2yhFI {
    display: block;
}

.SelectedShippingOption-container-39nwC {
    position: absolute;
    left: 50%;
    padding-left: 22px;
    max-width: calc(50% - 22px);
}

.ShippingInfoSection-shippingAddress-34KKg {
    max-width: 50%;
}

.CustomerAddress-container-2q8wo {
    overflow: hidden;
    line-height: 20px;
}

.SelectedShippingOption-optionName-3mm_Z {
    font-weight: 800;
}


.about-bg {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 100px 0;
    text-align: center;
    font-family: Lato,sans-serif;
}


.top-menu {
    padding: 20px 30px;
}

.about-bg h1 {
    color: #fff;
    font-family: 'WildSpiritAlt';
    font-size: 80px;
    text-shadow: 0px 0px 20px #f0ff00cf;
}

#datepicker .ui-datepicker-inline {
    width: 100%;
    padding: 0;
    border-radius: unset;
}

#datepickerTourMix .ui-datepicker-inline {
    width: 100%;
    padding: 0;
    border-radius: unset;
}

#datepickerPhotoMix .ui-datepicker-inline {
    width: 100%;
    padding: 0;
    border-radius: unset;
}

#datepicker .ui-state-hover {
    border: none;
}

#datepickerTourMix .ui-state-hover {
    border: none;
}

#datepickerPhotoMix .ui-state-hover {
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #454545;
    height: 40px !important;
    width: 100% !important;
    line-height: 40px !important;
    font-size: 13px;
    text-align: center;
    margin: auto;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    display: table;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: unset;
    height: unset;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-radius: 50%;
    background: #97786f;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: static;
    /* left: 50%; */
    margin-left: 0;
    /* top: 50%; */
    margin-top: 0;
}

#datepicker .ui-datepicker-prev {
    top: 10px;
    left: 10px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

#datepickerTourMix .ui-datepicker-prev {
    top: 10px;
    left: 10px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

#datepickerPhotoMix .ui-datepicker-prev {
    top: 10px;
    left: 10px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

#datepicker .ui-datepicker-next {
    top: 10px;
    right: 10px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

#datepickerTourMix .ui-datepicker-next {
    top: 10px;
    right: 10px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

#datepickerPhotoMix .ui-datepicker-next {
    top: 10px;
    right: 10px;
    background: none;
    top: 50%;
    transform: translateY(-50%);
}

#datepicker .ui-datepicker-title {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
}

#datepickerTourMix .ui-datepicker-title {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
}

#datepickerPhotoMix .ui-datepicker-title {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
}

#datepicker .ui-icon {
    width: 33px;
    height: 33px;
    display: block;
    color: transparent;
    cursor: pointer;
}

#datepickerTourMix .ui-icon {
    width: 33px;
    height: 33px;
    display: block;
    color: transparent;
    cursor: pointer;
}

#datepickerPhotoMix .ui-icon {
    width: 33px;
    height: 33px;
    display: block;
    color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    /* padding: .2em 0; */
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c5c5c5;
    background: none;
}

#datepicker thead {
    border-bottom: 1px solid #dbdbdb;
}

#datepickerTourMix thead {
    border-bottom: 1px solid #dbdbdb;
}

#datepickerPhotoMix thead {
    border-bottom: 1px solid #dbdbdb;
}

#datepicker th span {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #494949;
    text-transform: uppercase;
    font-weight: normal;
}

#datepickerTourMix th span {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #494949;
    text-transform: uppercase;
    font-weight: normal;
}

#datepickerPhotoMix th span {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #494949;
    text-transform: uppercase;
    font-weight: normal;
}

#datepicker .ui-state-disabled .ui-icon-circle-triangle-e, #datepicker .ui-icon-circle-triangle-e {
    background: url(/images/icon/calendar__next.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#datepickerTourMix .ui-state-disabled .ui-icon-circle-triangle-e, #datepickerTourMix .ui-icon-circle-triangle-e {
    background: url(/images/icon/calendar__next.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#datepickerPhotoMix .ui-state-disabled .ui-icon-circle-triangle-e, #datepickerPhotoMix .ui-icon-circle-triangle-e {
    background: url(/images/icon/calendar__next.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#datepicker .ui-state-disabled .ui-icon-circle-triangle-w, #datepicker .ui-icon-circle-triangle-w {
    background: url(/images/icon/calendar__prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#datepickerTourMix .ui-state-disabled .ui-icon-circle-triangle-w, #datepickerTourMix .ui-icon-circle-triangle-w {
    background: url(/images/icon/calendar__prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#datepickerPhotoMix .ui-state-disabled .ui-icon-circle-triangle-w, #datepickerPhotoMix .ui-icon-circle-triangle-w {
    background: url(/images/icon/calendar__prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.booking-time-item {
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    height: 53.5px;
    line-height: 53.5px;
    position: relative;
}

    .booking-time-item:last-child {
        border-bottom: 1px solid #dbdbdb;
    }

.booking-time-checkbox {
    display: none;
}

.booking-time-label {
    cursor: pointer;
    margin-bottom: 0;
    display: block;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #494949;
    margin-left: 55px;
}

.booking-time-checkbox + label:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    height: 13px;
    width: 13px;
}

.booking-time-checkbox:checked + label:before {
    content: "";
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 24px;
    background-color: #199eae;
    border: 1px solid #199eae;
}

.meeting-location textarea {
    padding: 17px;
    width: 100%;
    height: 100px;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    font-family: Lato,sans-serif;
    min-height: 100px;
}

    .meeting-location textarea:hover, .meeting-location textarea:focus {
        border: solid 1px #199eae;
        outline: 0;
    }

body {
    font-family: Lato,sans-serif;
}

.book-btn {
    padding: 12px 24px;
    cursor: pointer !important;
    display: inline-block !important;
    margin: 0px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition-property: background, border-color, color !important;
    -moz-transition-property: background, border-color, color !important;
    transition-property: background, border-color, color !important;
    -webkit-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
    border-radius: 4px !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: normal !important;
    /*font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;*/
    text-transform: undefined !important;
    font-weight: 800 !important;
    min-width: 77.66563145999496px !important;
    box-shadow: none !important;
    background: #8d6e68 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-left-style: solid !important;
    border-left-color: transparent !important;
    border-left-width: 2px !important;
    border-right-style: solid !important;
    border-right-color: transparent !important;
    border-right-width: 2px !important;
    border-top-style: solid !important;
    border-top-color: transparent !important;
    border-top-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: transparent !important;
    border-bottom-width: 2px !important;
}

    .book-btn:hover {
        background: #423c3e !important;
    }

.booking-summary-wrapper h2 {
    text-transform: uppercase;
}

.booking-summary-wrapper > div:not(:last-child) {
    margin-bottom: 15px;
}

.booking-summary-wrapper label {
    font-weight: bold;
    font-size: 11px;
    /*text-transform:uppercase;*/
}

.booking-summary-wrapper .form-control {
    height: auto;
    font-size: 14px;
}

.book-summary-hours ul {
}

.book-summary-footer-text {
    position: relative;
    padding-right: 50px;
}

.side-right .step-section {
    border: 1px solid #e4e4e4;
}

.price-container {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.price-total {
    font-size: 15px;
    margin-left: 50px;
}

.input-form {
    padding: 10px;
    width: 100%;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    font-family: Lato,sans-serif;
    margin: 5px 0px 10px 0px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 100;
}

textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 100;
}

.contact-info {
    /*border: 1px solid #ced4da;*/
    border-radius: 5px;
    /*background-color: #e9ekcef;*/
}

    .contact-info .contact-info-item {
        margin: 5px;
    }

.booking-summary-wrapper h3 {
    display: inline-block;
    margin-right: 50px;
}

@media (max-width:767px) {
    .booking-summary-wrapper h3 {
        font-size: 20px;
    }

    .price-total {
        font-size: 15px;
    }
}

.traveler-info {
    position: absolute;
}

.bookingBtn {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 50px;
    position: relative;
}

    .bookingBtn span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width:767px) {
    .checkout-content .card-body {
        padding: 1.25rem 0;
    }

    .step-section.datepicker-wrapper {
        padding: 22px 0;
    }
}

span.summarylabel {
    font-size: 12px;
}

.btn-success {
    color: #fff;
    background-color: #8d6e68;
    border-color: #8d6e68;
}

    .btn-success:hover {
        color: #fff;
        background-color: #8d6e68;
        border-color: #8d6e68;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(224, 152, 80, 0.2);
    }


.summaryinfo {
    margin: 30px 0;
}

.summarylabelDetails {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
}

.booking-custom-package {
    max-height: 35px;
    margin-left: 12px;
    padding: 10px;
}

.form-control.Coupon-Code {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}

.input-form.payment-method {
    width: 40%;
    margin-bottom: 50px;
}

@media(max-width:767px) {
    .booking-custom-package {
        max-height: 35px;
        margin-left: 20px;
        padding: 0px;
    }

    .input-form.payment-method {
        width: 55%;
        margin-bottom: 50px;
    }

    .side-right {
        margin-top: 20px;
    }

    .checkout-content {
        /* padding: 30px 55px; */
        background-color: #fafafa;
        padding: 60px 0px 0px;
    }

    .form-control.Coupon-Code {
        width: 130px;
    }
}

/*New Format*/

.booking {
    font-family: Lato;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

.booking__header {
    background-color: #fafafa;
    width: 100%;
    height: 164px;
    padding-top: 20px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
}

@media (man-width: 768px) {
    .container {
        max-width: 720px;
    }
}

.booking__header__top-title {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

.booking__header__title {
    font-size: 32px;
    font-weight: bold;
    color: #3a596d;
}

.booking__header__date {
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #948d8c;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

.booking__hero {
    position: relative;
}

.booking__hero__body {
    background: white;
    position: relative;
    width: 100%;
    top: -50px;
    z-index: 1;
}

@media(max-width: 767px) {
    .booking__hero__body {
        top: -40px;
    }
}

input, button, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

@media (min-width: 768px) {
    .booking__time {
        margin-top: 15px;
    }
}

.booking__time {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .col-md-12 {
        float: left;
        width: 100%;
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .col-md-12 {
        float: left;
        width: 100%;
        margin-top: 12px;
    }
}

.booking__progressbar {
    margin: 8px 20px 50px;
    counter-reset: step;
}

@media(max-width: 767px) {
    .booking__progressbar {
        margin: 6px 0 50px;
    }
}

@media (min-width: 1024px) {
    .booking__progressbar {
        margin: 5px auto 50px;
    }
}

@media (min-width: 1024px) {
    .booking__progressbar__list {
        width: 20%;
    }
}

.booking__progressbar__list {
    list-style-type: none;
    color: #eaeaea;
    font-weight: bold;
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer;
}

.booking__progressbar__list__active {
    color: #97786f;
}


@media (min-width: 1024px) {
    .booking__progressbar__list {
        width: 20%;
    }
}

.booking__progressbar__list__active:before, .booking__progressbar__list__active:after {
    font-size: 12px;
    background: #199eae;
    color: white;
}

.booking__progressbar__list:before {
    content: counter(step);
    counter-increment: step;
    font-size: 12px;
    color: #FFFFFF;
    background: #eaeaea;
    border-radius: 50%;
    padding: 6px 10px;
    margin-right: 10px;
}

.booking__progressbar__list:not(:first-child):after {
    content: '';
    background: #eaeaea;
    height: 1px;
    position: absolute;
    top: 10px;
    z-index: -1;
    width: 0;
}

@media (min-width: 360px) {
    .booking__progressbar__list:after {
        width: 10% !important;
        left: -16%;
    }
}

@media (min-width: 400px) {
    .booking__progressbar__list:after {
        width: 15% !important;
        left: -23%;
    }
}

@media (min-width: 1024px) {
    .booking__progressbar__list:after {
        width: 20% !important;
        left: -28%;
    }
}

@media (min-width: 1440px) {
    .booking__progressbar__list:after {
        width: 25% !important;
        left: -35%;
    }
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}

@media (min-width: 1024px) {
    .booking__progressbar__list {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        float: left;
        width: 33.3333333333%;
    }
}

.booking__time-datepicker {
    display: inline-block;
    width: 100%;
}

    .booking__time-datepicker .label {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: #3a596d;
    }

.booking__time-schedule-picker {
    display: inline-block;
    width: 100%;
    float: left;
}

@media(max-width: 767px) {
    .booking__time-schedule-picker {
        margin-top: 12px;
    }
}


.booking__time-schedule-picker .label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #3a596d;
}

.booking__package-item {
    margin-bottom: 10px;
}

.booking__package-radio {
    display: none;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.price-package {
    border: solid 1px #e5e5e5;
    cursor: pointer;
}

.price-package__left {
    display: inline-block;
    padding: 35px 15px 12px 15px;
    vertical-align: top;
    min-width: 85px;
    text-align: center;
    width: 25%;
}

@media(max-width:500px) {
    .price-package__left {
        padding: 29px 15px 20px 15px;
        width: 32%;
    }
}

@media(max-width:1024px) {
    .price-package__left {
        padding: 29px 15px 20px 15px;
        width: 25%;
    }
}

.price-package__image {
    margin-bottom: 10px;
}

    .price-package__image img {
        width: 100%;
    }

@media(max-width:500px) {
    .price-package__image img {
        width: 60%;
    }
}

@media(max-width:767px) {
    .price-package__image img {
        width: 60%;
    }
}

@media(max-width:1024px) {
    .price-package__image img {
        width: 60%;
    }
}

.price-package__right {
    display: inline-block;
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
    position: relative;
    padding-top: 22px;
    padding-bottom: 44px;
    padding-left: 10px;
    overflow: hidden;
    width: 65%;
}

@media(max-width:400px) {
    .price-package__right {
        width: calc(100% - 120px);
        padding-bottom: 20px;
    }
}

@media(max-width:1024px) {
    .price-package__right {
        width: calc(100% - 120px);
        padding-bottom: 20px;
    }
}

.price-package__text {
    display: inline-block;
    margin-left: 12px;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.5px;
    color: #494949;
}

@media (max-width: 767px) {
    .price-package__text {
        font-size: 11px;
        width: calc(100% - 30px);
    }
}

.price-package__price {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 55px;
}

@media (max-width: 767px) {
    .price-package__price {
        font-size: 12px;
        width: 62px;
        margin: auto;
    }
}

.price-package__info {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.price-package__icon {
    display: inline-block;
}

.price-package--active {
    border-left: 1px solid #97786f;
    background-image: linear-gradient(to right, #f5edea, #fff);
    background-size: 101%;
    border: solid 1px #97786f;
}

.schedule-list-one-hour {
    position: relative;
    padding: 0 15px 15px 15px;
    border: solid 1px #e5e5e5;
    height: 345px;
    overflow: scroll;
}

.schedule-list-one-hour__gif-blocker {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}

.schedule-list-one-hour__items_disabled {
    opacity: 0.5;
}

.schedule-list-one-hour__group {
    margin-top: 15px;
}

.schedule-list-one-hour__item {
    border: 1px solid #e5e5e5;
    height: 53.5px;
    line-height: 53.5px;
    position: relative;
    margin-top: 9px;
}

.schedule-list-one-hour__group-text {
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #948d8c;
    vertical-align: top;
}

.schedule-list-one-hour__group-icon {
    display: inline-block;
}

.booking__notes {
    margin-bottom: 80px;
}

    .booking__notes .label {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: #3a596d;
    }

    .booking__notes .textarea {
        height: 180px;
    }

.booking__time .input, .booking__time .upload-photo-sessions .type-zone, .upload-photo-sessions .booking__time .type-zone {
    border: solid 1px #e5e5e5;
}

.booking__summary {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.table-border {
    border-collapse: collapse;
}

.booking__summary .table__row:first-child {
    background-image: linear-gradient(to right, #f5edea, #fff);
}

.booking__summary .table__row {
    width: 100%;
    float: left;
}

.table__row {
    display: table-row;
}

.booking__summary .table__row .table__col {
    float: left;
    width: 17%;
    border: 0;
    padding: 0;
    padding-left: 25px;
    margin-top: 12px;
}

@media screen and (max-width: 991px) {
    .booking__summary .table__row .table__col {
        margin-top: 0;
        width: 100% !important;
        padding-left: 0;
    }
}

.booking__summary .table__col {
    font-size: 14px;
    padding: 20px;
}

.table-border .table__col {
    border: 1px solid #dbdbdb;
}

.table__col {
    display: table-cell;
}

.booking__summary .table__row .table__col .border-right {
    border-right: solid 1px #dfdfdf;
    width: 100%;
    line-height: 50px;
}

@media screen and (max-width: 991px) {
    .booking__summary .table__row .table__col .border-right {
        border: 0;
        border-bottom: solid 1px #dfdfdf;
        padding: 10px 20px;
    }
}


.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .booking__submit .button {
        position: initial;
        height: 75px;
        font-size: 14px;
    }
}

.booking__submit .button {
    background-color: #97786f;
    width: 100%;
    height: 60px;
    border: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    position: fixed;
    bottom: 0;
    left: 0;
}

@media(max-width: 767px) {
    .booking__submit .button {
        background-color: #97786f;
        width: 100%;
        height: 60px;
        border: 0;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1.2px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
        border-radius: 3px;
        color: #fff;
    }
}

.datepicker-booking {
    position: relative;
}

.price-package__title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px) {
    .price-package__title {
        font-size: 12px;
    }
}

/*.booking__package-radio:checked + label .price-package {
    background-image: linear-gradient(to right, #f5edea, #fff);
    background-size: 101%;
    border: solid 1px #97786f;
}*/

.booking__package-radio:checked {
    background-image: linear-gradient(to right, #f5edea, #fff);
    background-size: 101%;
    border: solid 1px #97786f;
}

.schedule-list-one-hour__checkbox {
    display: none;
}

.schedule-list-one-hour__label:before {
    content: '';
    position: absolute;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    height: 13px;
    width: 13px;
}

.schedule-list-one-hour__label {
    cursor: pointer;
    margin-bottom: 0;
    display: block;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #494949;
    margin-left: 55px;
}

.schedule-list-one-hour__checkbox:checked + label:before {
    content: "";
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 24px;
    background-color: #97786f;
    border: 1px solid #97786f;
}

.booking__submit {
    background-color: #199eae;
    width: 18% !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

    .booking__submit .button {
        position: initial;
        height: 75px;
        font-size: 14px;
        color: #fff;
    }

#btnNext:disabled {
    background-color: #dddddd !important;
}

.button_primary:hover, .button_primary:focus {
    text-decoration: none;
    color: white;
}

.booking__summary .table__row .table__col.col-price {
    width: 35%;
    font-size: 16px;
    font-weight: bold;
}

.booking__progressbar__list:before {
    content: counter(step);
    counter-increment: step;
    font-size: 12px;
    color: #FFFFFF;
    background: #eaeaea;
    border-radius: 50%;
    padding: 6px 10px;
    margin-right: 10px;
}

.booking__progressbar__list__checked:before, .booking__progressbar__list__checked:after {
    font-size: 12px;
    background: #97786f;
    color: white;
}

.booking__progressbar__list__active:before, .booking__progressbar__list__active:after {
    font-size: 12px;
    background: #97786f;
    color: white;
}

.booking__progressbar__list a:link, .booking__progressbar__list a:visited, .booking__progressbar__list a:hover, .booking__progressbar__list a:active {
    color: inherit;
    text-decoration: none;
}

.booking__progressbar__list__checked {
    color: #97786f;
}


.input, .upload-photo-sessions .type-zone {
    height: 50px;
    width: 100%;
    border: 1px solid #848484;
    padding-left: 17px;
    font-size: 16px;
}

.textarea {
    height: 100%;
    padding: 17px;
    font-size: 16px;
}

.booking__time .input, .booking__time .upload-photo-sessions .type-zone, .upload-photo-sessions .booking__time .type-zone {
    border: solid 1px #e5e5e5;
}

.booking__notes .textarea {
    height: 180px;
}

.booking__notes .label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #3a596d;
}

.booking__notes {
    margin-bottom: 80px;
}

.booking__summary .table__row .table__col.col-choosen-package {
    width: 30%;
}

.schedule-list-one-hour__items_disabled {
    opacity: 0.5;
    pointer-events:none;
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.sweet-alert {
    font-family: Lato;
    line-height: 1;
    border-radius: 2px !important;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.3) !important;
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid #ceb8b0;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .sa-icon.sa-info {
        border-color: #ceb8b0;
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #ceb8b0;
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #ceb8b0;
        }

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s;
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.9px;
    text-align: center;
    color: #494440;
}

.sweet-alert .sa-error-container p {
    display: inline-block;
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet-alert button.cancel {
        background-color: #C1C1C1;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert .sa-button-container .cancel {
    padding: 14px 63px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

    .sweet-alert .sa-confirm-button-container button {
        padding: 14px 63px;
        background-color: #97786f !important;
        border-radius: 0;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1.3px;
    }

.sweet-overlay {
    opacity: 0;
    display: none;
}

.sweet-overlay-background {
    opacity: 1.05;
    display: block;
}

.datepicker-booking td a, .datepicker-booking td span {
    display: inherit;
    height: 55px;
    width: 55px;
    vertical-align: middle;
}

.booking__time-datepicker .datepicker-booking td a, .booking__time-datepicker .datepicker-booking td span {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    font-size: 13px;
    line-height: none;
    text-align: center;
    margin: auto;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    display: table;
}

.booking__time-datepicker .datepicker-booking .ui-datepicker-today span {
    border-radius: 50%;
    background-color: #eeeeee;
}

.datepicker-booking td {
    text-align: center;
}

.datepicker-booking .ui-datepicker-today {
    border-bottom: 1px solid #444444;
}

.datepicker-booking .ui-datepicker-unselectable {
    color: #ccc;
}

.booking__time-datepicker .datepicker-booking .ui-datepicker-today {
    background: none;
    border: none;
}

.package-choose-list {
    position: relative;
    padding: 0 15px 15px 15px;
    border: solid 1px #e5e5e5;
    height: 345px;
    overflow: scroll;
}

/*Checkout*/
#zoid-paypal-button-23a36c2dee {
    font-size: 0;
    width: 100%;
    overflow: hidden;
    min-width: 75px;
}

    #zoid-paypal-button-23a36c2dee.paypal-button-size-responsive {
        text-align: center;
    }

    #zoid-paypal-button-23a36c2dee > .zoid-outlet {
        display: inline-block;
        min-width: 75px;
        max-width: 750px;
        position: relative;
    }

    #zoid-paypal-button-23a36c2dee.paypal-button-layout-vertical > .zoid-outlet {
        min-width: 75px;
    }

    #zoid-paypal-button-23a36c2dee > .zoid-outlet {
        width: 150px;
        height: 25px;
    }

    #zoid-paypal-button-23a36c2dee.paypal-button-size-responsive > .zoid-outlet {
        width: 100%;
    }

    #zoid-paypal-button-23a36c2dee > .zoid-outlet > iframe {
        min-width: 100%;
        max-width: 100%;
        width: 75px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        #zoid-paypal-button-23a36c2dee > .zoid-outlet > iframe.zoid-component-frame {
            z-index: 100;
        }

        #zoid-paypal-button-23a36c2dee > .zoid-outlet > iframe.zoid-prerender-frame {
            transition: opacity .2s linear;
            z-index: 200;
        }

        #zoid-paypal-button-23a36c2dee > .zoid-outlet > iframe.zoid-visible {
            opacity: 1;
        }

        #zoid-paypal-button-23a36c2dee > .zoid-outlet > iframe.zoid-invisible {
            opacity: 0;
            pointer-events: none;
        }

.summary__header {
    background-color: #fafafa;
    width: 100%;
    height: 164px;
    padding-top: 20px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container::after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.summary__header-title {
    font-size: 32px;
    font-weight: bold;
    color: #3a596d;
}

.summary__header-subtitle {
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #948d8c;
}

.summary__wrapper {
    position: relative;
    /*background: white;*/
    width: 100%;
    top: -40px;
    z-index: 1;
}

@media (min-width: 992px) {
    .col-lg-8 {
        float: left;
        width: 66.6666666667%;
    }
}

.summary__detail-destination {
    height: 100%;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 115px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .summary__detail-destination {
        padding: 30px;
    }
}

.summary__detail-destination .overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.summary__detail-destination-title {
    font-size: 11px;
    position: absolute;
    top: 18px;
}

.summary__detail-destination-value {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 34px;
}

.summary__detail-destination-name {
    font-family: Lato;
    font-size: 11px;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.summary__detail-date {
    padding: 20px 20px;
    font-family: Lato;
    border: 1px solid #dbdbdb;
    border-top: 0px;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.summary__detail-date-box {
    padding: 0px;
}

.summary__detail-date-title {
    font-size: 11px;
    color: #848484;
}

.summary__detail-date-value {
    font-size: 13px;
    color: #4a4441;
}

@media (min-width: 544px) {
    .summary__detail-date-value {
        display: inline-block;
        padding-right: 2px;
    }
}

.summary__detail-date-button-box {
    text-align: right;
    margin-top: 10px;
    padding: 0px;
}

@media (min-width: 544px) {
    .summary__detail-date-button-box {
        margin-top: 2px;
    }
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}

input, button, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

.summary__detail-edit-button {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    width: 99px;
    height: 33px;
    line-height: 33px;
    background-color: #97786f;
    display: inline-block;
}

    .summary__detail-edit-button:hover, .summary__detail-edit-button:focus {
        text-decoration: none;
        color: #fff;
        opacity: 0.9;
        outline: none;
    }


.summary__detail-sessions {
    border: 1px solid #dbdbdb;
    border-top: 0px;
}

.summary__detail-sessions-total {
    padding: 20px;
    border-right: 1px solid #dbdbdb;
}

.summary__detail-sessions-total-title {
    display: inline-block;
}

.summary__detail-sessions-total-value {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}

.summary__detail-sessions-photo {
    padding: 20px;
    text-align: right;
}

@media (min-width: 544px) {
    .summary__detail-sessions-photo {
        text-align: left;
        padding-left: 15px;
    }
}

.summary__detail-sessions-photo-title {
    display: inline-block;
}

.summary__detail-sessions-photo-total {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}

.summary__detail-schedules {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #dbdbdb;
    border-top: 0px;
}

@media (min-width: 768px) {
    .col-md-6 {
        float: left;
        width: 50%;
    }
}

.summary__detail-schedule-box {
    padding: 0px 20px 18px 20px;
}

.summary__detail-schedule-title {
    display: inline-block;
    font-size: 13px;
    color: #848484;
}

.summary__detail-schedule-time {
    display: inline-block;
    font-weight: bold;
    margin-left: 0;
}

@media (min-width: 340px) {
    .summary__detail-schedule-time {
        margin-left: 10px;
    }
}

@media (min-width: 544px) {
    .summary__detail-schedule-time {
        margin-left: 30px;
    }
}

.summary__detail-schedule-price {
    font-weight: bold;
    text-align: right;
}

.summary__detail-subtotal {
    padding: 20px;
    border-top: 1px solid #dbdbdb;
}

.summary__detail-subtotal-title {
    padding: 0px;
}

.summary__detail-subtotal-value {
    text-align: right;
    font-weight: bold;
    padding: 0px;
}

.summary__detail-discount-title {
    padding: 0px;
}

.summary__detail-discount-value {
    text-align: right;
    font-weight: bold;
    padding: 0px;
}


.summary__sidebar-voucher {
    padding: 0px;
    box-shadow: 0 2px 4px 0 rgba(220,220,220,0.5);
    margin-top: 24px;
}

.summary__sidebar-voucher-add {
    border: solid 1px #dbdbdb;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.summary__sidebar-voucher-icon {
    padding: 17px 0px 18px 20px;
}

.summary__sidebar-voucher-label {
    text-transform: uppercase;
    padding: 20px 0px 20px 5px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #97786f;
    left: 0;
    margin: 0 auto 0 0.6em;
}

.summary__sidebar-voucher-show-down {
    padding: 20px;
    text-align: right;
    font-size: 13px;
    cursor: pointer;
}

.summary__sidebar-voucher-show-up {
    padding: 20px 0px;
    text-align: right;
    font-size: 13px;
    cursor: pointer;
}

.summary .js--chevron-flip {
    display: none;
}

.hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.summary__sidebar-voucher-form {
    border: solid 1px #dbdbdb;
    border-top: none;
    border-bottom: solid 1px #dbdbdb;
}

    .summary__sidebar-voucher-form input {
        border: none;
        width: 100%;
        height: 45px;
    }

.summary__sidebar-voucher-form-code {
    padding: 13px 0px 13px 25px;
}

@media(max-width: 767px) {
    .summary__sidebar-voucher-form-code {
        padding: 0px 15px;
        margin-bottom: 12px;
    }
}

@media (min-width: 544px) {
    .col-sm-10 {
        float: left;
        width: 83.3333333333%;
    }
}

.summary__sidebar-voucher-form .voucher-code-input {
    padding: 0px 15px 0px 0px;
}

@media(max-width:767px) {
    .summary__sidebar-voucher-form .voucher-code-input {
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 0px;
    }
}

.summary__sidebar-voucher-form .voucher-code-input input {
    background-color: #f7f7f7;
    border: solid 1px #dbdbdb;
    padding: 0px 15px;
}

@media (min-width: 544px) {
    .col-sm-2 {
        float: left;
        width: 16.6666666667%;
    }
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.summary__sidebar-voucher-form input[type="submit"] {
    height: 45px;
    background: #97786f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

.summary__sidebar-error {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 55px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.1px;
    text-align: left;
    color: #f15c6f;
}

@media(max-width:767px) {
    .summary__sidebar-error {
        padding: 15px 0px;
    }
}

.summary__sidebar-credit {
    border: solid 1px #dbdbdb;
    box-shadow: 0 2px 4px 0 rgba(220,220,220,0.5);
    margin-top: 16px;
    padding: 0px;
}

.summary__sidebar-credit-box {
    display: flex;
    justify-content: space-between;
}

.summary__sidebar-credit-icon {
    padding: 17px 0px 18px 20px;
}

.summary__sidebar-credit-label {
    padding: 20px 0px 20px 5px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #97786f;
    text-transform: uppercase;
    left: 0;
    margin: 0 auto 0 0.6em;
}

.summary__sidebar-credit-label__price {
    margin-left: 8px;
    font-weight: normal;
    color: #9eabb8;
}

.summary__sidebar-toggle {
    padding: 20px 0px;
    text-align: right;
}

    .summary__sidebar-toggle label {
        margin-bottom: 0px;
    }

.summary .switch {
    position: relative;
    display: inline-block;
    right: 30px;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.summary .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border: solid 1px #c1bdbc;
    transition: .4s;
}

    .summary .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 3px;
        background-color: #c1bdbc;
        transition: .4s;
    }

.summary .slider__disabled {
    border: solid 1px #bdbdbd;
}

    .summary .slider__disabled:before {
        background-color: #bdbdbd;
    }

.summary .slider.round {
    border-radius: 34px;
    width: 34px;
    height: 21px;
}

    .summary .slider.round:before {
        border-radius: 50%;
    }

.summary__sidebar-use-credit {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #dbdbdb;
}

    .summary__sidebar-use-credit .credit-label {
        font-size: 13px;
        color: #4a4441;
        line-height: 24px;
        padding: 0px;
    }

    .summary__sidebar-use-credit .credit-value {
        font-size: 13px;
        font-weight: bold;
        text-align: right;
        color: #3bc294;
        padding: 0px;
        letter-spacing: 1px;
    }

.summary .toggle-credit-overlay {
    cursor: pointer;
    height: 61px;
    position: absolute;
}

.summary__sidebar {
    background-image: linear-gradient(to right, #fdf8ed, #f8ede9);
    margin-top: 24px;
}

@media (min-width: 992px) {
    .summary__sidebar {
        margin-top: 0px;
    }
}

.summary__sidebar-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3a596d;
    padding: 16px 24px 16px 24px;
    border-bottom: solid 1px #dedede;
}

.summary__sidebar-container {
    padding: 0px 24px 24px 24px;
}

.summary__sidebar-subtotal {
    padding: 16px 0px 0px 0px;
}

.summary__sidebar-subtotal-label {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #3a596d;
    font-weight: bold;
    padding: 0px;
}

.summary__sidebar-subtotal-value {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: right;
    color: #3a596d;
    font-weight: bold;
    padding: 0px;
}

.summary__sidebar-price {
    padding: 20px 24px;
    background-image: linear-gradient(to right, #fefcf9, #fffcfb);
}

.summary__sidebar-price-title {
    font-size: 13px;
    font-weight: bold;
    color: #3a596d;
    letter-spacing: 0.8px;
    padding: 0px;
    line-height: 2.5;
    text-transform: uppercase;
}

.summary__sidebar-price-value {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-align: right;
    color: #3a596d;
    padding: 0px;
}

.summary__sidebar-checkbox {
    background-image: linear-gradient(to right, #fdf8ed, #f8ede9);
    padding: 16px 24px 0px 24px;
}

.summary__sidebar-checkbox-round {
    position: relative;
}

.summary__sidebar-checkbox-round-input {
    visibility: hidden;
}

.summary__sidebar-checkbox-round-placeholder {
    border: 1px solid #97786f;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px;
    padding: 0px;
}

    .summary__sidebar-checkbox-round-placeholder:after {
        content: '';
        width: 9px;
        height: 5px;
        position: absolute;
        top: 3px;
        left: 3px;
        border: 2px solid #97786f;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.summary__sidebar-checkbox-round-placeholder--active:after {
    opacity: 1 !important;
    background: #97786f !important;
    display: block;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100px;
}



@media (min-width: 1200px) {
    .summary__sidebar-checkbox-round-placeholder {
        top: 2px;
    }
}

.summary__sidebar-checkbox-round-text {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #6c6563;
    cursor: pointer;
    padding: 0px;
    margin-left: 12px;
}

@media (min-width: 768px) {
    .summary__sidebar-checkbox-round-text {
        font-size: 12px;
        letter-spacing: 0.6px;
    }
}

@media (min-width: 992px) {
    .summary__sidebar-checkbox-round-text {
        font-size: 11px;
        letter-spacing: -0.1px;
    }
}

@media (min-width: 1200px) {
    .summary__sidebar-checkbox-round-text {
        font-size: 12px;
        letter-spacing: 0.6px;
    }
}

.summary__sidebar-checkbox-round-text a {
    color: #97786f;
    font-weight: bold;
}

.summary__sidebar-button {
    background-image: linear-gradient(to right, #fdf8ed, #f8ede9);
    padding: 16px 24px;
}

.summary .paypal-btn-container {
    position: relative;
}

.summary__sidebar-button-submit {
    padding: 10px;
    border: 0px;
    outline: none;
    display: block;
    width: 100%;
    background-color: #97786f;
    text-align: center;
    margin-bottom: 20px;
}

.summary__sidebar-button-submit--disabled {
    background-color: #bdbdbd;
}

.summary__sidebar-button-text {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    color: #ffffff;
    text-transform: uppercase;
}

.summary__sidebar-button-loading {
    margin: 0 auto;
    border: .3rem solid transparent;
    border-left-color: #ffffff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    -webkit-animation: button-loading .75s linear infinite;
    animation: button-loading .75s linear infinite;
}

.summary .js-purchase-with-paypal {
    position: absolute;
    top: 0px;
    opacity: 0.00000001;
    width: 100%;
    height: 100%;
}

.summary .summary__sidebar-button-submit--disabled ~ .js-purchase-with-paypal {
    pointer-events: none;
}

@media(max-width:767px) {
    .checkout-details {
        margin-top: 50px;
    }
}
