/* Display Store Notice Start */

.admin-bar .ncm-store-notice {
    top: 32px;
}

.ncm-store-notice {
    background: #4169e1;
    color: #fff;
    padding: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.ncm-store-notice_dismiss-link {
    float: right;
    color: #fff;
}

/* Display Store Notice End */

.ncm_container_loader.ncm_textbox,
.ncm_select
{
    width: 100%;
}

.ncm_hide {
    display: none;
}

.ncm_show {
    display: block;
}

.ncm_error{
    color: #f34b4b;
}

.ncm_main_container_loader {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 200px;
}

.ncm_container_loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    z-index: 999999;
    vertical-align: middle;
    line-height: 100;
    min-height: 180px;
}

/************************ product detail page start ***********************/

li.col-sm-2 {
    list-style: none;
    padding: 3px;
}

.narnoo_product {
    width: 80%;
    display: inline-block;
    margin: 10%;
}

.narnoo_product .narnoo_product_gallery {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 15px;
}

.narnoo_product .narnoo_product_gallery img {
    width: 100%;
    display: inline-block;
}

.narnoo_product .summary {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 15px;
}

.narnoo_product .product-price-calculate p.ncm-person{
    width: 100%;
    display: inline-block;
}

.narnoo_product .product-price-calculate p.ncm-person span.ncm-adults,
.narnoo_product .product-price-calculate p.ncm-person span.ncm-children,
.narnoo_product .product-price-calculate p.ncm-person span.ncm-infant
{
    width: 25%;
    display: inline-block;
    margin: 0% 2%;
}
.narnoo_product form.cart .quantity{
    width: 25%;
    display: inline-block;
}

.narnoo_product .ncm-tabs {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.narnoo_product .ncm-tabs ul.ncm-tabs {
    width: 100%;
    display: inline-block;
}

.narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab {
    display: inline-block;
    padding: 3px;
    font-weight: 504;
    border-bottom: 1px solid;
    margin: 5px;
}

.narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab a {
    outline: none;
    text-decoration: none;
}

.narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab:first-child {
    margin-left: 0;
    padding-left: 0;
}

.narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab:last-child {
    margin-right: 0;
    padding-right: 0;
}

.narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab.active,
.narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab:hover
 {
    border-bottom: 3px solid;
}

label.ncm-label {
    padding: 10px 15px 10px 0;
}

.ncm-date input.ncm_datepicker {
    margin: 10px 15px 10px 0;
}

/************************ product detail page end ***********************/


/************************ product detail page modal start ***********************/

.modal-content .modal-title{
    clear: none;
    padding: 0;
    margin: 0 !important;
}


.ncm_display_loader {
    position: relative;
    color: #c4c4c4;
    display: none;
}

.ncm_bn_row .pt10 {
    padding-top: 10px; 
}

.ncm_bn_row .plr0 {
    padding-left: 10px; 
    padding-right: 10px; 
}

.ncm_bn_row .pl10 {
    padding-left: 10px; 
}

.ncm_bn_row .pb20 {
    padding-bottom: 20px
}

.ncm_bn_row .mt20 {
    margin-top: 5px;
}

.ncm_bn_row .col-lg-1.ncm_date {
    margin-right: 5px;
    text-align: center;
}

.ncm_date .product-title { font-size: 15px; }

.ncm_date .product-price a{box-shadow:none}
.ncm_date .product-price a:hover,.ncm_date .product-price a:focus{box-shadow:none;text-decoration:none}
.row.ncm_bn_row {
    font-size: 12px;
}

.ncm_date h6.product-price {
    padding: 10px 0 17px 0px;
    margin: 0px;
}

.ncm_bn_row .product-price {
    background-color: #eaeaea;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0;
    padding: 5px;
    font-size: 12px;
}

.large.tooltip-inner {
    max-width: 250px;
    width: 250px;
}

.ncm_prc_avl{color: #fcfcfc;}
.ncm_loader,
.ncm_price_availability_loader {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    z-index: 9;
}

.check_my_price_now_content .modal-container {
    padding: 15px;
}

.check_my_price_now_content .modal-container .ncm_availability_green,
.check_my_price_now_content .modal-container .ncm_availability_green a {
    color: green;
}

.check_my_price_now_content .modal-container .ncm_availability_red,
.check_my_price_now_content .modal-container .ncm_availability_red a {
    color: red;
}

input.full-width,
textarea.full-width {
    width: 100%;
}

.ncm_table_availability {
    text-align: center;
    background-color: white;
    color: #4e4646;
}

table.ncm_table_availability tbody tr td {
    width: calc(100% / 7);
}

table.ncm_table_availability tr td a{
    text-decoration: none;
}

.ncm_table_availability b{
    font-weight: bold;
}

.ncm_table_availability a.ncm_availability_green{
    color: green;
    font-weight: bold;
}

.ncm_table_availability a.ncm_availability_red{
    color: red;
    font-weight: bold;
}

p.ncm_info{
    margin: 0;
    padding: 10px;
    border: solid 1px #bce8f1;
    border-radius: 5px;
    font-size: 15px;
    background-color: #d9edf7;
    color: #31708f;
}

p.ncm_info span i.ncm_fa.ncm_fa-info-circle {
    margin: 5px 5px 0 0;
}

/*** for multiple product ***/

.ncm_booking_row_result {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.ncm_table_availability.table > tbody > tr > td, .ncm_table_availability.table > thead > tr > td {
    padding: 8px 0 !important;
}

div.ncm_option_list_container .ncm_option_list {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;
}

div.ncm_option_list_container .ncm_option_list .passenger_type {
    width: 69%;
    display: inline-block;
    text-align: left;
    padding: 5px 15px;
    border-right: 1px solid #ddd;
}
div.ncm_option_list_container .ncm_option_list .sell_and_levy {
    width: 29%;
    display: inline-block;
    text-align: left;
    padding: 5px 15px;
}

/************************ product detail page modal end ***********************/


/*********************** cart page Start ********************/

.entry-content a.ncm_remove_cart_item,
.entry-content a.ncm_remove_cart_item:hover,
a.ncm_remove_cart_item, 
a.ncm_remove_cart_item:hover {
    color: #ff1c1c;
    text-decoration: none;
    box-shadow: none;
}

a.ncm_remove_cart_item:hover .ncm_fa-times-circle-o {
    display: none;
}

a.ncm_remove_cart_item .ncm_fa-times-circle-o {
    display: block;
}

a.ncm_remove_cart_item .ncm_fa-times-circle {
    display: none;
}

a.ncm_remove_cart_item:hover .ncm_fa-times-circle {
    display: block;
}

/*********************** cart page End ********************/


/*********************** checkout page Start ********************/


#ncm_payment_form .panel-heading {
    padding: 10px;
}

#ncm_payment_form .panel-group div.panel-heading {
    margin: 0;
}

.order_summary_table{
    word-wrap: normal;
    /* width: auto; */
    word-break: keep-all !important;
    table-layout: auto !important;
}
.order_summary_table th,
.order_summary_table th:first-child,
.order_summary_table th:last-child,
.order_summary_table td,
.order_summary_table td:first-child,
.order_summary_table td:last-child{
    padding: 10px !important;
}

.ncm_cart_table tbody td:nth-child(3),
.checkout_table_custom tbody td:nth-child(3),
.order_summary_table tbody td:nth-child(3){
    min-width: 100px;
}

.ncm_cart_table tbody td:nth-child(2),
.ncm_cart_table tbody td:nth-child(4),
.ncm_cart_table tbody td:nth-child(5),
.ncm_cart_table tbody td:nth-child(6),
.checkout_table_custom tbody td:nth-child(2),
.checkout_table_custom tbody td:nth-child(4),
.checkout_table_custom tbody td:nth-child(5),
.checkout_table_custom tbody td:nth-child(6),
.order_summary_table tbody td:nth-child(2),
.order_summary_table tbody td:nth-child(4),
.order_summary_table tbody td:nth-child(5),
.order_summary_table tbody td:nth-child(6) {
    min-width: 166px;
}

/*********************** checkout page End ********************/


.ncm_date .input-group-addon:first-child, 
.has-sidebar:not(.error404) .wrap.twentyseventeen #primary {
    width: 80%;
}
.has-sidebar .wrap.twentyseventeen #secondary {
    width: 20%;
}

body.ncm-cart-page.page-two-column:not(.archive) #primary .twentyseventeen .entry-header, 
body.ncm-checkout-page.page-two-column:not(.archive) #primary .twentyseventeen .entry-header,
body.ncm-order-page.page-two-column:not(.archive) #primary .twentyseventeen .entry-header 
{
    width: 12%;
}

body.ncm-cart-page.page-two-column:not(.archive) #primary .twentyseventeen .entry-content,
body.ncm-checkout-page.page-two-column:not(.archive) #primary .twentyseventeen .entry-content,
body.ncm-order-page.page-two-column:not(.archive) #primary .twentyseventeen .entry-content {
    width: 88%;
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0!important;
    margin: 0 0 1.618em!important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1110px) {

   .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }
    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

.twentyfifteen .narnoo_product{
    margin: 0;
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {

    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%;
        display: inline-block;
    }
    .single-product .twentyfifteen .entry-summary {
        padding: 0!important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }
    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.entry-content input.ncm_payment_gateways {
    position: absolute;
    margin: 15px;
}

.entry-content a.ncm_payment_gateways_tab {
    padding: 10px 34px;
    text-decoration: none !important;
    box-shadow: none !important;
    width: 100%;
    display: inline-block;
}

.datepicker table {
    width: 235px;
}

/* Media Queries for responsive of other themes */

@media(max-width: 1199px) {
    .ncm_cart_table table{
        width: auto;
    }
}
@media(min-width: 992px) and (max-width: 1024px) {
    .ncm_main_content{
        overflow-x: hidden;
    }
    .ncm_cart_table table{
        width: auto;
    }
    .entry-content{
        padding: 0px 20px 30px !important;
    }
    .entry-content h3{
        margin-top: 15px !important;
    }
    .entry-title{
        margin-bottom: 15px !important;
    }
    .entry-header{      
        padding: 0px 20px !important;
    }
}
@media(max-width: 991px) {
    .price small{
        font-size: 100%;
    }
    .ncm_date h6.product-price{
        margin: 10px 0px 25px;
        padding: 0px;
    }
    .ncm_main_content{
        overflow-x: hidden;
    }
    .ncm_cart_table table,
    .checkout_table_custom table{
        width: auto;
        margin: 0
    }
    .entry-content{
        padding: 0px 20px 30px !important;
    }
    .entry-content h3{
        margin-top: 15px !important;
    }
    .entry-title{
        margin-bottom: 15px !important;
    }
    .entry-header{      
        padding: 0px 20px !important;
    }
}
@media(max-width: 767px) {
    .narnoo_product .narnoo_product_gallery,
    .narnoo_product .summary{
        width: 100%;
    }
    .narnoo_product .ncm-tabs{
        margin-top: 0px;
    }
    .narnoo_product .ncm-tabs ul.ncm-tabs{
        margin: 0px;
    }
    .narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab{
        display: block;
        text-align: center;
    }
    .narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab.active, 
    .narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab:hover{
        background: #222;
        color: #fff;
        border-bottom: 1px solid #222;
    }
    .narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab.active a, 
    .narnoo_product .ncm-tabs ul.ncm-tabs li.ncm-tab:hover a{
        color: #fff;
    }
    .ncm-tab-content{
        padding: 15px;
        text-align: center;
    }
    .entry-summary h3{
        margin-top: 15px !important; 
        margin-bottom: 15px !important; 
    }
    .ncm-date{
        text-align: center;
    }
    .btn.btn-info.btn-lg{
        font-size: 14px;
        padding: 6px 12px;
    }
    .ncm_price_model{
        padding-left: 5px;
        padding-right: 5px;
    }
    .modal-header .close{
        font-size: 35px;
        margin-top: -10px;
    }
    .entry-content{
        width: auto !important;
        float: none !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .ncm_field_passenger{
        margin: 30px 0px;
    }
    table.ncm_table_passenger {
        width: auto !important;
    }
    .ncm_table_passenger tr input {
        width: 300px;
    }
    .ncm_cart_shop_btns{
        text-align: center;
        padding: 10px 0px;
    }
    .wrapper-form-custom input[type="checkbox"] {
        display: inline-block;
        width: 10%;     
    }
}
