.tour_preview {
    flex-basis: 31%;
    max-width: 100%;
    padding: 0;
    margin: 0rem 1% 3rem 1%;
    position: relative;
    padding-bottom: 60px;
    background-color: #fff;
}

.tour_preview_tb_tour_high {
    position: absolute;
    top: 2rem;
    right: 0px;
    background-color: #f20000;
    padding: 0px 10px 0px 20px;
    margin: 0;
    display: inline-block;
    color: #fff;
    border-radius: 20px 0 0 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.tour_preview_tb_tour_high b {
    font-size: 1.5rem;
    padding: 0 5px 0 0;
}

.product_prv_img img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.tour_preview_tb_tour_btn_wrap {
    display: flex;
    justify-content: right;
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 0;
}

.product_add_item {
    display: inlne-block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 7px 0 0 7px;
    background: #ffffff;
    color: #1a1919;
    margin: 10px 0px 10px 0;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    border: solid 1px #000;
    display: flex;
    align-items: center;
}

.product_view_item {
    display: inlne-block;
    text-align: center;
    padding: 5px 2rem;
    border-radius: 0 7px 7px 0;
    color: #1a1919;
    margin: 10px 10px 10px 0px;
}


/*8888888888888888888888888888*/

.tourCatName {
    font-weight: 200;
}

.tour_previews {
    flex-basis: 65%;
}

@media (max-width: 1200px) {
    .tour_previews {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }
}

.tour_side_wrapper {
    background: #ffffff;
    flex-basis: 35%;
}

@media (max-width: 1200px) {
    .tour_side_wrapper {
        display: none;
        flex-basis: 0;
    }
}

.tour_wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.tour_preview_tb_tour_no {
    position: absolute;
    top: 1rem;
    left: 0;
    display: inline-block;
    padding: 5px;
    color: #fff;
    background-color: #00c0ff;
    font-size: 16px;
    line-height: 36px;
    vertical-align: middle;
}

.tour_preview_tb_tour_no span {
    display: inline-block;
    background: url(/assets/two/images/small_rocket.gif) no-repeat;
    width: 22px;
    height: 36px;
}

.tour_bottom_help {
    text-align: center;
    padding: 1rem;
    position: relative;
    margin-top: 3rem;
}

@media (max-width: 1200px) {
    .tour_bottom_help {
        display: block;
    }
}

.tour_side_help {
    padding: 30px;
    text-align: center;
    height: 100%;
    padding-top: 100px;
    background: #fdfdfd;
}

.tour_side_help_logo {
    display: block;
    width: 150px;
    padding-bottom: 20px;
    margin: 0 auto;
}


/* The sidebar menu */

.sidenav {
    display: flex;
    height: 100%;
    position: fixed;
    /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1;
    /* Stay on top */
    top: 0px;
    /* Stay at the top */
    right: 0;
    overflow-x: hidden;
    /* Disable horizontal scroll */
}

@media (max-width: 1200px) {
    .sidenav {
        display: none;
    }
}

.sidenav_in {
    padding: 70px 0rem 0rem 0rem;
    width: 100%;
}

.tour_side_comments {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: solid 1px #f2f2f2;
    background: #fff;
}

.t_side_comments_title {
    font-size: 1.2rem;
}

.t_side_comment {
    margin: 1rem 1rem 0 1rem;
    padding: 1rem;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.t_side_comment_img img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: block;
    margin-right: 1rem;
}

.tailortrip {
    font-size: 11px;
    text-align: center;
    background: #fafafa;
    width: 100%;
    padding: 5px;
}

.tailortrip img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.tour_side_build {
    padding: 0.5rem;
    border-radius: 5px;
    margin: 15px;
    display: inline-block;
    max-width: 100%;
    background: #f4e6d4;
    text-align: center;
    font-size: 12px;
    color: #573735;
    text-transform: uppercase;
}