.button {
    overflow: hidden !important;
}

.wcrs-attribute-selector-wrap {
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid #dde4eb;
	border-radius: 10px;
	background: #f8fafc;
}

.wcrs-attribute-selector-wrap h4 {
	margin: 0 0 0.75rem;
}

.wcrs-attribute-group {
	margin-bottom: 0.85rem;
}

.wcrs-attribute-label {
	margin: 0 0 0.5rem;
	font-weight: 700;
}

.wcrs-attribute-terms {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wcrs-attr-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 6px;
	border: 1px solid #d7dee7;
	border-radius: 8px;
	background: #fff;
	min-width: 70px;
}

.wcrs-attr-card img,
.wcrs-attr-noimg {
	width: 34px;
	height: 34px;
	border-radius: 6px;
	background: #edf2f7;
}

.wcrs-attribute-preview-select {
	width: 100%;
	max-width: 260px;
	margin-top: 8px;
}

.single-product form.variations_form .variations td.label,
.single-product form.variations_form .variations th.label {
	display: none !important;
}

.wcrs-var-row .wcrs-var-cell {
	padding-left: 0;
	padding-right: 0;
}

.wcrs-var-content {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.wcrs-var-prefix {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 72px;
}

.wcrs-var-image img,
.wcrs-var-image-placeholder {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
    padding: 4px;
	display: inline-block;
}

.wcrs-var-qty {
	font-size: 16px;
	font-weight: 700;
}

.wcrs-var-select-wrap {
	flex: 1;
}

.variations .wcrs-var-row select {
	border: 1px solid #000;
	padding: 8px;
	color: #000;
	min-width: 320px;
	width: 100%;
}

.wcrs-var-row.wcrs-is-single select {
	display: none !important;
}

.wcrs-var-single-value {
	border: 1px solid #000;
	padding: 2px 8px;
    font-size: 14px;
	color: #000;
	display: flex;
	align-items: center;
	background: #f8fafc;
}

.wcrs-rental-fields, .wcrs-addon-products {
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid #d5d9df;
	border-radius: 10px;
}

.wcrs-addon-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-top: 1px solid #eef1f4;
}

.wcrs-addon-item:first-of-type {
	border-top: 0;
}

.wcrs-addon-check {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.wcrs-addon-check img {
	width: 40px;
	height: 40px;
	object-fit: cover;
    border: 1px solid #ccc;
    padding: 4px;
}

.wcrs-addon-check span {
    color: #3b3b3b;
}

.wcrs-addon-qty {
	width: 90px;
    padding: 8px;
}

.wcrs-other-location-hidden {
	display: none !important;
}

.wcrs-rental-title, .wcrs-addon-products h4 {
	margin: 0 0 1rem;
	font-size: 1.1rem;
    font-weight: 600;
}

.qodef-single-product-summary .product_meta .sku_wrapper,
.qodef-single-product-summary .product_meta .posted_in,
.qodef-single-product-summary .product_meta .tagged_as {
    display: none !important;
}

.wcrs-selection-summary {
	margin-bottom: 8px;
	font-weight: 600;
	color: #1f2933;
}

.wcrs-feedback {
	margin-top: 0.8rem;
	font-size: 0.95rem;
}

.wcrs-feedback.wcrs-error {
	color: #b10024;
}

.wcrs-feedback.wcrs-success {
	color: #1f7a1f;
}

.wcrs-price-preview {
	margin: 0.5rem 0 0;
	font-weight: 600;
}

.wcrs-has-error {
	border-color: #d63638;
}

.wcrs-input-error {
	border-color: #d63638 !important;
	box-shadow: 0 0 0 1px #d63638 !important;
}

.wcrs-modal {
	display: none;
}

.wcrs-modal.is-open {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.wcrs-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 12, 21, 0.45);
}

.wcrs-modal-dialog {
	position: relative;
	max-width: 840px;
	margin: 140px auto  50px auto;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
	background: #fff;
	border-radius: 12px;
	padding: 18px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.wcrs-modal-dialog h4 {
    margin: 10px 0;
}

#wcrs_date_range_picker {
    margin-bottom: 10px;
}

.wcrs-modal-dialog .flatpickr-calendar {
    width: 100% !important;
}

.wcrs-modal-dialog .flatpickr-rContainer {
    width: 100%;
}

.wcrs-modal-dialog .flatpickr-days {
    width: 100% !important;
}

.wcrs-modal-dialog .flatpickr-rContainer .dayContainer {
    flex: 1;
    width: 100%;
    max-width: unset;
    min-width: unset;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 10px;
}

.wcrs-modal-dialog .dayContainer .flatpickr-day {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: unset;
    aspect-ratio: 1 / 1;
}

.wcrs-modal-close {
	position: absolute;
	top: 6px;
	right: 8px;
	border: 0;
	font-size: 30px;
	background: transparent;
	line-height: 1;
	cursor: pointer;
}

.wcrs-date-range-picker {
	width: 100%;
}

.wcrs-legend {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 12px;
	font-size: 13px;
}

.wcrs-modal-error {
	display: none;
	margin: 8px 0;
	color: #b10024;
	font-size: 14px;
	font-weight: 600;
}

.wcrs-modal-error.wcrs-visible {
	display: block;
}

.wcrs-legend-item {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.wcrs-legend-available {
	background: #d9f4dd;
	border: 1px solid #1f7a1f;
}

.wcrs-legend-booked {
	background: #f9d8dc;
	border: 1px solid #c5273c;
}

.wcrs-time-selects {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.wcrs-time-selects label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-weight: 600;
}

.wcrs-time-selects select {
    border: 1px solid #000;
    padding: 8px;
    color: #000;
}

.wcrs-modal-actions {
	margin-top: 14px;
	text-align: right;
}

.wcrs-locations {

}

.wcrs-locations .wcrs-location-row {
	padding: 28px;
}

.wcrs-location-row-light {
	color: #0c0c0c;
}

.wcrs-customer-reschedule {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #dde4eb;
	background: #f8fafc;
}

.wcrs-customer-reschedule-form p {
	margin: 8px 0;
}

.wcrs-order-cancel-wrap {
	margin-top: 12px;
}

.wcrs-customer-reschedule-form textarea {
	width: 100%;
}

.wcrs-reschedule-notes {
	margin-top: 24px;
	padding: 14px;
	border: 1px solid #d8e0e8;
	background: #f8fafc;
}

.wcrs-location-row-dark {
	background: #0c0c0c;
	color: #f3f7fb;
}

.wcrs-location-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
    gap: 50px;
    padding: 60px 0;
}

.wcrs-location-img-container {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.wcrs-location-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.wcrs-location-row-dark .wcrs-location-image {
	border-color: rgba(255, 255, 255, 0.25);
}

.wcrs-location-row-dark .wcrs-location-grid .wcrs-location-image-col {
    grid-column: 2;
    grid-row: 1;
}

.wcrs-location-row-dark .wcrs-location-grid .wcrs-location-content-col {
    grid-column: 1;
    grid-row: 1;
}

.wcrs-location-title {
	margin: 0 0 8px;
	font-size: 34px;
	line-height: 1.15;
}

.wcrs-location-row-dark .wcrs-location-title {
    color: #fff;
}

.wcrs-location-address {
	margin: 0 0 10px;
	font-size: 16px;
    font-weight: 600;
	opacity: 0.9;
}

.wcrs-location-description {
	font-size: 15px;
	line-height: 1.55;
}

.wcrs-per-day-price {
	font-size: 0.85em;
	font-weight: 600;
	opacity: 0.9;
}

.single-product button {
    position: relative !important;
}

.single-product button.wcrs-modal-close {
    position: absolute !important;
}

.flatpickr-day.wcrs-day-available {
	background: #d9f4dd;
	color: #065f1f;
	border-color: #b2e8bc;
}

.flatpickr-day.wcrs-day-booked {
	background: #f9d8dc;
	color: #8d1230;
	border-color: #f2b7c1;
}

.flatpickr-day.flatpickr-disabled.wcrs-day-booked {
	color: #8d1230;
	opacity: 0.75;
}

.wc-block-components-product-details > span[class^="wc-block-components-product-details"] {
    display: block;
    text-align: left;
}

.wc-block-components-product-details .wc-block-components-product-details__name {
    font-weight: bold;
}

#wc-block-components-totals-coupon__input-coupon {
    margin-bottom: 0;
}

.woocommerce-order-received ul.wc-item-meta li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.woocommerce-order-received ul.wc-item-meta li p {
    margin: 0;
}

.woocommerce ul.products .product .price {
    flex-direction: unset;
    align-items: center;
}

.qodef-woo-single-page .qodef-single-product-summary .price .wcrs-per-day-price,
.woocommerce ul.products .product .price .wcrs-per-day-price {
    font-size: 13px;
    font-weight: bold;
    padding: 9px 11px 5px 5px;
}

.qodef-woo-single-page .qodef-single-product-summary .summary .price {
    flex-direction: unset;
    align-items: center;
    justify-content: flex-start;
}

.qodef-position-right-inner-wrap a.qodef-search-opener {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #40E0D0;
}

.qodef-wrapper-inner .qodef-mobile-header .qodef-mobile-menu-opener,
.qodef-page-header .qodef-btn.qodef-btn-solid,
.qodef-page-header .qodef-side-menu-button-opener {
    background-color: #D2B48C;
}

.weatherwidget-io {
    pointer-events: none !important;
}

.wcrs-info-note {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid #b6d4fe;
    border-radius: 10px;
    background-color: #cfe2ff;
    color: #084298;
}

form.woocommerce-checkout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;

    .woocommerce-input-wrapper {
        display: block;
    }

    #customer_details .col-1, #customer_details .col-2 {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
    }

    h3#order_review_heading {
        display: none;
    }

    #order_review {
        border: 1px solid #ccc;
        padding: 20px;
    }

    #order_review .shop_table {
        margin: 0 !important;
    }

    #order_review .shop_table thead {
        display: none !important;
    }

    #order_review .shop_table .wcrs-summary-heading {
        padding-top: 0;
    }
    #order_review .shop_table .wcrs-summary-heading h3 {
        margin: 0;
    }

    #order_review .product-name .variation {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }

    #order_review .product-name .variation dt {
        font-size: 13px;
        text-transform: capitalize;
    }

    #order_review .product-name .variation dd {
        font-weight: 400;
        font-size: 13px;
        text-transform: capitalize;
    }

    .woocommerce-billing-fields__field-wrapper::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    #wcrs_location_id, #billing_state, #billing_country {
        padding: 12px;
        margin-bottom: 25px;
        width: 100%;
        border: 2px solid #000;
        font-size: 16px;
        font-weight: 700;
    }

}

.order_item ul.wc-item-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-page-events .qodef-event-list-item-holder .qodef-event-info-date {
    display: none;
}

.qodef-process-holder .qodef-pi-content .qodef-process-image img {
    border-radius: 400px;
    padding: 3px;
    background: linear-gradient(180deg, #D2B48C, #10e9df);
    overflow: hidden;
}

.border-turq-tan {
    padding: 2px;
    background: linear-gradient(180deg, #10e9df, #D2B48C);
}

.border-tan-turq {
    padding: 2px;
    background: linear-gradient(180deg, #D2B48C, #10e9df);
}

#home-kayaking-locations .qodef-section-title-holder .qodef-st-text {
    font-size: 14px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 2.5;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

#home-reviews-section figure img {
    max-width: 130px;
}

ul.products > .product .qodef-pl-inner .qodef-pl-image img {
    margin: 0 auto;
}

.qodef-pl-main-holder ul.products > .product .qodef-pl-inner .qodef-pl-image:after {
    background-color: transparent;
}

/**** about us parallax section ****/
.page-id-1178 .qodef-parallax-row-holder {
    background-size: cover;
}

@media (max-width: 767px) {
	.wcrs-time-selects {
		grid-template-columns: 1fr;
	}

    .wcrs-locations .wcrs-location-row {
        padding: 0;
    }

	.wcrs-location-grid {
		grid-template-columns: 1fr;
		gap: 24px;
        padding: 40px 0;
	}

    .wcrs-location-row-dark .wcrs-location-grid .wcrs-location-image-col,
    .wcrs-location-row-dark .wcrs-location-grid .wcrs-location-content-col {
        grid-column: unset;
        grid-row: unset;
    }

	.wcrs-location-title {
		font-size: 24px;
	}

	.wcrs-modal-dialog {
		max-width: calc(100vw - 20px);
		margin: 2vh auto;
	}

    .qodef-woocommerce-page .qodef-content .variations td.value select {
        width: 100% !important;
        min-width: unset !important;
    }

    form.woocommerce-checkout {
        grid-template-columns: 1fr !important;
    }
}
