* {
    box-sizing: border-box;
    outline: none !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
select {
    background-position: calc(100% - 15px) center;
}

.afternoon-cruise-booking .row div[class^="col"] {
	padding: 0 15px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}
.booking-timeline ul li {
    display: inherit;
    position: unset;
    padding: 0;
}
.booking-timeline ul li img {
    display: none;
}
.booking-timeline ul li.active a {
    font-size: 0;
}
.booking-timeline ul li.active img {
    display: block;
}

.order-summery-btn.step-1, .order-summery-btn.step-2, .order-summery-btn.step-3, .order-summery-btn.step-4, .booking-selection.selection-step-5 ,  .booking-selection.selection-step-1, .booking-selection.selection-step-3 , .booking-selection.selection-step-2, .booking-selection.selection-step-4, .order-summery-btn.step-5,.order-summery-btn.step-7 {
    display: none;
}
.order-summery-btn.active.step-1, .order-summery-btn.active.step-2, .order-summery-btn.active.step-3, .order-summery-btn.active.step-4, .booking-selection.active.selection-step-5 , .booking-selection.active.selection-step-1 , .booking-selection.active.selection-step-2, .booking-selection.active.selection-step-3, .booking-selection.selection-step-4.active, .order-summery-btn.active.step-5,.booking-selection.selection-step-6.active,.order-summery-btn.active.step-6, .booking-selection.selection-step-7.active, .order-summery-btn.active.step-7 {
    display: block;
}
.afternoon-cruise-booking  .price-box {
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
}
.tickets-types-qty span {
    background: #27245D;
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
}
.afternoon-cruise-booking {
    font-family: "Roboto";
}
.afternoon-cruise-booking .heading {
    margin-bottom: 73px;
}
.afternoon-cruise-booking .heading h3 {
    color: #27245D;
    font-family: "Roboto";
    font-size: 40px;
    line-height: 53px;
    margin: 0;
    text-align: center;
}
.booking-timeline ul {
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 5px);
    height: 28px;
}
.afternoon-cruise-booking {
    max-width: 1170px;
    margin: 0 auto;
    padding: 137px 0 60px;
}
.booking-timeline ul::after {
    content: "";
    border-bottom: 15px solid #27245D59;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.booking-timeline ul li.active img {
    position: absolute;
    bottom: 20px;
    z-index: -1;
}
.booking-timeline ul li a {
    position: absolute;
    top: -23px;
    transform: translateX(-40%);
    font-size: 18px;
    line-height: 24px;
    color: #27245D;
    font-family: "Roboto";
    display: flex;
    flex-direction: column;
    align-items: center;
}
.booking-timeline ul li::after {
    display: none;
}
.booking-timeline ul li a .timeline-dot {
    content: "";
    width: 28px;
    height: 28px;
    border: 2px solid #27245D;
    display: inline-table;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 9;
    position: unset;
}
.booking-timeline {
    margin-bottom: 26px;
}
.booking-selection {
    background-color: #F8F8F8;
    border: none;
    padding: 30px 60px 60px;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection.selection-step-2 {
    padding: 60px;
}
.booking-selection .ui-datepicker {
    border: none;
    background-color: #d9d9d9;
}
.booking-selection .ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
}
.booking-selection .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 24px;
    line-height: 34px;
    color: #27245D;
    text-transform: uppercase;
}
.booking-selection .ui-datepicker-calendar .ui-state-default {
    width: 100%;
    height: 86px;
    border: none;
    background-color: #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.booking-selection .ui-datepicker-calendar .ui-state-default:hover {
    background-color: #a5a5a5;
}
.booking-selection .ui-datepicker-calendar td {
    width: calc(100% / 7);
}
.booking-selection .ui-datepicker-calendar td.undefined {
	padding: 0;
}
.booking-selection .ui-datepicker {
    padding: 0 20px 20px;
    border-radius: 0;
}
.booking-selection .ui-datepicker-calendar {
	margin: 0;
}
.afternoon-cruise-booking .order-summery {
    background-color: #6976A9;
    padding: 15px 25px 20px;
}
.afternoon-cruise-booking .order-summery h3 {
    text-align: center;
    color: #FFF;
    font-size: 25px;
    line-height: 33px;
    font-family: "Roboto";
    font-weight: 500;
    margin-bottom: 20px;
}
.afternoon-cruise-booking .order-summery p {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.afternoon-cruise-booking .order-summery p.total {
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    color: #FFF;
    font-family: "Roboto";
}
.afternoon-cruise-booking .order-summery p.total strong {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    color: #FFF;
    font-family: "Roboto";
}
.afternoon-cruise-booking .order-summery hr {
    background-color: #FFF;
    margin: 10px 0;
}
.afternoon-cruise-booking .order-summery-btn {
    margin-top: 20px;
    text-align: center;
}
.afternoon-cruise-booking .order-summery-btn button.button,
.afternoon-cruise-booking .order-summery-btn a.add-item-to-cart {
    width: 100%;
    border-radius: 0;
    border: none;
    background: #27245d !important;
    font-size: 17px;
    line-height: 23px;
    color: #FFF !important;
    font-family: "Roboto";
    padding: 24px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
.afternoon-cruise-booking .order-summery-btn a {
    font-size: 12px;
    line-height: 16px;
    color: #27245D;
    text-decoration: underline;
}
.booking-timeline ul li.active .line::after,
.booking-timeline ul li.completed .line::after {
    content: "";
    position: absolute;
    width: calc(100% / 4);
    top: 50%;
    transform: translateY(-50%) translateX(-97%);
    z-index: -1;
    height: 15px;
    background-color: #27245D;
}
.booking-timeline ul li.active:first-child .line::after,
.booking-timeline ul li.completed:first-child .line::after {
    display: none;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.rutland-ajax-loader{
	position: relative;
}
.rutland-ajax-loader:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(42 42 42 / 50%);
	z-index: 99999;
	border-radius: 4px;
	transition: opacity .5s;
}
.rutland-ajax-loader:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-left: 5px solid #27245D;
    border-top: 5px solid #ffffff;
    border-right: 5px solid #27245D;
    border-bottom: 5px solid #ffffff;
    animation: rotate 2s linear infinite;
    transition: opacity .5s;
    z-index: 999999;
}
.afternoon-cruise-booking.gin-cruise-booking .order-summery-btn.step-5 a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}
.afternoon-cruise-booking .heading h3 , .gin-cruise-booking .heading h3 {display: none;}
.afternoon-cruise-booking .heading h3.active, .gin-cruise-booking .heading h3.active {display: block;}
.booking-limit-message .alert.alert-primary {color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
span.departure-wheelchair-accessible {
    font-size: 12px;
    padding-bottom: 10px !important;
    display: none;
}
span.departure-wheelchair-accessible.active{
    display: block !important;
}
a.add-another-person.is-full-limit {pointer-events: none;opacity: 0.2;}
.booking-selection.selection-step-5 .product-qty-table td[data-title="Remove"] {text-align: left !important;padding-left: 30px;}



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.order-summery-info p.item-wrap {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 5px; 
}

.single-return-option span{
    display: block;
    visibility: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #27245D;
}
.single-return-option.lock-switch-option{
    pointer-events: none;
}
.single-return-option.lock-switch-option span{
    visibility: visible;
}
.single-return-option .switch {
  display: inline-block;
  font-size: 20px; /* 1 */
  height: 1em;
  width: 2em;
  background: #BDB9A6;
  border-radius: 1em;
  position: relative;
}

.single-return-option .switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #FFF;
  box-shadow: 0 0.1em 0.3em rgba(0,0,0,0.3);
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
          transition: all 300ms;
  position: absolute;
    top: 0;
}
.single-return-option label.switch input[type="checkbox"] {
    visibility: hidden;
}
.single-return-option .switch input:checked + div {
  -webkit-transform: translate3d(100%, 0, 0);
     -moz-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.price-box.hide-for-single-tripe.disabled-this {
    opacity: 0.2;
    pointer-events: none;
}
.hide{
    display: none !important;
}
input.is-required.error {
    border: 1px solid red;
}
.woocommerce-checkout.woocommerce-page .entry-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
}
.woocommerce-checkout.woocommerce-page .entry-content tr.cart_item strong.product-quantity{
    display: none;
}
.woocommerce-billing-fields__field-wrapper p.form-row {
    display: none !important;
}

.woocommerce-billing-fields__field-wrapper p#billing_email_field {
    display: block !important;
}
.woocommerce-checkout.woocommerce-page .entry-content .woocommerce-billing-fields > h3 {
    display: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: #a5a5a5 !important;
}   

/* Step 2 */
.afternoon-cruise-booking .booking-selection .single-return-option {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.afternoon-cruise-booking .booking-selection .single-return-option .container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 34px;
    font-family: "Roboto";
    color: #27245D;
    font-weight: bold;
}
.afternoon-cruise-booking .booking-selection .single-return-option .container label.switch {
	margin: 0 16px;
}
.afternoon-cruise-booking .booking-selection  .price-box {
    padding-left: 30px;
    padding-right: 30px;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .price-box:first-child {
    border: none;
}
.afternoon-cruise-booking .booking-selection .price-box h6 {
    font-size: 21px;
    line-height: 28px;
    font-family: "Roboto";
    color: #27245D;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.afternoon-cruise-booking .booking-selection .price-box h6 small {
    font-size: 12px;
    line-height: 16px;
    font-family: "Roboto";
    color: #27245D;
    font-weight: normal;
    margin-left: 30px;
}
.afternoon-cruise-booking .booking-selection .price-box .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.afternoon-cruise-booking .booking-selection .price-box .tickets-qty {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.afternoon-cruise-booking .booking-selection .price-box .tickets-qty span.price-list {
    font-size: 21px;
    line-height: 28px;
    font-family: "Roboto";
    color: #27245D;
    font-weight: bold;
    padding-right: 20px;
}
.afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000033;
}
.afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty span.minus,
.afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty span.plus {
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    background-color: #6976A9;
    cursor: pointer;
}
.afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty input.tickets-type-qty {
    box-shadow: none;
    width: 40px;
    height: 40px;
    padding: 5px 5px;
    font-size: 25px;
    line-height: 33px;
    color: #6976A9;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.afternoon-cruise-booking .booking-selection {

}
.afternoon-cruise-booking .booking-selection .departure-point-time {
    /*max-width: 530px;*/
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group {
    margin-bottom: 20px;
}
.afternoon-cruise-booking .booking-selection .billing-information .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
    margin-bottom: 20px;
}
.afternoon-cruise-booking .booking-selection .billing-information .form-group input,
.afternoon-cruise-booking .booking-selection .billing-information .form-group select {
    margin: 0 10px;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 80%;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group > label {
    width: 100%;
    margin-bottom: 20px;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group input[type="radio"] {
    display: none;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group input[type="radio"] + label {
    /*background-color: #27245D;*/
    background-color: #6976A9;
    font-size: 17px;
    line-height: 23px;
    color: #FFF;
    font-family: "Roboto";
    font-weight: 500;
    width: 100%;
    padding: 23.5px;
    display: inline-block;
    text-align: center;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group input[type="radio"]:checked + label {
    /*background-color: #6976A9;*/
    background-color: #27245D;
    box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 2px, rgb(6 24 44 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group .form-check {
    width: 50%;
    padding: 0 10px;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group .form-check:nth-child(2) {
    padding-left: 0;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group .form-check:last-child {
    padding-right: 0;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore .form-check:nth-child(n-1) {
    padding-right: 0;   
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore {
    max-width: 100%;
    width: 100%;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore .form-check {
    width: 40%;
}
.afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore select {
    width: calc(20% - 10px);
    margin-left: 10px;
    padding: 15px;
    height: 70px;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table {
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table tr th {
    padding-bottom: 25px;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table tr th, 
.afternoon-cruise-booking .booking-selection .product-qty-table table tr td {
    border: none;
    border-bottom: 1px solid #BBBBBB;
    padding: 0 10px;
    margin: 0;
    text-align: left;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table tr td:nth-child(1) {
    width: 15%;
    text-align: center;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table tr td:nth-child(2) {
    width: 45%;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table tr th:nth-child(3),
.afternoon-cruise-booking .booking-selection .product-qty-table table tr td:nth-child(3) {
    width: 25%;
    text-align: center;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table tr th:nth-child(4),
.afternoon-cruise-booking .booking-selection .product-qty-table table tr td:nth-child(4) {
    width: 20%;
    text-align: right;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table a.remvoe-product-ticket {
    position: relative;
    font-size: 0;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table a.remvoe-product-ticket::after {
    content: "\f00d";
    font-size: 13px;
    line-height: 21spx;
    font-family: "FontAwesome";
    color: #FFF;
    background: #27245D;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px #00000033;
}
.afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty span.product-minus,
.afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty span.product-plus {
    width: 40px;
    height: 40px;
    background: #6976A9;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty input.product-tickets-type-qty {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 33px;
    color: #6976A9;
    font-family: "Roboto";
    font-weight: 500;
    padding: 5px;
    box-shadow: none;
}
.afternoon-cruise-booking .booking-selection .product-qty-table table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-return-option label.switch {
    border: 2px solid #27245D;
    background: transparent;
    cursor: pointer;
}
.single-return-option label.switch input:checked + div,
.single-return-option .switch div {
    margin-top: -2px;
    margin-left: -2px;
    background-color: #27245D;
}
.single-return-option.lock-switch-option label.switch input:checked + div::after {
    content: "\f023";
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 8px;
    transform: translate(7px, -11px);
    display: inline-block;
}


/* Checkout */
.woocommerce-checkout h3#order_review_heading {
    margin-bottom: 15px;
    margin-top: 15px;
}
.woocommerce-checkout table.shop_table {
    border-spacing: 0;
}
.woocommerce-checkout table.shop_table dl.variation dt {
    font-size: 18px;
    line-height: 24px;
    margin-right: 20px;
    min-width: 160px;
}
.woocommerce-checkout table.shop_table dl.variation dd {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.woocommerce-checkout button#place_order,
.woocommerce-checkout .checkout_coupon button.button {
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    padding: 17px 30px 17px;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 0;
    text-align: center;
    color: #fff;
    line-height: 1;
    background-color: #27245D;
    border-color: #27245D;
    font-weight: 500;
    font-style: normal;
    min-width: 240px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.33);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 33%);
}
.woocommerce-checkout button#place_order:hover,
.woocommerce-checkout .checkout_coupon button.button:hover {
    background-color: #fff;
    color: #27245D;
}


/*Product 2*/
.afternoon-cruise-booking .booking-selection .booking-date-list label {
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 2px;
    color: #27245D;
    display: inline-block;
}
.afternoon-cruise-booking .booking-selection .booking-date-list ul {
    list-style-type: none;
}
.afternoon-cruise-booking .booking-selection .booking-date-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11.5px 0;
    margin-bottom: 20px;
}
.afternoon-cruise-booking .booking-selection .booking-date-list ul li::after {
    left: -30px;
    width: 5px;
    height: auto;
    border-radius: 0;
    top: 0;
    bottom: 0;
}
.afternoon-cruise-booking .booking-selection .booking-date-list h3 {
    font-size: 40px;
    line-height: 53px;
    color: #27245D;
    margin-bottom: 8px;
}
.afternoon-cruise-booking .booking-selection .booking-date-list  .text span {
    font-size: 20px;
    line-height: 24px;
    color: #27245D;
}

.afternoon-cruise-booking .booking-selection .booking-date-list .input-box input[type="radio"] {
    display: none;
}
.afternoon-cruise-booking .booking-selection .booking-date-list .input-box input[type="radio"] + label {
    position: relative;
    margin: 0;
}
.afternoon-cruise-booking .booking-selection .booking-date-list .input-box input[type="radio"] + label::after {
    content: "\f00c";
    width: 52px;
    height: 52px;
    background: #FFF;
    border: 1px solid #27245D;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 25px;
}
.afternoon-cruise-booking .booking-selection .booking-date-list .input-box input[type="radio"]:checked + label::after {
    background-color: #27245D;
}
.afternoon-cruise-booking .booking-selection .booking-date-list ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #27245D;
}
.afternoon-cruise-booking .booking-selection .booking-date-list ul li .input-box {
    padding-right: 24px;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection.selection-step-2 .booking-ticket-types {
    padding-bottom: 30px;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection.selection-step-2 .notes {
    font-size: 12px;
    line-height: 16px;
    color: #27245D;
}



.single-product .site_footer,
.single-product .header_img_ab,
.woocommerce-checkout .header_img_ab,
.woocommerce-checkout .site_footer {
    display: none;
}
.single-product .site-header,
.woocommerce-checkout .site-header {
    top: -400px;
}
.single-product .site-header.clone,
.woocommerce-checkout .site-header.clone {
    top: 0;
}


.afternoon-cruise-booking.gin-cruise-booking .booking-step-3 input[type="radio"] + label {
    /*background-color: #27245D;*/
    background-color: #6976A9;
    font-size: 17px;
    line-height: 23px;
    color: #FFF;
    font-family: "Roboto";
    font-weight: 500;
    width: 100%;
    padding: 23.5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.afternoon-cruise-booking.gin-cruise-booking  .booking-step-3 .radio-button-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}
.afternoon-cruise-booking.gin-cruise-booking .booking-step-3 .form-check{
        width: 48%;

}
.afternoon-cruise-booking.gin-cruise-booking .booking-step-3 .form-check-input{
    visibility: hidden;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-step-3 input[type="radio"]:checked + label {
    /*background-color: #6976A9;*/
    background-color: #27245D;
    box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 2px, rgb(6 24 44 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

/*Step 3*/
.afternoon-cruise-booking.gin-cruise-booking .booking-selection.selection-step-3 .radio-button-group, 
.afternoon-cruise-booking.gin-cruise-booking .booking-selection.selection-step-3 .form-group {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group label {
    width: 100%;
    padding: 20px 0;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group .repeater-content-block {
    width: 100%;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group .repeater-content-block .block-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group .repeater-content-block .block-wraper .form-group {
    width: calc(50% - 10px);
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group a.add-another-person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group .add-another-person img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    object-fit: cover;
}
.afternoon-cruise-booking .booking-selection .form-group select, .afternoon-cruise-booking .booking-selection .form-group input {
    min-height: 70px;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group.dietary-block {
    max-width: 100%;
}
.afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group .repeater-content-block .block-wraper a.person-box-remove-btn {
    margin: 5px 0;
}

.woocommerce-checkout main.site-main {
    margin-top: 77px;
}
.woocommerce-info a.showcoupon {
    color: #27245D;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods li:after {background: transparent !important;}
.woocommerce-checkout ul li::after {background: transparent;}

.is-booking-week-message .alert.alert-primary {color: #004085; background-color: #cce5ff; border-color: #b8daff; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem;font-size: 18px;}
.is-booking-week-message .alert.alert-primary a {color: #27245d;font-weight: 400;}
.form-group.is-greyed-out-option-note p {font-size: 16px; }
.addtional-information-form .form-group { display: flex; justify-content: center; align-items: center; margin: 0 -10px; margin-bottom: 20px; }
.addtional-information-form .form-group input, .addtional-information-form .form-group select { margin: 0 10px; }
.per_person_value_div { position: absolute; font-size: 20px !important; color: #000; font-weight: 600; background: #fff; padding: 10px; border-radius: 10px; margin-top: 10px; margin-left: 10px; }

/* RESPONSIVE CSS */
@media (min-width:768px) { .afternoon-cruise-booking { max-width: 750px; } }
@media (min-width:992px) { .afternoon-cruise-booking { max-width: 970px; } }
@media (min-width:1200px) { .afternoon-cruise-booking { max-width: 1170px; } }
@media (min-width:1430px) { .afternoon-cruise-booking { max-width: 1440px; } }


@media (max-width: 1550px) {
    .afternoon-cruise-booking {
        padding: 0 50px;
    }
}

@media (max-width: 1200px) {
    .afternoon-cruise-booking {
        padding: 60px 40px;
    }
    .booking-selection .ui-datepicker-calendar .ui-state-default {
        height: 67px;
    }

    /*Step 2*/
    .booking-selection.selection-step-2 {
        padding: 30px 15px !important;
    }
    .afternoon-cruise-booking .booking-selection .price-box h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .afternoon-cruise-booking .booking-selection .price-box h6 small {
        margin-left: 10px;
    }
    .afternoon-cruise-booking .booking-selection .price-box .tickets-qty span.price-list {
        font-size: 18px;
        padding-right: 10px;
    }


    /*Step 3*/
    .booking-selection.selection-step-3 {
        padding: 30px;
    }
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group input[type="radio"] + label {
        padding: 15px;
    }
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore select {
        height: 53px;
    }
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group {
        width: 65%;
    }
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore .form-check {
        width: 32.5%;
    }
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore select {
        width: calc(35% - 10px);
    }

    /*Step 4*/
    .booking-selection.selection-step-4 {
        padding: 30px;
    }
    .booking-timeline ul li.active:last-child img {
        margin-left: -40px;
    }

    .woocommerce-checkout .site-main {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .booking-selection .ui-datepicker-calendar .ui-state-default {
        height: 50px;
    }
    .afternoon-cruise-booking .booking-selection {
        padding: 30px;
    }
    .booking-timeline ul li.active img {
        max-width: 90px;
    }
    .booking-selection .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
    .afternoon-cruise-booking .order-summery h3 {
        font-size: 20px;
    }
    .afternoon-cruise-booking .order-summery {
        padding: 15px 10px 20px;
    }

    /*Step 2*/
    .afternoon-cruise-booking .booking-selection .price-box h6 {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    .afternoon-cruise-booking .booking-selection .price-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .afternoon-cruise-booking .booking-selection .price-box h6 small {
        margin-left: 0;
    }

    /*Product 2*/
    .afternoon-cruise-booking .booking-selection .booking-date-list h3 {
        font-size: 34px;
        line-height: 43px;
    }
    .afternoon-cruise-booking .booking-selection .booking-date-list .text span {
        font-size: 16px;
        line-height: 20px;
    }
    .afternoon-cruise-booking .booking-selection .booking-date-list .input-box input[type="radio"] + label::after {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .afternoon-cruise-booking .booking-selection .booking-date-list ul li::after {
        left: -15px;
    }
}

@media (max-width: 767px) {
    .booking-selection .ui-datepicker-calendar .ui-state-default {
        height: 40px;
    }
    .afternoon-cruise-booking .row div[class^="col"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*step-3*/
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group ,
    .afternoon-cruise-booking.gin-cruise-booking .booking-selection.selection-step-3 .radio-button-group, 
    .afternoon-cruise-booking.gin-cruise-booking .booking-selection.selection-step-3 .form-group {
        width: 100%;
        max-width: 100%;
    }
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore .form-check {
        width: 50%;
    }
    .afternoon-cruise-booking .booking-selection .departure-point-time .form-group#spend-time-opposite-shore select {
        width: 100%;
        margin: 20px 0 0;
    }

    /*Step 4*/
    .afternoon-cruise-booking .booking-selection .billing-information .form-group {
        flex-direction: column;
    }
    .afternoon-cruise-booking .booking-selection .billing-information .form-group input.form-control:not(:last-child) {
        margin-bottom: 20px;
    }
    .booking-timeline ul li.active:last-child img {
        margin-left: -40px;
    }
    .booking-selection.selection-step-5 .product-qty-table tr:first-child {
        display: none;
    }
    .afternoon-cruise-booking .booking-selection .product-qty-table table tr td {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 5px 0;
        font-size: 16px;
    }
    .afternoon-cruise-booking .booking-selection .product-qty-table table tr td::before {
        content: attr(data-title) ": ";
    }
    .afternoon-cruise-booking .booking-selection .product-qty-table tr {
        padding-bottom: 20px;
        display: block;
        border-bottom: 1px solid #CCC;
        margin-bottom: 20px;
    }
    .afternoon-cruise-booking .booking-selection .product-qty-table tr:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .afternoon-cruise-booking .booking-selection .booking-date-list ul li .input-box {
        padding-right: 10px;
        padding-left: 10px;
    }
    .afternoon-cruise-booking .booking-selection .booking-date-list h3 {
        font-size: 34px;
        line-height: 36px;
    }
    .afternoon-cruise-booking .booking-selection .booking-date-list .text span {
        font-size: 14px;
        line-height: 18px;
    }
    .afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group .repeater-content-block .block-wraper .form-group {
        width: 100%;
        margin-bottom: 20px;
    }
    .afternoon-cruise-booking.gin-cruise-booking .booking-selection .form-group .repeater-content-block .block-wraper .form-group:last-child {
        margin-bottom: 0;
    }
    .booking-selection.selection-step-5 .product-qty-table td[data-title="Remove"]{
        padding-left: unset;
    }

    .woocommerce-checkout table.shop_table td, .woocommerce-checkout table.shop_table dl.variation dt, .woocommerce-checkout table.shop_table td p {
        font-size: 16px;
        min-width: auto;
    }
    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
        float: none;
    }
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
        float: none;
        width: 100%;
    }
    .woocommerce-checkout button#place_order, .woocommerce-checkout .checkout_coupon button.button {
        min-width: max-content;
    }
}

@media (max-width: 640px) {
    .site_footer,.site-header {
        display: none;
    }

    .afternoon-cruise-booking .heading h3 {
        font-size: 30px;
        line-height: 33px;
    }
    .booking-timeline ul li a {
        font-size: 0;
    }
    .afternoon-cruise-booking {
        padding: 60px 15px;
    }
    .booking-timeline ul {
        height: 20px;
    }
    .booking-timeline ul::after {
        border-bottom: 8px solid #27245D59;
    }
    .booking-timeline ul li a .timeline-dot {
        width: 20px;
        height: 20px;
    }
    .booking-timeline ul li.active img {
        max-width: 60px;
        bottom: 15px;
    }
    .booking-timeline ul li.active .line::after,
    .booking-timeline ul li.completed .line::after {
        height: 8px;
    }
    .afternoon-cruise-booking .booking-selection {
        margin-bottom: 30px;
    }

    /*Step 2*/
    .afternoon-cruise-booking .booking-selection .single-return-option .container {
        font-size: 16px;
    }
    .booking-selection.selection-step-2 .row div[class^="col"] {
        max-width: fit-content;
    } 
    .afternoon-cruise-booking .booking-selection .price-box {
        padding-left: 0;
        padding-right: 0;
    }
    .afternoon-cruise-booking .booking-selection .price-box h6 small {
        font-size: 10px;
    }
    .afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty span.minus, 
    .afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty span.plus,
    .afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty input.tickets-type-qty {
        width: 30px;
        height: 30px;
        line-height: 18px;
    }
    .afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty span.product-minus, 
    .afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty span.product-plus,
    .afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty input.product-tickets-type-qty {
        width: 30px;
        height: 30px;
    }
    .afternoon-cruise-booking .booking-selection .price-box .tickets-qty .tickets-types-qty input.tickets-type-qty,
    .afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty input.product-tickets-type-qty {
        font-size: 18px;
    }
    .afternoon-cruise-booking .booking-selection .price-box .tickets-qty span.price-list {
        font-size: 14px;
        line-height: 18px;
    }
    .afternoon-cruise-booking .booking-selection .price-box h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty span.product-minus, .afternoon-cruise-booking .booking-selection .product-qty-table .product-tickets-types-qty span.product-plus {
        line-height: 30px;
    }
}

@media (max-width: 375px) {
    .afternoon-cruise-booking .booking-selection.selection-step-2 .price-box .col-sm-12.col-lg-6:first-child {
        max-width: 125px !important;
    }
}