/**
 * Copyright © 2023-2024 Bekatec Online Solutions Inc. All rights reserved.
 * @codingStandardsIgnoreFile
 */

/* Fonts */
@import url("/app/themes/locum/css/fonts.css");

/* Root */

:root {
	--primary: #003673;
	--primaryrgb: 0, 54, 115;
	--lightprimary: #335e8f;
	--lightprimary2: #4277b3;
	--secondary: #e32400;
	--white: #ffffff;
	--black: #000000;
	--blackrgb: 0, 0, 0;
	--lightgrey: #ced4da;
	--lightgrey2: #f8f9fa;
	--bordergrey: #cccdce;
	--green: #198754;
	--lightgreen: #eafef5;
	--red: #dc3545;
	--lightred: #fcf0f1;
	--footer: #003673;
	--footercopy: #001e40;
}

/* Body */

body {
	font-family: 'Open Sans', sans-serif;
	background-color: var(--white);
	color: var(--black);
}

.site-main a:not(.btn),
.site-main a:not(.btn):focus,
.site-main a:not(.btn):active,
.site-main a:not(.btn):visited {
	color: var(--primary);
}

.site-main a:not(.btn):hover {
	color: var(--secondary);
}

#page-wrapper {
	padding: 3rem 0rem;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: fit-content;
}

#page-wrapper,
#index-wrapper,
#error-404-wrapper {
	flex: 1 0 auto;
}

/* Navbar */

.navbar-brand {
	width: 300px;
}

#wrapper-navbar {
	border-bottom: 1px solid var(--primary);
}

.nav-link,
.nav-link:focus {
	color: var(--primary);
	font-weight: bold;
}

.nav-link:hover {
	color: var(--secondary);
}

.highlight {
	border: 1px solid var(--secondary);
	border-radius: .5rem;
	padding: 0rem .5rem;
	transition: .25s;
}

.highlight a {
	color: var(--secondary);
}

.highlight:hover {
	background-color: var(--secondary);
	transition: .25s;
}

.highlight:hover a {
	color: var(--white);
}

.highlight a {
	color: var(--secondary);
}

/* Dropdown */

.dropdown-menu {
	background-color: var(--primary);
	border: 0rem;
	border-radius: 0rem;
	margin-top: 1.15rem !important;
	z-index: 9999 !important;
}

.dropdown-menu .dropdown-item {
	color: var(--white);
}

.dropdown-menu .dropdown-item:hover {
	background-color: var(--primary);
	color: var(--secondary);
}

.dropdown-menu li a[title="Invoices"]:before {
	content: "\f15c";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Messages"]:before {
	content: "\f086";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Favorites"]:before {
	content: "\f005";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Bookings"]:before, .dropdown-menu li a[title="Reservations"]:before {
	content: "\f015";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Listings"]:before,
.dropdown-menu li a[title="My listings"]:before {
	content: "\f0ca";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Dashboard"]:before {
	content: "\f0ce";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Users"]:before {
	content: "\f0c0";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Logout"]:before {
	content: "\f08b";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Profile"]:before {
	content: "\f2c2";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Add a listing"]:before {
	content: "\f055";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Wallet"]:before {
	content: "\f283";
	font-family: FontAwesome;
	margin-right: .5rem;
}

.dropdown-menu li a[title="Payouts"]:before {
	content: "\f0d6";
	font-family: FontAwesome;
	margin-right: .5rem;
}

/* Headlines */

h1, .h1 {
		color: var(--secondary);
		margin-bottom: 1.5rem;
}

h2, .h2 {
		color: var(--primary);
}

h3, .h3 {
	color: var(--primary);
}

h1.entry-title {
	margin-bottom: 3rem;
}

.home h1.entry-title {
	margin-bottom: .5rem;
}

.page-template-dashboard h1.entry-title {
	margin-bottom: 1rem;
}

.home h1.entry-title {
	text-align: center;
}

h1.product_title {
	margin-bottom: 1rem;
}

/* Details */

details {
	border-top: 1px solid var(--lightgrey);
}

details summary {
	padding: .75rem 0rem;
	font-weight: bold;
}

.wp-block-details:last-child {
	border-bottom: 1px solid var(--lightgrey);
}

/* Account */

.list-group-item.active {
	background-color: var(--primary);
	border-color: var(--primary);
}

/* Carousel */

.carousel-item {
	background-color: var(--black);
}

.carousel-item p {
	color: var(--white);
}

.carousel-item .wp-block-columns {
	position: absolute;
	width: 100%;
	height: 100%;
}

.carousel-item .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1024px;
}

.carousel-item figure {
	height: 500px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0rem;
}

.carousel-item figure img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0rem;
}

.carousel-item .overlay {
	background-color: rgba(var(--blackrgb),0.4);
}

.carousel-control-prev, .carousel-control-next {
	width: 100px;
}

.carousel-item .wp-block-column p {
	opacity: 0;
	margin-top: -50px;
}

.carousel-item.active .wp-block-column p {
	opacity: 1;
	margin-top: 0px;
	animation-name: carouseltext;
  	animation-duration: 1.25s;
}

.carousel-item.active .wp-block-column p.h1 {
	opacity: 1;
	margin-top: 0px;
	animation-name: carouseltext;
  	animation-duration: 1s;
}

@keyframes carouseltext {
	from {
		opacity: 0;
		margin-top: -50px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}

/* Buttons */

.btn-primary,
.wp-block-button__link,
.woocommerce-ResetPassword .btn-outline-primary {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	padding: .5rem 1rem;
	border-radius: .5rem;
}

.wp-block-button__link {
	padding: .5rem 1rem !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.wp-block-button__link:hover,
.woocommerce-ResetPassword .btn-outline-primary:hover {
	border: 1px solid var(--primary) !important;
	background-color: var(--primary) !important;
	color: var(--white) !important;
}

.btn-secondary,
.acf-repeater-add-row {
	background-color: var(--white) !important;
	color: var(--secondary) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold !important;
	transition: .25s !important;
	padding: .5rem 1rem !important;
	border-radius: .5rem !important;
	-webkit-border-radius: .5rem  !important;
	-moz-border-radius: .5rem  !important;
	-ms-border-radius: .5rem  !important;
	-o-border-radius: .5rem  !important;
	-webkit-transition: .25s !important;
	-moz-transition: .25s !important;
	-ms-transition: .25s !important;
	-o-transition: .25s !important;
	-webkit-border-radius: .5rem;
	line-height: 1.5rem !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.acf-repeater-add-row:hover {
	border: 1px solid var(--secondary) !important;
	background-color: var(--secondary) !important;
	color: var(--white) !important;
}

.btn-info, .btn-success, .btn-warning {
	color: var(--white) !important;
}

.btn-primary:disabled,
.btn-primary[disabled],
.btn-secondary:disabled,
.btn-secondary[disabled],
.btn-info[disabled],
.btn-info:disabled,
.btn-success[disabled],
.btn-success:disabled,
.btn-warning[disabled],
.btn-warning:disabled,
.btn-danger[disabled],
.btn-danger:disabled {
	opacity: .3;
}

/* Search */

.wp-block-search {
	background-color: var(--primary);
	padding: 1.5rem;
	margin-top: 2rem;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.wp-block-search select.form-control,
.wp-block-search input.form-control,
.wp-block-search select.form-select {
	height: 42px;
}

.form-select-cities,
.form-select-from,
.form-select-to,
.form-select-guests {
	display: flex;
}

.form-select-cities select {
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
}

.form-select-cities:before {
	content: "\f041";
	font-family: FontAwesome;
	padding: .25rem .5rem;
	font-size: 1.25rem;
	background-color: var(--lightgrey);
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem;
	line-height: 2rem;
	width: 45px;
	text-align: center;
}

.form-select-from input {
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border: 0px;
	line-height: 1.75rem;
}

.form-select-from:before {
	content: "\f073";
	font-family: FontAwesome;
	padding: .25rem .5rem;
	font-size: 1.25rem;
	background-color: var(--lightgrey);
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem;
	line-height: 2rem;
	width: 45px;
	text-align: center;
}

.form-select-to input {
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border: 0px;
	line-height: 1.75rem;
}

.form-select-to:before {
	content: "\f073";
	font-family: FontAwesome;
	padding: .25rem .5rem;
	font-size: 1.25rem;
	background-color: var(--lightgrey);
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem;
	line-height: 2rem;
	width: 45px;
	text-align: center;
}

.form-select-guests input {
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border: 0px;
}

.form-select-guests:before {
	content: "\f007";
	font-family: FontAwesome;
	padding: .25rem .5rem;
	font-size: 1.25rem;
	background-color: var(--lightgrey);
	border-top-left-radius: .375rem;
	border-bottom-left-radius: .375rem;
	line-height: 2rem;
	width: 45px;
	text-align: center;
}

.form-select-cities select:focus,
.form-select-from input:focus,
.form-select-to input:focus,
.form-select-guests input:focus {
	box-shadow: 0 0 0 .25rem rgba(var(--blackrgb),.05);
}

.wp-block-search .btn:hover {
	background-color: var(--white) !important;
	color: var(--primary) !important;
}

.wp-block-search .btn-secondary {
	background-color: transparent !important;
	border-color: var(--white) !important;
	color: var(--white) !important;
}

/* Extended Search */

.extended-search-container {
	display: none;
	background-color: var(--white);
	padding: 1.5rem;
	border-radius: .25rem;
	margin-top: 1.5rem;
}

.extended-search-container.active {
	display: block;
}

.extended-search-container select:focus {
	border-color: var(--black);
	box-shadow: 0 0 0 .25rem rgba(var(--blackrgb),.05);
}

.extended-search-container .form-check-inline {
	margin-right: 0rem;
}

.extended-search-container .sub-search-row {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--bordergrey);
	border-bottom-style: dashed;
}

.extended-search-container .sub-search-row:first-child {
	padding-top: 0rem;
}

.extended-search-container .sub-search-row:last-child {
	padding-bottom: 0rem;
	border-bottom: 0px;
}


/* WooCommerce */

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 1.5rem;
}

h1.woocommerce-products-header__title {
	margin-bottom: 1.5rem;
	text-align: center;
	color: var(--primary);
}

.wc-bookings-booking-form {
	border-radius: .5rem;
	margin-bottom: 1.5rem;
	border-color: var(--primary);
}

.wc-bookings-booking-form p.wc_bookings_field_persons_40300 {
	display: block;
	float: left;
	width: 50%;
	padding-right: .5rem;
	padding-left: 1rem;
	padding-top: 1rem;
	margin-bottom: 0rem;
}

.wc-bookings-booking-form p.wc_bookings_field_persons_40301 {
	display: block;
	float: left;
	width: 50%;
	padding-left: .5rem;
	padding-right: 1rem;
	padding-top: 1rem;
	margin-bottom: 0rem;
}

.wc-bookings-booking-form .form-field input[type=number] {
	width: 100%;
}

.wc-bookings-date-picker {
	padding: 1rem;
}

.woocommerce-tabs .card {
	text-align: center;
	padding: 2rem;
	background-color: var(--white)6f5;
	border: 1px solid var(--secondary);
	border-radius: .5rem;
}

.woocommerce-tabs .card p {
	margin-bottom: 0rem;
	font-weight: bold;
	color: var(--secondary);
}

.woocommerce-tabs .card i {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: var(--secondary);
}

.woocommerce-tabs h2 {
	margin: 1rem 0rem;
	color: var(--primary);
}

.woocommerce-tabs h3 {
	font-size: 1.5rem;
	margin: 0rem 0rem 1rem 0rem;
}

.woocommerce-tabs ul {
	list-style: none;
	margin: 0rem !important;
	padding: 0rem;
}

.woocommerce-tabs ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: .5rem;
	color: var(--secondary);
}

.products .product p {
	font-size: .8rem;
	margin-bottom: 0rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: calc(20% - 0.8%);
	height: 120px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-right: 1%;
	margin-top: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0%;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}

.woocommerce div.product div.images img {
	object-fit: cover;
	height: 100%;
}

.woocommerce-page .flex-viewport,
.woocommerce-product-gallery__wrapper {
	height: 500px !important;
}

.woocommerce-product-gallery__wrapper {
	display: flex;
	align-items: center;
}

.woocommerce-page .price {
	margin-bottom: 0rem;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0rem;
	height: 200px;
	width: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
}

.woocommerce figure.product-thumbnail {
	border-top-left-radius: .375rem;
	border-top-right-radius: .375rem;
	height: 200px;
	overflow: hidden;
	margin-bottom: 0rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.5rem;
	padding-bottom: 0rem;
	padding-top: 1rem;
}

.woocommerce ul.products li.product .price {
	font-size: 1rem;
	margin-bottom: .5rem;
}

.woocommerce ul.products li.product {
	border: 1px solid var(--lightgrey);
	border-radius: .5rem;
	padding: 1rem;
}

.woocommerce ul.products li.product a {
	width: 100%;
}

.woocommerce-shop #woocommerce-wrapper >  .container {
	max-width: 100% !important;
}

.woocommerce ul.products li.product a,
h1.product_title {
	color: var(--primary);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: var(--secondary);
}

.woocommerce .add-to-cart-container a,
.wc-bookings-booking-form-button.disabled,
.wc-bookings-booking-form-button {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	border-radius: .5rem !important;
	font-size: 1rem !important;
	padding: .5rem 1rem !important;
}

.summary .woocommerce .add-to-cart-container a,
.summary .wc-bookings-booking-form-button.disabled,
.summary .wc-bookings-booking-form-button {
	font-size: 1.25rem !important;
	padding: .75rem 2rem !important;
}

.woocommerce .add-to-cart-container a:hover,
.wc-bookings-booking-form-button:hover {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
	transition: .25s;
}

.wc-bookings-booking-form .form-field input[type=number] {
	border: 1px solid var(--lightgrey);
	padding: .5rem 1rem;
	border-radius: .5rem;
	transition: .25s;
}

.wc-bookings-date-picker .ui-datepicker-header {
	background-image: none;
	background-color: var(--secondary) !important;
	border: 0px;
}

.wc-bookings-date-picker .ui-widget-content {
	box-shadow: 0px 0px 0px;
}

.wc-bookings-date-picker .ui-datepicker th {
	border-top: 0px;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next {
	background-color: var(--secondary) !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
	background:var(--lightprimary) !important;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
	background: var(--primary) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--primary);
	margin-left: 0px;
	box-shadow: 0px 0px 0px;
	border-top-right-radius: .5rem;
	border-top-left-radius: .5rem;
	padding: 0rem 2rem;
	background-color: var(--lightgrey);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
	background-color: var(--lightgrey);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 500;
	color: var(--primary);
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: var(--primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
	background-color: var(--white);
}

.woocommerce-notices-wrapper .woocommerce-message {
	background-color: var(--lightgreen);
	border: 1px solid var(--green);
	border-radius: .5rem;
	color: var(--green);
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid var(--primary);
	margin-top: -1px;
	padding: 1rem 2rem 2rem 2rem;
	border-top-right-radius: .5rem;
	border-top-left-radius: 0rem;
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.woocommerce .tab-separator {
	margin: 2.5rem 0rem 2rem 0rem;
	border-top: 1px solid var(--primary);
	opacity: 1;
}

.woocommerce-message::before {
	color: var(--green);
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
	background-color: var(--green);
	color: var(--white);
	font-weight: bold;
	border: 1px solid var(--green);
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message a.button:active,
.woocommerce-notices-wrapper .woocommerce-message a.button:focus {
	background-color: var(--primary) !important;
	color: var(--white) !important;
	font-weight: bold !important;
	border: 1px solid var(--primary) !important;
}

.woocommerce-error {
	padding: 1rem 1rem 1rem 4rem;
	border: 1px solid var(--red);
	background-color: var(--lightred);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.woocommerce-MyAccount-navigation-link.active {
	color: var(--white) !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-title {
	text-transform: none;
	font-size: 1rem;
}

.woocommerce-cart .return-to-shop .btn {
	background-color: var(--white);
	color: var(--secondary);
	font-weight: bold;
	border: 1px solid var(--secondary);
}

.woocommerce-cart .return-to-shop .btn:hover {
	background-color: var(--secondary);
	color: var(--white);
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 1px solid var(--lightgrey);
}

.woocommerce-tabs .beds-count-icon,
.woocommerce-tabs .guests-count-icon {
	position: relative;
	width: 45px;
}

.woocommerce-tabs .beds-count,
.woocommerce-tabs .guests-count {
	display: flex;
	position: absolute;
	top: 0;
	right: -10px;
	font-size: .6rem;
	background-color: var(--white)6f5;
	color: var(--secondary);
	border: 1px solid var(--secondary);
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	border-radius: 10rem;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
	-ms-border-radius: 10rem;
	-o-border-radius: 10rem;
}

.woocommerce-tabs .guests-count {
	top: 15px;
}

.woocommerce-tabs .bed-types-label  {
	display: inline-block;
	background-color: var(--white)6f5;
	color: var(--secondary);
	border: 1px solid var(--secondary);
	padding: .25rem 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 10rem;
	-webkit-border-radius: 10rem;
	-moz-border-radius: 10rem;
	-ms-border-radius: 10rem;
	-o-border-radius: 10rem;
}

.woocommerce-product-gallery__image {
	width: 100%;
	height: 100%;
}

/* WooCommerce Product Grid */

ul.products::before {
	display: none !important;
}

ul.products {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

.archive:not(.author) ul.products {
	grid-template-columns: 1fr 1fr;
}

ul.products li {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100% !important;
	margin: 0rem !important;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

ul.products li .add-to-cart-container {
	margin-top: auto;
}

ul.products li .add-to-cart-container a {
	margin-top: 1rem;
}

ul.products h2.woocommerce-loop-product__title {
	display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

ul.products li:hover {
	background-color: rgba(var(--primaryrgb),.05);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

ul.products li figure.product-thumbnail img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

ul.products li:hover figure.product-thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

ul.products li .woocommerce-loop-product__link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(var(--blackrgb),0);
}

ul.products-editable li .woocommerce-loop-product__link::after {
	display: none;
}

ul.products li:hover .add_to_cart_button {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
}

.custom-property-option p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Calendar */

.wc-bookings-date-picker .ui-datepicker td.selection-start-date .ui-state-default {
	background: linear-gradient(-26deg, var(--green) 0%, var(--green) 51%, var(--lightprimary) 0%) !important;
}

.wc-bookings-date-picker .ui-datepicker td.selection-end-date .ui-state-default {
	background: linear-gradient(-26deg, var(--lightprimary) 0%, var(--lightprimary) 51%, var(--green) 0%) !important;
}

.wc-bookings-date-picker .ui-datepicker td.fully_booked:not(.not_bookable_by_rules) span, 
.wc-bookings-date-picker .ui-datepicker td.fully_booked:not(.not_bookable_by_rules) a {
	background-color: var(--secondary) !important;
}

.wc-bookings-date-picker:not([data-selected-date-type=start]) .ui-datepicker td.fully_booked_start_days:not(.selection-end-date), 
.wc-bookings-date-picker[data-selected-date-type=start] .ui-datepicker td.fully_booked_end_days:not(.selection-start-date) {
	opacity: 1;
}

.ui-state-disabled, 
.ui-widget-content .ui-state-disabled, 
.ui-widget-header .ui-state-disabled {
	opacity: 1;
}

.wc-bookings-date-picker .ui-datepicker td.fully_booked_start_days a.ui-state-default,
.wc-bookings-date-picker:not([data-selected-date-type=start]) .ui-datepicker td.fully_booked_start_days:not(.selection-end-date) a {
	background: linear-gradient(-26deg, var(--secondary) 0%, var(--secondary) 51%,var(--lightprimary) 0%) !important;
}

.wc-bookings-date-picker .ui-datepicker td.fully_booked_end_days a.ui-state-default,
.wc-bookings-date-picker[data-selected-date-type=start] .ui-datepicker td.fully_booked_end_days:not(.selection-start-date) a {
	background: linear-gradient(-26deg,var(--lightprimary) 0%,var(--lightprimary) 51%, var(--secondary) 0%) !important;
}

.product-type-accommodation-booking .wc-bookings-date-picker:after {
	line-height: 1.15rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Calendar Dashboard */

.fc-daygrid-day {
	background:var(--lightprimary) !important;
}

.fc-day-other.fc-daygrid-day {
	background: var(--lightprimary2) !important
}

.fc-daygrid-day-number {
	color: var(--white) !important;
	text-decoration: none ;
}

.fc .fc-day-other .fc-daygrid-day-top {
	opacity: 1;
}

.fc-event-start {
	margin-left: 136px;
}
.fc-event-end {
	margin-right: 136px;
}

.fc-event-start:before {
	content: "";
	display: block;
	width: 136px;
	height: 112px;
	position: absolute;
	z-index: 1;
	left: -136px;
}

.fc-event-start.booking-bg:before {
	background: linear-gradient(-39deg, var(--booking-bg-color) 0%, var(--booking-bg-color) 50%, transparent 0%) !important;
}

.fc-event-end:after {
	content: "";
	display: block;
	width: 136px;
	height: 112px;
	position: absolute;
	z-index: 9;
	right: -136px;
}

.fc-event-end.booking-bg:after {
	background: linear-gradient(-39deg, transparent 0%, transparent 50%, var(--booking-bg-color) 0%) !important;
}

.prev-fut-month-icon {
	color: var(--lightprimary2);
}

.current-month-icon {
	color: var(--lightprimary);
}

.booking.booking-bg {
	opacity: .75;
	background-color: var(--booking-bg-color) !important;
}

#calendar-booking-legend .booking-bg {
	opacity: .75;
	color: var(--booking-bg-color);
}

.booking-bg-neon_green {
	--booking-bg-color: #00FF58;
}
.booking-bg-manual_calendar {
	--booking-bg-color: #e32400;
}
.booking-bg-regular {
	--booking-bg-color: var(--green);
}

.booking-bg-amber {
	--booking-bg-color: #FFB300;
}

.booking-bg-teal {
	--booking-bg-color: #39CCCC;
}

.booking-bg-coral {
	--booking-bg-color: #FF7F50;
}

.booking-bg-rosy_brown {
	--booking-bg-color: #BC8F8F;
}

.booking-bg-hot_pink {
	--booking-bg-color: #FF69B4;
}

.booking-bg-plum {
	--booking-bg-color: #DDA0DD;
}

.booking-bg-orchid {
	--booking-bg-color: #DA70D6;
}

.booking-bg-deep_sky_blue {
	--booking-bg-color: #00BFFF;
}

.booking-bg-medium_turquoise {
	--booking-bg-color: #48D1CC;
}

.booking.booking-bg-medium_sea_green {
	--booking-bg-color: #3CB371;
}

.booking-bg-lime_green {
	--booking-bg-color: #32CD32;
}

.booking-bg-indian_red {
	--booking-bg-color: #CD5C5C;
}

.booking.booking-regular {
	opacity: .75;
	background-color: var(--green) !important;
	display: flex;
	align-items: flex-end;
}

.fc-event-title {
	display: none;
}

.fc .fc-button-primary {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	border-radius: .5rem !important;
	font-size: 1rem !important;
	padding: .5rem 1rem !important;
}

.fc .fc-prev-button,
.fc .fc-next-button {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	border-radius: .5rem !important;
	font-size: 1rem !important;
	padding: .4rem 1rem !important;
}

.fc .fc-button-primary:hover,
.fc .fc-prev-button:hover,
.fc .fc-next-button:hover {
	background-color: var(--primary) !important;
	border: 1px solid var(--primary) !important;
}

.fc .fc-prev-button  {
	border-bottom-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.fc .fc-next-button  {
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
}

/* Calendar Feeds */

.calendar-feed input[type=text] {
	padding: .375rem .75rem !important;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5rem !important;
	color: #212529;
	border: 1px solid #ced4da;
	border-radius: .375rem;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
	width: 100%;
}

/* Loader */

.loadingoverlay {
	justify-content: center !important;
}

.loadingoverlay_element {
	width: 80px !important;
	height: 80px !important;
}

.loadingoverlay_element svg {
	width: 50px !important;
	height: 50px !important;
	fill: var(--secondary) !important;
}

.loadingoverlay_element svg circle {
	fill: var(--secondary) !important;
}

.loadingoverlay_text {
	height: 30px !important;
	font-size: 1.25rem !important;
	font-weight: bold;
	color: var(--secondary) !important;
}

/* Edit Page */

.woocommerce-MyAccount-content a.product_type_booking {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	border-radius: .5rem !important;
	font-size: 1rem !important;
	padding: .5rem 1rem !important;
}

.woocommerce-MyAccount-content a.product_type_booking:hover {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
	transition: .25s;
}

.woocommerce-MyAccount-content .products .product p {
	width: 100%;
	margin-bottom: 1rem;
}

/* Payment method */

.payout-method-selector input {
	margin: -1px 4px 0 0;
	vertical-align: middle;
}

.payout-method-selector label {
	margin-bottom: 0rem !important;
}

/* WooCommerce Cart */

.woocommerce-cart table.cart img {
	width: 150px !important;
}

.woocommerce-cart table.cart .product-thumbnail {
	width: 170px;
}

.woocommerce-cart table.cart .product-remove {
	width: 50px;
	text-align: center;
	border-right: 1px solid rgba(var(--blackrgb),.1);
}

.wc-proceed-to-checkout a:hover,
.wc-proceed-to-checkout a:active {
	color: var(--white) !important;
	background: var(--primary) !important;
	border: 1px solid var(--primary) !important;
}

.cart_totals h2 {
	margin: .5rem 0rem 2rem 0rem;
	color: var(--secondary);
}

.product-price #nb-cleaning-fees {
	border: 1px solid var(--lightgrey);
	padding: .25rem;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
}

.shop_table .product-price {
	text-align: right !important;
}

.cart_totals td {
	text-align: right;
}

.cart_totals .wc-proceed-to-checkout {
	display: flex;
	justify-content: flex-end;
}

.shop_table .product-name .variation {
	font-size: 0.875em;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .fee td,
.woocommerce-checkout-review-order-table .tax-rate td,
.woocommerce-checkout-review-order-table .order-total td {
	text-align: right;
}

/* WooCommerce Notice Banner */

.wc-forward {
	border: 1px solid var(--green);
	background-color: var(--green);
	text-decoration: none;
	color: var(--white);
	border-radius: .5rem;
	padding: .5rem .1rem;
	transition: .25s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	opacity: 1;
}

.wc-forward:hover {
	border: 1px solid var(--secondary);
	background-color: var(--secondary);
}
.wc-block-components-notice-banner__content {
	line-height: 2rem;
}

.wc-block-components-notice-banner.is-success>svg {
	margin-top: .2rem;
}

/* Checkout */

.woocommerce form .form-row .input-text {
	border: 1px solid var(--lightgrey);
	padding: .5rem 1rem;
	border-radius: .5rem;
}

.woocommerce form .form-row .input-text:focus {
	border-color: var(--black);
	box-shadow: 0 0 0 .25rem rgba(var(--blackrgb),.05);
}

.woocommerce-billing-fields {
	border: 1px solid var(--primary);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	padding: 2rem;
}

.woocommerce-billing-fields .validate-email {
	margin-bottom: 0rem !important;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
	color: var(--primary);
}

.woocommerce-additional-fields {
	border: 1px solid var(--lightgrey);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	padding: 2rem;
}

.woocommerce-billing-fields .select2-selection {
	border: 1px solid var(--lightgrey);
	padding: 0rem 3rem 0rem 1rem;
	border-radius: .5rem;
	height: 36px;
}

.woocommerce-billing-fields .select2-selection .select2-selection__rendered {
	padding: .2rem 0rem;
}

.woocommerce-billing-fields .select2-selection .select2-selection__arrow {
	height: 36px;
	width: 40px;
}

.woocommerce-checkout .customer_details {
	margin-bottom: 1rem;
}

.woocommerce-checkout #order_comments_field {
	margin-bottom: 0rem !important;
}

.form-row label {
	margin-bottom: .5rem;
	line-height: 1rem !important;
	font-weight: 500;
}

.woocommerce-billing-fields #billing_address_1_field {
	border-bottom: 0px !important;
	padding-bottom: 0rem !important;
}

h3#order_review_heading {
	margin: 2rem 0rem;
	color: var(--secondary);
}

.woocommerce-checkout-payment {
	border: 1px solid var(--primary);
	border-radius: .5rem !important;
	-webkit-border-radius: .5rem !important;
	-moz-border-radius: .5rem !important;
	-ms-border-radius: .5rem !important;
	-o-border-radius: .5rem !important;
	padding: 2rem;
	background: none !important;
}

.woocommerce-checkout #payment .payment_box {
	margin-bottom: 0rem !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding-bottom: 2rem;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0rem;
	border-bottom: 1px solid var(--primary);
}

.woocommerce-checkout #payment .place-order {
	padding: 2rem 0rem 0rem 0rem !important;
	margin-bottom: 0rem;
}

.woocommerce #payment #place_order {
	background-color: var(--secondary);
	color: var(--white);
	border: 1px solid var(--secondary);
	font-weight: bold;
	transition: .25s;
	font-size: 1.25rem !important;
	padding: .75rem 2rem !important;
	border-radius: .5rem !important;
	-webkit-border-radius: .5rem !important;
	-moz-border-radius: .5rem !important;
	-ms-border-radius: .5rem !important;
	-o-border-radius: .5rem !important;
	margin-bottom: 0rem;
}

.woocommerce #payment #place_order:hover {
	border: 1px solid var(--primary);
	background-color: var(--primary);
	color: var(--white);
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: var(--primary);
	color: var(--white);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid var(--primary);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce-billing-fields #billing_country_field .select2-selection__rendered {
	padding-left: 0rem !important;
}

.woocommerce-billing-fields #billing_address_2_field {
	padding-top: 0rem !important;
}

/* ACF Map */

.acf-map {
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
}

.single-product .acf-map {
    height: 500px;
}

.acf-map img {
   max-width: inherit !important;
}

.marker-product-thumbnail {
	height: 120px;
	width: 120px;
	overflow: hidden;
	float: left;
	margin-bottom: 0rem !important;
}

.marker-product-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0rem !important;
}

.marker-product-price {
	font-weight: normal;
	color: var(--secondary);
}

.marker-product-content {
	padding: 1rem 48px 1rem 1rem;
}

.marker-product-title {
	color: var(--primary);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 300px;
}

.marker-product-link a {
	display: inline-block;
	padding: .2rem .5rem;
	border-radius: .25rem;
	text-decoration: none;
	background-color: var(--white);
	color: var(--secondary);
	border: 1px solid var(--secondary);
	font-weight: bold;
	transition: .25s;
}

.marker-product-link a:hover {
	background-color: var(--secondary);
	color: var(--white) !important;
	transition: .25s;
}

div.gm-style-iw {
	min-width: 350px;
	max-width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px !important;
}

div.gm-style-iw-d {
	height: 120px !important;
	max-height: 120px !important;
	overflow: hidden !important;
}

div.gm-style-iw-d > div {
	display: flex;
	height: 120px;
	max-height: 120px !important;
	justify-content: center;
	align-items: center;
}

.archive-product ul.products {
	overflow-x: scroll;
	height: 800px;
}

.gm-style-iw .gm-style-iw-chr {
	position: absolute;
	z-index: 9;
	width: 48px;
	right: 0;
	top: 0;
}

/* Login page */

.site-main #loginform label {
	display: block;
}

.site-main #loginform .input {
	border: 1px solid var(--lightgrey);
	padding: .5rem 1rem;
	border-radius: .5rem;
	transition: .25s;
	width: 100%;
}

.site-main #loginform .button {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	border-radius: .5rem !important;
	font-size: 1rem !important;
	padding: .5rem 1rem !important;
}

.site-main #loginform .button:hover {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
	transition: .25s;
}

.register-btns .wp-block-button,
.register-btns .wp-block-button__link {
	width: 100%;
}

.site-main #loginform .login-submit {
	margin-bottom: 0rem;
}

.login-box {
	border: 1px solid var(--primary);
	padding: 2rem;
	border-radius: .5rem;
}

/* Account */

.form-multiple-select,
.form-bio {
	height: 155px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-url .acf-icon.-small {
	line-height: 23px;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-selection__rendered {
	height: 40px;
	line-height: 2.45rem;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container.-acf .select2-selection {
	border-color: var(--bordergrey);
}

.woocommerce-account .woocommerce-MyAccount-content .select2-selection__arrow {
	height: 40px;
}

.woocommerce-account .select2-dropdown {
	border: 1px solid var(--lightgrey) !important;
}

.woocommerce-account .woocommerce-MyAccount-content .card {
	border: 1px solid var(--primary);
	margin-bottom: 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-content .card-header {
	background-color: var(--lightgrey);
	font-size: 1rem !important;
	font-weight: 700 !important;
	border-bottom: 1px solid var(--primary);
	color: var(--primary);
}

.woocommerce-account .woocommerce-MyAccount-content .card-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
}

.woocommerce-account .woocommerce-MyAccount-content .form-group label {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content input[type=file]::file-selector-button {
	background-color: var(--white);
	color: var(--secondary);
	border: 0px;
	border-bottom: 1px solid var(--secondary);
	font-weight: bold;
	transition: .25s;
	padding: .25rem .5rem;
}

.woocommerce-account .woocommerce-MyAccount-content input[type=file]::file-selector-button:hover {
	color: var(--primary);
	border-bottom: 1px solid var(--primary);
}

.woocommerce-account .woocommerce-MyAccount-content input[type=file] {
	margin-bottom: .5rem;
}

.woocommerce-account .woocommerce-MyAccount-content .save-as-draft-btn {
	background-color: var(--white) !important;
	color: var(--secondary) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	padding: .5rem 1rem;
	border-radius: .5rem;
}

.woocommerce-account .woocommerce-MyAccount-content textarea {
	border: 1px solid var(--lightgrey);
	padding: 1rem;
	border-radius: .5rem;
}

.woocommerce-MyAccount-content .attachment-thumbnail {
	float: left;
	padding-right: 1rem;
}

.conversation .woocommerce-MyAccount-content .attachment-thumbnail {
	padding-right: 0rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-range-wrap {
	display: flex;
	align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-content input[type=range] {
	border: 0px !important;
}

.woocommerce-account .woocommerce-MyAccount-content input[type=range] + input {
	border-radius: .375rem;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
	border: 1px solid var(--lightgrey);
	appearance: none;
	color: var(--black);
	background-color: var(--white);
	font-weight: 400;
}

input[type="range"]::-webkit-slider-thumb, 
input[type="range"]::-webkit-media-slider-thumb {
	background-color: var(--primary) !important;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-input-prepend {
	height: 38px;
	border: 1px solid var(--lightgrey);
	border-right: 0px;
	line-height: 1.9rem;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-input-prepend + .acf-input-wrap input {
	border-top-left-radius: 0rem !important;
	border-bottom-left-radius: 0rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content .add-listing-back-btn {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	padding: .5rem 1rem;
	border-radius: .5rem;
}

.woocommerce-MyAccount-content .add-listing-screen h3 {
	font-size: 1.25rem !important;
	color: var(--secondary);
}

.woocommerce-MyAccount-content .form-row {
	padding: 0 !important;
	margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content .form-row.mb-0 {
	margin-bottom: 0rem !important;
}

.woocommerce-MyAccount-content .form-row .acf-field {
	margin: 0rem;
}

.woocommerce-MyAccount-content .bedrooms-table .acf-th label {
	margin-bottom: 0rem !important;
}

.woocommerce-MyAccount-content .bedrooms-table .acf-table {
	box-sizing: border-box !important;
}

.woocommerce-MyAccount-content .bedrooms-table .acf-input-wrap input[type=number] {
	min-width: 70px;
}

.woocommerce-account .woocommerce-MyAccount-content .form-check {
	float: left;
	margin-right: 1rem;
	margin-bottom: 0rem;
}

.woocommerce-account .woocommerce-MyAccount-content .form-check:last-child {
	margin-right: 0rem;
}

.woocommerce-account .woocommerce-MyAccount-content .form-check label {
	margin-bottom: 0rem;
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.woocommerce-account .woocommerce-MyAccount-content .filepond--drop-label label {
	margin-bottom: 0rem;
}

.woocommerce-account .woocommerce-MyAccount-content .navbar {
	background-color: var(--lightgrey) !important;
	border: 1px solid var(--primary);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	margin-bottom: 1rem;
	padding: 0rem;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content .navbar .nav-link {
	padding: .5rem 1rem;
	border-right: 1px solid var(--primary);
}

.woocommerce-account .woocommerce-MyAccount-content .navbar .nav-link.active {
	background-color: var(--primary);
	color: var(--white);
}

/* ACF Fields */

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
	padding: .375rem .75rem !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.custom-checkbox label {
	font-size: 1rem;
	line-height: 1.2rem;
}

.custom-checkbox input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.custom-checkbox input:checked:before {
	content: "\f00c";
	color: var(--white);
	font-family: FontAwesome;
	font-size: .7rem;
	height: 1rem;
	width: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -1px;
	margin-left: -1px;
}

.custom-checkbox input {
	float: left;
	width: 1rem;
	height: 1rem;
	background-color: var(--white);
	border: 1px solid rgba(var(--blackrgb),.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	print-color-adjust: exact;
	-webkit-print-color-adjust: exact;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
}

.custom-radio label {
	font-size: 1rem;
	line-height: 1.2rem;
}

.custom-radio input {
	width: 1rem;
	height: 1rem;
	background-color: var(--white);
	border: 1px solid rgba(var(--blackrgb),.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 99rem;
	-webkit-border-radius: 99rem;
	-moz-border-radius: 99rem;
	-ms-border-radius: 99rem;
	-o-border-radius: 99rem;
}

.custom-radio input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.custom-radio input:checked:before {
	content: "\f111";
	color: var(--white);
	font-family: FontAwesome;
	font-size: .5rem;
	height: 1rem;
	width: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid transparent;
}

.custom-radio {
	list-style: none;
	margin: 0rem;
	padding: 0rem;
	display: flex !important;
}

.custom-radio li {
	margin-right: 1rem !important;
}

.custom-radio li:last-child {
	margin-right: 0rem !important;
}

.acf-google-map {
	border: 0 !important;
	padding: 0;
}

.acf-google-map.-value .title .search {
	font-weight: normal;
	margin-bottom: .5rem;
}

.woocommerce form .form-row input.input-text {
	height: 38px !important;
}

.select2-container--default .select2-selection--single {
	height: 38px !important;
	background-color: var(--white);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid var(--lightgrey) !important;
	border-radius: 0.375rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0.375rem !important;
	-moz-border-radius: 0.375rem !important;
	-ms-border-radius: 0.375rem !important;
	-o-border-radius: 0.375rem !important;
	padding-right: 2.25rem !important;
}

.select2-selection__rendered {
	height: auto !important;
	padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem !important;
	color: var(--black);
}

.select2-selection__arrow {
	display: none;
}

#billing_address_1_field {
	margin-bottom: 0rem !important;
}

#billing_address_1 {
	border-bottom-left-radius: 0rem !important;
	border-bottom-right-radius: 0rem !important;
}

#billing_address_2 {
	border-top-left-radius: 0rem !important;
	border-top-right-radius: 0rem !important;
	border-top: 0px !important;
}

/* Listing */

.table-btns .btn {
	background-color: var(--white) !important;
	color: var(--secondary) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	padding: .5rem 1rem;
	border-left: 0px !important;
	border-radius: 0rem;
	-webkit-border-radius: 0rem;
	-moz-border-radius: 0rem;
	-ms-border-radius: 0rem;
	-o-border-radius: 0rem;
	white-space: nowrap;
}

.table-tabs .search .btn  {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	border: 1px solid var(--secondary) !important;
	font-weight: bold;
	transition: .25s;
	padding: .5rem 1rem;
}

.table-tabs .search .btn:hover  {
	background-color: var(--primary) !important;
	border: 1px solid var(--primary) !important;
}

.table-tabs .search input:focus {
	border-color: var(--black);
	box-shadow: 0 0 0 .25rem rgba(var(--blackrgb),.05);
}

.table-btns .btn:first-child {
	border-left: 1px solid !important;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.table-btns .btn:last-child {
	margin-right: 1rem;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.table-tabs .btn:hover {
	background-color: var(--secondary) !important;
	color: var(--white) !important;
	font-weight: bold;
	transition: .25s;
	padding: .5rem 1rem;
}

#listing-table figure {
	width: 100px;
	height: 100px;
	margin-bottom: 0px;
	overflow: hidden;
}

#listing-table figure img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 0px;
	padding: 0px;
}

/* Host: Dashboard > My Listings */

.woocommerce-loop-product-status {
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
}

/* Admin: Dashboard > Users */

.table.users .user-info {
	display: flex;
	align-items: center;
}

.table.users .user-info figure {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: .5rem;
	margin-bottom: 0px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	background-image: url(/app/uploads/woocommerce-placeholder.png);
	background-size: 70px 70px;
}

.table.users .user-info figure img  {
	padding: 0rem !important;
}

/* Admin: Dashboard > Users Profile */
.profile-header{
	flex-direction: column;
	text-align: center;
	display: flex;
	align-items: center;
}

.profile-box span,
.profile-header span {
	font-weight: 700;
	font-size: .8rem;
}

.profile-header.profile-image {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.profile-header.profile-image figure,
#author-wrapper .profile-image figure,
#tab-host_info_tab .profile-image figure {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 1rem;
	margin-bottom: 0px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
	-o-border-radius: 150px;
	background-image: url(/app/uploads/woocommerce-placeholder.png);
	background-size: 150px 150px;
}

#tab-host_info_tab .profile-image figure {
	border: 1px solid var(--bordergrey);
}

.profile-header.profile-image figure img,
#author-wrapper .profile-image figure img,
#tab-host_info_tab .profile-image figure img {
	width: 150px;
	height: 150px;
	padding: 0rem !important;
}

/* Host: Dashboard > Bookings */

#order-summary {
	display:flex;
	gap: 12px;
	align-items: center;
	flex-flow: row wrap;
}

#order-summary > * {
	margin: 0px !important;
}

.table.bookings td,
.table.bookings th {
	vertical-align: middle;
}

.table .customer-info,
.table .listing-info,
.table .total-info {
	display: flex;
	align-items: center;
}

.table .customer-info figure {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: .5rem;
	margin-bottom: 0px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	background-image: url(/app/uploads/woocommerce-placeholder.png);
	background-size: 70px 70px;
}

.table .customer-info figure img {
	width: 70px;
	height: 70px;
	padding: 0rem;
	object-fit: cover;
	object-position: center;
}

.table .listing-info figure {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-right: .5rem;
}

.table .listing-info figure img {
	width: 70px;
	height: 70px;
	padding: 0rem;
	object-fit: cover;
	object-position: center;
}

.table.bookings .btn {
	color: var(--white);
}

.td-content {
	min-width: 150px !important;
	max-width: 300px !important;
	overflow-wrap: break-word !important;
	white-space: normal !important;
}

.listing-info .td-content a {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 160px;
}

.card-body .profile-image {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	-ms-border-radius: 120px;
	-o-border-radius: 120px;
	overflow: hidden;
	border: 1px solid var(--bordergrey);
	margin-bottom: 0rem;
}

.card-body .profile-image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	object-position: center;
	padding-right: 0rem;
}

/* Dashboard Tables */

.table-responsive table td,
.table-responsive table th {
	white-space: nowrap;
}

/* Footer */

#wrapper-footer-full, #wrapper-static-hero {
	background-color: var(--footer);
	border-top: 1px solid var(--primary);
	color: var(--white);
}

#wrapper-footer-full ul {
	list-style: none;
	padding: 0rem;
	margin: 0rem;
}

#wrapper-footer-full ul li {
	padding-bottom: .5rem;
}

#wrapper-footer-full ul li:last-child {
	padding-bottom: 0rem;
}

#wrapper-footer-full ul li a {
	color: var(--white);
	text-decoration: none;
}

#wrapper-footer-full ul li a:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: .25rem;
	font-size: .8rem;
}

.footer-logo {
	width: 200px;
	margin-bottom: 0rem;
}

#wrapper-footer {
	background-color: var(--footercopy);
	border-top: 1px solid var(--primary);
}

.site-info {
	text-align: center;
	font-size: .8rem;
	color: var(--white);
}

.site-info a {
	color: var(--white);
}

#turnkey-credit {
	display: none;
}

/** https://stackoverflow.com/questions/29063244/consistent-styling-for-nested-lists-with-bootstrap */

.list-group.list-group-root {
	padding: 0;
	overflow: hidden;
}

.list-group.list-group-root .list-group {
	margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
	border-radius: 0;
	border-width: 1px 1px 0 1px;
}

.list-group.list-group-root > .list-group-item:last-child {
	border-width: 1px;
}

.list-group.list-group-root > .list-group > .list-group-item {
	padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
	padding-left: 45px;
}

#add-cleaning-fee-btn, #remove-cleaning-fee-btn {
    cursor: pointer;
}

input#nb-cleaning-fees {
    width: 50px;
    border: none;
}

/* Dashboard Location Map */

.woocommerce-MyAccount-content .location .acf-label {
	display: none;
}

.woocommerce-MyAccount-content .location input.search {
	border: 1px solid var(--lightgrey) !important;
	border-radius: .5rem !important;
	-webkit-border-radius: .5rem !important;
	-moz-border-radius: .5rem !important;
	-ms-border-radius: .5rem !important;
	-o-border-radius: .5rem !important;
	font-weight: normal !important;
	margin-bottom: 1rem !important;
}

.woocommerce-MyAccount-content .acf-google-map.-value .title .acf-icon.-cancel {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	line-height: 1rem;
	padding-left: .15rem;
	background-color: var(--secondary);
}

.location-custom-field .form-control {
	background-color: #fff;
	border-radius: 0rem;
	-webkit-border-radius: 0rem;
	-moz-border-radius: 0rem;
	-ms-border-radius: 0rem;
	-o-border-radius: 0rem;
	border: 0px;
	border-bottom: 1px solid;
}

/* Dashboard Sidebar Width */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 78%;
}
.woocommerce-password-strength {
	margin-top: 0.5rem !important;
}

/* Dashboard Navigation */

.dashboard-navigation {
	color: var(--white);
	background-color: var(--primary);
	border: 0px;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	padding: .5rem 1rem;
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.dashboard-navigation:hover {
	background-color: var(--secondary);
}

/* Message */

.message-container figure {
	width: 70px !important;
	height: 70px !important;
	overflow: hidden;
	margin-bottom: 0rem;
	margin-right: 1rem;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-ms-border-radius: 70px;
	-o-border-radius: 70px;
	overflow: hidden;
	border: 1px solid var(--bordergrey);
}

.message-container figure img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	object-position: center;
	padding-right: 0rem !important;
}

.message-container.justify-content-start .message {
	background-color: #ecedee;
	padding: .75rem 1.25rem;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	max-width: 60%;
	margin-bottom: 1rem;

}

.message-container.justify-content-end .message {
	background-color: var(--lightgrey2);
	padding: 1rem;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	max-width: 60%;
	margin-bottom: 1rem;
}

.message-container.justify-content-end figure {
	order: 2;
	margin-right: 0rem;
	margin-left: 1rem;
}

/* Blog */

.blog .post {
	padding: 1.5rem;
	border: 1px solid var(--primary);
	border-radius: .75rem;
	-webkit-border-radius: .75rem;
	-moz-border-radius: .75rem;
	-ms-border-radius: .75rem;
	-o-border-radius: .75rem;
	margin-bottom: 1.5rem;
}

.blog .post figure {
	margin-bottom: 0rem;
	height: 100%;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
	overflow: hidden;
}

.blog .post figure img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog .post .byline {
	display: none;
}

.blog .post .entry-footer {
	margin-bottom: .5rem;
}

.blog .post .entry-title {
	margin-bottom: 1rem;
}

.blog .post .entry-title a {
	text-decoration: none;
}

/* Blog Single */

.single .wp-post-image-figure {
	height: 500px;
}

.single .wp-post-image-figure img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.single h1.entry-title {
	margin-bottom: 2rem;
}

.single .post .byline {
	display: none;
}

.single .entry-meta {
	margin-bottom: 1rem;
}

.single .comments-area {
	margin-top: 2rem;
	padding: 1.5rem;
	border: 1px solid var(--primary);
	border-radius: .75rem;
	-webkit-border-radius: .75rem;
	-moz-border-radius: .75rem;
	-ms-border-radius: .75rem;
	-o-border-radius: .75rem;
	margin-bottom: 1.5rem;
}

.single .comment-form-comment textarea:focus {
	border-color: var(--black);
	box-shadow: 0 0 0 .25rem rgba(var(--blackrgb),.05);
}

.single .form-submit {
	margin-bottom: 0rem;
}

.single .comment {
	margin-bottom: 1rem;
}

.single .comment-metadata {
	font-size: 0.875em;
	margin-bottom: 1rem;
}

.single .reply a {
	font-size: 0.875em;
	display: inline-block;
	background-color: var(--lightgrey);
	padding: .15rem .75rem;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
	text-decoration: none;
}

.single .reply a:hover {
	background-color: var(--primary);
	color: var(--white);
}

.single .comment-respond {
	margin-top: 1rem;
}

.single #cancel-comment-reply-link {
	margin-left: .5rem;
	display: inline-block;
	background-color: var(--lightgrey);
	padding: .15rem .75rem;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
	text-decoration: none;
}

.single .comments-title {
	margin-bottom: 1.5rem;
}

.single .entry-footer {
	margin: 1rem 0rem;
}

.single .post-navigation {
	padding: 0rem;
}

.single .post-navigation .nav-links a {
	display: inline-block;
	padding: .5rem 1rem;
	background-color: var(--lightgrey);
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	text-decoration: none;
}

/* Search Results */

.search h1.page-title {
	margin-bottom: 1.5rem;
	text-align: center;
	color: var(--primary);
}

/* Media + Image */

.wp-block-media-text {
	background-color: var(--lightgrey2);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border: 1px solid var(--bordergrey);
}

.wp-block-media-text__content {
	padding: 1.5rem !important; 
}

.wp-block-media-text .register {
	border: 0px !important;
	padding: 0rem !important;
	margin: 0px !important;
}

/* Reset Password */

.woocommerce-page form .show-password-input {
	top: .5rem;
}

/* WooCommerce Product Image Carousel */

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
	position: relative;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-viewport {
	z-index: 2;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav {
	padding-left: 0px;
	position: absolute;
	top: 230px;
	left: -40px;
	right: -40px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 0px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav li::marker {
	content: '';
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav li::before {
	color: var(--secondary);
	z-index: 1;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav li:hover::before {
	color: var(--primary);
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav li a {
	font-size: 40px;
	opacity: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	z-index: 10;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-prev::before {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
  	font-size: 40px;
	
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-next::before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
  	font-size: 40px;
}

/* Verification - change email specic CSS */

#change-email-container {
	transition: height 0.5s;
	height: 0px;
	overflow: hidden;
}

#changeEmailToggleButton.error {
	display: none;
}

/* Pagination */

.woocommerce nav.woocommerce-pagination ul {
	border: 1px solid var(--primary);
	border-right: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid var(--primary);
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--primary);
	color: var(--white);
}
	
/* Responsive */

@media (max-width: 1399px) {
	.carousel-item .container {
		max-width: 960px;
	}
	.fc-event-start:before {
		width: 116px;
		height: 95px;
		left: -116px;
	}
	.fc-event-end:after {
		width: 116px;
		height: 95px;
		right: -116px;
	}
	.fc-event-end {
		margin-right: 116px;
	}
	.fc-event-start {
		margin-left: 116px;
	}
}

@media (max-width: 1199px) {
	.fc-event-start:before {
		width: 96px;
		height: 77px;
		left: -96px;
	}
	.fc-event-end:after {
		width: 96px;
		height: 77px;
		right: -96px;
	}
	.fc-event-end {
		margin-right: 96px;
	}
	.fc-event-start {
		margin-left: 96px;
	}
	.carousel-item .container {
		max-width: 780px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0rem 1rem;
	}
	.woocommerce-cart table.cart img {
		width: 100px !important;
	}
	.woocommerce-cart table.cart .product-thumbnail {
		width: 120px;
	}
	.woocommerce-cart table.cart .product-remove {
		width: 30px;
		padding: 5px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 60%;
	}

	.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
		padding-inline: 5px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav {
		top: 235px;
		left: -25px;
		right: -25px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav li a {
		font-size: 30px;
		width: 30px;
		height: 30px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-prev::before {
		font-size: 30px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav .flex-nav-next::before{
		font-size: 30px;
	}
	.table-tabs {
		flex-direction: column;
	}
	.table-btns {
		margin-bottom: 1rem;
	}
}

@media (max-width: 991px) {
	.table-btns {
		display: block !important;
	}
	.table-btns .btn {
		width: 50%;
		font-size: .8rem;
		border-top: 0px !important;
		float: left;
	}
	.table-btns .btn:first-child {
		border-bottom-left-radius: 0rem;
		border-top: 1px solid var(--secondary) !important;
	}
	.table-btns .btn:nth-child(2) {
		border-top-right-radius: .25rem;
		border-top: 1px solid var(--secondary) !important;
	}
	.table-btns .btn:nth-child(3) {
		border-left: 1px solid var(--secondary) !important;
	}
	.table-btns .btn:nth-child(5) {
		border-bottom-left-radius: .25rem;
		border-left: 1px solid var(--secondary) !important;
		border-right: 0px;
	}
	.table-btns .btn:last-child {
		margin-right: 0rem;
		border-bottom-right-radius: .25rem;
		border-top-right-radius: 0px;
	}
	.fc-event-start:before {
		width: 69px;
		height: 65px;
		left: -70px;
	}
	.fc-event-start.booking-bg:before {
		background: linear-gradient(-42deg, var(--booking-bg-color) 0%, var(--booking-bg-color) 50%, transparent 0%) !important;
	}
	.fc-event-end:after {
		width: 69px;
		height: 65px;
		right: -70px;
	}
	.fc-event-end.booking-bg:after {
		background: linear-gradient(-42deg, transparent 0%, transparent 50%, var(--booking-bg-color) 0%) !important;
	}
	.fc-event-end {
		margin-right: 69px;
	}
	.fc-event-start {
		margin-left: 69px;
	}
	.navbar-brand {
		width: 200px;
		margin-right: 0rem;
	}
	.carousel-item .container {
		max-width: 580px;
	}
	.acf-map {
    	height: 500px;
		margin-bottom: 1.5rem;
	}
	ul.products {
		grid-template-columns: 1fr 1fr;
	}
	.navbar > .container {
		flex-direction: column;
	}
	.dropdown-menu {
		margin-top: .5rem !important;
	}
	.archive.woocommerce .woocommerce-breadcrumb {
		text-align: center !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0rem .5rem;
		width: 33.45%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {
		border-top-right-radius: 0rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(2) {
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(3) {
		border-top-left-radius: 0rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1),
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(2),
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(3) {
		border-bottom: 0px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(4),
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(5) {
		border-top-right-radius: 0rem;
		border-top-left-radius: 0rem;
		width: 50%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(3) {
		border-right: 1px solid var(--primary);
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
		border-bottom: 1px solid var(--primary) !important;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		border-top-right-radius: .0rem;
	}
	.wc-bookings-booking-form {
		padding: 0rem;
	}
	.wc-bookings-booking-form fieldset {
		margin-bottom: 0rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content .navbar .nav-link {
		padding: .5rem .5rem;
		font-size: .8rem;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
		padding-inline: 10px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav {
		left: -20px;
		right: -20px;
	}
	.woocommerce ul.order_details {
		padding: 0rem;
	}
	.woocommerce ul.order_details li {
		width: 100%;
		margin-right: 0rem;
		padding-right: 0rem;
		border-right: 0rem;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
		border-bottom: 1px solid var(--bordergrey) !important;
		border-style: dashed !important;
	}
	.woocommerce ul.order_details li:last-child {
		border-bottom: 0px !important;
		margin-bottom: 0rem;
		padding-bottom: 0rem;
	}
	.wp-block-media-text.has-media-on-the-right {
		grid-template-columns: 100%;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		grid-row: 2;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
		grid-column: 1 !important;
	}
}

@media (max-width: 768px) {
	.dashboard-navigation{
		display: block;
	}
	.woocommerce-MyAccount-navigation .list-group-toggle {
		height: 0px;
	}
	.woocommerce-MyAccount-navigation .list-group-toggle.show {
		height: 100%;
		margin-top: 1rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 1rem;
	}
	.acf-table .acf-icon.-plus, 
	.acf-table .acf-icon.-minus {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.fc-event-start:before {
		width: 65px;
		height: 65px;
		left: -65px;
	}
	.fc-event-start.booking-bg:before {
		background: linear-gradient(-44deg, var(--booking-bg-color) 0%, var(--booking-bg-color) 50%, transparent 0%) !important;
	}
	.fc-event-end:after {
		width: 65px;
		height: 65px;
		right: -65px;
	}
	.fc-event-end.booking-bg:after {
		background: linear-gradient(-44deg, transparent 0%, transparent 50%, var(--booking-bg-color) 0%) !important;
	}
	.fc-event-end {
		margin-right: 65px;
	}
	.fc-event-start {
		margin-left: 65px;
	}
	.woocommerce-form-login {
		margin: 0rem !important;
	}
	#page-wrapper {
		padding: 1.5rem 0rem;
	}
	h1.entry-title {
		margin-bottom: 1.5rem;
	}
	.offcanvas-header {
		background-color: var(--primary);
	}
	.dropdown-menu {
		background-color: transparent;
		margin-top: 0rem !important;
		padding: .5rem 1rem;
		border: 1px solid var(--primary);
		border-radius: .5rem;
		-webkit-border-radius: .5rem;
		-moz-border-radius: .5rem;
		-ms-border-radius: .5rem;
		-o-border-radius: .5rem;
	}
	.dropdown-menu .dropdown-item {
		color: var(--primary);
		padding-left: 0rem;
	}
	.dropdown-menu .dropdown-item:hover {
		background-color: transparent;
	}
	.navbar-toggler {
		background-color: var(--primary);
		color: var(--white);
		border: 0px;
		font-size: 1.5rem;
		padding: .5rem 1rem;
	}
	.navbar-toggler:hover,
	.navbar-toggler:focus,
	.navbar-toggler:active {
		background-color: var(--secondary);
		color: var(--white);
	}
	.btn-close {
		color: var(--white) !important;
		opacity: 1;
		font-size: 1.5rem;
		line-height: 1rem;
		background: none;
	}
	.carousel-item figure {
		height: 300px;
	}
	.carousel-item figure img {
		height: 300px;
	}
	.carousel-item .container {
		max-width: 460px;
	}
	.carousel-item .container .h1 {
		font-size: 1.5rem;	
	}
	ul.products {
		gap: 1rem;
	}
	.navbar > .container {
		flex-direction: row;
	}
	.woocommerce .woocommerce-breadcrumb {
		text-align: center !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {
		border-top-right-radius: .5rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(3) {
		border-top-right-radius: 0rem;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: .5rem 1rem 1rem 1rem;
	}
	.woocommerce .tab-separator {
		margin: 1rem 0rem 1rem 0rem;
	}
	.table-responsive table {
		font-size: .8rem;
	}
	.table-responsive .customer-info figure,
	.table-responsive .listing-info figure {
		display: none;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(4),
	.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(5) {
		border-top-right-radius: 0rem;
		border-top-left-radius: 0rem;
		width: 100%;
		border-bottom: 0px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce-cart table.cart .product-remove {
		width: 100%;
		border-right: 0px;
		text-align: right;
	}
	.woocommerce a.remove {
		display: inline-block;
	}
	table.cart .product-thumbnail {
		display: block !important;
		padding: 0rem !important;
		width: 100% !important;
	}
	table.cart .product-thumbnail a {
		display: block;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.woocommerce-cart table.cart img {
		width: 100% !important;
		height: 200px !important;
		object-fit: cover;
		object-position: center;
	}
	.woocommerce table.shop_table_responsive.cart tr td::before {
		display: none;
	}
	.shop_table .product-name > a {	
		display: block;
		width: 100%;
		text-align: left;
	}
	.woocommerce table.shop_table_responsive.cart tbody th, 
	.woocommerce-page table.shop_table_responsive.cart tbody th {
		display: block;
		width: 30%;
	}
	.woocommerce-billing-fields,
	.woocommerce-checkout-payment,
	.woocommerce-additional-fields {
		padding: 1rem;
	}
}

@media (max-width: 575px) {
	div.gm-style-iw-d > div {
		display: block;
		max-height: 300px !important;
		height: auto !important;
	}
	div.gm-style-iw-d {
		height: auto !important;
		max-height: 300px !important;
		overflow: hidden !important;
	}
	.marker-product-thumbnail {
		float: none;
		width: 100%;
	}
	.fc-event-start:before {
		width: 35px;
		height: 65px;
		left: -35px;
	}
	.fc-event-start.booking-bg:before {
		background: linear-gradient(-60deg, var(--booking-bg-color) 0%, var(--booking-bg-color) 50%, transparent 0%) !important;
	}
	.fc-event-end:after {
		width: 35px;
		height: 65px;
		right: -35px;
	}
	.fc-event-end.booking-bg:after {
		background: linear-gradient(-60deg, transparent 0%, transparent 50%, var(--booking-bg-color) 0%) !important;
	}
	.fc-event-end {
		margin-right: 35px;
	}
	.fc-event-start {
		margin-left: 35px;
	}
	.carousel-item .container {
		max-width: 60%;
	}
	.carousel-item .container .h1 {
	 font-size: 1.25rem;	
	}
	ul.products {
		grid-template-columns: 1fr;
	}
	.archive ul.products {
		grid-template-columns: 1fr;
	}
	.woocommerce-account .woocommerce-MyAccount-content .navbar .nav-link {
		font-size: 1rem;
		border-right: 0px;
		border-bottom: 1px solid var(--primary);
	}
	.woocommerce-account .woocommerce-MyAccount-content .navbar .nav-item:last-child .nav-link {
		border-bottom: 0px;
	}
	.woocommerce-account .woocommerce-MyAccount-content .navbar .navbar-nav {
		flex-direction: column;
		width: 100%;
	}
	.woocommerce-page .flex-viewport, .woocommerce-product-gallery__wrapper {
		height: 300px !important;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		height: 60px;
		margin-top: 4px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
		padding-inline: 15px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-direction-nav {
		top: 135px;
		left: -15px;
		right: -15px;
	}

	.wp-block-search {
		padding: 1rem;
		margin-top: 1rem;
	}

	.extended-search-container {
		padding: 1rem;
		margin-top: 1rem;
	}

	/* Calendar Listing - mobile fix LH-258 */
	#calendar > div.fc-header-toolbar.fc-toolbar > div:nth-child(3){
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	#calendar > div.fc-header-toolbar.fc-toolbar > div:nth-child(3) > button
	{
		margin-bottom: 0.75em;
	}

	#fc-dom-1{
		font-size: 1.4em;
	}
}