@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    color: #4c4c4c;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5;
    overflow-x: hidden;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
    color: #1da8e3;
}
h1 , h2, h3, h1 p, h2 p, h3 p, h4{
  color: #151D2A;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}
.small_title{
    color: #f96e1a;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
.slick-slide {
    height: auto;
}
b, strong {
    font-weight: 700;
    letter-spacing: 1;
}
textarea:focus, input:focus,  select:focus{
    outline: none;
}
@media (min-width: 1025px) {
    .container{
        max-width: 90%;
    }
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Front Page =================*/


.fullscreen-bg {
    background-image: url('/wp-content/uploads/2025/08/home-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex; /* Example for centering content */
    justify-content: center;
    align-items: center;
    position: relative;
}
.fullscreen-bg::before {
  content: ''; /* Required for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.fullscreen-bg .home-r {
  position: relative;
  z-index: 2;
  color: white; 
}
.fullscreen-bg .home-r h1 {
    color: #f36010;
    font-size: 5rem;
	font-family: "Mozilla Headline", sans-serif;
}
.fullscreen-bg .home-r p, .btn-resident h4{
    color: #fff;
}
.btn-resident h4{
    letter-spacing: 2px;
	font-family: "Mozilla Headline", sans-serif;
}
.btn-resident a.resident {
    border: 1px solid #fff;
    padding: 10px 35px;
    background: #00653e;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.btn-resident a.nonresident{
    border: 1px solid #fff;
    padding: 10px 35px;
    background: #f36010;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}
.btn-resident{
    margin-top: 30px;
}
.home .woo-multi-currency{
    display: none;
}
@media(max-width:1024px){
    .fullscreen-bg .home-r p br{
        display: none;
    }
    .fullscreen-bg .home-r h1 {
        font-size: 2rem;
        margin-top:20px;
    }
}
/* ================ end Front Page =================*/

/* ================ end Header top =================*/
.header-custom .logo img{
    width: 120px;
}
.slider-home.text-center.home-r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000000bd;
}
.fullscreen-slider {
    position: relative;
}
.slider-inner {
    margin-top: 15%;
}
.slider-inner h1, .slider-inner p{
	color: #fff;
}
/* ================ end Header top =================*/
@media(min-width:1025px){
	.full-header,  .full-headeryy{
		position: absolute;
		width: 100%;
		z-index: 1;
		top: 15%;
	}	
}

.hero-banner-color{
    position: relative;
}
.hero-banner-color .banner-overlay {
    background: #00000042;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}
.footer-bottom {
    background: #00653e;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.product-x a img {
    width: 100%;
    height: auto;
}
.wc-block-cart-item__prices, .wc-block-components-product-badge.wc-block-components-sale-badge,.wc-block-components-product-badge.wc-block-components-sale-badge{
	display: none;
}
.product-resident {
    margin-top: 60px;
    margin-bottom: 60px;
}
h1.main_title {
    text-align: center;
    margin-bottom: 25px;
	color: #f96e1a;
	font-size: 28px;
}
.product-x a {
    display: inline-block;
}
.product-x a h4{
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	color: #00653e;
	margin-bottom: 10px;
}
.product-x a p{
	margin-bottom: 5px;
}
.product-x span.price {
    color: #f96e1a;
    font-size: 28px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.btn-ride {
    display: flex
;
    justify-content: space-between;
}
.btn-ride a {
    background: #00653e;
    text-align: center;
    color: #fff !important;
    padding: 10px;
    border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 40%;
	display: inline-block;
}
.product-x-inner a img{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.extra-con{
	color: #000;
}
.extra-con ul {
    padding-left: 18px;
}
.tag {
    background: #f96e1a;
    padding: 5px 15px;
    color: #fff;
    width: auto;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 15px;
    border-radius: 5px;
}
.product-x-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}
.speial-service .title {
    text-align: center;
    margin-bottom: 40px;
}
.servicep-inner {
    background-color: #fff;
    padding: 48px 35px 40px;
    border-radius: 1em;
    margin-bottom: 30px;
}
.speial-service {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 80px;
}
.servicep-inner{
	position: relative;
}
.servicep-inner .icon {
    text-align: center;
    background: #00653e45;
    width: 30px;
    color: #fff;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.speial-service .icon i {
    color: #00653e;
    margin-left: 15px;
    margin-top: 12px;
    font-size: 32px;
}
.servicep-inner h4{
	margin-top: 15px;
}
.header-custom{
	text-align: center;
}
.speial-service .icon i{
	 color: #00653e;
}
.product-single, .woocommerce-cart .product-custom {
    margin-top: 80px;
    margin-bottom: 50px;
}
woocommerce div.product form.cart .variations label {
    font-weight: 400;
}
.woocommerce div.product form.cart .variations select {
    padding: 5px;
}
.woocommerce div.product form.cart .variations {
    width: 85%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #f96e1a !important;
    font-size: 28px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.custom-quantity-label {
    float: left;
    margin-right: 15px;
    margin-top: 0px;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 30px;
    width: auto;
    float: left;
    padding: 15px 40px;
}
button.single_add_to_cart_button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled{
    margin-top: 30px;
    width: 70%;
    float: left;
    padding: 15px 40px;
	background: #00653e;
}
.wc-block-components-button__text, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-top: 30px;
    width: 100%;
    float: left;
    padding: 15px 40px;
	background: #00653e;
	border: 0;
	color: #fff;
}
.product_meta {
    display: none;
}
.woocommerce-product-details__short-description ul {
    padding-left: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #f96e1a !important;
}
a.wc-block-components-product-name {
    color: #000;
    font-size: 18px;
}
span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price, 
.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing{
	display: none;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: 0;
    background: transparent;
    text-align: center;
}
fieldset#shipping-option, .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper, a.button.wc-forward {
    display: none;
}
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns, h2.wp-block-heading.has-text-align-center,
p.woocommerce-shipping-destination, form.woocommerce-shipping-calculator, a.woocommerce-Button.wc-forward.button, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active, .page-id-14 h1.main_title, .woocommerce-order-received section.woocommerce-customer-details {
    display: none;
}
th.product-name a {
    color: #000;
    font-size: 17px;
}
.woocommerce .cart .button {
    border: 1px solid #00653e;
    border-radius: 0;
    background: transparent;
}
a:link, a:visited, a:hover, a:active{
	color: #00653e;
}
nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li{
	padding: 5px 15px;
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px 15px;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.woocommerce-account h1.main_title{
	margin-top: 80px;
}
.woocommerce-account .woocommerce {
    margin-bottom: 80px;
}
.woocommerce-info {
    border-top-color: #00653e;
}
.my-acc-footer{
    text-align: right;
}
.my-acc-footer a{
    color: #fff;
}
.woocommerce-info::before{
	color: #00653e;
}
.woocommerce-Address {
    max-width: 100% !important;
    width: 100% !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 10px;
    border: 1px solid #0000003b;
    border-radius: 0;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 30px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    width: 100%;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
button.woocommerce-Button.button, .woocommerce-account .addresses .title .edit, .woocommerce-address-fields button.button {
    background: #00653e;
    border-radius: 0;
    color: #fff;
    padding: 15px 30px;
    margin-top: 15px;
}
.woocommerce-account .addresses .title .edit{
	margin-top: 0;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    height: 90px;
}
/*.woocommerce-account .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    height: 102px;
    overflow: hidden;
}*/
.page-id-14 .woocommerce{
    margin-top: 60px;
}
div#customer_login .u-column1.col-1, div#customer_login .u-column2.col-2 {
    max-width: 48%;
}
.error404 .full-header, .error404 .hero-banner-color{
    display: none;
}
.empty-page{
    margin-top: 40px;
}
.f-login {
    text-align: center;
    border-bottom: 1px solid #ffffff26;
    padding-top: 25px;
    border-top: 1px solid #ffffff26;
}
.f-login h2 a {
    color: #fff !important;
    font-size: 18px;
    animation: blinker 1s linear infinite;
}
.extra-con i {
    font-size: 24px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
@keyframes blinker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
form.woocommerce-form.woocommerce-form-register.register .woocommerce form .form-row {
    height: auto;
}
.woocommerce-view-order section.woocommerce-customer-details, p.order-again{
    display: none;
}
.product-x a p span b {
    margin-bottom: 5px;
    display: inline-block;
}
.extra-con ul {
    margin-bottom: 5px;
}
input#booking_date {
    padding: 5px 20px;
    margin-left: 10px;
    border: 1px solid #d0cfcf;
    margin-bottom: 20px;
}
a.cart-p-name, .product-name dt.variation-BookingDate, .product-name dd.variation-BookingDate, th.product-name-new dt.variation-BookingDate, tr.cart-subtotal, .wc-block-components-product-metadata__description, .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper, tr.cart-subtotal, .wc-block-components-order-summary-item__quantity, a.woocommerce-product-gallery__trigger, span.wc-block-components-totals-item__label, span.wc-block-components-shipping-placeholder__value, th.product-name dt.variation-ExtraQuantity, th.product-name dd.variation-ExtraQuantity, th.product-name-new dt.variation-ExtraQuantity, th.product-name-new dd.variation-ExtraQuantity, .ltoro, tr.shipping, .woocommerce-checkout dl.variation{
    display: none !important;
}
.woocommerce-checkout span.wc-block-components-totals-item__label{
	display: block !important;
}
.product-short-description {
    width: 100%;
    display: inline-block;
	margin-top: 30px;
}
.cart_totals-custom label {
    font-size: 18px;
    margin-bottom: 10px;
    width: 60%;
}
select#add_shipping_dropdown, select#extra_fee_select {
    padding: 5px 15px;
    font-size: 15px;
    width: 30%;
}
tr.fee span.woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #000;
}
.custom-price {
    color: #f96e1a;
    font-size: 28px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.woocommerce-product-details__short-description h3 {
    font-size: 15px;
    color: #00653e;
}
.woocommerce-product-details__short-description {
    border: 1px solid #00653e38;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.footer-xr {
    padding-top: 20px;
	padding-bottom: 20px;
}
.footer-xr h3{
	font-size: 20px;
	margin-bottom: 5px;
	color: #f96e1a;
}
.footer-xr p {
    font-size: 24px;
    color: #fff;
    height: auto;
    line-height: 2;
}
.woo-multi-currency.wmc-sidebar {
    top: 25% !important;
}
.woocommerce-message {
    border-top-color: #00653e;
}
.woocommerce-message::before {
    color: #00653e;
}
.product-pre-booking{
	margin-bottom: 50px;
	margin-top: 50px;
}
.product-pre-booking input, .product-pre-booking select, .product-pre-booking textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #00000026;
}
.product-pre-booking label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 0;
    background: #f96e1a;
    color: #fff;
    width: auto;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-1{
    float: left;
    width: 100%;
    max-width: 100%;
}
.woocommerce-checkout .col2-set .col-2, .woocommerce-checkout .col2-set .col-2{
	display: none;
}
.select2-container .select2-selection {
    padding: 5px;
    border: 1px solid #0000003b;
	border-radius: 0px;
}
button#place_order {
    margin-top: 30px;
    width: 100%;
    float: left;
    padding: 15px 40px;
    background: #00653e;
    border: 0;
    color: #fff;
}
div#payment {
    display: inline-block;
    padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle{
	display: none;
}
form.checkout.woocommerce-checkout {
    margin-top: 60px;
    margin-bottom: 60px;
}
a.button.wc-back-button {
    background: #00653e;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    padding: 12px 25px;
    margin-top: 30px;
	margin-left: 15px;
}
.jeep-cost {
    font-weight: 700;
    color: #000;
}
.p-videop-x {
    margin-top: 30px;
}
.product-resident-video {
    position: relative;
    margin-bottom: -13%;
}
.front-video-lo{
	text-align: center;
}
.woocommerce ul.order_details {
    margin: 3em 0 3em;
    list-style: none;
}
.pay-button-wrapper {
    margin-bottom: 3em;
}
.hero-banner-back button {
    border: 0;
    background: transparent;
    font-size: 15px;
    /*border-bottom: 1px solid #00653e;*/
}
a.ho-icon {
    font-size: 24px;
    margin-top: 3px;
    display: inline-block;
    float: left;
}
.hero-banner-back button {
    background: transparent;
    font-size: 15px;
    border: 1px solid #00653e5c;
    padding: 1px 10px;
    margin-left: 10px;
}
.hero-banner-back{
	margin-top: 30px;
}
.icon-wrapper {
	position: relative;
	display: inline-block;
}
.icon-wrapper i {
    cursor: pointer;
}
.tooltip {
	visibility: hidden;
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
	border-radius: 5px;
	position: absolute;
	bottom: 120%; /* show above icon */
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip::after {
	content: "";
	position: absolute;
	top: 100%; /* at bottom of tooltip */
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}
.icon-wrapper:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.what-we-offer ul {
    padding-left: 0;
    list-style: none;
}
.what-we-offer ul li {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
a.button.wc-back-button {
    display: none !important;
}
.quantity-buttons { 
	display: inline-flex; 
	align-items: center; 
}
.quantity-buttons button { 
	width: 41px;
	height: 30px; 
	border: 1px solid #efefef;
	background:#f5f5f5; 
	cursor:pointer; 
	font-size:18px; 
}
.quantity-buttons input.qty { 
	width: 50px; 
	text-align:center; 
	margin:0 5px; 
	height:30px; 
}
.extra-qty-wrapper {
    margin-top: 25px;
    margin-left: -54%;
}
input#extra_qty {
    width: 40px;
    text-align: center;
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #efefef;
}
input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    margin: 0;
}
.extra-qty-wrapper label{
	margin-right: 15px;
}
.woocommerce .quantity .qty, input.extra-qty {
    width: 3.631em;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.extra-quantity-wrap label {
    margin-right: 15px;
}
button.extra-qty-minus, button.extra-qty-plus{
    width: 30px;
    height: 30px;
    border: 1px solid #efefef;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
}
input.input-text.extra-qty {
    width: 3.631em;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    top: -2px;
    position: relative;
}
input.extra-qty {
    position: relative;
    top: -2px;
    border: 1px solid #efefef;
    height: 30px;
}
.input-text.qty.text{
	margin-left: 5px;
    margin-right: 5px;
}
select#custom_option_dropdown {
    padding: 5px 20px;
}
/*button.qty-minus, button.qty-plus{
	display: none;
}*/

.qib-button-wrapper button.qib-button {
    padding: 0 !important;
    height : 30px !important;
}
.qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 30px !important;
    margin-left: 5px !important;
	margin-right: 5px !important;
}
.woocommerce-cart button.plus.qib-button, .woocommerce-cart button.minus.qib-button{
	display: none !important;
}
a.my-custom-edits {
    border: 1px solid #00653e;
    padding: 5px 10px;
}
td.actions {
    width: 100%;
}
.custom-date-picker label{
	width: 30%;
	font-weight: 700;
}
.custom-quantity-label {
    width: 29%;
	font-weight: 700;
}
.extra-quantity-wrap label{
	width: 28.5%;
	font-weight: 700;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 14px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    cursor: default;
}
.woocommerce table.shop_table th {
    font-size: 14px;
}
.cart .fee .fee-name {
    white-space: pre-line;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
b, strong {
    color: #4c4c4c;
}
.woocommerce-checkout .product-custom {
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    .mobilefix {
        display: none;
    }
	.front-video {
        width: 80%;
        margin: 0 auto;
    }
}
@media(max-width: 1366px){
	.slider-inner {
		margin-top: 30%;
	}
	.speial-service {
		padding-top: 220px;
	}
}
@media(max-width: 1024px){
    .product-x-inner{
        margin-bottom: 30px;
    }
    .woocommerce table.shop_table tbody th {
        width: 100%;
        display: block;
    }
	.slider-inner {
		margin-top: 50%;
	}
	.speial-service {
		padding-top: 140px;
	}
	
}
@media(max-width: 767px){
    td.product-quantity {
        display: inline-block;
        width: 100%;
        height: 70px;
    }
    td.product-subtotal {
        display: inline-block;
        width: 100%;
    }
    .btn-resident a.resident, .btn-resident a.nonresident {
        width: 100%;
        margin-bottom: 15px;
    }
    .fullscreen-bg .home-r img, .header-custom img {
        width: 150px;
    }
    .fullscreen-bg {
        align-items: flex-start;
        padding-top: 50px;
    }
    .full-header {
        position: relative;
        margin-top: 50px;
    }
    .mobilefix {
        position: fixed;
        top: 0;
        height: auto;
        background: #00653e;
        z-index: 999;
    }
    .mobilefix .f-login{
        border-bottom: 0;
        padding-top: 10px;
    }
    .mobilefix .f-login h2{
        margin-bottom:10px;
    }
    div#customer_login .u-column1.col-1, div#customer_login .u-column2.col-2 {
        max-width: 100%;
    }
	tr.order-total th{
		display: none !important;
	}
	th.product-name-new dt.variation-BookingDate {
		display: block !important;
	}
	dl.variation, td.product-quantity {
    	display: flex;
		justify-content: space-between;
	}
	dd.variation-BookingDate p {
		margin-left: 15px;
		margin-top: -1px;
		margin-bottom: 0;
		line-height: normal;
	}
	.cart_totals-custom label {
		margin-bottom: 10px;
	}
	select#add_shipping_dropdown, select#extra_fee_select {
		padding: 5px 15px;
		font-size: 15px;
		width: 100%;
		margin-left: -1px !important;
		margin-bottom: 30px;
	}
	.cart_totals-custom label {
		font-size: 15px;
	}
	.footer-xr {
		padding-bottom: 0;
	}
	.f-login {
		border-bottom: 0;
	}
	.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-sidebar-open {
        display: none !important;
    }
	.woo-multi-currency.wmc-sidebar .wmc-list-currencies .wmc-currency:not(.wmc-active) {
        display: block !important;
    }
	.woocommerce div.product .product_title {
		font-size: 22px;
	}
	.mobile-hide{
		display: none !important;
	}
	.woocommerce-checkout tr.order-total th {
        display: block !important;
    }
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td:before, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td:before,
	.woocommerce table.shop_table_responsive tr:nth-child(3n) td:before, .woocommerce-page table.shop_table_responsive tr:nth-child(3n) td:before{
		display: none;
	} 
	/*.woocommerce table.shop_table_responsive tr:last-child td:before, .woocommerce-page table.shop_table_responsive tr:last-child td:before{
		display: block;
	}*/
	.woocommerce-cart table.shop_table.shop_table_responsive tr, .woocommerce-cart table.shop_table.shop_table_responsive tr {
        display: flex;
        justify-content: space-between;
    }
	.woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
		display: inline-block !important;
		width: 100%;
	}
	.woocommerce-cart .woocommerce table.shop_table tbody th {
        display: block !important;
		font-size: 13px;
    }
	.woocommerce-checkout form .form-row {
		height: auto;
	}
	td.ride-price:before {
		display: none;
	}
	.slider-inner {
		margin-top: 24%;
	}
	.slider-inner p br{
		display: none;
	}
	.speial-service {
		padding-top: 85px;
	}
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents p{
		font-size: 14px !important;
		color: #000 !important;
	}
	.woocommerce-cart table.shop_table_responsive tr td::before, .woocommerce-cart table.shop_table_responsive tr td::before {
        margin-top: 15px;
    }
	.woocommerce-cart dd {
		margin-bottom: 0;
		margin-left: 0;
	}
	.woocommerce-cart dl.variation, .woocommerce-cart td.product-quantity {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        align-content: center;
        align-items: center;
    }
	a.my-custom-edits {
		display: inline-block;
		margin-top:5px;
		margin-bottom: 5px;
	}
	.cart_totals-custom label {
		font-size: 16px;
		width: 67%;
	}
	.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
		font-weight: 400;
	}
	.extra-quantity-wrap label {
		width: 59%;
	}
	.custom-quantity-label {
		width: 57%;
	}
	.custom-date-picker {
		display: flex;
		justify-content: space-between;
	}
	.custom-date-picker label {
		line-height: 1.4;
	}
	button.single_add_to_cart_button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
		width: 100%;
	}
}
ul.woocommerce-error li:first-child, ul.woocommerce-error li:last-child{
	display: none;
}
.page-id-14 .woocommerce form .form-row {
    height: auto;
}
tr:nth-child(3).fee, tr:nth-child(3).fee td span {
    color: red !important;
}