/*header*/
.wapi-products-page-form {
    background-color: transparent;
    margin-bottom: 60px;
}
.event-header {
  background-color: #f0f0f0;
  min-height: 300px;
    color: #FFF;
    position: relative;
}
.event-header:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.event-header .content {
  padding: 20px;
}
.event-header .content .title{
    text-transform: uppercase;
}
.event-header .content .event-date {
    font-size: 20px;
}
.event-header .item {
  min-height: 150px;
}
.item-bottom .content{
  margin-top: 25px;
}
.item-bottom .event-icons span {
    display: inline-block;
    font-size: 32px;
    margin-right: 15px;
}
.item-bottom .event-icons span:last-of-type{
    margin-right: 0;
}
.item-bottom .event-icons {
    color: #ccc;
}

.item-bottom .event-icons .icon-opacity:not(.active) {
    opacity: 0.8;
}

.event-icon-bus,
.event-icon-bed,
.item-bottom .event-icons span.active{
    color: #FFF;
    animation-name: greenColor;
    animation-duration: 0.3s;
}
@keyframes greenColor {
    from {color: #ccc;}
    to {color: #fff;}
}

@media all and (max-width: 767px) {
  .event-header .item {
    min-height: inherit;
  }
  .event-header .item .text-right{
    text-align: left!important;
  }
  .item-bottom .content {
    margin-top: 0;
  }
  .event-buy input {
    margin-top: 90px;
  }
}

/*what you are*/
#edit-pack-type--wrapper,
#edit-pack-type--wrapper legend {
    background-color: #f0f0f0;
}
#edit-pack-type--wrapper {
    margin-top: 0;
}
#edit-pack-type--wrapper legend {
    padding-top: 15px;
    margin: 0;
}
#edit-pack-type--wrapper .fieldset-wrapper {
    padding-bottom: 15px;
}
#edit-pack-type--wrapper .form-radios .js-form-type-radio{
    display: inline-block;
    margin-right: 20px;
}

#edit-pack-type--wrapper--description p.description-choose{
    border: 1px solid #2c2c2c;
    display: inline-block;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}
.code-message {
    font-size: 16px;
}
/*#edit-pack-type--wrapper .form-radios .js-form-type-radio:last-of-type{*/
/*    margin-right: 0;*/
/*}*/


/*choose event pack*/

/*sold out message*/
.sold-out-message {
    background-size: 30px;
    background-position-y: 50%;
    padding-left: 60px;
    position: relative;
}
.pack-type-column .sold-out-message .pack-offer-description {
    max-width: 70%;
    font-size: 20px;
    margin-bottom: 0;
}
.sold-out-message .newsletter-subscription-form {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (max-width: 1319px) {
    .pack-type-column .sold-out-message .pack-offer-description {
        max-width: 60%;
    }
}
@media all and (max-width: 576px) {
    .pack-type-column .sold-out-message .pack-offer-description {
        max-width: 100%;
    }

    .sold-out-message .newsletter-subscription-form {
        position: static;
        transform: none;
        margin-top: 16px;
    }
}

.event-pack .content ul{
  padding: 0;
  list-style-type: none;
}
.event-pack .content .form-radios .js-form-item {
  padding-right: 10px;
    font-size: 18px;
}

.event-pack .content label .discount-old-price {
    display: block;
    text-decoration: line-through;
    color: #339928;
    margin-top: 2px;
    font-size: 16px;
}
.event-pack .content label .sold-out-label {
    display: block;
    color: #fc0000;
    margin-top: 2px;
    font-size: 16px;
    text-transform: uppercase;
}

@media all and (min-width: 787px) {
    .event-pack .content label span.info{
        position: relative;
    }
}

.event-pack .content label span.info{
    /*position: relative;*/
    margin-left: 5px;
    display: inline-block;
    top: 0;
    left: 5px;
}

.event-pack .content .info-content {
    position: absolute;
    top: 24px;
    left: -100px;
    width: 250px;
    display: none;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    z-index: 10;
    padding: 20px;
    margin-top: 5px;
    overflow-wrap: break-word;
    /*left: 100%;*/
}
.event-pack .content .info-content p:last-of-type{
    margin-bottom: 0;
}
.event-pack .content label span.info {
    color: #7f7f7f;
}
@media all and (max-width: 786px) {
    /*.event-pack .content label span.info {*/
    /*  position: static;*/
    /*  display: inline;*/
    /*}*/
    .event-pack .content .info-content {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    /*.event-pack .content .product-description-left .info-content {*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/
    /*.event-pack .content .product-description-right .info-content {*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/

}
.event-pack .content .info-content img {
  width: 100%;
  margin-bottom: 10px;
}

/*pack information block*/
.pack-info-block {
    margin-top: 40px;
    padding: 20px 0;
    background-color: #f0f0f0;
}

.pack-info-block .content {
    display: table;
    width: 100%;
    height: 100%;
}
.pack-info-block .content .content-item{
    display: table-cell;
    vertical-align: middle;
}
.pack-info-block .content .content-item p {
    line-height: 1.2;
    margin: 0;
}

.paragraph .paragraph-padding-content{
    padding-top: 92px;
}
.paragraph .no-padding .section-container{
    padding-top: 0;
}

.paragraph .content a {
    color: #10cfbd;
    font-family: 'Roboto',sans-serif;
    padding: 0;
}
.field__item:nth-child(2) > .paragraph .paragraph-padding-content{
    padding-top: 0;
}


/*content tabs*/
/*navigation*/
.event-tabs {
    margin-top: 40px;
}
.event-tabs .nav-tabs {
  border-bottom: 0;
}
.event-tabs .nav-tabs .nav-link {
  border-color: #e9ecef;
  border-bottom: 0;
  color: #2c2c2c;
}
.event-tabs .nav-tabs .nav-link.active,
.event-tabs .nav-tabs .nav-item.show .nav-link {
  position: relative;
  border-color: #767676;
  border-bottom: 0;
  color: #2c2c2c;
}
.event-tabs .nav-tabs .nav-link.active::before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
}

.tab-content {
  padding: 30px 15px;
  border: 1px solid #767676;
}
.tab-content ul {
    padding-left: 20px;
}
.tab-content .content-image img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 767px) {
    .pack-type-column {
        margin-bottom: 30px;
    }
    .pack-type-column:last-of-type {
        margin-bottom: 0;
    }
}

.pack-type-column .pack-offer-description{
    margin-bottom: 15px;
    font-size: 15px;
    max-width: 50%;
}

@media all and (max-width: 991px) {
    .pack-type-column .pack-offer-description{
        max-width: 100%
    }
}

@media all and (max-width: 576px) {
    .event-tabs .nav-tabs .nav-link {
        width: 100%;
    }
    .event-tabs .nav-tabs .nav-link.active{
        background-color: #10cfbd;
        color: #fff;
    }
    .event-tabs .nav-tabs .nav-link.active::before {
        display: none;
    }
}



/*checkout*/
.path-checkout main {
    margin: 40px 0;
}

.layout-region-checkout-first{
    padding-top: 16px;
}

#edit-payment-information > legend {
    margin-bottom: 30px;
}

#edit-payment-information .fieldgroup legend{
    font-size: 24px;
}

.layout-checkout-form .js-form-wrapper label{
    display: block;
}
.layout-checkout-form .js-form-wrapper label{
    display: block;
}
.layout-checkout-form .js-form-wrapper .form-submit{
    margin-left: 0;
}
.layout-checkout-form .js-form-wrapper .form-item-payment-information-billing-information-select-address label {
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

#edit-payment-information .js-form-item {
    width: 100%;
    margin-top: 0;
}

#edit-payment-information .js-form-type-email input{
    width: 100%;
}

#edit-payment-information .mobile-number-field .js-form-item{
    display: inline-block;
}
#edit-payment-information .mobile-number-field > .js-form-item:first-of-type{
    width: 33%;
}
#edit-payment-information .mobile-number-field > .js-form-item:nth-last-of-type(2){
    width: 65%;
}

#edit-payment-information div[id*="edit-payment-information-payment-method"] > label:after{
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    max-width: 320px;
    margin-top: 5px;
}
#edit-payment-information div[id*="edit-payment-information-payment-method"] > label.credit-card-payment-type,
#edit-payment-information div[id*="edit-payment-information-payment-method"] > label.sepa-payment-type{
    font-weight: bold;
}

#edit-payment-information div[id*="edit-payment-information-payment-method"] > label.credit-card-payment-type:after{
    background-image: url("../images/elements/cart_paiment.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#edit-payment-information div[id*="edit-payment-information-payment-method"] > label.sepa-payment-type:after{
    background-image: url("../images/elements/cart_sepa.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
}
/*#edit-payment-information div[id*="edit-payment-information-payment-method"] > label:last-of-type {*/
/*    margin-top: 30px;*/
/*}*/
#edit-payment-information div[id*="edit-payment-information-payment-method"] .js-form-item label{
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    display: inline-block;
    padding-top: 2px;
    margin-bottom: 0;
}
#edit-payment-information div[id*="edit-payment-information-payment-method"] .js-form-item label .info {
    margin-left: 10px;
    color: #7f7f7f;
}

#edit-payment-information div[id*="edit-payment-information-payment-method"] .payment-description{
    display: none;
    position: absolute;
    left: 42px;
    width: 250px;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    z-index: 10;
    padding: 20px;
    margin-top: 5px;
}
#edit-payment-information div[id*="edit-payment-information-payment-method"] .payment-description p:last-of-type {
    margin-bottom: 0;
}
#edit-payment-information div[id*="edit-payment-information-payment-method"] .payment-description.show{
    display: block;
}

/*.ajax-progress-throbber { display: none}*/

#edit-payment-information .js-form-item select{
    width: 100%;
    max-width: 350px;
}
#edit-payment-information .js-form-item input[type="text"]{
    width: 100%;
}

@media all and (min-width: 992px) {
    #edit-payment-information div[id*="edit-payment-information-payment-method"] > label:after{
        content: '';
        display: inline-block;
        max-width: 260px;
        margin-left: 20px;
        margin-bottom: -3px;
        margin-top: 0;
    }

    #edit-payment-information div.address-container-inline div[class*="address-postal-code"]{
        width: 30%;
        margin-right: 0;
        padding-right: 15px;
    }
    #edit-payment-information .address-container-inline div[class*="address-0-address-locality"]{
        width: 48%;
        margin-right: 0;
        padding-right: 15px;
    }
    #edit-payment-information .address-container-inline div[class*="address-sorting-code"]{
        width: 20%;
        margin-right: 0;
    }
}

div[id*="payment-information-billing-information-ajax-form"] {
    margin-top: 40px;
}
#edit-payment-information legend {
    margin-bottom: 30px;
}

/*checkout address*/
.profile-address .address-item {
    overflow: hidden;
    min-height: 41px;
}
.profile-address .address-item:last-of-type {
    min-height: inherit;
}
.profile-address .address-item:last-of-type label,
.profile-address .address-item:last-of-type p{
    margin-bottom: 0;
}
.profile-address .address-item.hide-element {
    display: none;
}
.profile-address .address-item label{
    display: inline-block;
    width: 130px;
    float: left;
}
.profile-address .address-item .address-item-content{
    display: inline-block;
    font-family: 'Roboto', Sans-Serif;
    max-width: 59%;
}
.profile-address .address-item .address-item-content p:not(:last-of-type) {
    margin-bottom: 0;
}

.profile-address.current-profile-address {
    margin-bottom: 30px;
}

#edit-payment-information-billing-information legend {
    padding-top: 30px;
}

@media all and (max-width: 767px) {
    div[id*="edit-payment-information-billing-information"] {
        margin-bottom: 30px;
    }
    .profile-address.current-profile-address {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .profile-address .address-item label {
        display: block;
        float: none;
        margin-bottom: 0;
        width: 100%;
    }
}

div[id*="block-checkoutmessage--"]{
    display: none;
}
.checkout-promo-message > div {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', Sans-Serif;
    background-color: pink;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
}
.checkout-promo-message p {
    margin: 0;
}

.promo-message {
    font-size: 18px;
    background-color: pink;
    padding: 10px 15px;
    margin: 0;
}
.promo-message p {
    margin: 0;
}

/*order summary*/
.layout-region-checkout-second .gray-container{
    padding: 20px 30px;
    background-color: #f0f0f0;
    height: 100%;
}
.checkout-order-summary table{
    width: 100%;
    border-bottom: 1px solid #2c2c2c;
    margin-bottom: 10px;
    font-size: 20px;
}
.checkout-pane-order-summary table td {
    font-size: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.2;
    vertical-align: text-bottom;
}
.checkout-pane-order-summary table td:nth-child(2),
.checkout-pane-order-summary table td:nth-child(3){
    padding-left: 5px;
}
.checkout-pane-order-summary table td:last-of-type{
    text-align: right;
}
.checkout-pane-order-summary table tr:last-of-type td{
    padding-bottom: 15px;
}
.checkout-pane-order-summary > div .order-total-line{
   font-size: 20px;
    padding-right: 0;
}
.checkout-pane-order-summary > div .order-total-line .order-total-line-value {
    width: 100px;
}
.checkout-pane-order-summary > div .order-total-line span:first-of-type{
    margin-right: 15px;
}

.checkout-pane-order-summary table td  .product-icon {
    position: relative;
    padding-left: 22px;
}
.checkout-pane-order-summary table td  .product-icon:before {
    font-family: fontAwesome;
    color: #888;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}
.checkout-pane-order-summary table td .product-flight:before{
    content: "\f072";
}
.checkout-pane-order-summary table td .product-flight-choose:before{
    color: #10cfbd;
}

.checkout-pane-order-summary table td .product-insurance:before{
    content: "\f046";
}
.checkout-pane-order-summary table td .product-insurance-choose:before{
    color: #10cfbd;
}


.layout-region-checkout-second .title {
    margin-bottom: 30px;
}
.layout-region-checkout-second .checkout-pane .js-form-wrapper .js-form-item input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.layout-region-checkout-second .checkout-pane .js-form-wrapper .js-form-item input:focus {
    outline: 0;
}
.layout-region-checkout-second .checkout-pane .js-form-wrapper .js-form-item{
    display: inline-block;
    width: 66%;
    margin-bottom: 0;
}
.layout-region-checkout-second .checkout-pane .js-form-wrapper .form-submit{
    width: 34%;
    margin-bottom: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
}



.layout-region-checkout-second .form-actions {
    margin-top: 50px;
}
.layout-region-checkout-second .form-actions input {
    height: 50px;
    width: 100%;
}

/*apply discount code*/
.checkout-pane-coupon-redemption {
    margin-top: 1rem;
}
.checkout-pane-coupon-redemption h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
.checkout-pane-coupon-redemption table{
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.checkout-pane-coupon-redemption table tbody {
    width: 100%;
    display: inline-block;
}
.checkout-pane-coupon-redemption table tbody tr{
    width: 100%;
    display: block;
}
.checkout-pane-coupon-redemption table tbody tr td:first-of-type{
    display: inline-block;
    width: 60%;
    margin-bottom: 0;
    height: 38px;
    border: 1px solid #767676;
    background-color: #fff;
    padding: 6px;
}
.checkout-pane-coupon-redemption table tbody tr td:last-of-type{
    display: inline-block;
    width: 38%;
    box-sizing: border-box;
    border-spacing: 0;
}
.layout-region-checkout-second .checkout-pane-coupon-redemption table tbody tr td:last-of-type input.form-submit{
    width: 106%;
    margin-bottom: 0;
}

@media all and (max-width: 991px) {
    .layout-region-checkout-first{
        padding-top: 8px;
    }
    .layout-region-checkout-second .gray-container{
        padding: 8px 16px;
    }

    .checkout-pane-order-summary table td {
        font-size: 18px;
    }

    .layout-region-checkout-second .checkout-pane .js-form-wrapper .js-form-item{
        width: 60%;
    }
    .layout-region-checkout-second .checkout-pane .js-form-wrapper .form-submit{
        width: 40%;
    }

    .layout-region-checkout-second .checkout-pane-coupon-redemption table tbody tr td:first-of-type{
        width: 48%;
    }
    .layout-region-checkout-second .checkout-pane-coupon-redemption table tbody tr td:last-of-type{
        width: 50%;
    }
    .layout-region-checkout-second .checkout-pane-coupon-redemption table tbody tr td:last-of-type input.form-submit{
        width: 103%;
    }
}
@media all and (max-width: 400px) {
    .profile-address .address-item .address-item-content{
        max-width: 50%;
    }
    .layout-region-checkout-second .checkout-pane .js-form-wrapper .js-form-item{
        width: 50%;
    }
    .layout-region-checkout-second .checkout-pane .js-form-wrapper .form-submit{
        width: 50%;
    }
    .layout-region-checkout-second .checkout-pane-coupon-redemption table tbody tr td:first-of-type{
        width: 40%;
    }
    .layout-region-checkout-second .checkout-pane-coupon-redemption table tbody tr td:last-of-type{
        width: 58%;
    }
}

/*checkout information*/
.user-payment-information{
    margin-top: 30px;
}
.user-payment-information .user-payment-method span{
    font-family: 'Roboto', Sans-Serif;
}
.user-payment-information .user-billing-info {
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #767676;
    background-color: #fff;
    padding: 10px 15px;
}
.user-payment-information .user-billing-info .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.layout-region-checkout-second .user-required{
    margin-top: 30px;
}


/*paddings*/
.mt-92 {
    margin-top: 92px;
}
.mb-92 {
    margin-bottom: 92px;
}
.pt-92 {
    padding-top: 92px;
}
.pb-92 {
    padding-bottom: 92px;
}

@media all and (max-width: 767px) {
    .mt-92 {
        margin-top: 60px;
    }
    .mb-92 {
        margin-bottom: 60px;
    }
    .pt-92 {
        padding-top: 60px;
    }
    .pb-92 {
        padding-bottom: 60px;
    }
}

