.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0 0 15px 0;
}

#product {
    margin: 30px 0 0 0;
}

.nav-tabs .nav-link {
    font-size: 18px;
    color: #000000;
}

.nav-tabs .nav-link:hover {}

.box-right {
    padding: 20px;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 15px;
    font-size: 14px;
    box-shadow: 0 0px 1px #6e6e6e !important;
}

.box-right a {
    color: #0050a9;
}

.box-right h5 {
    color: #063b77;
}

.box-right ul {
    margin-bottom: 0;
    line-height: 28px;
}

.product-detail {
    margin-top: 50px;
}

.box-booking-price {
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    border: 2px solid #007bff;
}

.box-cartime {
    margin: 0 0 10px 0;
}

.timeline>div {
    margin-bottom: 40px;
    margin-right: 10px;
    position: relative;
}

#booking {
    padding: 20px;
    border-radius: 30px;
    background: #fff;
    border: 3px solid #ff3145;
    box-shadow: 0px 1px 4px #c3c3c3;
}

#booking.sticky {
    position: sticky;
    padding: 20px;
    top: 80px;
    z-index: 98;
    box-shadow: 0px 2px 8px 2px #e4e4e4;
    border-radius: 20px;
}

.price-label {
    background: #ffffff;
    padding: 5px 5px;
    border-radius: 0px;
    text-align: center;
    color: #007bff;
    border: 1px solid #007bff;
}

.pre {
    /* white-space: pre-line; */
    word-break: break-word;
    line-height: 22px;
    color: #000000;
    font-size: 12px;
}

.nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnail {
    background: transparent !important;
    border-color: transparent !important;
}

.card {
    box-shadow: 0 1px 2px #c4c4c4 !important;
    overflow: hidden;
}

.tab-content {
    background: #fff;
    border: 1px solid #e0e1e1;
    border-top: transparent;
    border-radius: 5px 5px 5px 5px;
    padding: 20px !important;
    overflow: hidden;
    margin-top: -2px;
}

#nanogallery2 {
    background: #1b1c23;
    padding: 14px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    box-shadow: 0 2px 4px #dadada !important;
}

#nanogallery2 .nGY2ConsoleParent {
    padding: 0;
    margin: 0px;
}

.nGY2 .nGY2GallerySub {
    display: block;
}

.nGY2 .nanoGalleryLBarOff {
    height: auto;
}

.option-price {
    background: #ffffff;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ffc107;
}

.option-price:hover {
    border: 1px solid #007bff;
}

.option-price input[type="checkbox"] {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 15px;
}



#quantity input[type="text"] {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 3px 15px;
    font-size: 18px;
    background: #fff;
    margin: 0 -10px;
}

#quantity [type=button] {
    border: 1px solid #ccc;
    padding: 3px 15px;
    font-size: 18px;
    background: #fff;
}

#quantity [type=text]:focus,
#quantity [type=text]:active {
    outline: none;
}

#quantity [type=button]:hover {
    background: #f7f7f7;
}

#quantity .minus {
    border-radius: 4px 0 0 4px;
}


#quantity .plus {
    border-radius: 0 4px 4px 0;
}


#quantity [type="button"]:disabled {
    cursor: no-drop;
    background: #e0e0e0;
}

.price-package-list {
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #cbcbcb;
}

.price-package-list:hover {
    border: 1px solid #007bff;
}


.product-name {
    color: #007bff;
}

.booking-price-list {
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.form-control[readonly] {
    background: #fff !important;
}

.border-price {
    border-left: 1px dashed #bababa !important;
    padding: 0px 0 0px 20px;
}

.owl-theme .owl-next,
.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}


.price-gallery {
    position: relative;
    height: 100px;
    display: block;
    overflow: hidden;
    background: #fff;
    margin: 3px;
}

.price-gallery img {
    transition: transform .2s;
    height: 100%;
    width: 100%;
}

.price-gallery img:hover {
    transform: scale(1.1);
}

.product-gallery {
    background: #010e1d;
    box-shadow: 0 1px 2px #b4b4b4;
    border-radius: 11px;
    padding: 10px;
}


.zoom-icon {
    position: absolute;
    background: #00000096;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffffe3;
    top: 2px;
    right: 0;
    width: 90px;
}

.zoom-icon:hover {
    background: #090909;
    color: #fff;
}

.booknow-icon {
    position: absolute;
    background: #00000096;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffffe3;
    top: 35px;
    right: 0;
    width: 90px;
}

.booknow-icon:hover {
    background: #090909;
    color: #fff;
}

/* co */

#sync1 .owl-height {
    height: 500px !important;
}

#sync1 .owl-stage-outer .item img {
    height: 100%;
}

.box-booking-detail {
    margin: 20px 0;
}


@media only screen and (max-width: 600px) {
    .border-price {
        border: none !important;
        padding: 0;
    }

    #booking {
        position: fixed !important;
        width: 100%;
        bottom: 0;
        left: 0 !important;
        top: auto !important;
        background: #fff;
        padding: 10px 10px 0px 10px !important;
        border-bottom: 0;
        border-radius: 35px 35px 0 0 !important;
        margin: 0;
        box-shadow: 0 -3px 25px #434343 !important;
        z-index: 99;
        font-size: 13px;
    }

    #booking h2 {
        font-size: 20px;
    }

    #sync1 .owl-height {
        height: auto !important;
    }

    .title {
        font-size: 20px;
    }

    .price-gallery{
        height: 80px;
    }
}