input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

header {
    height: 104px;
    /* border-bottom: 0.5px solid #727272; */
    color: #373737;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.pointer {
    cursor: pointer;
}



.border {
    border: 1px solid #ced4da;
}

.strong {
    font-weight: bold;
}

.catalog-filters {
    margin-top: 16px;
}

.available-addon-block {
    padding: 15px !important;
}

.available-addon-block .addon-item-box {
    margin-top: 10px;
}

.catalog-reservation .addon-item-box .btn-sorted-chale {
    margin-top: 0 !important;
}

.selected-addon {
    border: solid 1px #FECD00;
    border-radius: 32px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.selected-addon-display {
    margin-bottom: 20px;
}

.selected-addon-display p {
    margin-bottom: 3px;
}

.catalog-filters input {
    width: 100%;
    border-radius: 16px;
    height: 45px;
    border-left: none;
    background-color: #F9F9F9;
    outline: none !important;
    outline-width: 0;
}

.catalog-filters input:focus {
    outline: none !important;
    outline-width: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.form-control:focus {
    border-color: #ced4da;
    outline: none !important;
    box-shadow: none !important;
}

.catalog-filters .input-group-text {
    height: 45px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #F9F9F9;
    border-right: none;
    font-size: 20px;
}

.experience-catalog-items {
    margin-top: 30px;
}

.experience-item {
    margin-bottom: 25px;
}

.experience-item a {
    text-decoration: none;
}

.add-image-cta a {
    text-decoration: none;
}


.experience-item .experience-image {
    height: 324px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.experience-item-info {
    margin-top: 16px;
}

.experience-detail .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: black;

}

.experience-detail .title span {
    font-size: 14px;
}

.experience-detail p {
    font-size: 16px;
    color: #525252;
    line-height: 15px;
    /* padding-top: 9px; */
    margin-top: 7px;
}

.experience-detail .type {
    color: #FECD00;
}

.experience-rating {
    font-size: 20px;
    color: black;
    text-align: right;
}

.experience-rating .mdi {
    font-size: 24px;
}

.experience-rating .review-count {
    font-size: 16px;
    color: #525252;
}

.reviewer-rating {
    padding-top: 15px;
}

.guest-picker {
    width: 260px;
}

.guest-picker .btn-sorted-chale {
    font-weight: bold;
    font-size: 16px;
}

.guest-picker .row {
    border-top: 0.5px solid darkgrey;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-left: 0;
    margin-right: 0;
}

.no-border {
    border: none !important;
}

.popover {
    max-width: 300px;
}

.guest-info {
    font-size: 16px;
}

.guest-info span {
    font-size: 12px;
}

.guest-controls {
    padding-top: 8px;
    padding: 0;
    font-size: 16px;
}

.guest-controls div {
    display: inline-block;
    margin-left: 15px;
}

.guest-controls .guest-btn {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 0.5px solid #202020;
    text-align: center;
    font-size: 19px;
    cursor: pointer;
    user-select: none;
}

.filter-box {
    background-color: #F9F9F9;
    border-radius: 16px;
    height: 45px;
    border: 1px solid #ced4da;
    color: grey;
    padding-left: 10px;
    padding-top: 7px;
    cursor: pointer;
}

.filter-box i {
    font-size: 20px;
    padding-right: 10px;
}

.modal-content {
    padding: 15px;
}

.filter-section {
    border-top: 0.5px solid darkgray;
    padding-top: 24px;
    margin-bottom: 34px;
}

.filter-section label {
    color: #373737;
    padding-left: 5px;
    display: inline-block;
}


.filter-section .filter-section-title-only {
    color: #202020;
    font-size: 18px;
    margin-bottom: 15px;
}

.filter-section .filter-section-title {
    color: #202020;
    font-size: 18px;
    margin-bottom: 5px;
}

.filter-section .filter-section-info {
    color: #525252;
    font-size: 16px;
    margin-bottom: 15px;
}

.filter-section .price-range-item {
    border: 0.5px solid #525252;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.filter-section .price-range-item span {
    font-size: 12px;
    color: #525252;
}

.price-hyphen {
    margin-top: 11px;
    font-size: 20px;
}

.range-slider {
    margin-top: 25px;
}

.ui-slider {
    border: 0;
    background: #E1E1DE;
    height: 7px;
}

.ui-slider-range {
    background-color: #FECD00;
}

.ui-slider-handle {
    border-color: #FECD00 !important;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
}


/**Catalog item **/

.experience-catalog-item {
    margin-top: 30px;
}

.experience-catalog-item .main-gallery-item {
    height: 423px;
    background-color: #727272;
    border-radius: 16px 0px 0px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.experience-catalog-item .gallery-item {
    height: 200px;
    margin-bottom: 23px;
    background-color: #727272;
    /* border: solid 0.2px #727272; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.experience-catalog-item .gallery-item-vertical {
    height: 423px;
    margin-bottom: 23px;
    background-color: #727272;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.experience-catalog-item .catalog-item-gallery {
    margin-top: 20px;
}

.experience-catalog-item .catalog-item-gallery .col-6 {
    margin-bottom: 0;
}

.view-all-photos {
    margin-bottom: 15px;
}

.border-bottom-right {
    border-bottom-right-radius: 16px;
    margin-bottom: 15px !important;
}

.border-top-right {
    border-top-right-radius: 16px;
}

.catalog-item-tab-section {
    /* width: 90%; */
    margin: auto;
    margin-top: 25px;
    margin-bottom: 100px;
}

.catalog-item-tab-section .nav-link {
    color: #525252;
}

.catalog-item-tab-section .nav-link:hover {
    color: #FECD00;
    border-color: white;
}

.catalog-item-tab-section .nav-link.active {
    border-color: white;
    border-bottom: solid 4px #FECD00;
    color: #FECD00;
}

.catalog-item-tab-item {
    margin-top: 40px;
}

#experience-faq-table td {
    border-bottom: solid 1px #FECD00;
}

.experience_info_tab .nav-item {
    min-width: 150px;
}

.inclusion-tab {
    margin-top: 60px;
}

.inclusion-item-input {
    width: 60%;
    float: left;
}

.inclusion-edit-item {
    display: none;
}

.inclusion-ctas-item {
    display: inline-block;
    padding-left: 10px;
}

.inclusion-item {
    margin-bottom: 20px;
}

.catalog-item-tab-item h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}

.catalog-item-tab-item p {
    color: #525252;
}

.payment-plan-section {
    margin-top: 15px;
    margin-bottom: 30px;
}

.inclusion-list {
    color: #525252;
    margin-top: 20px;
}

.inclusion-list-item {
    margin-bottom: 12px;
}

.inclusion-list-item .item-icon {
    font-size: 20px;
}

.inclusion-list-item .included span {
    color: #6FCF97;
}

.pricing-table {
    width: 100%;
    border: solid 1px #FECD00 !important;
}

.payment-plan-section .card {
    border: solid 1px #FECD00 !important;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.payment-plan-section .card-header {
    background-color: #FECD00 !important;
    border-radius: 0 !important;
    min-height: 40px;
    /* padding-left: 15px; */
}

.card-body .pricing-table {
    border: none !important;
}


.pricing-table-header {
    height: 40px;
    background-color: #FECD00;
    color: white;
}

.pricing-table td {
    padding: 10px 15px 10px 15px !important;
    border: none !important;
}

.pricing-table tr {
    border: none !important;
}

.payment-plan-section .card-header .btn-link {
    border: none !important;
    outline: 0 !important;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
    padding-top: 10px;
    width: 100%;
}

.payment-plan-section .card-header .btn-link .left-text {
    text-align: left;
}

.payment-plan-section .card-header .btn-link .right-text {
    text-align: right;
    padding-right: 15px;
}

.payment-plan-section .card-header .btn-link:focus {
    border: none !important;
    outline: 0 !important;
    color: white;
    text-decoration: none;
}

.inclusions-line {
    height: 100%;
    width: 1px;
    background-color: #A5A5A5;
    margin: auto;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.experience-catalog-item-review {
    background: #FAFAFA;
    background-color: #FAFAFA;
    margin-top: 100px;
    padding-bottom: 100px;
}

.past-reviews {
    padding-top: 42px;
}

.past-reviews h3 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.catalog-reviews {
    margin-top: 30px;
}

.profile-image-block {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    background-color: gray;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.name-date-block {
    font-weight: 600;
    font-size: 18px;
    color: #373737;
    padding-top: 10px;
}

.name-date-block span {
    font-weight: 400;
    font-size: 16px;
    color: #707070;
}

.review-statement {
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    margin-top: 23px;
}

.catalog-review-cta {
    margin-top: 50px;
}

.catalog-review-cta div {
    text-align: center;
}

.catalog-review-cta button {
    width: 200px;
    margin: auto;
    height: 45px;
    border-radius: 16px;
}

.similar-experiences {
    margin-top: 75px;
}

.similar-experiences a {
    text-decoration: none;
}

.similar-experiences h3 {
    font-weight: 600;
    font-size: 24px;
}

.similar-experience-items {
    margin-top: 30px;
}

.similar-experience-item {
    margin-bottom: 30px;
}


.similar-experience-item-image {
    height: 258px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.similar-experience-item-info div {
    margin-top: 2px;
}

.similar-experience-rating {
    color: #202020;
    font-size: 14px;
}

.similar-experience-rating span {
    color: black;
}

.similar-experience-name {
    font-weight: 600;
    font-size: 18px;
    color: black;
}

.similar-experience-category {
    color: #FECD00;
}

.similar-experience-date {
    color: #525252;
}

.similar-experience-cost {
    font-size: 14px;
    color: #202020;
}

.catalog-faq-section {
    margin-top: 100px;
}

.catalog-faq-section h3 {
    font-weight: 600;
    font-size: 24px;
    color: black;
    text-align: center;
}

#faqs #faq .card {
    border: 0;
    border-bottom: 1.5px solid #FECD00;
    border-radius: 0;
    /* width: 80%;
    margin: auto; */
}

#faqs .card-header {
    font-weight: bold;
}

.card-body table {
    border: solid 1px grey;
}

.card-body table tr {
    border: solid 1px grey;
}

.card-body table td {
    border: solid 1px grey;
    padding: 15px;
}

#faqs #faq .card .card-header {
    border: 0;
    background-color: transparent;
    padding-left: 0;
}

#faqs #faq .card .card-header:hover {
    border: 0;
}

.card-header {
    border: 0 !important;
    padding: 0;
}

#faqs #faq .card .card-header:focus {
    border: 0;
}

#faqs #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #222;
    padding: 20px;
    font-weight: bold;
}

#faqs #faq .card .card-header .btn-header-link:hover {
    border: 0;
}

#faqs #faq .card .card-header .btn-header-link:focus {
    border: 0;
}

#faqs #faq .card .card-header .btn-header-link:after {
    content: "\2039";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 30px;
    transform: rotate(270deg);
}

#faqs #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\2039";
    transform: rotate(90deg);
}

.payment-plan-section #accordion .card .card-header .btn-link:before {
    content: "\2039";
    font-family: 'Font Awesome 5 Free';
    float: left;
    font-size: 30px;
    margin-top: -8px;
    transform: rotate(270deg);
}

.payment-plan-section #accordion .card .card-header .btn-link.collapsed:before {
    content: "\2039";
    transform: rotate(180deg);
}

#faqs #faq .card .collapse {
    border: 0;
}

.overview-images {
    padding-left: 50px;
}

.overview-image {
    border: solid 3.61871px white;
    background-color: #FECD00;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.overview-image-top {
    width: 231.6px;
    height: 299.15px;
    border-radius: 108.561px;
    position: absolute;
}

.overview-image-bottom {
    width: 175.51px;
    height: 226.7px;
    border-radius: 82.2692px;
    position: relative;
    left: 172.49px;
    top: 131.48px;
    margin-bottom: 50px;
    /* border: 3.61871px solid #FFFFFF; */
}

.book-space-cta-section {
    margin-top: 100px;
    text-align: center;
}

.book-space-cta-section button {
    min-width: 175px;
    height: 45px;
    border-radius: 16px;
    background: #FECD00;
    font-weight: 700;
}

#bookSpaceModal .modal-header {
    border-bottom: 0;
}

#bookSpaceModal .modal-footer {
    border-top: 0;
}

#selectAddonModal .modal-header {
    border-bottom: 0;
}

#selectAddonModal .modal-footer {
    border-top: 0;
}

.addon-item-image {
    width: 100%;
    height: 118px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 10px;
}

.addon-item-description {
    font-size: 12px;
}

.addon-item-checkbox {
    text-align: right;
}

.addon-item-box {
    border: 1px solid #C1C1C1;
    border-radius: 6px;
    padding: 10px;
}

.addon-item-checkbox input:checked {
    border-color: #FECD00;
    background-color: #FECD00;
}

#bookSpaceModal .btn-sorted-chale {
    font-weight: 700;
    width: 75%;
    height: 45px;
}

#bookSpaceModal .btn-to-close {
    width: 21%;
    height: 45px;
    box-shadow: none;
}

#selectAddonModal .modal-footer {
    justify-content: center !important;
}

#selectAddonModal .modal-footer button {
    min-width: 300px;
}

#selectAddonModalTitle {
    font-size: 23px;
}

.book-space-form {
    border: 1px solid #969696;
    border-radius: 16px;
    padding-bottom: 6px;
}

.book-space-form input {
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 10px;
}

.book-space-form .label {
    padding-left: 10px;
    padding-top: 16px;
    color: #373737;
    /* font-size: 16px; */
}

.book-space-form .input-half-left {
    padding-right: 0;
    border-right: solid 1px #969696;
}

.book-space-form .input-half-right {
    padding-left: 0;
}


.book-space-form .btn-default {
    border: 0;
    width: 100%;
    text-align: left;
}

.book-space-form .dropdown-toggle::after {
    float: right;
}

.no-of-guests {
    border-top: 1px solid #969696;
}

.reservation-guest-count {
    padding-left: 15px;
}

.catalog-reservation {
    margin-top: 10px;
}

.catalog-reservation h2 {
    font-weight: 600;
    font-size: 32px;
}

.reservation-section-box {
    padding: 25px;
    background-color: rgba(55, 55, 55, 0.05);
    border: 8px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #202020;
}

.reservation-section-box h3 {
    font-size: 24px;
}

.reservation-section-box label {
    margin-bottom: 5px;
    /* font-size: 14px; */
}

.register-reservation-info label {
    display: none;
}

.register-reservation-info .form-show {
    display: block;
}

.view-reservation-info .registration-only-display {
    display: none;
}

.view-reservation-info .reservation-section-box {
    background-color: unset;
    padding: 0;
}

.view-reservation-info input {
    border: none !important;
    padding-left: 0 !important;
}

.view-reservation-info select {
    border: none !important;
    padding-left: 0 !important;
}

.view-reservation-info textarea {
    border: none !important;
    padding-left: 0 !important;
}

.view-reservation-info select {
    border: none !important;
    padding-left: 0 !important;
}

.view-reservation-info textarea {
    border: none !important;
    padding-left: 0 !important;
}

.register-reservation-info select {
    border: 1px solid #ced4da !important;
    padding-left: 15px !important;
}

.register-reservation-info textarea {
    border: 1px solid #ced4da !important;
    padding-left: 15px !important;
}

.view-reservation-info label {
    color: gray;
}

.reservation-section-box .main-info {
    font-size: 20px;
}

.reservation-section-box .main-info span {
    color: #FECD00;
}

.basic-info-section {
    margin-top: 25px;
}

.basic-info-section input,
select {
    height: 45px;
    background-color: transparent !important;
}

.basic-info-section input:disabled {
    background-color: #e9ecef !important;
}

.basic-info-section .remember-me {
    font-size: 14px;
    margin-top: 5px;
}

.error {
    text-align: left;
}

.basic-info-section .role-picker label {
    font-size: 14px
}

.basic-info-section .remember-me input {
    height: 15px;
}

.basic-info-section .role-picker input {
    height: 15px;
    margin-top: 15px;
}

.basic-info-section .remember-me input:checked {
    background-color: #2563eb !important;
}

.basic-info-section .input-container {
    margin-bottom: 15px;
}

.reservation-left-section {
    margin-bottom: 50px;
}

.basic-info-section .phone-number-input .phone-code {
    width: 30%;
    display: inline-block;
}

.basic-info-section .phone-number-input input {
    width: 68%;
    display: inline-block;
}

.reservation-request-area textarea {
    background-color: transparent;
}

.reservation-request-area input {
    background-color: transparent;
}

.basic-info-section textarea {
    background-color: transparent;
}

.catalog-reservation .terms-text a {
    text-decoration: none;
    color: #FECD00;
}

.catalog-reservation .btn-sorted-chale {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
    text-transform: lowercase;
}

.catalog-reservation .btn-sorted-chale::first-letter {
    text-transform: uppercase;
}

.summary-image {
    height: 200px;
    background-color: #202020;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.reservation-summary .first-image {
    border-top-left-radius: 8px;
}

.reservation-summary .last-image {
    border-top-right-radius: 8px;
}

.reservation-right-section .reservation-section-box {
    padding: 0;
    padding-bottom: 25px;
}

.summary-info {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
}

.summary-title {
    font-weight: 500;
    font-size: 19px;
}

.summary-title .category {
    color: #FECD00;
    font-size: 11px;
}

.summary-rating {
    text-align: right;
}

.summary-info .book-space-form {
    margin-top: 25px;
}

.summary-info input,
select {
    height: 45px;
    background-color: transparent !important;
}

.summary-info .brakdown-item {
    margin-top: 15px;
}

.addon-header h5 {
    margin-top: 15px;
}

.dropdown-menu {
    width: 100%;
}

.reservation-price-breakdown {
    margin-top: 25px;
}

.reservation-price-breakdown .item-description {
    color: #525252;
}

.reservation-price-breakdown .item-cost {
    text-align: right;
}

.reservation-price-breakdown .brakdown-item {
    margin-bottom: 10px;
}

.reservation-price-breakdown .breakdown-total {
    font-weight: bold;
    border-top: 0.6px solid #727272;
    border-bottom: 0.6px solid #727272;
    padding: 10px 0 10px 0;

}

.no-catalog-text {
    margin-top: 40px;
}

.no-catalog-text a {
    color: #FECD00;
}

.book-space-cta-btn {
    text-align: right;
    margin-bottom: 20px;
}

.itinerary-item-container {
    margin-bottom: 20px;
}

.itinerary-info {
    margin-top: 15px;
    color: #525252;
}

.itinerary-info .info-paragraph {
    white-space: pre-wrap;
}

.itinerary-info h5 {
    color: black;
}

.itinerary-info .bold {
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.itinerary-image {
    height: 100px;
    width: 150px;
    margin-top: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/* .itinerary-item{
    background: #F8F8F8;
    min-height: 167px;
    border-left: 3px solid #FECD00;
    padding: 25px;
} */

.itinerary-item {
    min-height: 100px;
    padding: 15px;
    border-radius: 0px 48px 48px 48px;
    box-shadow: 4px 4px 4px rgba(205, 205, 205, 0.25);
    border: solid 2px #EEDA00;
    margin-top: 15px;
}

.first-itinerary-item {
    border: solid 2px #00BF50;
}

.default-day-indicator {
    border: solid 4px #EEDA00;
}

.last-itinerary-item {
    border: solid 2px #B80000;
}

.day-indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-width: 4px !important;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.payment-form-container label {
    margin-bottom: 5px;
}

.payment-form-container .input-block {
    margin-bottom: 15px;
}

#stripe-pay-btn {
    margin-top: 15px;
    padding-top: 5px;
    font-weight: bold;
    width: 100%;
}

#payment-error .hide {
    display: none;
}

.reservation_payments {
    margin-top: 70px;
}

.reservation_payments .header {
    font-weight: bold;
}

.reservation_payments div {
    margin-bottom: 15px;
}

.reservation_payments .no-b-margin {
    margin-bottom: 0 !important;
}

/** country auto complete style **/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}


/** END auto compplete style **/

.tamicka-meraki {
    padding-top: 160px !important;
}

.tamicka-meraki img {
    max-width: 90%;
    margin: auto;
}

.accomodation-info {
    margin-top: 30px;
}

.accomodation-info img {
    max-width: 100%;
}

.discount-info-line {
    margin-top: 15px;
}



/** Mobile query **/


@media only screen and (max-device-width: 480px) {

    #bookSpaceModal .btn-sorted-chale {
        width: 71%;
    }

    .summary-title {
        font-size: 14px;
    }

    .tamicka-meraki {
        margin-top: 0px !important;
    }

    .experience-catalog-item .desktop-only-gallery-item {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    #guest-box-trigger {
        margin-bottom: 15px;
    }

    .category-type-item {
        padding-bottom: 5px;
    }

    .overview-images {
        padding-left: 15px;
        min-height: 400px;
    }

    #faqs #faq .card {
        width: 100%;
    }

    .payment-plan-section .card-header .btn-link .left-text {
        font-size: 14px;
    }

    .payment-plan-section .card-header .btn-link .right-text {
        font-size: 14px;
    }

    .payment-plan-section #accordion .card .card-header .btn-link:before {
        font-size: 25px;
        margin-top: -5px;
    }

    .payment-plan-section .card-header .btn-link {
        margin-bottom: 4px;
    }

    .no-padding-right-mobile {
        padding-right: 0 !important;
    }

    .no-padding-left-mobile {
        padding-left: 0 !important;
    }

    .view-one-off-activities .reservation-column {
        padding-left: 15px !important;
    }

}

.pricing-per-person {
    text-align: right;
}

.local-host-tag {
    float: right;
    background-color: #FECD00;
    max-width: 150px;
    min-height: 30px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 5px 10px;
    color: white;
    border-radius: 15px;
    font-size: 14px;
}

.sold-out-tag {
    float: right;
    background-color: #dc3545;
    max-width: 150px;
    min-height: 30px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 5px 10px;
    color: white;
    border-radius: 15px;
    font-size: 14px;
    /* font-weight: bold; */
}





/*Start Photo modal*/

.photo-modal-viewer {
    min-height: 400px;
}

.photo-modal-viewer .mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.photo-modal-viewer .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.photo-modal-viewer .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.photo-modal-viewer .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.photo-modal-viewer .prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.photo-modal-viewer .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.photo-modal-viewer .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.photo-modal-viewer .dot {
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.photo-modal-viewer .active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.photo-modal-viewer .fade-photo {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/*End photo modal*/





/* Admin editing experience  */

.experience_listing_status {
    height: 30px;
    color: white;
    max-width: 100px;
    text-align: center;
    padding: 7px 4px;
    border-radius: 10px;
    font-size: 11px;
}

.experience_listing_leads {
    background-color: #ffc107;
}

.experience_listing_pending {
    background-color: #ffc107;
}



.experience_listing_active {
    background-color: #198754;
}

.experience_listing_draft,
.experience_listing_deactivated,
.experience_listing_declined,
.experience_listing_sold {
    background-color: #dc3545;
}

.change-clicker {
    color: #ffc107;
    cursor: pointer;
}

.manage-experience-form {
    display: none;
}

.manage-experience-form .cta {
    margin-left: 10px;
}

.manage-experience-form select {
    height: 40px;
}

.detail-section .row {
    margin-top: 30px;
}

.row-info {
    margin-top: 10px !important;
}

.detail-section .row .title {
    font-weight: bold;
}

.detail-section .row .edit a {
    color: #FECD00;
}

#accomodation_display img {
    width: 100%;
}



/* End admin ecxiting experience  */


/* Start calendar */


.sorted-calendar {}

.experience-calendar {
    margin-bottom: 15px;
}

.sorted-calendar {
    border: solid 1px #FECD00;
    border-radius: 15px;
    min-height: 324px;
    max-height: 400px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.sorted-calendar .col {
    float: left;
    width: 12.5%;
    margin-top: 15px;
}

.calendar-column {
    text-align: center;
}

.calendar-column .calendar-month {
    font-size: 13px;
    margin-bottom: 5px;
}

.calendar-column-active {
    background-color: #fecb0036;
    border: solid 1.5px #FECD00;
    margin-bottom: 20px
}

#calendar-experience-list {
    clear: both;
}

.calandar-experience-title {
    margin-bottom: 7px;
    margin-top: 5px;
}

.calandar-experience-thumbnail {
    margin-bottom: 15px;
}

.calandar-experience-thumbnail a {
    text-decoration: none;
    color: black;
}

.calandar-experience-thumbnail .thumbnail-image {
    height: 100px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}



/* End calendar */



/* Start one off styling  */

.one-off-activities .title {
    font-weight: 600;
    /* margin-bottom: 10px; */
    font-size: 20px;
}

.one-off-activities .subtext {
    color: #666;
    font-size: 14px;
}

.activity-image-container {
    height: 403px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.activity-item .image-block {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    transition: all .5s;
}

/* .activity-image-container:hover .image-block {
    transform: scale(1.2);
} */

.activity-image-container:hover .image-block,
.activity-image-container:focus .image-block {
    transform: scale(1.2);
}

.image-block::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(52, 73, 94, 0.75); */
}

.activity-image-container:hover .image-block:before,
.activity-image-container:focus .image-block:before {
    display: block;
}

.activity-item .activity-title {
    margin-bottom: 5px;
    color: black;
    text-decoration: none;
}

.activity-item .activity-price {
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
}

.background_image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.activity-item a {
    text-decoration: none;
}

.view-one-off-activities {
    margin-top: 70px;
}

.view-one-off-activities .manage-activity {
    border-bottom: solid 1px #eee;
    padding-bottom: 80px;
}

.view-one-off-activities .price-figure {
    font-weight: bold;
    color: #666;
    font-size: 20px;
}

.view-one-off-activities .image-projector {
    height: 500px;
}

.view-one-off-activities .image-thumbnail-picker {
    height: 70px;
    margin-bottom: 10px;
    cursor: pointer;
}

.active-image-thumbnail-picker {
    border: solid 2px #FECD00;
}

.view-one-off-activities .reservation-column {
    padding-left: 40px;
}

.view-one-off-activities .label {
    font-size: 13px;
}

.guests-info-discount {
    background-color: #f2f3f6;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
}

.reservation-column .activity-title {
    font-size: 17px;
}

.addon-options .addon-item {
    margin-bottom: 10px;
    font-size: 14px;
}

.addon-options .addon-item input:checked {
    border-color: #FECD00;
    background-color: #FECD00;
}

.addon-options .addon-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.align-items-center {
    align-items: center;
}

.other-likeable-activites .title {
    font-size: 20px;
    font-weight: bold;
}

.activity-about-section .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.activity-about-section .brief {
    font-size: 14px;
}

.main-activity-detail-section {
    border-top: solid 1px #dcdfe4;
    margin-top: 30px;
    padding-top: 30px;
}

.main-activity-detail-section .section-label {
    font-weight: bold;
    /* font-size: 17px; */
}

.location-tip {
    display: none;
    font-size: 14px;
    color: grey;
    text-decoration: underline;
}

.location-tip a {
    color: grey;
    text-decoration: underline;
}

/* End one off styling  */


/* Start checkout styling  */

.activities-checkout {
    margin-top: 40px;
}

.guest-details .title {
    font-size: 20px;
    font-weight: bold;
}

.cart-details .title {
    font-size: 20px;
    font-weight: bold;
}

.cart-details .status-pill {
    font-size: 14px;
    font-weight: normal;
    max-width: 150px;
    text-align: center;
    height: 25px;
    border-radius: 8px;
    padding-top: 2px;
}

.cart-details .status-pill.paid {
    background-color: #d4edda;
    color: #155724;
}

.cart-details .status-pill.pending {
    background-color: #fff3cd;
    color: #856404;
}

.cart-bio-title {
    font-weight: bold;
    color: grey;
}

.cart-items-display .cart-item-image {
    height: 100px;
}

.cart-item-details {
    font-size: 14px;
    margin-bottom: 0;
}

.email-code .input-fields input {
    height: 45px;
    width: 45px;
    text-align: center;
    display: inline-block;
}

.cart-item-title {
    color: grey;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-item-others {
    color: grey;
}

.cart-item-others .label {
    color: #bfbaba;
}

.cart-item-addons .label {
    color: #bfbaba;
}

.cart-total {
    border-top: solid 1px #bfbaba;
    padding-top: 25px;
    text-align: right;
    margin-right: 30px;
}

.cart-addon-item {
    border: solid 1px #8b8a8a;
    font-size: 12px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    margin-top: 3px;
    color: #8b8a8a;
    border-radius: 5px;
    margin-right: 3px;
}

#checkout-button {
    text-align: center
}

#checkout-button .sc-loader {
    height: 20px;
    width: 20px;
    margin: auto;
}

#submit-otp-button .sc-loader {
    height: 20px;
    width: 20px;
    margin: auto;
}


/* End checkout styling  */