// currency format according to WooCommerce setting function wbbm_woo_price_format(price) { if (typeof price === 'string') { price = Number(price); } price = price.toFixed(2); // price = price.toString(); // price = price.toFixed(wbbm_num_of_decimal); let price_text = ''; if (wbbm_currency_position === 'right') { price_text = price + wbbm_currency_symbol; } else if (wbbm_currency_position === 'right_space') { price_text = price + ' ' + wbbm_currency_symbol; } else if (wbbm_currency_position === 'left') { price_text = wbbm_currency_symbol + price; } else { price_text = wbbm_currency_symbol + ' ' + price; } return price_text; }
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} /*wp_block_styles_on_demand_placeholder:694e62a7912d7*/ /*# sourceURL=wp-block-library-inline-css */ /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */
/* Hide CanvasJS credits for P404 charts specifically */ #p404RedirectChart .canvasjs-chart-credit { display: none !important; }
#p404RedirectChart canvas { border-radius: 6px; }
.p404-redirect-adminbar-weekly-title { font-weight: bold; font-size: 14px; color: #fff; margin-bottom: 6px; }
#wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before { content: "\f103"; color: #dc3545; top: 3px; }
#wp-admin-bar-p404_free_top_button .ab-item { min-width: 80px !important; padding: 0px !important; }
/* Ensure proper positioning and z-index for P404 dropdown */ .p404-redirect-adminbar-dropdown-wrap { min-width: 0; padding: 0; position: static !important; }
#wpadminbar #wp-admin-bar-p404_free_top_button_dropdown { position: static !important; }
#wpadminbar #wp-admin-bar-p404_free_top_button_dropdown .ab-item { padding: 0 !important; margin: 0 !important; }
.p404-redirect-dropdown-container { min-width: 340px; padding: 18px 18px 12px 18px; background: #23282d !important; color: #fff; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.25); margin-top: 10px; position: relative !important; z-index: 999999 !important; display: block !important; border: 1px solid #444; }
/* Ensure P404 dropdown appears on hover */ #wpadminbar #wp-admin-bar-p404_free_top_button .p404-redirect-dropdown-container { display: none !important; }
#wpadminbar #wp-admin-bar-p404_free_top_button:hover .p404-redirect-dropdown-container { display: block !important; }
#wpadminbar #wp-admin-bar-p404_free_top_button:hover #wp-admin-bar-p404_free_top_button_dropdown .p404-redirect-dropdown-container { display: block !important; }
.p404-redirect-card { background: #2c3338; border-radius: 8px; padding: 18px 18px 12px 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #444; }
.p404-redirect-btn { display: inline-block; background: #dc3545; color: #fff !important; font-weight: bold; padding: 5px 22px; border-radius: 8px; text-decoration: none; font-size: 17px; transition: background 0.2s, box-shadow 0.2s; margin-top: 8px; box-shadow: 0 2px 8px rgba(220,53,69,0.15); text-align: center; line-height: 1.6; }
.p404-redirect-btn:hover { background: #c82333; color: #fff !important; box-shadow: 0 4px 16px rgba(220,53,69,0.25); }
/* Prevent conflicts with other admin bar dropdowns */ #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item { z-index: auto; }
#wpadminbar #wp-admin-bar-p404_free_top_button:hover > .ab-item { z-index: 999998 !important; }
/*# sourceURL=admin-bar-inline-css */
.infinite-scroll .woocommerce-pagination {
display: none;
}
/*# sourceURL=woocommerce-layout-inline-css */
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
{"@context":"https://schema.org","@type":"Review","itemReviewed":{"@type":"Organization","name":"Gangasagar Eco Tourism"},"reviewBody":"Your cart is currently empty.","datePublished":"2021-11-27T20:17:28","author":{"@type":"Person","name":"gangasagarecotourism.com","sameAs":"https://gangasagarecotourism.com/author/gangasagarecotourism-com"},"publisher":{"@type":"Organization","name":"gangasagarecotourism.com","sameAs":"https://gangasagarecotourism.com"}}{"@context":"https:\/\/schema.org"}
@media screen and (max-width: 782px) { html { margin-top: 0px !important; } .admin-bar.logged-in #header { padding-top: 45px; } .logged-in #header { margin-top: 0; } }
:root { --main-color: #5191FA; --body-color: #232323; --link-color: #1A2B48; --link-color-hover: rgba(81,145,250,0.9); --grey-color: #5E6D77; --heading-color: #232323; --light-grey-color: #EAEEF3; --orange-color: #FA5636; }
.booking-item-rating .fa , .booking-item.booking-item-small .booking-item-rating-stars, .comment-form .add_rating, .booking-item-payment .booking-item-rating-stars .fa-star, .st-item-rating .fa, li .fa-star , li .fa-star-o , li .fa-star-half-o, .st-icheck-item label .fa, .single-st_hotel #st-content-wrapper .st-stars i, .service-list-wrapper .item .st-stars i, .services-item.item-elementor .item .content-item .st-stars .stt-icon, .st-hotel-result .item-service .thumb .booking-item-rating-stars li i { color:#FA5636; }
.feature_class , .featured-image .featured{ background: #ed0925 !important; }
.search-result-page.st-rental .item-service .featured-image .featured:after, body.single.single-location .st-overview-content.st_tab_service .st-content-over .st-tab-service-content #rental-search-result .featured-image .featured::after { border-bottom: 29px solid #ed0925; } .room-item .content .btn-show-price, .room-item .content .show-detail , .btn, .wp-block-search__button , #gotop , .form-submit .submit{ background: #5191FA; color:#FFF; } .room-item .content .btn-show-price:hover, .room-item .content .show-detail:hover , .btn:hover, .wp-block-search__button:hover , #gotop:hover , .form-submit .submit:hover{ background: rgba(81,145,250,0.9); color:#FFF; } .feature_class::before { border-color: #ed0925 #ed0925 transparent transparent; } .feature_class::after { border-color: #ed0925 transparent #ed0925 #ed0925; } .featured_single .feature_class::before { border-color: transparent #ed0925 transparent transparent; } .item-nearby .st_featured::before { border-color: transparent transparent #ed0925 #ed0925; } .item-nearby .st_featured::after { border-color: #ed0925 #ed0925 #ed0925 transparent ; }
.st_sale_class { background-color: #3366cc; } .st_sale_class.st_sale_paper * {color: #3366cc } .st_sale_class .st_star_label_sale_div::after,.st_sale_label_1::before{ border-color: #3366cc transparent transparent #3366cc ; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; }
.st_sale_class .st_star_label_sale_div::after { border-color: #3366cc}
body{
}
.st_menu ul.slimmenu li a, .st_menu ul.slimmenu li .sub-toggle>i,.menu-style-2 ul.slimmenu li a, .menu-style-2 ul.slimmenu li .sub-toggle>i, .menu-style-2 .nav .collapse-user{
}
body{
}
.global-wrap{
}
.header-top, .menu-style-2 .header-top{
}
#menu1,#menu1 .menu-collapser, #menu2 .menu-wrapper, .menu-style-2 .user-nav-wrapper{
}
div.fpf-fields-config-wrapper { display:none!important; }
/* Hide tags from single product page */ .woocommerce div.product .product_meta>span { display:none
window.liveSettings={api_key:"add61db096874b2b8e165774c8613f62"}
| Remove item | Thumbnail image | Product | Price | ||
|---|---|---|---|---|---|
| One Day GangaSagar Yatra |
One Day GangaSagar Yatra |
₹1000 | |||
|
|
|||||
| Subtotal | ₹1000 |
|---|---|
| Total | ₹1000 |