.item-tours{
    h3.title{
        line-height: 25px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 2px;
        margin-top: 15px;
        a{
            color: var(--main-color, #1A2B48);
        }
    }
    .rate-tours{
        list-style: none;
        padding: 0px;
        margin: 0px;
        
    }
    .reviews{
        margin-bottom: 6px;
        i{
            font-size: 15px;
            color: #ffdc00;
        }
    }
    .section-footer{
        .price-wrapper{
            .item{
                margin-bottom: 0px;
            }
            span.price{
                margin-left: 5px;
                position: relative;
                .onsale {
                    position: absolute;
                    right: 0;
                    top: -15px;
                    text-decoration: line-through;
                    font-size: 14px;
                    color: #c03!important;
                    font-weight: 400;
                }
            }
        }
    }
    
}
.st-service-feature{
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #d7dce3;
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 30px;
    .item {
        margin-bottom: 10px;
        .icon {
            margin-right: 15px;
            i {
                font-size: 36px;
                color: var(--main-color,#1A2B48);
            }
        }
        .info{
            .name {
                font-size: 14px;
                color: var(--main-color,#1A2B48);
                margin: 0;
                line-height: 36px;
            }
            .value {
                font-size: 14px;
                color: var(--grey-color,#5E6D77);
                margin: 0;
            }
        }
    }
}
.st-highlight{
    ul {
        padding-left: 0;
        li{
            &:before {
                content: "";
                border: 1px solid var(--main-color,#5191FA);
                width: 8px;
                height: 8px;
                display: inline-block;
                border-radius: 50%;
                margin-right: 20px;
            }
            i {
                margin-right: 15px;
                position: relative;
                top: 2px;
            }
        }
        
    }
    margin-top: 30px;
    .st-section-title {
        font-size: 14px;
        color: var(--grey-color,#5E6D77);
        font-weight: 500;
        margin-bottom: 30px;
    }
    ul {
        padding-left: 25px;
        li {
            font-size: 14px;
            color: var(--grey-color,#5E6D77);
            margin-bottom: 20px;
            list-style: none;
        }        
    }    
}

.st-program-list{
    .item {
        border: 1px solid #d7dce3;
        border-left: 6px solid var(--link-color,#5191FA);
        background: #fcfcfc;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 10px;
        
        .header {
            padding: 17px 30px;
            overflow: hidden;
            cursor: pointer;
        }
        
    }
    &.style1{
        .item {
            border: 1px solid #d7dce3;
            border-left: 6px solid var(--link-color,#5191FA);
            background: #fcfcfc;
            border-radius: 3px;
            overflow: hidden;
            margin-bottom: 10px;
            &:first-child {
                border-left-color: #2ecc71;
            }
            .header {
                padding: 17px 30px;
                overflow: hidden;
                cursor: pointer;
                h5 {
                    font-size: 16px;
                    color: var(--main-color,#1A2B48);
                    margin: 0;
                    float: left;
                    line-height: 23px;
                }
                .arrow {
                    float: right;
                    font-size: 25px;
                    line-height: 5px;
                }
            }
            img{
                max-width: 100%;
            }
            
            .body {
                height: 0;
                overflow: hidden;
                font-size: 14px;
                color: var(--grey-color,#5E6D77);
                padding: 0 30px;
                transition: all .3s;
            }
            &.active{
                .header .arrow {
                    transform: rotate(180deg);
                }
                .body {
                    height: auto;
                    padding: 15px 30px 30px;
                }
            }
            
            
        }   
    }
    &.style2{
        position: relative;
        .item {
            cursor: pointer;
            height: 330px;
            border: none!important;
            margin-bottom: 0!important;
            position: relative;
            .header {
                position: absolute;
                bottom: 0;
                left: 0;
                h5 {
                    margin-bottom: 10px!important;
                    padding: 3px 14px;
                    border-radius: 3px;
                    color: #fff!important;
                    font-size: 14px!important;
                    font-weight: 400;
                    float: none;
                    display: inline-block;
                    background: #2ecc71;
                }
            }
            .body {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%!important;
                padding: 20px!important;
                background: var(--main-color,#1A2B48);
                opacity: 0;
                color: #fff!important;
                overflow-y: auto;
                h5 {
                    margin-bottom: 10px!important;
                    padding: 3px 14px;
                    border-radius: 3px;
                    color: #fff!important;
                    font-size: 14px!important;
                    font-weight: 400;
                    float: none;
                    display: inline-block;
                    background: #2ecc71;
                }
            }
            &:hover{
                .body {
                    opacity: 1;
                }
            }
        }
        h2 {
            margin: 0;
            color: #fff!important;
            font-size: 16px!important;
            font-weight: 500;
        }
        .owl-item:last-child .body h5 {
            background: #2ecc71;
        }
        .desc {
            margin-top: 10px;
        }
        a{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 3px;
            background: rgba(26,43,72,.7);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }
        a.next {
            right: -20px;
        }
        a.prev {
            left: -20px;
        }
    }
    &.style3{
        border-left: 1px solid #d7dce3;
        margin-left: 10px;
        .item {
            position: relative;
            padding-left: 30px;
            overflow: visible;
            margin-bottom: 30px;
            border:none;
            .icon {
                position: absolute;
                left: -12px;
                top: -19px;
                padding: 17px 0;
                background: #fff;
                img {
                    width: 23px;
                    height: auto;
                }
            }
            h5 {
                font-weight: 450;
                font-size: 16px;
                color: var(--main-color,#1A2B48);
                margin-bottom: 25px;
            }
            .body {
                font-size: 14px;
                color: var(--grey-color,#5E6D77);
                padding: 0;
            }
        }
    }
}
.st-search-tour{
    .sidebar-filter{
        .sidebar-item{
            label{
                span {
                    margin-right: 5px;
                }
            }
            &.review-score{
                span{
                    i{
                        font-size: 15px;
                        color: #ffdc00;
                    }
                }
                .fake-star{
                    i{
                        color: #d7dbe3;
                    }
                }
            }
            
        }
    }
    
    .footer-flex{
        @media screen and (min-width:992px){
            padding-top: 30px !important;
            padding-bottom: 30px !important;
        }
    }
    .service-type{
        &.type-btn-view-more{
            a{
                border: 1px solid var(--link-color,#5191FA);
                border-radius: 3px;
                color: var(--link-color,#5191FA);
                background-color: transparent;
                padding: 9px 25px;
                margin-left: 0;
                transition: all 0.3s;
                &:hover{
                    background: var(--link-color,#5191FA);
                    color: #FFF;
                }
            }
        }
    }
    .item-content{
        .item-content-w{
            @media screen and (max-width:767px){
                margin-top: 15px;
            }
        }
    }
    .list-style{
        .price-wrapper, .service-duration , .type-btn-view-more{
            @media (min-width:560px) and (max-width: 990px){
                display:  block !important;
            }
            @media (max-width: 767px){
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        .price-wrapper{
            margin-bottom: 10px;
        }
        .service-duration , .service-type{
            display: inline-block;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }
}
.tour-top-search{
    .top-filter{
        border-bottom: none;
    }
}
#st-content-wrapper{
    .review-score{
        .st-stars{
            i {
                cursor: pointer;
                color: #ffdc00;
                &.grey{
                    color: var(--light-grey-color,#EAEEF3);
                }
            }
            &.style-2{
                font-size: 20px;
            }
        }
    }
    
}
#reviews{
    .st-stars{
        i {
            cursor: pointer;
            color: #ffdc00;
            font-size: 18px;
            &.grey{
                color: var(--light-grey-color,#EAEEF3);
            }
        }
    }
}
.single-st_tours , .single-st_rental , .single-st_cars , .single-st_activity, .single-hotel_room{
    #form-booking-inpage{
        .form-group{
            padding: 20px;
        }
        .field-guest{
            padding: 0px;
        }
    }
    
    .review-score{
        .head-rating {
            font-size: 14px;
            color: var(--main-color,#1A2B48);
            font-weight: 500;
            margin-bottom: 5px;
            display: block;
        }
        .st-stars {
            margin-bottom: 7px;
        }
        i {
            font-size: 16px!important;
        }        
    }
    #reviews{
        .review-box {
            margin-top: 20px;
            padding: 30px;
            border: 1px solid var(--light-grey-color,#EAEEF3);
            border-radius: 5px;
            color: var(--link-color,#1A2B48);
            font-weight: 500;
        }
        .review-box-score {
            border-right: 1px solid #d7dce3;
            padding-top: 15px;
            padding-bottom: 15px;
            text-align: center;
            .review-score {
                line-height: 50px;
                font-size: 72px;
                font-weight: 500;
                color: var(--main-color,#5191FA);
                .per-total {
                    font-size: 24px;
                }
            }
            .review-score-text {
                font-weight: 400;
                font-size: 24px;
                color: var(--link-color,#1A2B48);
            }
            .review-score-base {
                margin-top: 10px;
                color: #768090;
                font-size: 14px;
                span {
                    color: var(--link-color,#5191FA);
                }
            }
        }
        .review-sumary{
            .item:first-child {
                margin-top: 0;
            }
            .item {
                display: flex;
                align-items: center;
                .label {
                    width: 22%;
                    text-align: right;
                    margin-top: 0;
                    margin-right: 3%;
                }
                .progress {
                    width: 65%;
                }
                .number {
                    width: 7%;
                    margin-left: 3%;
                }
            }
        }
        .review-star{
            padding: 0;
            margin: 0;
            overflow: hidden;
            li {
                list-style: none;
                margin-right: 5px;
                float: left;
                i {
                    color: #ffdc00;
                    font-size: 16px;
                }
            }
        }
        .detail{
            .st-description {
                margin-bottom: 0;
                margin-top: 20px;
                font-size: 14px;
                color: var(--grey-color,#5E6D77);
                font-weight: 400;
                position: relative;
            }
        }
    }
    #respond{
        .comment-form {
            .review-items{
                .rates{
                    i.grey {
                        color: var(--grey-color,#5E6D77) !important;
                        &.selected , &.hovered{
                            color: var(--link-color,#5191FA)!important;
                        }
                    }
                }
            }
            
        }
    }
    .service-avatar {
        position: absolute;
        bottom: -16px;
        right: 20px;
        height: 35px;
        width: 35px;
        border: 1px solid #dfdfdf;
        border-radius: 50%;
        img{
            border-radius: 50%;
        }
    }
    #st-content-wrapper{
        .form-book-wrapper{
            .check-in-wrapper{
                label {
                    font-size: 16px;
                    color: var(--main-color,#1A2B48);
                    font-weight: 450;
                }
            }
            .tour-sale-box {
                position: absolute;
                top: 0px;
                overflow: hidden;
                height: 70px;
                width: 70px;
                right: 0px;
            }
            .form-date-search{
                .check-in-input {
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: -1;
                    opacity: 0;
                }
                .check-in-out-input {
                    width: 100%;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: -1;
                    opacity: 0;
                }
            }
    
            .form-guest-search{
                margin-bottom: 0;
                border-top: 1px solid #d7dce3;
                padding:0px;
                .guest-wrapper {
                    padding: 15px 20px;
                    display: flex;
                    align-items: center;
                    &:not(:last-child){
                        border-bottom: 1px solid #d7dce3;
                    }
                    .check-in-wrapper {
                        padding: 0;
                        label {
                            font-size: 16px;
                            color: var(--main-color,#1A2B48);
                            font-weight: 450;
                        }
                        .render {
                            font-size: 13px;
                            color: var(--grey-color,#5E6D77);
                        }
                    }
                }
            }
            .st-input-number{
                height:34px;
            }
            .st-number-wrapper {
                display: flex;
            }
        }
        .form-more-extra{
            padding: 20px 15px;
            .dropdown {
                display: block;
                text-align: right;
                font-size: 16px;
                color: var(--link-color,#5191FA);
            }
            .extras{
                display:none;
                padding:0px;
                list-style:none;
                .title-extra{
                    width: calc(100% - 50px);
                    .select-wrapper{
                        width: 50px;
                    }
                }
                @media screen and (max-width:480px) {
                    li.item{
                        .st-flex{
                            display: flex;
                        }
                    }
                }
            }
        }
        .owl-carousel-wrapper {
            position: relative;
    
            .owl-tour-program {
                .owl-item {
                    .item {
                        height: 330px;
                        border: none !important;
                        margin-bottom: 0 !important;
                        position: relative;
    
                        .header {
                            position: absolute;
                            bottom: 0;
                            left: 0;
    
                            h5 {
                                margin-bottom: 10px !important;
                                background: var(--link-color, #5191FA);
                                padding: 3px 14px;
                                border-radius: 3px;
                                color: #FFF !important;
                                font-size: 14px !important;
                                font-weight: 400;
                                float: none;
                                display: inline-block;
                            }
    
                            h2 {
                                margin: 0;
                                color: #FFF !important;
                                font-size: 16px !important;
                                font-weight: 500;
                            }
                        }
    
                        .body {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100% !important;
                            padding: 20px !important;
                            background: var(--main-color, #1A2B48);
                            opacity: 0;
                            color: #FFF !important;
                            overflow-y: auto;
    
                            h5 {
                                display: inline-block;
                                margin-bottom: 10px !important;
                                background: var(--link-color, #5191FA);
                                padding: 3px 14px;
                                border-radius: 3px;
                                color: #FFF !important;
                                font-size: 14px !important;
                                font-weight: 400;
                                line-height: 23px;
                            }
    
                            h2 {
                                margin: 0;
                                color: #FFF !important;
                                font-size: 16px !important;
                                font-weight: 500;
                            }
    
                            .desc {
                                margin-top: 10px;
                            }
                        }
    
                        &:hover {
                            .body {
                                opacity: 1;
                            }
                        }
                    }
    
                    &:first-child, &:last-child {
                        .header {
                            h5 {
                                background: #2ECC71;
                            }
                        }
    
                        .body {
                            h5 {
                                background: #2ECC71;
                            }
                        }
                    }
                }
            }
    
            a.next, a.prev {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 40px;
                height: 40px;
                border-radius: 3px;
                background: rgba(26, 43, 72, 0.7);
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 9999;
            }
    
            a.next {
                right: -20px;
            }
    
            a.prev {
                left: -20px;
            }
        }
    
    
    }
    .review-pag-wrapper{
        .pagination{
            .comment-prev, .comment-next{
                &>a{
                    width: auto;
                }
            }
            ul{
                li{
                    &.active{
                        a{
                            color: var(--link-color,#5191FA);
                        }
                    }
                }
            }
        }
    }
    
}
.single-st_rental #st-content-wrapper .form-more-extra {
    padding: 20px;
}
.single-st_tours, .single-st_activity{
    .form-head{
        .price{
            display: flex;
            align-items: flex-end;
            .label {
                font-size: 14px;
                font-weight: 400;
                padding: 0 10px 0 0;
                line-height: 28px;
            }
            .value{
                line-height: 28px;
                .onsale {
                    display: block;
                    text-decoration: line-through;
                    font-size: 17px;
                    color: #c03!important;
                    font-weight: 400;
                    line-height: 20px;
                }
            }
        }
    }
}
#collapseInExClude{
    ul{
        padding: 0;
        margin: 0;
        li {
            list-style: none;
            font-size: 14px;
            color: #768090;
            margin-bottom: 20px;
            i {
                margin-right: 15px;
                position: relative;
                top: 2px;
            }
        }
    }
}
#collapseFaq{
    .st-program-list{
        .item {
            padding-top: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #d7dce3;
            &:first-child{
                padding-top: 0px;
            }
            &:last-child{
                border-bottom: none;
            }
            .header {
                overflow: hidden;
                cursor: pointer;
                margin-bottom: 10px;
                @media screen and (max-width:767px) {
                    display: flex;
                    align-items: center;
                }
                .arrow {
                    float: right;
                    font-size: 20px;
                    position: relative;
                    top: -8px;
                }
            }
        }
        h5{
            margin: 0px;
            display: inline-block;
        }
        .header{
            border-bottom:0px;
            .field-icon {
                margin-right: 15px;
            }
        }
        .body {
            height: 0;
            overflow: hidden;
            font-size: 14px;
            color: var(--grey-color, #5E6D77);
            transition: all 0.3s;
        }
        .item{
            &.active{
                .arrow {
                    transform: rotate(180deg);
                }
                .body {
                    height: auto;
                    padding: 0 30px;
                }
            }
        }
    }
}

//Poup package
.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 768px;
    margin: 0 auto;
}
/*
====== Zoom effect ======
*/
.mfp-zoom-in {
    /* start state */
    .mfp-with-anim {
        opacity: 0;
        transition: all 0.2s ease-in-out;
        transform: scale(0.8);
    }

    &.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    /* animate in */
    &.mfp-ready {
        .mfp-with-anim {
            opacity: 1;
            transform: scale(1);
        }
        &.mfp-bg {
            opacity: 0.8;
        }
    }

    /* animate out */
    &.mfp-removing {

        .mfp-with-anim {
            transform: scale(0.8);
            opacity: 0;
        }
        &.mfp-bg {
            opacity: 0;
        }

    }

}
.st-single-tour{
    &.style-2{
        .st-service-feature{
            margin-bottom:0px;
        }
    }
    .st-list-tour-related{
        .item-tour{
            @media screen and (max-width:767px) {
                margin-bottom:24px;
            }
        }
    }
}
.st-package-popup{
    .mfp-close , .mfp-close:active , .mfp-close:focus {
        top: 20px;
        right: 17px;
        opacity: 1;
        background: transparent url(../../v2/images/svg/ico_close.svg) center center no-repeat;
    }
    .st-faq{
        padding: 30px;
        background:#FFF;
        border-radius:8px;
        .item {
            margin-bottom: 20px;
            border: 1px solid #d7dce3;
            border-radius: 5px;
            overflow: hidden;
            .header {
                overflow: hidden;
                padding-top: 20px;
                cursor: pointer;
                padding-bottom: 6px;
                padding-left: 15px;
                padding-right: 15px;
                background: #fcfcfc;
                h5 {
                    float: left;
                    margin-top: 0;
                    margin-bottom: 0;
                    font-size: 16px;
                    color: var(--main-color,#1A2B48);
                }
                .arrow {
                    float: right;
                    font-size: 20px;
                    position: relative;
                    top: -8px;
                }
            }
            .body {
                font-size: 14px;
                color: #5e6d77;
                transition: all .3s;
                height: 0;
                overflow: hidden;
                padding-bottom: 0;
                padding-left: 15px;
                padding-right: 15px;
                .item-inner {
                    padding: 0;
                    margin: 0;
                    li {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        margin-bottom: 20px;
                        label {
                            font-weight: 400;
                            font-size: 15px;
                            margin-bottom: 0;
                            display: inline-block;
                        }
                    }
                    .booking-item-rating-stars {
                        padding: 0;
                        margin: 0;
                        display: inline-block;
                        vertical-align: middle;
                        position: relative;
                        width: 100%;
                        top: -1px;
                        i {
                            font-size: 16px;
                            color: #fa5636;
                        }
                        li{
                            display:inline-block;
                            margin-bottom:0px;
                        }
                    }
                    .select-wrapper{
                        .caculator-item {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            input {
                                text-align: center;
                                width: 50px;
                            }
                        }
                        i {
                            cursor: pointer;
                        }
                    }
                }
            }
            &.active{
                .header {
                    border-bottom: 1px solid #d7dce3;
                    .arrow {
                        transform: rotate(180deg);
                    }
                }
                .body {
                    height: auto;
                    padding-top: 20px;
                }
            }
        }
    }
}