.sub-category-nav-box.active {
    background: #05a525;
}

.sub-category-nav-box.active .sub-category-nav-title {
    color: #fff;
}

.tours-list .tour-info-boxes > h3 {
    text-align: center;
    display: block;
    width: 100%;
}

.spinner-container {
    position: relative
}

.not-found {
    font-size: 24px;
    text-align: center;
    padding: 25px;
    font-weight: 500;
}

.spinner-container > .spinner {
    pointer-events: none;
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: url(../img/spinner.svg) center center no-repeat rgba(255, 255, 255, .8);
    background-size: 100px 100px;
    transition: opacity .5s
}

.spinner-container.spinning > .spinner {
    z-index: 10;
    opacity: 1;
    pointer-events: all;
}

.custom-page header {
    margin-bottom: 0px !important;
}

.custom-page .section-header-title {
    margin-bottom: 0px !important;
}

.custom-page .blog-detail-content {
    padding-top: 0px !important;
}

.custom-page article {
    margin-top: 0px !important;
}

section.search {
    padding: 75px 0;
}

.search .tour-list-boxes,
.search .blog-list-boxes {
    margin: 50px auto;
}

.form-active-labels.checkout input::placeholder {
    opacity: 0;
}

.checkout-form-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 75px;
    -webkit-box-shadow: 8px 13px 35px 0 rgba(0, 20, 55, 0.2);
    box-shadow: 8px 13px 35px 0 rgba(0, 20, 55, 0.2);
    border-radius: 5px;
    background: #ffffff;
}

.checkout-form-wrapper .form-active-labels {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkout-form-wrapper .coupon-wrapper{
    padding-bottom:30px;
}

.woocommerce-form-coupon-toggle{
    padding-bottom:30px;
}
/*.form-active-labels.checkout {*/
/*max-width: 800px;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*padding: 75px 75px;*/
/*}*/
/*.coupon-wrapper {*/
/*max-width: 800px;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*padding: 75px 75px;*/
/*-webkit-box-shadow: 8px 13px 35px 0 rgba(0, 20, 55, 0.2);*/
/*box-shadow: 8px 13px 35px 0 rgba(0, 20, 55, 0.2);*/
/*border-radius: 5px;*/
/*background: #ffffff;*/
/*}*/

.form-active-labels.checkout .choices__inner {
    border-bottom: 1px solid #d1dae6;
    border-radius: 0;
    padding: 10px 0 !important;
}

.form-active-labels.checkout ul.woocommerce-error {
    text-align: center;
    padding-bottom: 30px;
}

.form-active-labels.checkout .woocommerce-invalid input {
    border-color: #f1bcbc;
}

.form-active-labels.checkout .woocommerce-additional-fields {
    padding-top: 30px;
}

.form-active-labels.checkout h3 {
    text-align: center;
}

.form-active-labels.checkout #order_review_heading {
    padding: 30px;
    margin-bottom: 0px;
}

#order_comments_field label {
    display: none;
}

.form-active-labels.checkout textarea {
    height: auto;
}

.shop_table.woocommerce-checkout-review-order-table {
    text-align: left;
    padding-bottom: 30px;
}

.shop_table.woocommerce-checkout-review-order-table .order-total {
    font-size: 24px;

}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal {
    display: none;

}

.form-active-labels.checkout .woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce-order-received section.blog-detail-content article h2 {
    text-align: center;
}

.woocommerce-order-received .woocommerce-order {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 75px;
    -webkit-box-shadow: 8px 13px 35px 0 rgba(0, 20, 55, 0.2);
    box-shadow: 8px 13px 35px 0 rgba(0, 20, 55, 0.2);
    border-radius: 5px;
    background: #ffffff;
}

.woocommerce-order-received .woocommerce-order-overview li {
    display: flex;
    justify-content: space-between;
}

.woocommerce-order-received .woocommerce-table {
    margin-bottom: 25px;
}

.woocommerce-order-received .woocommerce-order-details table tr > th:nth-of-type(1),
.woocommerce-order-received .woocommerce-order-details table tr > td:nth-of-type(1) {
    text-align: left;
}

.woocommerce-order-received .woocommerce-order-details table tr > th:nth-of-type(2),
.woocommerce-order-received .woocommerce-order-details table tr > td:nth-of-type(2),
.woocommerce-order-received .woocommerce-order-details table tr > td:nth-of-type(1) {
    text-align: right;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name {
    display: flex;
    align-items: center;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name a {
    text-align: left;
    display: block;
}

.woocommerce-order-received .woocommerce-order-overview__date.date {
    font-weight: 400;
}

.woocommerce-customer-details {
    text-align: center;
}

.woocommerce-order-received .woocommerce-table tfoot > tr:first-of-type {
    display: none;
}

section.tour-prices-dates {
    overflow-y: visible;
    overflow: visible;
}

.about-box p {
    color: #161616;
}

.pages-nav li a {
    color: #161616;
}

.pages-nav li a:hover {
    color: #000;
}

section.adventures {
    background-image: url(../img/adventures/background.jpg);
}

.popup-gallery .items {
    display: flex;
    flex-wrap: wrap;

}

.popup-gallery .items .fit-image {
    display: block;
    width: calc(12.5% - 70px / 8);
    margin-right: 10px;
    margin-bottom: 10px;
}

.popup-gallery .items .fit-image:nth-child(8n+8) {
    margin-right: 0px;
}

.popup-gallery .items a img {
    display: block;
    border-radius: 10px;
}

.popup-gallery .items .fit-image::before {
    padding-bottom: 100%;
}

.popup-gallery .gallery-large-image {
    margin-bottom: 15px;
    display: block;

}

.popup-gallery .gallery-large-image img {
    margin-bottom: 15px;
    display: block;
    border-radius: 10px;
}

.popup-gallery a {
    opacity: 1;
    transition: opacity 0.25s;
}

.popup-gallery a:hover {
    opacity: 0.85;
}

@media (max-width: 991px) {

    .popup-gallery .items .fit-image {
        display: block;
        width: calc(20% - 40px / 5);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .popup-gallery .items .fit-image:nth-child(8n+8) {
        margin-right: 10px;
    }

    .popup-gallery .items .fit-image:nth-child(5n+5) {
        margin-right: 0px;
    }

    .form-active-labels.checkout {
        padding: 75px 25px;
    }
}

.blog-detail-title {
    font-weight: 600;
}

#pagination-wrapper .pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagination-wrapper .pagination li {
    padding: 15px;

}

#pagination-wrapper .pagination li a,
#pagination-wrapper .pagination li span {
    font-size: 18px;
}

#pagination-wrapper .pagination li span {
    font-weight: 600;
}

.tour-detail-title {
    font-weight: 600;
}

.tour-overview-box p {
    text-align: left;
}

.wc_payment_methods.payment_methods.methods {
    margin-bottom: 50px;
}

#payment .form-row {
    margin-bottom: 15px;
}

#place_order {
    margin-top: 35px;
}

.woocommerce-checkout main {
    background-color: #F5F7F9;
}

@media (max-width: 650px) {
    section.tour-detail-content .tour-overview-box {
        padding-right: 0px;
    }

    .tour-overview-box {
        border-radius: 0;
    }

    section.tour-detail-content .tour-overview-box::after {
        content: '';
        top: 0;
        bottom: 0;
        width: 500px;
        right: -499px;
        background: inherit;
        position: absolute;
        display: block;
    }

    .included-list li {
        padding-left: 30px;
    }

    .included-list li::before {
        position: absolute;
        left: -2px;
    }

    .not-included-list li {
        padding-left: 30px;
    }

    .not-included-list li::before {
        position: absolute;
        left: -2px;
    }

    .itinerary-box {
        flex-direction: column;
    }

    section.tour-prices-dates .tour-result-box {
        display: block;
    }

    section.tour-prices-dates .container {
        flex-direction: column;
    }

    section.tour-prices-dates .tour-result-box:after {
        content: none;
    }

    section.tour-prices-dates .tour-result-box {
        padding-left: 0px;
        margin-top: 25px;
    }

    section.tour-prices-dates .tour-result-box p {
        margin-bottom: 0px;
    }

    section.tour-prices-dates .tour-result-box ul {
        margin-bottom: 0px;
    }

}

.price.crossed{
    text-decoration: line-through;
}
.tour-info-box .price.crossed{
    font-size:16px!important;
}
.tour-sidebar-box .price.crossed{
    font-size:18px!important;
    margin-bottom:0px;
}
.tour-sidebar-box .price{
    line-height: normal;
}

.tour-list-box .tour-info-boxes .tour-info-box .price.crossed {
    top: 24px;
}

#order_review .product-name .product-quantity{
    font-weight:400;
}
#order_review .fee th{
    font-weight: 400 !important;
}

.woocommerce-checkout-review-order-table tbody tr>td:first-of-type{
    padding-right:25px;
}

.facebooksharebuttonwrapper{
    display:flex;
    justify-content:center;
}

figure.wp-caption,
figure.wp-caption a,
figure.wp-caption img{
    max-width:100%;
}

.slider-arrow-nav .arrow i {
    pointer-events:none;
}

@media(max-width: 991px){
    section.tour-detail-content .tour-section.with-gradient:before {
        left: -30px;
        right: -30px;
    }
    section.tour-detail-content{
        overflow-x:hidden;
    }
}
@media(max-width: 480px){
    .tour-detail-title {
        font-size: 35px;
    }
    section.tour-detail-banner {
        background-position: center;
    }
}
.car-rental-box{
    background-color:#fff;
}

.nav-opened {
    overflow: hidden;
}

.nav-opened .page-header{
    position: relative;
    z-index: 1000;
}

section.tour-prices-dates .text-form{
    max-width: 750px;
}

.woocommerce-checkout-review-order-table .deposit-notification{
    font-size: 14px;
    color: #05a525;
}

section.reviews.reviews-2{
    padding:40px 0 20px 0;
    background:none;
}
section.reviews.reviews-2 .container{
    display: flex;
    flex-direction: column;
}
section.reviews.reviews-2 .section-header-nav{
    margin:0 auto;
}
section.reviews.reviews-2 .slick-list{
    padding:10px;
}
section.reviews.reviews-2 .reviews-boxes{
    display: flex;
    max-width: 100%;
    margin-left:0px;
    margin-right: 0px;
}
section.reviews.reviews-2 .slider-arrow-nav{
    margin-bottom:15px;
}
section.reviews.reviews-2 .review-box .inner{
    box-shadow: none;
    border:1px solid #dadada;
    padding:20px;
}
section.reviews.reviews-2 .section-header-nav .section-header{
    margin-bottom: 25px;
}
section.reviews.reviews-2 .slick-slide{
    opacity: 1;
}
section.reviews.reviews-2 .reviews-boxes .review-box .inner{
    margin: 0 10px;
}

section.reviews.reviews-2 .reviews-boxes::before{
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 50px;
    background:url('../img/fade-left.png');
}
section.reviews.reviews-2 .reviews-boxes::after{
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 999;
    width: 50px;
    background:url('../img/fade-right.png');
}

.review-box .review-rating{
    display: flex;
    justify-content: center;
    color: #e3c70e;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 150px;
}
.review-box .review-rating i{
    padding:0 2px;
}


.review-box .date {
    opacity: .5;
    font-size: 14px;
}
.guaranteed-info i{
    line-height: 1;
    font-weight: 900;
    font-size: 24px;
    position: relative;
    color: #05a525;
    top: 3px;
    padding-right: 5px;
}
.choices__list--dropdown .choices__item{
    font-size:12px;
}

#tour-detail-form .form-group:first-of-type .choices__list.choices__list--single{
    text-transform: none;
}

.woocommerce-error{
    color: red;
}