/*
Theme Name: lgfc-v2.1
Theme URI: http://letsgoforacamp.com/
Author Name: Tejas Darji
Author URI: http://www.tejasdarji.in/
Version: 2.1
*/
html {
  scroll-behavior: smooth;
}

/* ==========================================================================
   Modernization layer — CSS custom properties, dark mode, motion, and a
   sticky nav / toggle-button treatment layered on top of the rules below
   rather than rewriting them, so existing layout/behavior keeps working.
   ========================================================================== */
:root {
	--lgfc-accent: #289ded;
	--lgfc-accent-dark: #067aca;
	--lgfc-warm: #fba000;
	--lgfc-warm-dark: #eb6c15;
	--lgfc-ink: #16181d;
	--lgfc-surface: #ffffff;
	--lgfc-surface-alt: #f7f7f7;
	--lgfc-text: #222529;
	--lgfc-text-muted: #6b7280;
	--lgfc-radius: 16px;
	--lgfc-radius-pill: 999px;
	--lgfc-transition: 180ms ease;
}

:root[data-theme="dark"] {
	--lgfc-surface: #14171c;
	--lgfc-surface-alt: #1c2028;
	--lgfc-text: #eef1f5;
	--lgfc-text-muted: #a7adb8;
	--lgfc-ink: #eef1f5;
}

@media (prefers-color-scheme: dark) {
	:root:not([data-theme="light"]) {
		--lgfc-surface: #14171c;
		--lgfc-surface-alt: #1c2028;
		--lgfc-text: #eef1f5;
		--lgfc-text-muted: #a7adb8;
		--lgfc-ink: #eef1f5;
	}
}

body {
	font-family: 'Raleway', sans-serif;
	background-color: var(--lgfc-surface);
	color: var(--lgfc-text);
	transition: background-color var(--lgfc-transition), color var(--lgfc-transition);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}

::selection {
	background: var(--lgfc-warm);
	color: #fff;
}

a:focus-visible,
button:focus-visible,
.nav-link:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--lgfc-warm);
	outline-offset: 2px;
}

/* Sticky nav gets a shadow once the page scrolls (see theme.js) */
.navbar {
	transition: box-shadow var(--lgfc-transition), background-color var(--lgfc-transition);
}
.navbar.is-scrolled {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

/* Rounded, slightly punchier buttons with a hover lift */
.btn,
.btn-orange,
.btn-primary,
#place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button {
	border-radius: var(--lgfc-radius-pill) !important;
	transition: transform var(--lgfc-transition), box-shadow var(--lgfc-transition) !important;
}
.btn:hover,
.btn-orange:hover,
.btn-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* Trip/destination cards: subtle lift + zoom on hover */
.trip-rectangle,
.destination-rectangle,
.trip-content,
.destination-content {
	transition: transform var(--lgfc-transition), box-shadow var(--lgfc-transition);
	border-radius: var(--lgfc-radius);
	background-color: var(--lgfc-surface-alt);
	background-size: cover;
	background-position: center;
}
.trip-content:hover .trip-rectangle,
.destination-content:hover .destination-rectangle,
a:hover > .trip-content .trip-rectangle {
	transform: scale(1.03);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

/* Lazy-loaded background photos (see theme.js). The neutral placeholder
   color shows (with full card content/text on top of it) until the real
   photo loads in — degrades safely if JS is unavailable, since nothing here
   depends on script execution to stay visible. */
.lazy-bg {
	background-color: var(--lgfc-surface-alt);
}
.lazy-bg.lazy-bg-loaded {
	animation: lgfc-fade-in 400ms ease;
}
@keyframes lgfc-fade-in {
	from { filter: brightness(1.15); }
	to { filter: brightness(1); }
}

/* Dark-mode toggle button in the nav */
.theme-toggle {
	background: transparent;
	border: none;
	cursor: pointer;
	line-height: 1;
}
.theme-toggle:hover {
	color: var(--lgfc-warm);
}

/* Traveller-detail cards on checkout (see functions.php: person_details()) */
.traveller-details-card {
	background-color: var(--lgfc-surface-alt);
	border-color: rgba(0, 0, 0, 0.08) !important;
}

.blue-search div.asl_w .probox div.prosettings, .blue-search #ajaxsearchlite1 .probox, .blue-search div.asl_w .probox{
	background-color: #289ded !important;
    background-image: none !important;
}
.blue-search div.asl_w .probox .promagnifier{
	background-color: #067aca !important;
    background-image: none !important;
}

abbr[data-original-title], abbr[title]{
	text-decoration: none
}
#gender_field legend{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.um-notification-b{
	bottom: 40px !important
}
.wpcf7 form.submitting .ajax-loader{
	display: inline-block !important;
}
.wpcf7 .ajax-loader{
	display: none !important
}
.wpcf7 form .wpcf7-response-output{
	border: none !important;
}
body{
  
}

.home_btn{
	background-color: #fca000 !important;
}
.bg-primary{
	background-color: #289ded!important;
}
.btn-primary, cf7mls-btns .action-button.cf7mls_next {
    color: #fff;
    background-color: #289ded;
    border-color: #289ded;
}


/*.cf7mls-btns{
	text-align: center;
}*/
.cf7mls-btns .action-button{
	/*float: none !important;*/
}
.action-button.cf7mls_back{
	color: #fff !important;
	margin-right: 5px !important;
}

.inner-bg span, .inner-bg span a{
	color: #fff;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.cf7mls_back.action-button{
	background: #2e343d !important;
}
/*.cf7mls_next.action-button{
	background: #f06924 !important;
}*/

.price-box {
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1;
}
.old-price {
    text-decoration: line-through;
    font-size: 1.4rem;
    letter-spacing: .005em;
    color: #999;
    margin-right: 3px;
}
.product-price {
    color: #222529;
    font-size: 1.8rem;
    line-height: .8;
}

.full-price .old-price, .product-single-details .price .old-price{
	font-size: 14px;
}
.full-price .product-price, .product-single-details .price .product-price{
	font-size: 16px;
}
.product-single-details hr.divider{
	display: none;
}

/* for ajax search */

div.asl_w .probox div.prosettings, #ajaxsearchlite1 .probox, div.asl_w .probox{
    background-color: #fba000 !important;
    background-image: -o-linear-gradient(185deg,#fba000,#fba000) !important;
    background-image: -ms-linear-gradient(185deg,#fba000,#fba000) !important;
    background-image: -webkit-linear-gradient(185deg,#fba000,#fba000) !important;
    background-image: linear-gradient(185deg,#fba000,#fba000) !important;
}
div.asl_w .probox .promagnifier {
    background-color: #eb6c15 !important;
    background-image: -o-linear-gradient(180deg,#eb6c15,#eb6c15) !important;
    background-image: -ms-linear-gradient(180deg,#eb6c15,#eb6c15) !important;
    background-image: -webkit-linear-gradient(180deg,#eb6c15,#eb6c15) !important;
    background-image: linear-gradient(180deg,#eb6c15,#eb6c15) !important;
}
div.asl_r.vertical{
	background: #fba000 !important;
}

/* for ajax search */


/* default css for keeping image/container in fixed aspect ratio */
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
	background: #00000059;
	border-radius: 30px;
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}
/* default css for keeping image/container in fixed aspect ratio */


.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	position: relative;
	width: auto;
	height: auto
}


.main-search.dropleft .dropdown-toggle::before{
	display: none;
}

.mb-30px{
	margin-bottom: 30px !important;
}

.btn-orange, #aqbp_quick_buy_btn, .due-paymnet-button, #place_order, .order-again .button, .woocommerce-form-login__submit, .xoo-wl-action-btn, .btn.btn-dark, .xoo-wl-submit-btn.xoo-wl-action-btn{
	background-color: #289ded;
	letter-spacing: .5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	min-width: 190px;
	height: 45px;
	line-height: 45px;
    padding: 0 5px !important;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
}

.btn-outline-orange{
	border-color: #289ded;
	letter-spacing: .5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #289ded;
	min-width: 190px;
	height: 45px;
	line-height: 45px;
    padding: 0 5px !important;
	text-transform: uppercase;
	border-radius: 5px;
}

.xoo-wl-submit-btn.xoo-wl-action-btn{
	max-width: none;
	width: auto;
}

.order-again .button{
	display: inline-block;
    text-align: center;
}

a.due-paymnet-button.button.pay {
    display: inline-block;
    text-align: center;
    margin-bottom: 5rem;
}
#aqbp_quick_buy_btn{
	border: none;
	border-radius: 5px;
}
#aqbp_quick_buy_btn:hover, .due-paymnet-button:hover{
	color: #000;
}

.top-menu{
	height: 25px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	background: #289ded;
}
.top-menu li, .top-menu li:first-child{
	margin-right: 35px;
}
/* .top-menu li:first-child{
	margin-left: 0px
} */
.top-menu li a{
	color: #fff;
	line-height: 25px;
	font-size: 11px;
}
.top-menu li a i{
	color: #fff;
	margin-right: 15px;
}
.navbar{
	padding: 20px 0;
}
.navbar .nav-item{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.home-hero .navbar .nav-item .nav-link{
	opacity: 1;
	color: #fff;
	padding-left: 20px;
    padding-right: 20px;
}
.inner-hero .navbar .nav-item .nav-link{
	opacity: 1;
	padding-left: 20px;
    padding-right: 20px;
}
.home-hero{
	background-image: url(images/main-bg.jpg);
	height: 812px;
	background-position: center center;
}
.home-hero .main-text{
	margin-top: 125px;
	color: #fff;
}
.home-hero .main-text h1{
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400
}
.home-hero .main-text h1 big{
	font-size: 72px;
	font-weight: 700
}
.home-hero .main-text h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: .5px;
	line-height: 60px;
}

.home-upcoming-trips{
	padding: 90px 0 85px 0;
}
.home-upcoming-trips h2, .home-destination h2, .home-testimonial h2{
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #1e1e27;
}
.trip-rectangle{
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}
.trip-content .trip-body{
	padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .5px;
}
.trip-content .trip-body .trip-title{
	font-size: 19px;
	font-weight: 700;
	text-shadow: 0 0 7px #000000;
}
.trip-content .trip-body .trip-location{
	font-size: 14px;
	font-weight: 600;
}
.trip-content .trip-body .trip-date{
	font-size: 14px;
	font-weight: 400;
}

.trip-seats-available {
	position: absolute;
    bottom: 5%;
    text-align: center;
    margin: auto;
    width: 100%;
}

.trip-specific{
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .75px;
}

.holidays-worthwhile{
	background-color: #ff9d00;
	padding: 60px 0 95px 0;
}
.holidays-worthwhile h2{
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
}
.holidays-worthwhile .lead{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .5px
}

.wizard-image:after {
    content: '';
    border: 1px solid #fff;
    width: 50%;
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    margin-left: 25px;
}
.wizard-image.last:after{
	display: none
}
.holidays-worthwhile .wizard-image img{
	border: 2px solid #fff;
	border-radius: 50%;
}
.holidays-worthwhile .wizard-title{
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	/* text-transform: uppercase; */
	letter-spacing: .5px;
}
.holidays-worthwhile .wizard-number{
	font-size: 72px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #ffcc7a;
}

.home-destination{
	padding: 80px 0 60px 0;
}
.home-destination .destination-rectangle, .destination-rectangle{
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}
.destination-content .destination-body{
	padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .5px;
}
.destination-content .destination-body .destination-title{
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0 0 7px #000000;
}

.home-testimonial{
	background-color: #f7f7f7;
	padding: 75px 0 110px;
}
.home-testimonial .carousel-caption{
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	background: #fff;
    padding: 20px 0;
	
}
#testimonialcarouselindicators{
	box-shadow: 9px 7px 20px 0px #00000026;
}
.home-testimonial h5{
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1e1e27;
	margin: 15px 0
}
.home-testimonial h5 small{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #c2c1ca;
}
.home-testimonial p{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1e1e27;
	letter-spacing: .5px;
	font-style: italic;
}
.home-testimonial .carousel-indicators{
	bottom: -70px;
}
.home-testimonial .carousel-indicators li{
	width: 10px;
	height: 10px;
	border: 2px solid #1e1e27;
    border-radius: 10px;
}
.home-testimonial .carousel-indicators li.active{
	background-color: #1e1e27
}
.top-footer{
	background-color: #2e343d;
	padding: 35px 0;
}
.top-footer li{
	margin-bottom: 50px;
}
.top-footer li:last-child{
	margin-bottom: 0
}
.top-footer li a, footer p{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #fff;
}
.top-footer .footer-social li a{
	font-size: 18.15px;
	width: 38px;
	height: 38px;
	background-color: #434951;
	display: block;
	text-align: center;
	line-height: 38px;
	border-radius: 19px;
}
.top-footer .footer-social li a:hover{
	background-color: #ff9d00;
}


/* inner page */
.inner-bg, .page-title{
	background-image: url(images/inside-bg.jpg);
	min-height: 160px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner-bg h1, .page-title{
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.page-title{
	text-align: center;
	color: #fff;
	margin-bottom: 3rem;
}
.inner-content .blog-date{
	color: #656565;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.inner-content .blog-title a{
	font-size: 24px;
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}
.inner-content .lgfc-blog{
	margin-bottom: 30px;
}
.blog-readmore{
	width: 105px;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 0;
	padding: 0
}

.inner-content .packages{
	background-color: #f3f8f8;
	text-align: center;
	padding: 30px;
	border-radius: 10px;
	height: 100%
}
.inner-content .package-icon img{
	border: 2px solid #f06924;
	border-radius: 50%
}
.inner-content .packages .package-title{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
}
.inner-content .packages .btn-knowmore{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	background-color: #f06924;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase
}
.detail-comment-title{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 36px;
}

.about-bg{
	background-image: url(images/about-bg.jpg) !important;
	height: 811px;
}
.about-bg h1 strong{
	font-size: 72px;
	font-weight: 700;
}
.our-team{
	background-color: #f3f8f8;
}
.our-team h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 19px;
}
.our-team h4 small{
	color: #ff9d00;
	font-size: 11.5px;
	font-weight: 600;
	text-transform: uppercase;
}
.our-team p{
	color: #8b9094 !important;
	font-size: 13.26px !important;
	line-height: 20px !important
}
.milestones{
	padding: 90px 0;
}
.milestones h3, .our-story h3, .mission h3{
	margin-bottom: 70px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.milestones p{
	line-height: 27px;
    margin-top: 30px;
}
.milestones .lead{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 53px;
	line-height: 27px;
}
.milestones p small{
	font-size: 17.71px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.milestones-customers, .milestones-location, .milestones-trips{
	padding: 25px;
	border-radius: 10px;
}

.milestones-location{
	background-color: #feeccc;
	color: #fba000;
}
.milestones-trips{
	background-color: #fbe2d0;
	color: #eb6c15;
}
.milestones-customers{
	background-color: #d4ebfb;
	color: #289ded;
}

.our-story{
	background-color: #f7f7f7;
	padding: 60px 0;
}
.our-story p, .our-story li{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #5c5c5c;
	line-height: 30px;
}

.mission{
	padding: 100px 0;
}
.mission-img{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 36px;
	background-color: #ff9d00;
	color: #fff;
	border-radius: 10px;
	padding: 30px;
}
.mission-img img{
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 30px
}

.have-query{
	background-color: #f3f8f8;
	padding: 50px 0;
}
.be-partner{
	padding: 50px 0;
}

.have-query .card .card-body, .be-partner .card .card-body{
	padding: 35px;
}
.have-query .card .card-body h3, .be-partner .card .card-body h3{
	margin: 35px 0;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.have-query .card .card-body .form-control, .be-partner .card .card-body .form-control, .customize-your-trip-section .card .card-body .form-control{
	min-height: 50px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	border-radius: 0;
}
.have-query .card .card-body textarea.form-control {
    height: 210px;
}
.contact-text p{
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 48px;
	margin-top: 48px;
}
.customize-your-trip-section{
	background-color: #f3f8f8;
	padding: 50px 0;
}
.customize-your-trip-section .card .card-body{
	padding: 45px 100px;
	max-height: 80vh;
	overflow: auto;
}
.customize-your-trip-section h3{
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.customize-your-trip-section .modal-header{
	padding-top: 0;
    padding-bottom: 0;
    border: none;
}

.customize-your-trip-section .wpcf7-checkbox.form-control{
	margin-bottom: 0 !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	padding: 0px;
	border: none;
    min-height: auto !important;
	height: auto;
}
.wpcf7-list-item.first.last{
	margin-left: 0;
	width: 100%;
}
.wpcf7-list-item.first.last label{
	margin-bottom: 0;
	width: inherit;
}
small.form-text.text-muted {
    margin-top: -10px;
    z-index: 99999;
    position: inherit;
}
.customize-your-trip-section .wpcf7-checkbox.form-control input{
	width: 33px;
	height: 33px;
	float: right;
}
.page-item.active .page-link{
	background-color: #FFAA26;
	border-color: #FFAA26;
}

.trip-faqs{
	padding: 100px 0;
}
.trip-faqs h3{
	margin-bottom: 90px;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.trip-faqs .ac_title_class{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.trip-faqs .wpsm_panel-body{
	color: #5a596a !important;
	font-size: 18px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400 !important;
}
.nav-pills .nav-link{
	color: #f06924;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0;
	border: 1px solid #f06924;
	border-radius: 0px;
}
.nav-pills .nav-link.active{
	background-color: #f06924;
	color: #fff;
}

/* woocommerce */

.woocommerce-notices-wrapper ul {
    list-style: none;
    padding: 0;
}
.woocommerce-notices-wrapper ul li {
    padding: 5px 10px;
    background: #ff9d01;
    color: #fff;
}
.woocommerce-notices-wrapper ul li a{
	color: #fff;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 600;
}
.checkout.woocommerce-checkout label.control-label, .checkout.woocommerce-checkout span.woocommerce-input-wrapper{
    display: block;
    width: 100%;
}


.product-name ul{
	padding: 0;
	list-style: none;
}




.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li a {
    display: block;
    position: relative;
    padding: .8rem 0 .8rem 2rem;
    border-bottom: 1px solid #ededde;
    color: #000;
    font-size: 1.3rem;
}
.list li a::before {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 14px;
    margin: .6rem 0 0 -1rem;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333;
    content: '';
}

.product-single-qty label{ display:none; }
.single-product div.quantity > label {
    display: block !important;
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/*.woocommerce form .form-row label,  .form-row label.control-label {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
    clip: rect(0,0,0,0);
border: 0;
}*/
.woocommerce-MyAccount-navigation ul li, li.woocommerce-MyAccount-navigation-link {
	margin:5px 0px;
}

.woocommerce-form .password-input, .woocommerce-input-wrapper{
	width: 100%;
}
/* .woocommerce-form .form-control, .woocommerce-checkout .form-control{
	font-size: 15px;
    text-transform: capitalize;
	height: 5rem;
	border-radius: 5rem;
}
.woocommerce-checkout .form-control{
	border-radius: 0px
}
 */
.password-input{
	position: relative;
}
.password-input .form-control{
	text-transform: none !important;
}
.password-input .show-password-input{
	position: absolute;
    top: 16px;
    right: 20px;
	cursor: pointer;
}
.show-password-input:before {
    content: "\f06e";
    font-family: 'Font Awesome 5 Free';
}

.woocommerce-notices-wrapper .woocommerce-message{
	background: #add8e6;
    color: #000;
	margin-bottom: 25px;
}
.woocommerce-notices-wrapper .woocommerce-message a{
	padding: 10px;
    display: inline-block;
    color: #fff;
    background: #0088cc;
    margin-right: 10px;
}
.product-default a{
	position: relative;
}
.product-default .label-group{z-index: 1}
.product-default .product-title{
	margin-top: 2rem;
}
.product-default:hover img{
	box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}

.product-default .label-group .onsale{
    background-color: #e27c7c;
}
.product-default .label-group .onsale{
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
}
.screen-reader-text{
	border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-shipping-calculator .form-row span,.woocommerce-shipping-calculator .form-row .input-text{
	width: 100%;
}
.woocommerce-shipping-calculator .form-row .input-text{
	border: 1px solid #ccc;
    padding: 5px;
    color: #777;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #777 !important;
}
.woocommerce-error{
	color: #dc3545 !important;
}
.woocommerce-button.pay, .woocommerce-button.cancel, .woocommerce-button.view, .woocommerce-button.view_full_amount_payments{
	padding: 3px 7px;
    margin: 0 1px;
    border-radius: 16px;
    font-size: 9px;
    font-weight: 500;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    background: #0088cc;
    display: block;
    text-align: center;
    color: #fff;
    padding: 3px 7px;
    border-radius: 16px;
    font-size: 9px;
    font-weight: 500;
}



.cart-table-container {
    margin-bottom: 2.5rem
}

.cart-table-container .product-image img {
    /* max-width: 100%;
    height: auto; */
	width: 90px;
	height: 90px;
}
.table.table-cart .product-title p {
    font-size: 12px;
}
.table.table-cart .product-title a {
    display: block;
    font-size: 18px;
    /* white-space: nowrap; */
}

.table.table-cart tr th,
.table.table-cart tr td {
    vertical-align: middle
}

.table.table-cart tr th:not(.product-col),
.table.table-cart tr td:not(.product-col) {
    text-align: center
}

.table.table-cart tr th {
    padding: 2.4rem 1.5rem 1.2rem;
    border: 0;
    font-weight: 600;
	text-transform: uppercase;
}

.table.table-cart tr td {
    padding: 2rem 1.5rem;
    border-top: 1px solid #ccc
}

.table.table-cart tr td.product-col {
    padding: 2rem .8rem 1.8rem 0;
	/* max-width: 375px; */
}

.table.table-cart tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0
}

.table.table-cart .product-title {
    margin-bottom: 0
}

.table.table-cart tfoot td {
    padding: 2rem 0 1rem
}

.table.table-cart tfoot .btn {
    padding: .85rem 2rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.table.table-cart tfoot .btn+.btn {
    margin-left: 1rem
}

.table.table-cart .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto
}

.btn-remove:hover,
.btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
    color: #08C;
    text-decoration: none
}

.btn-edit {
    margin-right: 1rem;
    font-size: 1.3rem
}

.btn-move {
    font-size: 1.3rem;
    line-height: 2.5rem
}

.btn-move:hover,
.btn-move:focus {
    text-decoration: underline
}

.qty-col {
    min-width: 98px
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    display: table-cell;
    padding-right: 1.8rem;
    margin-bottom: 0;
    vertical-align: middle
}

.product-col .product-image img {
    border: 1px solid #ccc
}

.product-col .product-title {
    display: table-cell;
    vertical-align: middle
}

.cart-discount {
    margin-bottom: 4rem
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400
}

.cart-discount form {
    max-width: 420px
}

.cart-summary {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.8rem 2.2rem;
    border: 1px solid #ddd;
    background: #fbfbfb
}

.cart-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2.5rem;
    font-weight: 300
}

.cart-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600
}

.cart-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.4rem;
    content: '\e81b'
}

.cart-summary h4 a.collapsed:after {
    content: '\e81c'
}

#total-estimate-section form {
    margin-bottom: 0;
    padding: .7rem 0 2.2rem
}

.table.table-totals {
    margin-bottom: 2rem;
    border-top: 1px solid #ccc
}

.table.table-totals tbody tr:first-child td {
    padding-top: 1.6rem
}

.table.table-totals tr {
    border: 0
}

.table.table-totals tr th,
.table.table-totals tr td {
    padding: .6rem 0;
    border: 0
}

.table.table-totals tr th:last-child,
.table.table-totals tr td:last-child {
    text-align: right
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600
}

.table.table-totals tfoot tr td, .table.table-totals tfoot tr th {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.checkout-methods .btn {
    letter-spacing: 0
}

.checkout-methods .btn+.btn {
    margin-top: 2.2rem
}

@media (max-width: 767px) {
    .table.table-cart,
    .table.table-cart tbody,
    .table.table-cart tfoot {
        display: block
    }
    .table.table-cart thead {
        display: none
    }
    .table.table-cart tr td {
        padding: .5rem 1rem;
        border-top: 0
    }
    .table.table-cart tr td.product-col {
        padding-bottom: .5rem
    }
    .table.table-cart .product-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #ccc
    }
    .table.table-cart .product-action-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .table.table-cart .product-action-row td {
        width: 100%
    }
    .table.table-cart .product-action-row .float-right {
        margin-top: -4px;
        margin-left: auto
    }
    .table.table-cart .product-col {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .table.table-cart .product-col .product-image-container {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem
    }
    .table.table-cart tfoot {
        border-top: 1px solid #ccc
    }
    .table.table-cart tfoot tr {
        display: block;
        width: 100%
    }
    .table.table-cart tfoot tr td {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem 0
    }
    .table.table-cart tfoot .btn {
        margin-top: .5rem;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .table.table-cart tfoot .float-left {
        display: none
    }
    .table.table-cart tfoot .float-right {
        margin-left: auto
    }
}

.wc_payment_methods.payment_methods.methods, .wc-item-meta{
	list-style: none;
	padding: 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    padding: 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
	padding: 5px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child{
	border-top: 1px solid #eee;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    float: right;
}
button.btn.btn-dark.add-cart.icon-shopping-cart {
    height: 45px;
    border: none;
    margin-top: -4px;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 190px;
}
dl.variation dt {
    font-size: 15px;
}
table.table.table-totals.shop_table.woocommerce-checkout-review-order-table.border-top-0 tfoot {
    font-size: 15px;
}
.wc-block-grid__products .wc-block-grid__product-image img{
	height: auto
}




.product-single-details .summary.entry-summary .nav.justify-content-center {
    background-color: #EB6C15;
}
.product-single-details .summary.entry-summary .nav.justify-content-center li.nav-item {
    width: 20%;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
	font-weight: bold;
}
.product-single-details .summary.entry-summary .nav.justify-content-center .nav-link{
    color: #fff;
	text-transform: uppercase
}
.fixed_button {
    position: fixed;
    bottom: 0;
    right: 30px;
	z-index: 9999;
}
.fixed_button a{
	background: #289ded;
    padding: 7px 10px;
    color: #fff;
    text-transform: uppercase;
	z-index: 9999;
	font-weight: bold;
}

.wc-deposits-options-form .deposit-options{
	max-width: 300px;
    margin: auto;
}
.wc-deposits-options-form div a.wc-deposits-switcher {
    background-color: #f06924 !important;
    background: -moz-gradient(center top, #ad74a2 0%, #93638a 100%) !important;
    background: -moz-linear-gradient(center top, #ad74a2 0%, #93638a 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f06924), to(#f06924)) !important;
    background: -webkit-linear-gradient(#f06924, #f06924) !important;
    background: -o-linear-gradient(#ad74a2, #93638a) !important;
    background: linear-gradient(#f06924, #f06924) !important;
}
.wc-deposits-options-form hr.separator {
    display: none;
}

.woocommerce-form-login label{
	position: relative !important;
	width: 100% !important;
	height: auto !important;
}

.pagination{
	display: inline-flex;
}

.webtomizer_wcdp_single_deposit_form.wc-deposits-options-form{
	height: auto !important;
}

.price-box.price .woocommerce-Price-amount.amount{
	color: #fff;
    background-color: #343a40;
    border-color: #343a40;
	padding: .375rem .75rem;
	border-radius: .25rem;
}
.stock.out-of-stock, .stock.in-stock{
	color: #007bff!important;
}

.collapse.show{
	display: block !important
}
.product-single-details .product-action .product-single-qty{
	display: none;
}


button.xoo-wl-open-form-btn{
	max-width: none !important;
	width: auto !important;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #289ded !important;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
button.xoo-wl-open-form-btn{}

.um-notification-b{
	background: #289ded !important;
}
.woocommerce-form-login-toggle .um{
	margin-left: 0 !important
}

@media screen and (min-width: 1920px){
	.home-hero{
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 991px){
	.home-hero .navbar-expand-lg.navbar-dark{
		background-color: #212529 !important;
	}
	.home-hero .navbar-expand-lg.navbar-dark ul, .inner-hero .navbar-expand-lg.navbar-light ul{
		text-align: left;
		padding-top: 20px;
	}
	.home-hero .navbar-expand-lg.navbar-dark ul li .dropdown-menu, .inner-hero .navbar-expand-lg.navbar-light ul li .dropdown-menu{
		background: transparent;
		border: none;
		padding: 0;
		font-size: 14px;
	}
	.home-hero .navbar-expand-lg.navbar-dark ul li .dropdown-item{
		color: #fff;
	}
}
@media screen and (min-width: 768px){
	.max-width-365{
		max-width: 365px;
		margin-right: auto;
		margin-left: auto
	}
}
@media screen and (max-width: 767px){
	.inner-bg, .page-title{
		min-height: auto
	}
	.wizard-image:after {
		border: none;
		background: #fff;
		width: 2px;
		height: 100px;
		bottom: 0;
		top: auto;
		margin: 0;
		left: 50%;
		right: 50%;
	}
	.holidays-worthwhile .wizard-title{
		margin-bottom: 120px
	}
	.top-footer{
		text-align: center;
	}
	.top-footer ul, .top-footer ul li{
		margin-bottom: 20px
	}
	.navbar{
		padding: 20px 15px;
	}
	.milestones-customers, .milestones-location, .milestones-trips{
		margin-bottom: 30px;
	}
	.home-hero{
		background-image: url(images/hero-image-mobile.jpg);
	}
	.about-bg{
		background-image: url(images/about-mobile-bg.jpg) !important;
	}
	.product-single-details .summary.entry-summary .nav.justify-content-center {
		background-color: #fff;
		border-color: #fff;
		margin-bottom: 0px !important
	}
	.product-single-details .summary.entry-summary .nav.justify-content-center .nav-link{
		font-size: 10px;
		background-color: #EB6C15;
	}
	.product-single-details .summary.entry-summary .nav.justify-content-center .nav-item{
		width: 50% !important;
		text-align: center;
		border: 1px solid #FFF;
	}
	#short_itinerary, #detail_itinerary, #package_inclusions, #package_exclusions, #fees{
		padding-top: 110px !important;
		padding-bottom: 0px !important;
	}
	.customize-your-trip-section .card .card-body{
		padding: 45px 20px;
	}
	.col-6{
		padding-left: 7px;
		padding-right: 7px;
	}
	.mb-30px{
		margin-bottom: 14px !important
	}
	.upcoming-trip-filters li a{
		min-width: 90px;
		text-align: center;
	}
}
@media screen and (max-width: 560px){
	.home-hero .main-text h1, .home-hero .main-text h1 big, .home-hero .main-text h1 strong, .inner-bg h1, h1{
		font-size: 35px !important;
	}
	.home-hero .main-text h2{
		font-size: 17px;
		line-height: inherit;
	}
	.trip-content .trip-body .trip-title, .destination-content .destination-body .destination-title{
		font-size: 15px;
	}
	.trip-rectangle, .destination-rectangle, [style*="--aspect-ratio"]::before{
		border-radius: 20px !important;
	}
	.holidays-worthwhile {
		background-color: #ff9d00;
		padding: 60px 0 0px 0;
	}
	.holidays-worthwhile .wizard-number{
		font-size: 50px;
	}
	.holidays-worthwhile .wizard-image img{
		max-width: 80px;
	}
	.wizard-image:after{
		height: 60px;
	}
	.holidays-worthwhile .wizard-title{
		margin-bottom: 75px;
	}
}