<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 13-06-20223  beta product page */
.tour-single .activity-block {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #515050;
}

.tour-single .activity-block-title {
    padding-bottom: 10px;
    padding-top: 10px;
}

.tour-single .activity-block.style-2 .activity-block-header h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.tour-single .activity-block.style-2,
.tour-single .activity-block-header {
    padding: 5px 10px !important
}

@media (max-width: 768px) {
    .activity-block.style-2 .block-body {
        padding: 0 10px 30px;
    }

    .activity-block .card-header {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {

    .tour-single .activity-block.style-2,
    .tour-single .activity-block-header {
        padding: 5px 20px !important
    }


    .tour-single .activity-block.style-2 .block-body {
        padding: 0 15px 30px;
    }

    .tour-single .activity-block.style-2 .block-body .card-header {
        padding-left: 4px;
    }
}

.variations .fc-custom-checkbox label {
    display: table;
}

.variations .variation-price-name .woocommerce-Price-currencySymbol {
    padding: 0px 2px 0px 0px;
    color: #FF0000;
}

.variations .variation-price-name .woocommerce-Price-amount {
    color: #FF0000;
}

.fc-variation-option-checkbox-wrapper .woocommerce-Price-currencySymbol {
    padding: 0px 2px 0px 0px;
    color: #FF0000;
}

.fc-variation-option-checkbox-wrapper .woocommerce-Price-amount {
    color: #FF0000;
}

.variations .fc-custom-checkbox label :checked + span {
    background: transparent;
    border: none;
}

.variations .fc-custom-checkbox label span {
    background: transparent;
    border: none;
    border-radius: 0px;
}

.variations .fc-custom-checkbox label &gt; span {
    padding: 2px 0 2px 10px;
}

.variations .fc-custom-checkbox label {
    margin-bottom: 5px !important;
}

.fc-custom-checkbox label {
    margin: 0 5px;
}

.qty-inc,
.qty-dec {
    width: 28px;
    height: 28px;
    line-height: 29px;
    font-size: 12px;
    background-color: rgba(128, 137, 150, 0.08);
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.qty-inc:hover,
.qty-dec:hover {
    background-color: #FF0000;
    color: #fff;
}

.qty-btn input {
    width: 35px;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
}

.fc-quantity .qty-dec:hover,
.fc-quantity .qty-dec:focus,
.fc-quantity .qty-dec:active,
.fc-quantity .qty-inc:hover,
.fc-quantity .qty-inc:focus,
.fc-quantity .qty-inc:active {
    background-color: #b0b0b0;
    border-radius: 8px;
}


.fc-custom-checkbox input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    margin-top: 10px;
}


.fc-custom-checkbox input[type='radio']:before {
    content: '';
    display: block;
    width: 65%;
    height: 65%;
    margin: 15% auto;
    border-radius: 50%;
}

.fc-custom-checkbox input[type='radio']:checked:before {
    background: #ff0000;
}

.rider-note {
    font-size: 12px;
    padding: 2px 0 2px 10px;
}

.activity-details-tab-wrapper {
    border-bottom: 1px solid #515050;
}

.activity-details-tab-wrapper .c-overview-title {
    font-size: 18px;
}

.activity-details-tab-wrapper .activity-overview-text {
    padding-left: 15px;
}

.footer-button {
    left: 0;
    bottom: 0;
    width: 100%;
    transition: opacity 1s;
    background-color: #000;
}

@media (min-width: 768px) {
    .footer-button {
        display: none;
    }
}

#fc-product-menu {
    display: none;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}

.fc-product-menu-scroll{
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}

.fc-product-menu-scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.fc-product-menu-scroll::-webkit-scrollbar-track {
    border-radius: 2px;
}

.fc-product-menu-scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #292929;
}

.fc-nav-arrow a {
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
}

.fc-nav-arrow a:hover , .fc-nav-arrow a:focus {
    color: red !important;
}

.fc-nav-arrow-next, .fc-nav-arrow-prev{
    background: black;
    padding-left: 5px;
    padding-right: 5px;
}

.fc-nav-arrow-next{
    border-left: 1px solid #ffffff5c;
}

.fc-nav-arrow-prev{
    border-right: 1px solid #ffffff5c;
}

#fc-product-menu .navbar-nav .menu-item {
    flex: auto;
    white-space: nowrap;
}

#fc-product-menu .navbar-nav .nav-link {
    text-wrap: nowrap;
}

#fc-product-menu .sub-menu-nav li {
    border: none;
}

/* dark theme start here*/
#fc-product-menu.fc-navbar-dark {
    background-color: #000 !important;
    border-top: 1px solid #999999 !important
}

#fc-product-menu.fc-navbar-dark .sub-menu-nav li .nav-link,
#fc-product-menu.fc-navbar-dark .sub-menu-nav li .nav-link:hover {
    color: #fff !important;
}

.sub-menu-nav .menu-item.active:after {
    display: block;
    content: '';
    border-bottom: solid 2px #ff0000;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}

.sub-menu-nav .menu-item.active:after {
    transform: scaleX(1);
}

#fc-product-menu.fc-navbar-dark .navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

/*nav css end*/


/* product addons checkbox styles */
.variation-radios-addons input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #dc3545;
    background-color: #fff;
}

.variation-radios-addons input[type="checkbox"]:checked {
    background-color: #dc3545;
}

.variation-radios-addons input[type="checkbox"]:checked::before {
    content: '\2713';
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 14px;
    color: #fff;
    background-color: #dc3545;
}

.variation-radios-addons span {
    padding-left: 7px;
}

.activity-review-rate ul li {
    list-style: none;
}

#fc-product-menu .nav-item:last-child {
    display: block !important;
}
.variation-radios .form-check-input {
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .woocommerce-Price-amount.amount {
        padding-left: 0 !important;
    }
}

.variations .variation-price-name del{
    color: #fff;
    padding-left: 20px;
}</pre></body></html>