@charset "UTF-8";
/*
    Shades of gray (pure gray)
    ------------------------------------
    If you need mix some color to gray, use 10% of saturated color
*/
/*  6% - lightness */
/* 17% - lightness */
/* 28% - lightness */
/* 39% - lightness */
/* 50% - lightness */
/* 61% - lightness */
/* 72% - lightness */
/* 83% - lightness */
/* 94% - lightness */
/**
* Utility colors
*/
/*------------------------------------*\
    # vars.globals
\*------------------------------------*/
/**
 * The $unit variable is a global variable to be used
 * in paddings, margins, for sizing and positioning
 */
/**
 * Global radius and rounded
 */
/*------------------------------------*\
    # vars.typography
\*------------------------------------*/
/**
 * Project base line height (unitless in order to work with typomatic)
 */
/**
* Type scale sizes must be entered in their pixel size
* (unitless in order to work with typomatic)
* Default type scale ratio: 1.333;
*/
/**
* Type weights
*/
/**
* Font stacks
*/
/*------------------------------------*\
    # vars.responsive
\*------------------------------------*/
/* min-width 544px */
/* max-width 543px */
/* min-width 768px */
/* max-width 767px */
/* min-width 992px */
/* max-width 991px */
/* min-width  1280px */
/* max-width 1279px */
/* min-width 1440px */
/* max-width 1439px */
/*------------------------------------*\
    # vars.shadows
\*------------------------------------*/
/*you can use grey variables for match your background*/
/*[grey-1, grey2...]*/
/*tested on #efefef background and #fff box*/
/*really close*/
/*//close/**/
/*//regular/**/
/*//smooth/**/
/*//apple like/**/
/*------------------------------------*\
    # tools.ricky
\*------------------------------------*/
/**
 * Custom grid based on flexbox.
 * $f-grid-gutter - amount of space between columns
 * $f-grid-columns - number of columns of the grid
 */
/**
  * Row
  */
.row {
	margin-left: calc(-24px / 2);
	margin-right: calc(-24px / 2);
	display: flex;
	flex-wrap: wrap;
}

.row--align--bottom {
	align-items: flex-end;
}

.row--align--center {
	align-items: center;
}

.row--align--baseline {
	align-items: baseline;
}

.row--form {
	margin-left: calc(-24px / 2);
	margin-right: calc(-24px / 2);
}

/**
  * Column
  */
.col {
	padding-left: calc(24px / 2);
	padding-right: calc(24px / 2);
	transition: all 250ms ease-out;
}

.col--form {
	padding-left: calc(24px / 2);
	padding-right: calc(24px / 2);
}

.col--align--bottom {
	align-self: flex-end;
}

.col--align--top {
	align-self: flex-start;
}

/*------------------------------------*\
    # component.mixin
\*------------------------------------*/
/*------------------------------------*\
    # generic.boxsizing
\*------------------------------------*/
*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*------------------------------------*\
    # base.globals
\*------------------------------------*/
/**
 * Initialize typomatic in project (sets font-size and line-height
 * on html selector.
 */
html {
	height: 100%;
}

body {
	min-height: 100%;
	overflow-x: hidden;
	margin: 0;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	color: #6e6e6e;
	/* padding-top: $header-height; */
	line-height: 24px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

svg {
	max-width: 100%;
}

@keyframes smoothscroll1 {
	from, to {
		scroll-behavior: smooth;
	}
}

@keyframes smoothscroll2 {
	from, to {
		scroll-behavior: smooth;
	}
}

html {
	animation: smoothscroll1 1s;
}

html:focus-within {
	animation-name: smoothscroll2;
	scroll-behavior: smooth;
}

.wkmp-product-author-shop {
	display: none;
}

.overflow-hidden {
	height: 100%;
	overflow-x: hidden;
}

/*------------------------------------*\
    # base.typography
\*------------------------------------*/
/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #112542;
}

h1 {
	font-size: 26px;
	line-height: 1.35;
}

@media only screen and (min-width: 48em) {
	h1 {
		font-size: 26px;
		line-height: 1.35;
	}
}

h2 {
	font-size: 26px;
}

@media only screen and (min-width: 48em) {
	h2 {
		font-size: 26px;
	}
}

h2.woocommerce-loop-product__title {
	font-size: 18px;
	margin-bottom: 6px !important;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5, h6 {
	font-size: 21px;
}

/**
 * Paragraphs
 */
p {
	margin: 0;
}

/**
 * Lists (ol, ul, dd)
 */
ol, ul, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

/**
 * Anchors
 */
a {
	color: #06A6E3;
	text-decoration: none;
	text-decoration-skip-ink: auto;
	/* Ensure that underlines don’t pass through descenders. */
}

a:hover {
	color: lightem(#06A6E3, 20%);
}

a:focus {
	outline: 0;
	color: lightem(#06A6E3, 30%);
}

/**
 * Typographic details
 */
hr {
	border-top: 1px solid #bfbfbf;
}

b, strong {
	font-weight: bold;
}

code {
	background-color: white;
	padding: calc(6px / 2);
	color: #112542;
}

/*------------------------------------*\
    # component.container
\*------------------------------------*/
.container, .home .widget_wpc_filters_widget, .woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account:not(.home) .site-main, .single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer, .single-post .post-thumbnail, .blog .site-main {
	margin: 0 auto;
}

.container--base, .home .widget_wpc_filters_widget, .woocommerce-cart .site-main,
.woocommerce-checkout .site-main,
.woocommerce-account:not(.home) .site-main {
	padding: calc(6px * 6) calc(6px * 2);
	width: 100%;
	max-width: 1140px;
}

.container--service {
	padding: calc(6px * 6) calc(6px * 2);
	width: 100%;
	max-width: 768px !important;
}

.container--service .post-edit-link {
	text-align: right;
	display: block;
}

.container--blog, .single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer {
	padding: calc(6px * 6) calc(6px * 2);
	width: 100%;
	max-width: 768px;
}

.container--lrg, .single-post .post-thumbnail {
	width: 100%;
	max-width: 1280px;
}

.container--shop {
	padding: calc(6px * 6) calc(6px * 2);
	width: 100%;
	max-width: 1280px;
}

.container--base-sml-padd {
	padding: calc(6px * 2) calc(6px * 2);
}

@media only screen and (min-width: 48em) {
	.container--base-sml-padd {
		padding: calc(6px * 2) calc(6px * 0);
		width: 100%;
		max-width: 1140px;
	}
}

.container--sml, .blog .site-main {
	padding: calc(6px * 6) calc(6px * 2);
	width: 100%;
	max-width: 640px;
}

.container--tall {
	padding: calc(6px * 6) calc(6px * 4);
}

.container--tall.no-bottom {
	padding-bottom: 0;
}

@media only screen and (min-width: 48em) {
	.container--tall {
		padding: calc(6px * 8) calc(6px * 4);
	}
}

.container--tall .container--tall {
	padding-left: 0;
	padding-right: 0;
}

.container--tallest {
	padding: calc(6px * 9) calc(6px * 6);
}

.container--tallest.no-bottom {
	padding-bottom: 0;
}

@media only screen and (min-width: 48em) {
	.container--tallest {
		padding: calc(6px * 12) calc(6px * 8);
	}
}

.container--cat-single {
	position: relative;
	margin-top: calc(-6px * 14);
	z-index: 99;
}

.container--negative {
	color: white;
}

.container--negative h1, .container--negative h2, .container--negative h3, .container--negative h4 {
	color: white;
}

/*------------------------------------*\
    # component.btn
\*------------------------------------*/
.btn, .woocommerce-mini-cart__buttons.buttons .button, .wc-block-cart__submit-button, .home .wpc-filters-submit-button, .home .wpc-filters-reset-button, .form .direction-label, .mpbrs-book-sec-wrap table button {
	/**
     * Button base
    */
	display: inline-block;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	border: 0;
	border-radius: 3px;
	/**
     * Button base project styling
    */
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	transition: all 250ms ease-in-out;
	/**
     * Button sizes
    */
	/**
     * Button styles
    */
}

.btn:focus, .woocommerce-mini-cart__buttons.buttons .button:focus, .wc-block-cart__submit-button:focus, .home .wpc-filters-submit-button:focus, .home .wpc-filters-reset-button:focus, .form .direction-label:focus, .mpbrs-book-sec-wrap table button:focus {
	outline: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.btn--sml, .woocommerce-mini-cart__buttons.buttons .button {
	font-size: 14px;
	height: calc(6px * 6);
	padding: 0 calc(6px * 2);
	line-height: calc(6px * 6);
}

.btn--base, .wc-block-cart__submit-button, .home .wpc-filters-reset-button, .form .direction-label, .mpbrs-book-sec-wrap table button {
	font-size: 14px;
	height: calc(6px * 7);
	padding: 0 calc(6px * 3);
	line-height: calc(6px * 7);
}

.btn--med {
	font-size: 16px;
	height: calc(6px * 8);
	padding: 0 calc(6px * 10);
	line-height: calc(6px * 8 - 2px);
}

.btn--lrg, .home .wpc-filters-submit-button {
	height: calc(6px * 10);
	padding: 0 calc(6px * 6);
	line-height: calc(6px * 10);
}

.btn--primary, .woocommerce-mini-cart__buttons.buttons .button, .wc-block-cart__submit-button, .home .wpc-filters-submit-button, .mpbrs-book-sec-wrap table button {
	background: #06A6E3;
	color: white;
	border: 1px solid #06A6E3;
}

.btn--primary:hover, .woocommerce-mini-cart__buttons.buttons .button:hover, .wc-block-cart__submit-button:hover, .home .wpc-filters-submit-button:hover, .mpbrs-book-sec-wrap table button:hover {
	background-color: #0582b1;
	color: white;
	border: 1px solid #0582b1;
}

.btn--secondary, .home .wpc-filters-reset-button {
	background: #112542;
	color: white;
	border: 1px solid #112542;
}

.btn--secondary:hover, .home .wpc-filters-reset-button:hover {
	background-color: transparent;
	color: white;
	border: 1px solid #112542;
}

.btn.is-disabled, .woocommerce-mini-cart__buttons.buttons .is-disabled.button, .is-disabled.wc-block-cart__submit-button, .home .is-disabled.wpc-filters-submit-button, .home .is-disabled.wpc-filters-reset-button, .form .is-disabled.direction-label, .mpbrs-book-sec-wrap table button.is-disabled, .btn[disabled], .woocommerce-mini-cart__buttons.buttons .button[disabled], .wc-block-cart__submit-button[disabled], .home .wpc-filters-submit-button[disabled], .home .wpc-filters-reset-button[disabled], .form .direction-label[disabled], .mpbrs-book-sec-wrap table button[disabled] {
	pointer-events: none;
	opacity: 0.5;
	border-color: transparent;
}

.btn.has-icon span, .woocommerce-mini-cart__buttons.buttons .has-icon.button span, .has-icon.wc-block-cart__submit-button span, .home .has-icon.wpc-filters-submit-button span, .home .has-icon.wpc-filters-reset-button span, .form .has-icon.direction-label span, .mpbrs-book-sec-wrap table button.has-icon span {
	display: none;
}

@media only screen and (min-width: 80em) {
	.btn.has-icon span, .woocommerce-mini-cart__buttons.buttons .has-icon.button span, .has-icon.wc-block-cart__submit-button span, .home .has-icon.wpc-filters-submit-button span, .home .has-icon.wpc-filters-reset-button span, .form .has-icon.direction-label span, .mpbrs-book-sec-wrap table button.has-icon span {
		display: inline-block;
	}
}

/*------------------------------------*\
    # component.nav
\*------------------------------------*/
@media only screen and (max-width: 79.9375em) {
	.nav__wrapper {
		opacity: 0;
		visibility: hidden;
		z-index: 99999;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: calc(6px * 2) calc(6px * 4);
		background-color: #112542;
		transform: translateX(-100%);
		transition: all 250ms cubic-bezier(0.31, 1.21, 0.43, 0.65);
		display: flex;
		align-items: center;
	}
	.nav__wrapper.is-active {
		width: 100%;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}

@media only screen and (min-width: 48em) {
	.nav__wrapper {
		right: 50%;
	}
	.nav__wrapper.is-active {
		width: auto;
	}
}

@media only screen and (max-width: 79.9375em) {
	.nav--primary {
		width: 100%;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media only screen and (min-width: 80em) {
	.nav--primary {
		margin-left: calc(6px * 8);
	}
}

.nav--primary__item {
	display: block;
	vertical-align: middle;
	padding: calc(6px * 2) calc(6px * 2) calc(6px * 2) calc(6px * 2);
}

.nav--primary__item.is-all a {
	text-transform: uppercase !important;
	font-style: italic;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (min-width: 80em) {
	.nav--primary__item {
		display: inline-flex;
		align-items: center;
		gap: calc(6px * 1);
		padding: 0 calc(6px * 1);
	}
	.nav--primary__item:before {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		background-color: #06A6E3;
		border-radius: 50px;
	}
	.nav--primary__item:first-child:before {
		visibility: hidden;
		opacity: 0;
	}
	.nav--primary__item.is-all {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.nav--primary__item.is-all a {
		text-transform: uppercase !important;
		font-style: italic;
		border-bottom: 0;
	}
	.nav--primary__item a {
		padding: calc(6px * 3) calc(6px * 1) calc(6px * 3) calc(6px * 1);
	}
}

@media only screen and (min-width: 80em) {
	.nav--primary__item {
		gap: calc(6px * 2);
	}
	.nav--primary__item a {
		padding: calc(6px * 5) calc(6px * 1) calc(6px * 5) calc(6px * 1);
	}
}

@media only screen and (min-width: 90em) {
	.nav--primary__item {
		padding: 0 calc(6px * 2);
	}
}

.nav--primary__item__link {
	position: relative;
	display: block;
	font-size: 16px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: white;
	transition: all 250ms ease-out;
	text-transform: uppercase;
	letter-spacing: 0;
}

.nav--primary__item__link:hover, .nav--primary__item__link:focus, .nav--primary__item__link:active {
	color: #06A6E3;
}

@media only screen and (max-width: 79.9375em) {
	.nav--primary__item__link {
		width: 100%;
	}
}

@media only screen and (min-width: 80em) {
	.nav--primary__item__link {
		color: #112542;
	}
}

.nav--secondary__item {
	display: block;
	padding: calc(6px * 1) 0;
}

@media only screen and (min-width: 62em) {
	.nav--secondary__item {
		padding: calc(6px * 1) 0;
	}
}

.nav--secondary__link {
	position: relative;
	display: block;
	font-size: 14px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: white;
	transition: all 250ms ease-out;
}

.nav--secondary__link.is-span {
	cursor: default;
}

.nav--secondary__link:hover, .nav--secondary__link:focus, .nav--secondary__link:active {
	color: #06A6E3;
}

.nav--secondary__link:hover.is-span, .nav--secondary__link:focus.is-span, .nav--secondary__link:active.is-span {
	color: white;
}

@media only screen and (min-width: 62em) {
	.nav--secondary__link {
		font-size: 16px;
	}
}

@media only screen and (min-width: 80em) {
	.nav--primary > .nav--primary__item:hover > .sub-menu, .nav--primary > .nav--primary__item:focus > .sub-menu {
		display: flex;
	}
}

.submenu-toggle {
	padding: 6px 12px;
	border-radius: 6px;
}

@media only screen and (min-width: 80em) {
	.submenu-toggle {
		display: none;
	}
}

.menu-item-has-children {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: calc(6px * 1);
}

.menu-item-has-children:before {
	margin-right: calc(6px * 0);
}

@media only screen and (min-width: 80em) {
	.menu-item-has-children {
		gap: calc(6px * 2);
	}
	.menu-item-has-children:before {
		margin-right: calc(6px * 2);
	}
}

@media only screen and (min-width: 80em) {
	.menu-item-has-children:after {
		content: '';
		display: block;
		width: calc(6px * 1.5);
		height: calc(6px * 1.5);
		mask-image: url(./postcss-svg/defaults/icon--arrow-down.svg);
		background-color: white;
		mask-position: center center;
		mask-repeat: no-repeat;
	}
}

@media only screen and (min-width: 80em) {
	.menu-item-has-children {
		display: inline-flex;
	}
	.menu-item-has-children:after {
		background-color: #112542;
	}
}

.sub-menu {
	position: absolute;
	flex-direction: column;
	background-color: #112542;
	display: none;
}

@media only screen and (max-width: 79.9375em) {
	.sub-menu {
		overflow-y: auto;
	}
	.sub-menu.is-active {
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 99;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 80em) {
	.sub-menu {
		top: 100%;
		margin-left: calc(6px * 4);
	}
}

.sub-menu .nav--primary__item {
	padding: 0 calc(6px * 3);
}

.sub-menu .nav--primary__item:before {
	display: none;
}

.sub-menu .nav--primary__item a {
	width: 100%;
	padding: calc(6px * 2) calc(6px * 3);
	color: white;
	white-space: nowrap;
}

@media only screen and (min-width: 80em) {
	.sub-menu .nav--primary__item a {
		font-size: 14px;
		text-transform: initial;
	}
}

.sub-menu .nav--primary__item:hover {
	transition: all 250ms ease-in-out;
}

@media only screen and (min-width: 80em) {
	.sub-menu .nav--primary__item:hover {
		background-color: #06A6E3;
	}
}

.sub-menu .sub-menu {
	display: none;
}

@media only screen and (min-width: 80em) {
	.sub-menu .sub-menu {
		left: 100%;
		top: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 79.9375em) {
	.sub-menu .sub-menu.is-active {
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 99;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 80em) {
	.sub-menu .menu-item-has-children {
		position: relative;
	}
}

.sub-menu .menu-item-has-children:after {
	mask-image: url(./postcss-svg/defaults/icon--arrow-right.svg);
	background-color: white;
}

@media only screen and (min-width: 80em) {
	.sub-menu .menu-item-has-children:hover .sub-menu {
		display: flex;
	}
}

.back--button {
	width: 32px;
	height: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: calc(6px * 2);
	left: calc(6px * 2);
}

.back--button a {
	padding: 0 !important;
	width: auto !important;
}

@media only screen and (min-width: 80em) {
	.back--button {
		display: none;
	}
}

.menu-en-glavna-navigacija-container {
	width: 100%;
}

.logo {
	flex-shrink: 0;
}

/*------------------------------------*\
    # component.input
\*------------------------------------*/
.input, .qty.text, .wpc-search-field, .home .wpc-filters-widget-select {
	/**
     * Input base
     */
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
	touch-action: manipulation;
	appearance: none;
	transition: border-color 200ms;
	-webkit-appearance: none;
	border-radius: 3px;
	background-color: white;
	font-size: 16px;
	/**
     * Input base project styling  
     */
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	/**
     * Input sizes
     */
	/**
     * Input types
     */
}

.input::placeholder, .qty.text::placeholder, .wpc-search-field::placeholder, .home .wpc-filters-widget-select::placeholder {
	color: #9c9c9c;
}

.input::-webkit-inner-spin-button, .qty.text::-webkit-inner-spin-button, .wpc-search-field::-webkit-inner-spin-button, .home .wpc-filters-widget-select::-webkit-inner-spin-button, .input::-webkit-outer-spin-button, .qty.text::-webkit-outer-spin-button, .wpc-search-field::-webkit-outer-spin-button, .home .wpc-filters-widget-select::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input:invalid, .qty.text:invalid, .wpc-search-field:invalid, .home .wpc-filters-widget-select:invalid {
	border: 1px solid #f44336;
}

.input:focus, .qty.text:focus, .wpc-search-field:focus, .home .wpc-filters-widget-select:focus {
	outline: 0;
	border-color: #06A6E3;
}

.input:-moz-focusring, .qty.text:-moz-focusring, .wpc-search-field:-moz-focusring, .home .wpc-filters-widget-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.input--sml {
	height: calc(6px * 4);
	line-height: calc(6px * 4);
	padding: 0 calc(6px * 1);
}

.input--base, .qty.text, .wpc-search-field, input#mpbrs-booking-date,
select#om_slots_select,
input#mpbrs-booking-slot-stock,
select#mpbrs_mo_slots_select {
	height: calc(6px * 7);
	line-height: calc(6px * 7);
	padding: 0 calc(6px * 3);
}

.input--lrg {
	height: calc(6px * 8);
	line-height: calc(6px * 8);
	padding: 0 calc(6px * 3);
}

.input--text {
	width: 100%;
}

.input--textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
	padding: calc(6px * 2);
	display: block;
}

.input--textarea:hover {
	border: 1px solid #b3b3b3;
}

.input--textarea:focus, .input--textarea:focus-visible {
	border-color: #06A6E3;
	outline: 0;
}

.input--select,
select#om_slots_select,
select#mpbrs_mo_slots_select, .input--date, input#mpbrs-booking-date, .input--search, .input--time, .input--currency {
	padding-right: calc(6px * 6);
	background-repeat: no-repeat;
	background-size: calc(6px * 3) calc(6px * 3);
	background-position: calc(100% - 6px * 2) center;
	vertical-align: middle;
}

.input--date, input#mpbrs-booking-date {
	background-image: url(./postcss-svg/defaults/icon--calendar.svg);
}

.input--search {
	background-image: url(./postcss-svg/defaults/icon--search.svg);
}

.input--select,
select#om_slots_select,
select#mpbrs_mo_slots_select {
	background-image: url(./postcss-svg/defaults/icon--arrow-down.svg);
	background-size: calc(6px * 2) calc(6px * 2);
}

.input--time {
	background-image: url(./postcss-svg/defaults/icon--clock.svg);
}

.input--currency {
	background-image: url(./postcss-svg/defaults/icon--currency.svg);
}

.input--check, .input--radio {
	opacity: 0;
	position: absolute;
}

.input--check + label, .input--radio + label {
	font-size: 14px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.input--check + label:before, .input--radio + label:before {
	content: '';
	width: calc(6px * 3);
	height: calc(6px * 3);
	margin-right: calc(6px * 2);
	padding: 6px;
	border-radius: 3px;
	border: 2px solid #ccc;
	transition: all 300ms ease-out;
}

.input--check + label:after, .input--radio + label:after {
	content: "";
	opacity: 0;
	position: absolute;
	left: 3px;
	top: 6px;
	display: inline-block;
	width: calc(6px * 2);
	height: calc(6px * 2);
	transition: all 300ms ease-out;
	transform: rotate(-35deg);
	transform-origin: center;
	background-color: white;
	mask-image: url(./postcss-svg/defaults/icon--check.svg);
}

.input--check:checked + label:before, .input--radio:checked + label:before {
	background-color: #06A6E3;
	border: 2px solid #06A6E3;
}

.input--check:checked + label:after, .input--radio:checked + label:after {
	background-repeat: no-repeat;
	background-position: center center;
}

.input--check:focus + label:before, .input--radio:focus + label:before {
	box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.4);
}

.input--check:checked + label:after {
	opacity: 1;
	transform: rotate(0deg);
	background-color: white;
	mask-image: url(./postcss-svg/defaults/icon--check.svg);
}

.input--radio + label {
	position: relative;
}

.input--radio + label:before {
	border-radius: 50%;
}

.input--radio + label:after {
	content: "";
	opacity: 0;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -25px;
	width: calc(6px * 1.25);
	height: calc(6px * 1.25);
	background-color: #fff;
	border-radius: 1000px;
	transform: scale(0);
	transition: all 300ms ease-out;
}

.input--radio:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.input--radio:focus + label:before {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.input--warning {
	border: 1px solid #f44336;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper ul.wpc-filter-chips-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper ul.wpc-filter-chips-list li.wpc-filter-chip {
	display: inline-block;
	margin-right: 10px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper ul.wpc-filter-chips-list li.wpc-filter-chip a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #777;
	background-color: rgba(6, 166, 227, 0.1);
	border: 1px solid #06A6E3;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 14px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper ul.wpc-filter-chips-list li.wpc-filter-chip a:hover {
	background-color: rgba(6, 166, 227, 0.2);
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-top-container .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper ul.wpc-filter-chips-list li.wpc-filter-chip a .wpc-chip-remove-icon {
	margin-left: 5px;
	font-weight: bold;
	color: #6e6e6e;
}

.wpc-filters-widget-containers-wrapper .wpc-filter-set-widget-title h2.widget-title {
	font-size: 20px;
	font-weight: bold;
	color: #6e6e6e;
	margin-bottom: 20px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #d4d4d4;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header .wpc-filter-title {
	font-size: 18px;
	font-weight: bold;
	color: #6e6e6e;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header.expanded:after {
	transform: rotate(-135deg);
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content {
	padding: 10px 0;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.expanded {
	display: block;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
	-moz-columns: 2;
	columns: 2;
	-moz-column-gap: 0;
	column-gap: 8px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content.wpc-filter-has-hierarchy ul.children {
	-moz-columns: 2;
	columns: 2;
	-moz-column-gap: 0;
	column-gap: 8px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item {
	margin-bottom: 10px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper {
	display: flex;
	align-items: center;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="checkbox"],
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="radio"],
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="checkbox"],
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="radio"] {
	opacity: 0;
	position: absolute;
	flex-shrink: 0;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="checkbox"] + label,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="radio"] + label,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="checkbox"] + label,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="radio"] + label {
	padding: 0;
	margin: 0;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: start;
	color: #6e6e6e;
	width: 100%;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="checkbox"] + label a,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="radio"] + label a,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="checkbox"] + label a,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="radio"] + label a {
	color: #6e6e6e;
	font-size: 14px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="checkbox"] + label:before,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="radio"] + label:before,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="checkbox"] + label:before,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="radio"] + label:before {
	content: '';
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="checkbox"] + label:after,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="radio"] + label:after,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="checkbox"] + label:after,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="radio"] + label:after {
	content: '';
	flex-shrink: 0;
	opacity: 0;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background-color: #06A6E3;
	border-radius: 2px;
	transform: scale(0);
	transition: all 0.3s ease;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M23.146 5.4l-2.792-2.8a.5.5 0 00-.708 0L7.854 14.4a.5.5 0 01-.708 0l-2.792-2.8a.5.5 0 00-.708 0L.854 14.4a.5.5 0 000 .707L7.146 21.4a.5.5 0 00.708 0L23.146 6.1a.5.5 0 000-.7z'/%3E%3C/svg%3E");
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="checkbox"]:checked + label:before,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="radio"]:checked + label:before,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="checkbox"]:checked + label:before,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="radio"]:checked + label:before {
	background-color: #06A6E3;
	border-color: #06A6E3;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="checkbox"]:checked + label:after,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-item-content-wrapper input[type="radio"]:checked + label:after,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="checkbox"]:checked + label:after,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-item-content-wrapper input[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item a,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item a {
	text-decoration: none;
	color: #06A6E3;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item a:hover,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item a:hover {
	text-decoration: underline;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item label a,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item label a {
	color: #777;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-checkbox-item .wpc-term-count,
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content ul.wpc-filters-ul-list li.wpc-radio-item .wpc-term-count {
	font-size: 12px;
	color: #777;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper {
	display: flex;
	justify-content: space-between;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item a {
	text-decoration: none;
	font-size: 14px;
	padding: 8px 16px;
	border-radius: 5px;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item a.wpc-filters-apply-button {
	background-color: #06A6E3;
	color: #fff;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item a.wpc-filters-apply-button:hover {
	background-color: #005f9e;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item a.wpc-filters-close-button {
	background-color: #f44336;
	color: #fff;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item a.wpc-filters-close-button:hover {
	background-color: #c7352b;
}

.wpc-filters-widget-containers-wrapper .wpc-edit-filter-set {
	margin-top: 10px;
}

.wpc-filters-widget-containers-wrapper .wpc-edit-filter-set a {
	color: #06A6E3;
	font-size: 14px;
}

.wpc-filters-widget-containers-wrapper .wpc-edit-filter-set a:hover {
	text-decoration: underline;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=radio] + label:before {
	border-radius: 50px !important;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=radio] + label:after {
	content: '';
	flex-shrink: 0;
	opacity: 0;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	background-color: #06A6E3;
	border-radius: 2px;
	transform: scale(0);
	transition: all 0.3s ease;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M23.146 5.4l-2.792-2.8a.5.5 0 00-.708 0L7.854 14.4a.5.5 0 01-.708 0l-2.792-2.8a.5.5 0 00-.708 0L.854 14.4a.5.5 0 000 .707L7.146 21.4a.5.5 0 00.708 0L23.146 6.1a.5.5 0 000-.7z'/%3E%3C/svg%3E");
}

.wpc-has-children .wpc-term-item-content-wrapper {
	padding-right: 0 !important;
}

.wpc-has-children .wpc-term-item-content-wrapper .wpc-term-count {
	margin-right: !important;
}

select.orderby {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
	touch-action: manipulation;
	appearance: none;
	transition: border-color 200ms;
	-webkit-appearance: none;
	border-radius: 3px;
	background-color: white;
	font-size: 14px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	height: calc(6px * 4);
	line-height: calc(6px * 4);
	padding: 0 calc(6px * 1);
	padding-right: calc(24px);
	background-image: url(./postcss-svg/defaults/icon--arrow-down.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) center;
	background-size: 10px;
	color: #6e6e6e;
}

select.orderby::placeholder {
	color: #9c9c9c;
}

select.orderby::-webkit-inner-spin-button, select.orderby::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

select.orderby:invalid {
	border: 1px solid #f44336;
}

select.orderby:focus {
	outline: 0;
	border-color: #06A6E3;
}

select.orderby:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.qty.text {
	margin-bottom: calc(24px);
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

.input-warning {
	font-size: 11px;
}

/*------------------------------------*\
    # component.layout
\*------------------------------------*/
@media only screen and (min-width: 48em) {
	.l--search {
		display: grid;
		grid-template-columns: 1fr 2fr;
	}
}

.l--search__item {
	padding: calc(6px * 4) 0;
}

@media only screen and (min-width: 48em) {
	.l--search__item {
		padding: calc(6px * 4);
	}
}

/*------------------------------------*\
    # component.header
\*------------------------------------*/
.header {
	position: relative;
	z-index: 999;
}

.header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 calc(6px * 2);
	position: relative;
	z-index: 9;
}

.header--top {
	background-color: #112542;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc(6px * 1.5) calc(6px * 4);
}

.header--top__inner {
	white-space: nowrap;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.header--top__inner .is-my-account {
	font-size: 12px;
}

.site-header {
	border-bottom: 1px solid #eee;
}

/*------------------------------------*\
    # component.footer
\*------------------------------------*/
.footer {
	color: white;
	background-color: #112542;
	padding: calc(6px * 3) calc(6px * 4);
}

@media only screen and (min-width: 62em) {
	.footer {
		display: grid;
		grid-template-columns: 3fr 2fr 2fr 2fr;
		gap: calc(6px * 4);
		padding: calc(6px * 6) calc(6px * 4);
	}
}

.footer h3, .footer h4 {
	color: white;
}

@media only screen and (min-width: 48em) {
	.footer h3, .footer h4 {
		margin-bottom: calc(6px * 4);
	}
}

.footer a {
	color: white;
}

.footer__logo {
	max-width: 200px;
}

.footer p:not(:last-child) {
	margin-bottom: 24px;
}

@media only screen and (max-width: 47.9375em) {
	.footer__col {
		margin-bottom: calc(6px * 4);
		padding-bottom: calc(6px * 4);
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.footer__col:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.footer__col:first-child {
		border-bottom: none;
	}
}

/*------------------------------------*\
    # component.hero
\*------------------------------------*/
.hero__wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero__title {
	color: white;
	font-size: 48px;
	line-height: 1.15;
}

.hero__title span {
	color: #06A6E3;
}

@media only screen and (min-width: 62em) {
	.hero__title {
		font-size: 80px;
	}
}

.hero--search {
	position: relative;
	padding: calc(6px * 20) calc(6px * 4);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
}

.hero--search:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: black;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero--search h1 {
	color: white;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 62em) {
	.hero--search {
		padding: calc(6px * 30) calc(6px * 4);
	}
}

.container--contact {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 calc(6px * 2);
}

.cms-section .site-content {
	max-width: 2000px;
	padding: 0;
}

.cms-section section {
	margin: 48px auto;
	max-width: 2000px;
}

@media screen and (min-width: 720px) {
	.cms-section section {
		margin: 64px auto;
	}
}

@media screen and (min-width: 1024px) {
	.cms-section section {
		margin: 80px auto;
		display: grid;
		grid-template-columns: 2fr 3fr;
	}
}

.cms-section-title {
	color: #00a1dd;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

@media screen and (min-width: 1024px) {
	.cms-section-title {
		margin: 0;
		font-size: 32px;
		line-height: 48px;
	}
}

.cms-section-content p {
	font-size: 14px;
	line-height: 32px;
	font-weight: 400;
	color: #222;
	letter-spacing: 0.02em;
	margin: 0 0 24px;
}

@media screen and (min-width: 1024px) {
	.cms-section-content p {
		font-size: 16px;
	}
}

.cms-section-content p:last-child {
	margin-bottom: 0;
}

.contact-page-form .form-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.contact-page-form .form-row {
	position: relative;
	margin: 0;
}

.contact-page-form .form-row.form-row-wide {
	grid-column: 1 / 3;
}

.contact-page-form label {
	color: #222;
}

.contact-page-form input {
	display: block;
	width: 100%;
}

.contact-page-form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	resize: none;
	height: 120px;
}

.contact-page-form input[type="submit"] {
	display: block;
	background-color: #00a1dd;
	background-position: center;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
	border-radius: 8px;
	width: 100%;
	border: 1px solid #00a1dd;
	cursor: pointer;
}

@media screen and (min-width: 720px) {
	.contact-page-form input[type="submit"] {
		padding: 4px 16px;
		height: 42px;
	}
}

.contact-page-form input[type="submit"]:hover {
	color: #00a1dd;
	background-color: #fff;
}

.contact-page-info {
	padding: 16px;
	background-color: #f8f8f8;
	border-radius: 8px;
}

@media screen and (min-width: 720px) {
	.contact-page-info {
		padding: 24px;
		border-radius: 16px;
	}
}

.contact-page-info p a {
	text-decoration: none;
}

.contact-page-info p .social-icons {
	font-size: 125%;
}

.contact-page-info p .social-icons a {
	display: inline-block;
}

.blog-slider .slide-item {
	position: relative;
}

.blog-slider .slide-item img {
	display: block;
	margin: 0;
	aspect-ratio: 2/3;
	object-fit: cover;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 720px) {
	.blog-slider .slide-item img {
		aspect-ratio: 16/9;
	}
}

.blog-slider .slide-item-info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 600px;
	padding: 24px;
	text-align: center;
	z-index: 99;
}

.blog-slider .slide-item-info h2 {
	color: white;
	margin-bottom: calc(24px);
}

.blog-slider .slide-item-info .categories {
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: calc(12px);
}

.blog-slider .slick-slide {
	position: relative;
}

.blog-slider .slick-slide .categories,
.blog-slider .slick-slide h2,
.blog-slider .slick-slide .read-more-btn {
	transition: transform 1s ease, opacity 1s ease;
	opacity: 0;
}

.blog-slider .slick-slide h2, .blog-slider .slick-slide .categories {
	transform: translateY(-20px);
}

.blog-slider .slick-slide > a {
	position: relative;
	z-index: 1;
}

.blog-slider .slick-slide > a img {
	border-radius: 16px;
}

.blog-slider .slick-slide > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 999;
	border-radius: 16px;
}

.blog-slider .slick-slide .read-more-btn {
	transform: translateY(20px);
}

.blog-slider .slick-slide.slick-active .categories,
.blog-slider .slick-slide.slick-active h2,
.blog-slider .slick-slide.slick-active .read-more-btn {
	transform: translateY(0);
	opacity: 1;
}

.blog-slider .slick-slide.slick-active h2, .blog-slider .slick-slide.slick-active .categories {
	transform: translateY(0);
}

.blog-latest-news .posts-title {
	text-align: center;
}

.blog-latest-news .posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding-left: 0 !important;
}

@media only screen and (max-width: 47.9375em) {
	.blog-latest-news .posts-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog-latest-news .posts-grid li {
	list-style-type: none;
}

.page-blog-grid .posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 24px;
}

@media only screen and (max-width: 47.9375em) {
	.page-blog-grid .posts-grid {
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

.page-blog-grid .posts-grid .is-featured {
	background-color: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: calc(24px);
}

.page-blog-grid .posts-grid .is-featured .btn--primary, .page-blog-grid .posts-grid .is-featured .woocommerce-mini-cart__buttons.buttons .button, .woocommerce-mini-cart__buttons.buttons .page-blog-grid .posts-grid .is-featured .button, .page-blog-grid .posts-grid .is-featured .wc-block-cart__submit-button, .page-blog-grid .posts-grid .is-featured .home .wpc-filters-submit-button, .home .page-blog-grid .posts-grid .is-featured .wpc-filters-submit-button, .page-blog-grid .posts-grid .is-featured .mpbrs-book-sec-wrap table button, .mpbrs-book-sec-wrap table .page-blog-grid .posts-grid .is-featured button {
	background: #112542;
	color: white;
	border: 1px solid #112542;
}

.page-blog-grid .posts-grid .is-featured .btn--primary:hover, .page-blog-grid .posts-grid .is-featured .woocommerce-mini-cart__buttons.buttons .button:hover, .woocommerce-mini-cart__buttons.buttons .page-blog-grid .posts-grid .is-featured .button:hover, .page-blog-grid .posts-grid .is-featured .wc-block-cart__submit-button:hover, .page-blog-grid .posts-grid .is-featured .home .wpc-filters-submit-button:hover, .home .page-blog-grid .posts-grid .is-featured .wpc-filters-submit-button:hover, .page-blog-grid .posts-grid .is-featured .mpbrs-book-sec-wrap table button:hover, .mpbrs-book-sec-wrap table .page-blog-grid .posts-grid .is-featured button:hover {
	background-color: transparent;
	color: white;
	border: 1px solid #112542;
}

.post-item {
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}

.post-item h2 {
	font-size: 18px;
	margin: 10px 0;
}

.read-more-btn {
	display: inline-block;
	padding: 10px 15px;
	background: #0073aa;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}

.read-more-btn:hover {
	background: #005177;
}

#load-more-posts {
	margin: 20px auto;
	display: block;
	padding: 10px 20px;
	background: #0073aa;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

#load-more-posts:hover {
	background: #005177;
}

.blog-header {
	color: #112542;
}

.blog-header h1, .blog-header p {
	color: #112542;
}

.blog-header h1 {
	font-size: 60px;
}

@media only screen and (max-width: 47.9375em) {
	.blog-header h1 {
		font-size: 32px;
	}
}

.blog-header:before {
	display: none;
}

/*------------------------------------*\
    # component.img
\*------------------------------------*/
/*------------------------------------*\
    # component.anchor
\*------------------------------------*/
.anchor--underline {
	font-weight: 700;
	text-decoration: underline;
}

/*------------------------------------*\
    # component.hamburger
\*------------------------------------*/
.hamburger,
.popup--close {
	margin-left: auto;
	z-index: 4;
	position: relative;
	display: inline-block;
	width: calc(7px * 8);
	height: calc(7px * 8);
	margin-left: auto;
	cursor: pointer;
	background-color: #112542;
	border-radius: 1000px;
	transition: all 250ms cubic-bezier(0.31, 1.21, 0.43, 0.65);
}

.hamburger::before, .hamburger::after,
.popup--close::before,
.popup--close::after {
	content: "";
	position: absolute;
	top: calc(7px * 3.25);
	left: calc(7px * 2.5);
	display: inline-block;
	width: calc(7px * 3);
	height: 1px;
	background-color: white;
	transform-origin: center;
	transition: all 250ms cubic-bezier(0.31, 1.21, 0.43, 0.65);
}

.hamburger::before,
.popup--close::before {
	transform: rotate(0);
}

.hamburger::after,
.popup--close::after {
	transform: rotate(0);
	top: calc(7px * 4.75);
}

.hamburger.is-active::before, .hamburger.is-active::after,
.popup--close.is-active::before,
.popup--close.is-active::after {
	top: calc(7px * 4);
	width: calc(7px * 3);
	left: calc(7px * 2.5);
}

.hamburger.is-active::before,
.popup--close.is-active::before {
	transform: rotate(45deg);
}

.hamburger.is-active::after,
.popup--close.is-active::after {
	transform: rotate(-45deg);
}

.hamburger.is-active,
.popup--close.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

@media only screen and (min-width: 48em) {
	.hamburger.is-active,
	.popup--close.is-active {
		display: none;
		visibility: hidden;
	}
}

@media only screen and (min-width: 80em) {
	.hamburger,
	.popup--close {
		z-index: 3;
		display: none;
	}
}

.popup--close {
	display: block;
	position: absolute;
	top: calc(6px * 8);
	right: calc(6px * 8);
	z-index: 99;
	transition: all 250ms ease-in-out;
}

.popup--close::before, .popup--close::after {
	top: calc($hamburger-sizer * 4);
	width: calc($hamburger-sizer * 3);
	left: calc($hamburger-sizer * 2.5);
}

.popup--close::before {
	transform: rotate(45deg);
}

.popup--close::after {
	transform: rotate(-45deg);
}

.popup--close:hover, .popup--close:focus {
	background-color: #112542;
}

.overflow-hidden .hamburger,
.overflow-hidden .popup--close {
	z-index: 99999999;
}

.lightbox {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.lightbox .lb-outerContainer {
	width: 90% !important;
	height: auto !important;
}

.lightbox .lb-image {
	width: 100% !important;
	height: auto !important;
}

/*------------------------------------*\
    # component.form
\*------------------------------------*/
.form__label {
	color: #112542;
	display: inline-block;
	font-size: 12px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	margin-bottom: 6px;
}

.form__field {
	display: block;
	position: relative;
	margin-bottom: calc(6px * 2);
}

.form__layout--chk {
	columns: 2;
	column-gap: 0;
}

.form__divider {
	margin-bottom: calc(6px * 4);
	padding-bottom: calc(6px * 4);
	border-bottom: 1px solid #d4d4d4;
}

.form label,
form label {
	display: block;
	color: #222;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 4px;
}

@media screen and (min-width: 720px) {
	.form label,
	form label {
		font-size: 14px;
	}
}

.form label .optional,
form label .optional {
	display: none;
}

.form label .required,
form label .required {
	color: #00a1dd;
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.form label.screen-reader-text + span input,
	form label.screen-reader-text + span input {
		margin-top: 21px;
	}
}

.form input[type="text"],
.form input[type="number"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="email"],
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="password"],
form input[type="email"] {
	width: 100% !important;
}

.form .select2-container .select2-selection--single,
form .select2-container .select2-selection--single {
	height: auto;
	margin: 0;
	border: 0;
}

.form .select2-container .select2-selection__rendered,
form .select2-container .select2-selection__rendered {
	line-height: inherit;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow,
form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}

.form .woocommerce-form-login__rememberme,
form .woocommerce-form-login__rememberme {
	margin-bottom: 16px;
	cursor: pointer;
}

.form .woocommerce-form-login__rememberme input,
form .woocommerce-form-login__rememberme input {
	display: none;
}

.form .woocommerce-form-login__rememberme input[type="hidden"] + span:before,
.form .woocommerce-form-login__rememberme input[type="hidden"] + label:before, .form .woocommerce-form-login__rememberme input:checked + span:before,
.form .woocommerce-form-login__rememberme input:checked + label:before,
form .woocommerce-form-login__rememberme input[type="hidden"] + span:before,
form .woocommerce-form-login__rememberme input[type="hidden"] + label:before,
form .woocommerce-form-login__rememberme input:checked + span:before,
form .woocommerce-form-login__rememberme input:checked + label:before {
	border-color: #00a1dd;
}

.form .woocommerce-form-login__rememberme input[type="hidden"] + span:after,
.form .woocommerce-form-login__rememberme input[type="hidden"] + label:after, .form .woocommerce-form-login__rememberme input:checked + span:after,
.form .woocommerce-form-login__rememberme input:checked + label:after,
form .woocommerce-form-login__rememberme input[type="hidden"] + span:after,
form .woocommerce-form-login__rememberme input[type="hidden"] + label:after,
form .woocommerce-form-login__rememberme input:checked + span:after,
form .woocommerce-form-login__rememberme input:checked + label:after {
	opacity: 1;
}

.form .woocommerce-form-login__rememberme span,
.form .woocommerce-form-login__rememberme label,
form .woocommerce-form-login__rememberme span,
form .woocommerce-form-login__rememberme label {
	position: relative;
	padding-left: 24px;
	line-height: 24px;
	font-size: 14px;
	display: block;
	margin: 0;
	cursor: pointer;
	font-weight: 500;
}

@media screen and (min-width: 720px) {
	.form .woocommerce-form-login__rememberme span,
	.form .woocommerce-form-login__rememberme label,
	form .woocommerce-form-login__rememberme span,
	form .woocommerce-form-login__rememberme label {
		font-size: 16px;
	}
}

.form .woocommerce-form-login__rememberme span:before,
.form .woocommerce-form-login__rememberme label:before,
form .woocommerce-form-login__rememberme span:before,
form .woocommerce-form-login__rememberme label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	display: block;
	background-color: transparent;
	border: 2px solid #C8C4C4;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.form .woocommerce-form-login__rememberme span:after,
.form .woocommerce-form-login__rememberme label:after,
form .woocommerce-form-login__rememberme span:after,
form .woocommerce-form-login__rememberme label:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 7px;
	width: 11px;
	height: 11px;
	display: block;
	background-color: #00a1dd;
	border: 2px solid #fff;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.form .woocommerce-form-login__rememberme span:hover:before,
.form .woocommerce-form-login__rememberme label:hover:before,
form .woocommerce-form-login__rememberme span:hover:before,
form .woocommerce-form-login__rememberme label:hover:before {
	border-color: #00a1dd;
}

.form button,
form button {
	display: block;
	background-color: #00a1dd;
	background-position: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
	border-radius: 8px;
	width: 100%;
	border: 2px solid #00a1dd;
	cursor: pointer;
}

@media screen and (min-width: 720px) {
	.form button,
	form button {
		padding: 4px 16px;
		min-height: 42px;
	}
}

.form button:hover,
form button:hover {
	color: #fff;
	border: 2px solid #112542;
	background-color: #112542;
}

.form .woocommerce-LostPassword,
form .woocommerce-LostPassword {
	margin: 0;
	text-align: center;
}

.form .woocommerce-LostPassword a,
form .woocommerce-LostPassword a {
	text-decoration: none;
}

.form .woocommerce-LostPassword a:hover,
form .woocommerce-LostPassword a:hover {
	text-decoration: underline;
}

.cf7-form-transport-field {
	margin-bottom: calc(6px * 2);
}

/*------------------------------------*\
    # component.styled-text
\*------------------------------------*/
.styled-text h1, .blog .site-main h1, .single .site-main h1, .styled-text h2, .blog .site-main h2, .single .site-main h2, .styled-text h3, .blog .site-main h3, .single .site-main h3, .styled-text h4, .blog .site-main h4, .single .site-main h4, .styled-text h5, .blog .site-main h5, .single .site-main h5, .styled-text h6, .blog .site-main h6, .single .site-main h6,
.page-legal h1,
.page-legal h2,
.page-legal h3,
.page-legal h4,
.page-legal h5,
.page-legal h6,
.needs-style .entry-content h1,
.needs-style .entry-content h2,
.needs-style .entry-content h3,
.needs-style .entry-content h4,
.needs-style .entry-content h5,
.needs-style .entry-content h6 {
	margin-bottom: calc(6px * 4);
}

.styled-text h4, .blog .site-main h4, .single .site-main h4,
.page-legal h4,
.needs-style .entry-content h4 {
	font-size: 32px;
	line-height: 1.25;
}

.styled-text h5, .blog .site-main h5, .single .site-main h5,
.page-legal h5,
.needs-style .entry-content h5 {
	font-weight: 400;
	font-size: 24px;
}

.styled-text p, .blog .site-main p, .single .site-main p, .styled-text ul, .blog .site-main ul, .single .site-main ul, .styled-text dl, .blog .site-main dl, .single .site-main dl, .styled-text ol, .blog .site-main ol, .single .site-main ol, .styled-text table, .blog .site-main table, .single .site-main table, .styled-text object, .blog .site-main object, .single .site-main object, .styled-text cite, .blog .site-main cite, .single .site-main cite, .styled-text section, .blog .site-main section, .single .site-main section, .styled-text header, .blog .site-main header, .single .site-main header, .styled-text pre, .blog .site-main pre, .single .site-main pre,
.page-legal p,
.page-legal ul,
.page-legal dl,
.page-legal ol,
.page-legal table,
.page-legal object,
.page-legal cite,
.page-legal section,
.page-legal header,
.page-legal pre,
.needs-style .entry-content p,
.needs-style .entry-content ul,
.needs-style .entry-content dl,
.needs-style .entry-content ol,
.needs-style .entry-content table,
.needs-style .entry-content object,
.needs-style .entry-content cite,
.needs-style .entry-content section,
.needs-style .entry-content header,
.needs-style .entry-content pre {
	margin-bottom: calc(6px *4);
}

.styled-text ul, .blog .site-main ul, .single .site-main ul, .styled-text ol, .blog .site-main ol, .single .site-main ol,
.page-legal ul,
.page-legal ol,
.needs-style .entry-content ul,
.needs-style .entry-content ol {
	list-style-position: outside;
	padding-left: calc(6px *4);
}

.styled-text ul, .blog .site-main ul, .single .site-main ul,
.page-legal ul,
.needs-style .entry-content ul {
	list-style-type: disc;
}

.styled-text ul ul, .blog .site-main ul ul, .single .site-main ul ul, .styled-text ul ol, .blog .site-main ul ol, .single .site-main ul ol,
.page-legal ul ul,
.page-legal ul ol,
.needs-style .entry-content ul ul,
.needs-style .entry-content ul ol {
	margin-bottom: 0;
}

.styled-text ol, .blog .site-main ol, .single .site-main ol,
.page-legal ol,
.needs-style .entry-content ol {
	list-style-type: decimal;
}

.styled-text ol ul, .blog .site-main ol ul, .single .site-main ol ul, .styled-text ol ol, .blog .site-main ol ol, .single .site-main ol ol,
.page-legal ol ul,
.page-legal ol ol,
.needs-style .entry-content ol ul,
.needs-style .entry-content ol ol {
	margin-bottom: 0;
}

.styled-text a, .blog .site-main a, .single .site-main a,
.page-legal a,
.needs-style .entry-content a {
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	hyphens: auto;
}

.styled-text p, .blog .site-main p, .single .site-main p,
.page-legal p,
.needs-style .entry-content p {
	margin-bottom: calc(6px * 4);
	line-height: 24px;
}

.styled-text p:last-child, .blog .site-main p:last-child, .single .site-main p:last-child,
.page-legal p:last-child,
.needs-style .entry-content p:last-child {
	margin-bottom: 0;
}

.styled-text em, .blog .site-main em, .single .site-main em,
.page-legal em,
.needs-style .entry-content em {
	font-style: italic;
}

.styled-text img, .blog .site-main img, .single .site-main img,
.page-legal img,
.needs-style .entry-content img {
	display: block;
	height: auto;
	margin-bottom: calc(6px * 4);
}

/*------------------------------------*\
    # component.card
\*------------------------------------*/
div .card--widget {
	background-color: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: calc(6px * 4);
}

div .card--transfers {
	background-color: #06A6E3;
	color: white;
	border-radius: 16px;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 12px;
}

@media only screen and (max-width: 47.9375em) {
	div .card--transfers {
		text-align: center;
		gap: 12px;
	}
}

div .card--transfers h3 {
	color: white;
}

div .card--transfers p {
	opacity: 0.7;
}

div .card--transfers .is-img {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #06A6E3;
	border-radius: 50%;
}

div .card--product {
	background-color: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 16px 16px;
	margin-bottom: calc(6px * 6);
	padding: 0;
}

div .card--product__wrapper {
	columns: 300px;
	column-gap: calc(6px * 4);
}

div .card--product__wrapper .card--product {
	break-inside: avoid-column;
}

div .card--product > a {
	position: relative;
	z-index: 5;
}

div .card--product__img {
	border-radius: 16px 16px 0 0;
	display: block;
	aspect-ratio: 4/2;
	object-fit: cover;
	margin-bottom: 0 !important;
}

div .card--product__content {
	position: relative;
	z-index: 10;
	padding: 0 calc(6px * 4) calc(6px * 4) calc(6px * 4);
}

div .card--product__duration {
	position: relative;
	z-index: 99;
	padding: calc(6px * 1.5) calc(6px * 4);
	border-radius: 3px;
	background-color: white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	margin: -24px auto 0 auto;
	display: flex;
	align-items: center;
	font-size: 14px;
}

div .card--product__avatar {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	border-radius: 1000px;
	transform: translateY(-50%);
}

div .card--product__title {
	font-size: 18px;
	margin-bottom: calc(6px * 2);
	margin-top: calc(6px * 3);
}

div .card--product__destination {
	margin-bottom: calc(6px * 2);
}

div .card--product__destination a {
	color: #6e6e6e;
}

div .card--product__divider {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: calc(6px * 2);
}

div .card--product__text {
	margin-bottom: calc(6px * 2);
	font-size: 14px;
}

div .card--product__text p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 5lh;
	max-height: 5lh;
}

div .card--product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div .card--product__price {
	font-size: 18px;
	font-weight: 700;
	color: #112542;
}

div .card--product__price .is-sml {
	font-size: 14px;
}

div .card--destination {
	padding: calc(6px * 4);
	color: white;
	border-radius: 16px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	justify-content: center;
	height: 420px;
}

div .card--destination.is-transfer {
	width: 320px;
	background-size: cover;
}

div .card--destination:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.15;
	background-color: #112542;
}

div .card--destination h3 {
	color: white;
	text-align: center;
}

div .card--destination__content {
	width: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	opacity: 0;
	visibility: hidden;
	padding: 12px;
	transition: opacity 250ms ease-in-out;
}

div .card--destination__content.is-initial {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: opacity 250ms ease-in-out;
}

div .card--destination:hover .card--destination__content {
	opacity: 1;
	visibility: visible;
}

div .card--destination:hover .card--destination__content.is-initial {
	opacity: 0;
	visibility: hidden;
}

div .card--destination.is-transfer:hover .card--destination__content {
	opacity: 0;
	visibility: hidden;
}

div .card--destination.is-transfer:hover .card--destination__content.is-initial {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 47.9375em) {
	div .card--blog {
		margin-bottom: 24px;
	}
}

div .card--blog__img {
	display: block;
	padding-top: 56%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 16px;
}

div .card--blog__link {
	color: #112542;
}

div .card--blog__link:hover {
	color: color(#112542 a(80%));
}

div .card--blog__date {
	display: inline-block;
	padding: 0;
	border-radius: 3px;
	font-size: 14px;
}

div .card--blog.is-sml {
	display: flex;
	gap: calc(6px * 4);
}

div .card--blog.is-sml .card--blog__img {
	flex-grow: 1;
	flex-basis: 35%;
}

div .card--blog.is-sml .card--blog__content {
	flex-grow: 1;
	flex-basis: 65%;
}

div .card--transfer {
	background-color: #fff;
	padding: calc(6px * 4);
	text-align: center;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 60px;
}

div .card--transfer__wrapper {
	display: flex;
	justify-content: center;
	gap: calc(6px * 4);
}

div .card--transfer__wrapper img {
	margin-bottom: 16px;
	display: block;
	aspect-ratio: 1;
	object-fit: contain;
}

.wc-block-product {
	list-style-type: none;
	background-color: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: calc(6px * 4);
}

.wc-block-product-template__responsive {
	padding: 0 !important;
}

/*------------------------------------*\
    # component.message
\*------------------------------------*/
.message--results {
	padding: calc(6px * 2) calc(6px * 4);
	background-color: #112542;
	color: white;
	font-weight: 700;
	border-radius: 6px;
}

/*------------------------------------*\
    # component.pager
\*------------------------------------*/
.pager {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
}

.pager__item {
	display: block;
	width: calc(6px * 6);
	height: calc(6px * 6);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #06A6E3;
	color: white;
	line-height: 1;
	font-size: 14px;
	border-radius: 3px;
}

.pager__item:hover, .pager__item:focus {
	color: white;
	background-color: #0582b1;
	transition: all 250ms ease-in-out;
}

.pager__item.is-active {
	background-color: #d4d4d4;
}

.pager__item.is-active:hover {
	color: white;
	background-color: #d4d4d4;
	cursor: default;
}

/*------------------------------------*\
    # component.page
\*------------------------------------*/
.page__header {
	display: flex;
	align-items: center;
	gap: calc(6px * 8);
}

@media only screen and (max-width: 47.9375em) {
	.page__header {
		flex-wrap: wrap;
	}
}

.page__header__main {
	flex-grow: 1;
}

.page__header__main a {
	color: #6e6e6e;
	text-decoration: underline;
}

.page__header__main a:hover, .page__header__main a:focus {
	color: #06A6E3;
}

.page__header__meta {
	display: flex;
	align-items: center;
	gap: calc(6px * 2);
	flex-grow: 1;
	color: #112542;
	white-space: nowrap;
}

.page__header__meta__wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

@media only screen and (min-width: 48em) {
	.page__header__meta__wrap {
		gap: 36px;
	}
}

.page__header__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(6px * 6);
	height: calc(6px * 6);
	border-radius: 1000px;
	background-color: #06A6E3;
}

@media only screen and (min-width: 48em) {
	.page__header__icon {
		width: calc(6px * 8);
		height: calc(6px * 8);
	}
}

@media only screen and (max-width: 47.9375em) {
	.page__header__icon .is-scale {
		width: 18px;
		height: 18px;
	}
}

.page__header--destination {
	padding: calc(6px * 4) calc(6px * 4);
	background-color: white;
	border-radius: 16px;
	justify-content: space-between;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.page__header--destination .type--wgt--bold {
	white-space: normal;
}

@media only screen and (min-width: 48em) {
	.page__header--destination {
		padding: calc(6px * 4) calc(6px * 8);
	}
	.page__header--destination .type--wgt--bold {
		white-space: nowrap;
	}
}

@media only screen and (min-width: 48em) {
	.page__main {
		display: flex;
		align-items: flex-start;
		gap: calc(6px * 4);
	}
	.page__main__aside {
		width: 400px;
		flex-shrink: 0;
		position: sticky;
		/* Needs adjustment later: */
		top: 100px;
	}
}

@media only screen and (max-width: 47.9375em) {
	.page__main__aside {
		margin-top: calc(6px * 4);
	}
}

.page__divider {
	margin: calc(6px * 8) 0;
	border-bottom: 1px solid #d4d4d4;
}

.page__list {
	display: flex;
	gap: 24px;
	width: 100%;
}

.page__list--check, .page__list--close {
	list-style-type: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.page__list--check li, .page__list--close li {
	display: flex;
	align-items: center;
	margin-bottom: calc(6px * 2);
}

.page__list--check li:before, .page__list--close li:before {
	content: '';
	display: inline-block;
	margin-right: calc(6px * 2);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-size: contain;
	width: calc(6px * 3);
	height: calc(6px * 3);
	mask-image: url("./postcss-svg/circle-check.svg");
	background-color: green;
	flex-shrink: 0;
}

.page__list--close li:before {
	mask-image: url("./postcss-svg/circle-close.svg");
	background-color: red;
}

.page-template-default .site-main {
	margin: 0 auto;
	padding: calc(6px * 6) calc(6px * 2);
	width: 100%;
	max-width: 1140px;
}

.page-template-default .site-main.is-contact {
	max-width: 768px;
}

/*------------------------------------*\
    # component.section
\*------------------------------------*/
.section--feat {
	background-color: #EFF2F8;
}

.section--bg-world {
	position: relative;
}

.section--bg-world:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0.15;
	background-image: url("../assets/img/world.png");
	background-position: right top;
	background-repeat: no-repeat;
}

.section--bg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section--bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: -1; */
	opacity: 0.5;
	background-color: #112542;
}

.section--bg .container, .section--bg .home .widget_wpc_filters_widget, .home .section--bg .widget_wpc_filters_widget, .section--bg .woocommerce-cart .site-main, .woocommerce-cart .section--bg .site-main,
.section--bg .woocommerce-checkout .site-main, .woocommerce-checkout .section--bg .site-main,
.section--bg .woocommerce-account:not(.home) .site-main, .woocommerce-account:not(.home) .section--bg .site-main, .section--bg .single-post .entry-header, .single-post .section--bg .entry-header,
.section--bg .single-post .entry-content, .single-post .section--bg .entry-content,
.section--bg .single-post .entry-footer, .single-post .section--bg .entry-footer, .section--bg .single-post .post-thumbnail, .single-post .section--bg .post-thumbnail, .section--bg .blog .site-main, .blog .section--bg .site-main {
	position: relative;
	z-index: 2;
}

.section--containerwidth {
	margin-bottom: 24px;
}

@media only screen and (max-width: 47.9375em) {
	.section--containerwidth {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
}

/*------------------------------------*\
    # component.carousel
\*------------------------------------*/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .card--product {
	margin-bottom: 0;
	border-radius: 16px;
	box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.1);
}

.slick-list {
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 12px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 28px;
	height: 28px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

@media only screen and (min-width: 48em) {
	.slick-prev,
	.slick-next {
		width: 20px;
		height: 20px;
	}
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: calc(6px * 4);
	height: calc(6px * 4);
	opacity: .75;
	mask-image: url("./postcss-svg/arrow-left.svg");
	background-color: white;
}

.slick-prev {
	left: 25px;
	z-index: 99;
}

[dir='rtl'] .slick-prev {
	right: 25px;
	left: auto;
	z-index: 99;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: 25px;
	z-index: 99;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 25px;
}

.slick-next:before {
	mask-image: url("./postcss-svg/arrow-right.svg");
	background-color: white;
	z-index: 99;
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.carousel-packages .slick-slide {
	padding: 24px 0 12px 0;
}

@media only screen and (min-width: 48em) {
	.carousel-packages .slick-slide {
		padding: 24px 6px 12px 6px;
	}
}

.carousel-packages .slick-prev,
.carousel-packages-upsell .slick-prev,
.carousel-destinations .slick-prev {
	left: -30px;
}

.carousel-packages .slick-prev:before,
.carousel-packages-upsell .slick-prev:before,
.carousel-destinations .slick-prev:before {
	background-color: #d4d4d4;
}

.carousel-packages .slick-next,
.carousel-packages-upsell .slick-next,
.carousel-destinations .slick-next {
	right: -30px;
}

.carousel-packages .slick-next:before,
.carousel-packages-upsell .slick-next:before,
.carousel-destinations .slick-next:before {
	background-color: #d4d4d4;
}

.carousel-packages-upsell,
.carousel-packages {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 48em) {
	.carousel-packages-upsell,
	.carousel-packages {
		width: 80%;
		margin: 0 auto;
	}
}

.slick-dots li button:before {
	font-size: 28px;
}

.carousel .product-grid-item.gallery-image {
	min-height: 200px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* the slides */
.slick-slide {
	margin: 0 6px;
}

/* the parent */
.slick-list {
	margin: 0 -6px;
}

.carousel-destinations .slick-slide {
	margin: 0px;
	padding: 12px !important;
}

.carousel-destinations {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 48em) {
	.carousel-destinations {
		width: 80%;
	}
}

@media only screen and (max-width: 47.9375em) {
	.hero-slider .slick-list {
		margin: 0;
	}
}

/*------------------------------------*\
    # component.accordion
\*------------------------------------*/
.OTMaccordionElement {
	border-bottom: 1px solid #d4d4d4;
}

.OTMaccordionElement span {
	color: #06A6E3;
}

.OTMaccordionTitle {
	font-weight: bold;
	padding: calc(24px) 0;
	position: relative;
	cursor: pointer;
	color: #112542;
}

.OTMaccordionTitle:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	width: 36px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
	color: inherit;
	font-size: 20px;
}

.OTMaccordionTitle.contentOpen:after {
	content: "-";
}

.OTMaccordionContent {
	display: none;
	padding-bottom: calc(6px * 4);
}

/*------------------------------------*\
    # component.single
\*------------------------------------*/
.single-product .single-carousel-intro:not(.slick-initialized) {
	/* Slick Load fix */
}

@media screen and (min-width: 600px) {
	.single-product .single-carousel-intro:not(.slick-initialized) {
		grid-template-columns: repeat(3, 1fr);
		display: grid;
	}
}

.single-product .single-carousel-intro:not(.slick-initialized) .product-grid-item {
	padding: 12px;
}

@media screen and (max-width: 599px) {
	.single-product .single-carousel-intro:not(.slick-initialized) .product-grid-item {
		display: none;
	}
	.single-product .single-carousel-intro:not(.slick-initialized) .product-grid-item:first-child {
		display: block;
	}
}

@media screen and (min-width: 600px) {
	.single-product .single-carousel-intro:not(.slick-initialized) .product-grid-item {
		display: none;
	}
	.single-product .single-carousel-intro:not(.slick-initialized) .product-grid-item:nth-child(1), .single-product .single-carousel-intro:not(.slick-initialized) .product-grid-item:nth-child(2), .single-product .single-carousel-intro:not(.slick-initialized) .product-grid-item:nth-child(3) {
		display: block;
	}
}

.single-product .single-carousel-intro img {
	display: block;
	margin: 0;
	width: 100%;
	aspect-ratio: 4/2;
	object-fit: cover;
	border-radius: 8px;
}

.single-product .gallery.gallery-columns-3 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

@media screen and (min-width: 720px) {
	.single-product .gallery.gallery-columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1024px) {
	.single-product .gallery.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}
}

.single-product .gallery .gallery-item {
	display: block;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
}

.single-product .gallery .gallery-item:hover img {
	transform: scale(1.15);
}

.single-product .gallery .gallery-item img {
	display: block;
	margin: 0;
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	border-radius: 8px;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.single-product .gallery .gallery-item figcaption {
	display: none;
}

.single-product .OTMaccordionTitle span {
	text-transform: uppercase;
}

.single-product .flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.single-product .flexible-container iframe,
.single-product .flexible-container object,
.single-product .flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-product .mpbrs-open-location-tab {
	display: none;
}

.single-product #mpbrs_mo_slots_select,
.single-product #mo_slots_select {
	display: none;
}

.single-product .mpbrs-book-sec-wrap table tr:nth-child(3) td {
	padding-top: 0;
	padding-bottom: 0;
}

.single-product .slot-swatches {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 12px;
}

@media screen and (min-width: 720px) {
	.single-product .slot-swatches {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 1024px) {
	.single-product .slot-swatches {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.single-product .slot-swatches .swatch {
	padding: 12px 12px;
	background-color: #fff;
	border: 1px solid #06A6E3;
	cursor: pointer;
	color: #06A6E3;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	text-align: center;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

@media screen and (min-width: 1024px) {
	.single-product .slot-swatches .swatch {
		font-size: 16px;
	}
}

.single-product .slot-swatches .swatch:hover {
	background-color: #06A6E3;
	border-color: #06A6E3;
	color: #fff;
}

.single-product .slot-swatches .swatch.active {
	background-color: #00a1dd;
	border-color: #00a1dd;
	color: #fff;
	cursor: default;
}

.single-product .no-slots-message {
	color: red;
	font-weight: 500;
	margin-top: 10px;
}

/* HC override FORM PLUGIN */
.single-product .mp-brs-book-sec-wrap {
	padding: 0 !important;
}

.single-product .mp-brs-book-sec-wrap table tbody tr td {
	min-width: 0 !important;
}

.product-woo-notices {
	padding: 0 16px;
}

.product-woo-notices .woocommerce-error {
	padding: 16px;
	margin: 24px auto;
	max-width: 1140px;
	background: #fce4e4;
	border: 1px solid #b5292d;
	color: #b5292d;
	border-radius: 8px;
	outline: none !important;
}

.product-woo-notices .woocommerce-success {
	padding: 16px;
	margin: 24px auto;
	max-width: 1140px;
	background: #e8f5e9;
	border: 1px solid #4caf50;
	color: #4caf50;
	border-radius: 8px;
	outline: none !important;
}

/*------------------------------------*\
    # component.slider
\*------------------------------------*/
.block-slider {
	min-height: 300px;
	margin: 0 auto;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.block-slider .slick-slide {
	margin: 0;
	padding: 0;
}

.block-slider img {
	height: auto;
	object-fit: cover;
	height: 70vh;
	width: 100%;
}

@media screen and (min-width: 720px) {
	.block-slider img {
		aspect-ratio: unset;
	}
}

.block-slider-preload {
	height: 70vh;
	position: relative;
}

@media screen and (min-width: 720px) {
	.block-slider-preload {
		padding-bottom: 0;
	}
}

.block-slider-wrapper {
	position: relative;
	margin-bottom: 48px !important;
}

@media screen and (max-width: 720px) {
	.block-slider-wrapper {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 720px) {
	.block-slider-wrapper {
		margin-bottom: 48px !important;
	}
}

.block-slider .slick-dots {
	text-align: center;
}

.block-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.block-slider .slick-dots li button {
	padding: 8px;
	border-radius: 4px;
	background-color: transparent;
}

.block-slider .slick-dots li button.slick-active {
	background-color: #00a1dd;
}

.block-slider .slick-prev,
.block-slider .slick-next {
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 50%;
}

.block-slider .slick-prev:hover,
.block-slider .slick-next:hover {
	background-color: #fff;
}

.block-slider .slick-prev::before,
.block-slider .slick-next::before {
	color: #00a1dd;
	font-size: 18px;
}

.block-slider .slick-prev.slick-prev,
.block-slider .slick-next.slick-prev {
	left: 0;
}

.block-slider .slick-prev.slick-next,
.block-slider .slick-next.slick-next {
	right: 0;
}

.block-slider-item {
	display: block;
	position: relative;
	padding-bottom: 120px;
}

@media screen and (min-width: 720px) {
	.block-slider-item {
		padding-bottom: 0;
	}
}

.block-slider-item-content {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	max-width: 1140px;
	width: 100%;
}

.block-slider-item-content p.title {
	font-weight: 600;
	line-height: 1;
}

.block-slider-item-content p.description {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (min-width: 720px) {
	.block-slider-item-content p.description {
		font-size: 16px;
	}
}

.block-slider-item-content p.buttons .button {
	border: none;
	text-transform: none;
	color: #fff;
}

/*------------------------------------*\
    # component.lists
\*------------------------------------*/
.products.card--product__wrapper .product {
	break-inside: avoid-column;
	border-radius: 16px;
}

.products.card--product__wrapper .product.product-long .card--product__img {
	aspect-ratio: 4/2;
	object-fit: cover;
}

.products.card--product__wrapper .product img {
	display: block;
	width: 100%;
	height: auto;
}

.products.card--product__wrapper .product .btn--primary, .products.card--product__wrapper .product .woocommerce-mini-cart__buttons.buttons .button, .woocommerce-mini-cart__buttons.buttons .products.card--product__wrapper .product .button, .products.card--product__wrapper .product .wc-block-cart__submit-button, .products.card--product__wrapper .product .home .wpc-filters-submit-button, .home .products.card--product__wrapper .product .wpc-filters-submit-button, .products.card--product__wrapper .product .mpbrs-book-sec-wrap table button, .mpbrs-book-sec-wrap table .products.card--product__wrapper .product button {
	color: #fff;
}

.carousel-packages-upsell .card--product__wrapper {
	padding: 0;
	columns: unset !important;
}

.carousel-packages-upsell .slick-list {
	padding: 24px 0;
}

.js-container--service .entry-footer {
	display: none;
}

.js-container--service .entry-content,
.product-category-intro {
	max-height: 12em;
	overflow: hidden;
	position: relative;
	padding-bottom: 32px;
}

.js-container--service .entry-content:after,
.product-category-intro:after {
	position: absolute;
	bottom: 0;
	height: 32px;
	width: 100%;
	content: "";
	background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.js-container--service .entry-content.show-full,
.product-category-intro.show-full {
	max-height: none;
	padding-bottom: 0;
}

.js-container--service .entry-content.show-full:after,
.product-category-intro.show-full:after {
	opacity: 0;
	z-index: -110;
}

.js-container--service .entry-content h2,
.product-category-intro h2 {
	text-align: center;
	margin-bottom: 24px;
}

.product-category-intro-button {
	text-align: right;
}

.product-category-intro-button .read-more-btn {
	margin-top: 16px;
	color: #00a1dd;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}

@media screen and (min-width: 720px) {
	.product-category-intro-button .read-more-btn {
		font-size: 16px;
	}
}

.product-category-intro-button .read-more-btn:focus {
	outline: none;
}

.product-category-intro-button .read-more-btn:hover {
	text-decoration: none;
}

.product-category-intro-button .read-more-btn .more {
	display: block;
}

.product-category-intro-button .read-more-btn .less {
	display: none;
}

.product-category-intro-button .read-more-btn.hidden {
	display: none;
	/* Sakriva dugme ako nije potrebno */
}

.product-category-intro-button .read-more-btn.show-full .more {
	display: none;
}

.product-category-intro-button .read-more-btn.show-full .less {
	display: block;
}

.woocommerce-custom-count-ordering {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 32px;
}

.page-numbers {
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
	margin: 32px auto;
	padding: 0;
}

.page-numbers li span,
.page-numbers li a {
	display: block;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: #06A6E3;
	color: white;
	line-height: 1;
	font-size: 14px;
	border-radius: 3px;
}

.page-numbers li span:hover, .page-numbers li span:focus,
.page-numbers li a:hover,
.page-numbers li a:focus {
	color: white;
	background-color: #0592c9;
	transition: all 250ms ease-in-out;
}

.page-numbers li span.current,
.page-numbers li a.current {
	background-color: #d4d4d4;
}

.page-numbers li span.current:hover,
.page-numbers li a.current:hover {
	color: white;
	background-color: #d4d4d4;
	cursor: default;
}

/*------------------------------------*\
    # component.cart
\*------------------------------------*/
.header-cart {
	position: relative;
	display: flex;
	align-items: center;
	gap: calc(12px);
}

.header-cart:hover {
	width: -webkit-fill-available;
}

.header-cart__count {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 10px;
}

.header-cart__icon {
	display: block;
	text-align: left;
	margin-left: auto;
}

.header-cart__count {
	position: absolute;
	bottom: 0;
	right: -12px;
	background: #06A6E3;
	color: white;
	border-radius: 50%;
}

.header-cart__dropdown {
	position: absolute;
	display: none;
	flex-direction: column;
	top: 100%;
	right: 0;
	background: white;
	min-width: 300px;
	z-index: 1000;
	border-radius: 3px;
	padding: calc(12px);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.header-cart__dropdown * {
	color: #6e6e6e;
}

.header-cart__dropdown .remove.remove_from_cart_button {
	display: block;
	flex-shrink: 0;
	min-width: auto;
	margin-right: 12px;
}

.header-cart__dropdown .variation {
	display: none;
}

.header-cart__dropdown .quantity {
	white-space: nowrap;
	display: flex;
	flex-shrink: 0;
	flex-grow: 1;
	min-width: auto;
}

@media only screen and (max-width: 47.9375em) {
	.header-cart__dropdown .quantity {
		flex-grow: 0;
		margin-left: auto;
	}
}

.header-cart__dropdown .total {
	padding: calc(12px) 0;
	text-align: right;
}

.header-cart__dropdown .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	display: block;
	width: 60px;
	height: auto;
	margin-right: 12px;
}

.header-cart__dropdown .woocommerce-mini-cart-item.mini_cart_item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.header-cart__dropdown .woocommerce-mini-cart-item.mini_cart_item .mini-cart-itemname {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;
	min-width: auto;
	margin-right: 12px;
}

.header-cart__dropdown .woocommerce-mini-cart-item.mini_cart_item .mini-cart-itemname div {
	flex-shrink: 0;
}

@media only screen and (max-width: 47.9375em) {
	.header-cart__dropdown .woocommerce-mini-cart-item.mini_cart_item .mini-cart-itemname {
		flex-shrink: unset;
		white-space: unset;
	}
	.header-cart__dropdown .woocommerce-mini-cart-item.mini_cart_item .mini-cart-itemname div {
		flex-shrink: unset;
		width: 50%;
	}
}

.header-cart__dropdown .woocommerce-mini-cart-item.mini_cart_item:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 61.9375em) {
	.header-cart__dropdown {
		position: fixed;
		top: 43px;
		right: 0;
		left: 0;
	}
}

.header-cart:hover .header-cart__dropdown {
	display: flex;
}

.woocommerce-Price-amount.amount {
	display: block;
	min-width: auto;
}

.card--product__price .price-label {
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}

.woocommerce-mini-cart {
	width: 100%;
	min-width: auto;
}

.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	align-items: center;
	gap: calc(12px);
}

.woocommerce-mini-cart__buttons.buttons .button {
	flex-grow: 1;
}

.wc-block-cart__submit-button {
	width: 100%;
}

.card--product .ovatb-unit {
	display: none;
}

/*------------------------------------*\
    # component.woo
\*------------------------------------*/
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: auto !important;
}

.woocommerce-order h2, .woocommerce-order h3, .woocommerce-order h4 {
	font-size: 18px;
}

.woocommerce-order .woocommerce-order-overview,
.woocommerce-order .woocommerce-notice,
.woocommerce-order .woocommerce-bacs-bank-details,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
	padding: calc(6px * 4);
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: calc(6px * 4);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.woocommerce-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
}

.woocommerce-table th, .woocommerce-table td {
	border: 1px solid #ccc;
	padding: calc(6px * 2);
}

.wp-block-heading {
	margin-bottom: calc(6px * 4);
}

.wp-block-separator {
	margin-top: calc(6px * 4);
	margin-bottom: calc(6px * 4);
}

.wc-block-grid__products .wc-block-grid__product-image img {
	width: 100% !important;
}

.wc-block-grid__product-image,
.wc-block-grid__product-link {
	width: 100% !important;
	border-radius: 14px;
	overflow: hidden;
}

.wc-block-grid__products {
	gap: 12px;
}

.wc-block-grid__product {
	background-color: #fff;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
	padding-top: calc(6px * 2) !important;
	border-radius: 16px;
	flex: 1 0 calc(25% - 12px) !important;
}

.featured-products-wrap {
	background-position: top right;
	background-size: 50%;
	background-repeat: no-repeat;
	background-color: #EFF2F8;
}

.wpc-search-field {
	font-size: 14px !important;
}

.home--section--1 {
	background-image: url(./assets/img/bg-05.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 40%;
}

.home--section--2 {
	background-image: url(./assets/img/bg-06.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 0 !important;
}

.home .filter__wapper {
	position: relative;
	z-index: 0;
	background-color: #EFF2F8;
}

.home .filter__wapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(./assets/img/bg-03.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.15;
	backdrop-filter: blur(4px);
}

.home .wpc-filter-search-form {
	margin-bottom: 0;
}

.home .wpc-filter-search-form .wpc-search-field {
	border: none !important;
	padding: 0;
	line-height: 1;
	height: auto;
}

.home .wpc-filters-main-wrap {
	padding: calc(6px * 4);
	background-color: white;
	border-radius: 16px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 47.9375em) {
	.home .widget_wpc_filters_widget {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.home .wpc-filters-widget-wrapper {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-direction: column;
}

@media only screen and (min-width: 48em) {
	.home .wpc-filters-widget-wrapper {
		flex-direction: row;
	}
}

.home .widget-title.wpc-filter-title {
	color: #112542 !important;
	margin-bottom: 0;
}

.home .wpc-search-icon {
	display: none;
}

.home .wpc-filters-widget-select {
	margin-bottom: 0;
	border: none;
	font-size: 14px !important;
	color: #6e6e6e;
	padding-right: 6px;
	padding-left: 6px;
}

.home .wpc-filters-widget-select .wpc-dropdown-default {
	color: #d4d4d4 !important;
}

.home .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section {
	margin-bottom: 0;
	padding-bottom: 24px;
	border: none;
	position: relative;
	padding-left: 60px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.home .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section:before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-size: contain;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	width: calc(6px * 8);
	height: calc(6px * 8);
	mask-image: url("./postcss-svg/search.svg");
	background-color: #112542;
	position: absolute;
	bottom: 50%;
	left: 0;
	transform: translateY(25%);
}

@media only screen and (min-width: 48em) {
	.home .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section {
		width: 25%;
		border-right: 1px solid #ccc;
		border-bottom: 0px;
		padding-bottom: 0;
	}
	.home .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section:before {
		bottom: 0;
		left: 0;
		transform: translateY(0%);
	}
}

.home .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content {
	padding: 0;
}

.home .wpc-filter-layout-submit-button {
	padding-left: 0 !important;
	display: block;
	width: 25%;
	border-right: 0 !important;
	border-bottom: 0 !important;
}

.home .wpc-filter-layout-submit-button:before {
	display: none !important;
}

.home .wpc-filters-submit-button {
	width: 100% !important;
	background-color: #06A6E3 !important;
	border: 1px solid #06A6E3 !important;
	font-weight: 600 !important;
}

.home .wpc-filters-submit-button:hover {
	background-color: #0582b1 !important;
	border: 1px solid #0582b1 !important;
}

.home .wpc-filters-reset-button {
	color: #112542 !important;
	display: none !important;
}

.home .wpc-filter-taxonomy:before {
	mask-image: url("./postcss-svg/pin.svg") !important;
}

.home .wpc-filter-pa_typologies {
	border-right: 0 !important;
}

.home .wpc-filter-pa_typologies:before {
	mask-image: url("./postcss-svg/Book.svg") !important;
}

.product .summary.entry-summary {
	position: relative;
	z-index: 0;
}

.product .summary.entry-summary > p {
	display: none;
}

.product .summary.entry-summary:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(./assets/img/bg-03.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.15;
	backdrop-filter: blur(4px);
}

.woocommerce-notices-wrapper,
.product-woo-notices {
	position: relative;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.product-woo-notices .woocommerce-message,
.product-woo-notices .woocommerce-error {
	background-color: #112542;
	color: white;
	border-radius: 16px;
	padding: calc(6px * 4);
	margin-top: calc(6px * 2);
	position: fixed;
	bottom: 24px;
	right: 24px;
	left: 24px;
	z-index: 99999;
}

.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-error:before,
.product-woo-notices .woocommerce-message:before,
.product-woo-notices .woocommerce-error:before {
	content: "✖";
	position: absolute;
	top: 2px;
	right: 9px;
	color: white;
	opacity: 0.5;
	cursor: pointer;
}

.woocommerce-notices-wrapper .woocommerce-message:hover, .woocommerce-notices-wrapper .woocommerce-message:focus,
.woocommerce-notices-wrapper .woocommerce-error:hover,
.woocommerce-notices-wrapper .woocommerce-error:focus,
.product-woo-notices .woocommerce-message:hover,
.product-woo-notices .woocommerce-message:focus,
.product-woo-notices .woocommerce-error:hover,
.product-woo-notices .woocommerce-error:focus {
	outline: none;
}

.woocommerce-notices-wrapper .woocommerce-message:hover:before, .woocommerce-notices-wrapper .woocommerce-message:focus:before,
.woocommerce-notices-wrapper .woocommerce-error:hover:before,
.woocommerce-notices-wrapper .woocommerce-error:focus:before,
.product-woo-notices .woocommerce-message:hover:before,
.product-woo-notices .woocommerce-message:focus:before,
.product-woo-notices .woocommerce-error:hover:before,
.product-woo-notices .woocommerce-error:focus:before {
	opacity: 1;
}

.woocommerce-notices-wrapper .woocommerce-message:hover:before,
.woocommerce-notices-wrapper .woocommerce-error:hover:before,
.product-woo-notices .woocommerce-message:hover:before,
.product-woo-notices .woocommerce-error:hover:before {
	opacity: 1;
}

@media only screen and (min-width: 62em) {
	.woocommerce-notices-wrapper .woocommerce-message,
	.woocommerce-notices-wrapper .woocommerce-error,
	.product-woo-notices .woocommerce-message,
	.product-woo-notices .woocommerce-error {
		left: unset;
	}
}

.woocommerce-notices-wrapper .woocommerce-error,
.product-woo-notices .woocommerce-error {
	background-color: #f44336;
}

.product_data_tabs .inventory_tab {
	display: block !important;
}

/* General Checkout Page Styles */
@media screen and (min-width: 62em) {
	form.checkout.woocommerce-checkout {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 32px;
	}
}

/* Form Container */
.woocommerce form h3 {
	margin-bottom: 24px;
}

/* Billing & Shipping Fields */
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
	background: #ffffff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 20px;
}

/* Labels */
.woocommerce form .form-row label {
	font-weight: 600;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
	display: block;
}

/* Input Fields */
.woocommerce form .woocommerce-billing-fields__field-wrapper {
	display: grid;
	gap: 16px;
}

@media screen and (min-width: 62em) {
	.woocommerce form .woocommerce-billing-fields__field-wrapper {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr 1fr;
	}
	.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-wide {
		grid-column: span 2;
	}
}

.woocommerce form .input-text,
.woocommerce form select {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
	touch-action: manipulation;
	appearance: none;
	transition: border-color 200ms;
	-webkit-appearance: none;
	border-radius: 3px;
	background-color: white;
	font-size: 16px;
	height: calc(6px * 7);
	line-height: calc(6px * 7);
	padding: 0 calc(6px * 3);
	/**
		 * Input base project styling
		 */
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
}

.woocommerce form .input-text::placeholder,
.woocommerce form select::placeholder {
	color: #9c9c9c;
}

.woocommerce form .input-text::-webkit-inner-spin-button, .woocommerce form .input-text::-webkit-outer-spin-button,
.woocommerce form select::-webkit-inner-spin-button,
.woocommerce form select::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce form .input-text:invalid,
.woocommerce form select:invalid {
	border: 1px solid #f44336;
}

.woocommerce form .input-text:focus,
.woocommerce form select:focus {
	outline: 0;
	border-color: #06A6E3;
}

.woocommerce form .input-text:-moz-focusring,
.woocommerce form select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.woocommerce form select {
	background-repeat: no-repeat;
	background-size: calc(6px * 3) calc(6px * 3);
	background-position: calc(100% - 6px * 2) center;
	vertical-align: middle;
}

.woocommerce form textarea.input-text {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
	padding: calc(6px * 2);
	display: block;
	height: auto;
	line-height: 1 !important;
	margin-bottom: 24px;
}

.woocommerce form textarea.input-text:hover {
	border: 1px solid #b3b3b3;
}

.woocommerce form textarea.input-text:focus, .woocommerce form textarea.input-text:focus-visible {
	border-color: #06A6E3;
	outline: 0;
}

.woocommerce form .screen-reader-text {
	clip: auto;
	word-wrap: normal !important;
	border: 0;
	clip-path: none;
	height: auto;
	margin: 0;
	margin-bottom: 5px !important;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: auto;
}

/* Order Review Table */
.woocommerce-checkout-review-order {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
}

/* Order Table */
.woocommerce table.shop_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.woocommerce table.shop_table th {
	text-align: left;
	font-weight: 700;
}

/* Payment Methods */
.woocommerce-checkout-payment {
	background: #fff;
	border-radius: 8px;
	margin-top: 20px;
}

.checkout .woocommerce-shipping-fields {
	display: none !important;
}

.woocommerce-shipping-fields:empty {
	display: none;
}

/* Place Order Button */
#place_order {
	background: #007cba;
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	border: none;
	cursor: pointer;
	width: auto;
}

#place_order:hover {
	background: #005a8c;
}

/* Responsive */
@media (max-width: 768px) {
	.woocommerce-checkout {
		padding: 20px;
	}
	.woocommerce form.checkout {
		padding: 20px;
	}
	#place_order {
		width: 100%;
		font-size: 14px;
		padding: 10px;
	}
}

.wc_payment_method {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	gap: 12px;
}

.wc_payment_method label {
	margin-bottom: 0;
	white-space: nowrap;
}

.wc_payment_method .input-radio {
	margin-top: 0;
}

.shop_table .variation {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 12px;
}

.shop_table dd {
	padding-left: 0;
	margin-left: 0;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 12px;
}

.checkout .select2.select2-container {
	margin-bottom: 0;
}

.select2.select2-container {
	border: 1px solid #ccc;
	margin-bottom: 24px;
}

.select2.select2-container .selection .select2-selection {
	height: calc(6px * 7);
	padding: calc(6px * 2) calc(6px * 3);
}

.select2.select2-container .selection .select2-selection .select2-selection__rendered {
	padding-left: 0 !important;
	margin-left: 0 !important;
	font-size: 16px !important;
}

.ovatb-total-amount .total-amount .woocommerce-Price-amount.amount {
	display: inline-block;
}

/*------------------------------------*\
    # component.myaccount
\*------------------------------------*/
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
	display: block;
	padding: 6px calc(6px * 2);
}

.wkmp-action-section.right {
	display: flex;
}

.wkmp-table-responsive .table-bordered {
	width: 100%;
}

.cf7-form-transport-fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
}

@media screen and (min-width: 720px) {
	.cf7-form-transport-fields {
		gap: 6px;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 1024px) {
	.cf7-form-transport-fields {
		gap: 6px;
	}
}

@media screen and (min-width: 720px) {
	.cf7-form-transport-field.wide {
		grid-column: span 2;
	}
}

.cf7-form-transport .wpcf7-form-control-wrap {
	display: block;
}

.cf7-form-transport textarea {
	width: 100%;
	display: block;
}

.form .directions {
	display: flex;
	gap: 8px;
}

.form .direction-label {
	background-color: #f0f0f0;
	opacity: 0.75;
	transition: 0.3s ease;
}

.form .direction-label:hover {
	opacity: 1;
}

.form .direction-option:checked + .direction-label {
	background-color: #06A6E3;
	opacity: 1;
	color: white;
}

.booking-forms-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: calc(6px * 2);
	padding-bottom: calc(6px * 2);
	border-bottom: 1px solid #ccc;
}

.booking-forms-divider {
	width: 1px;
	background-color: #ccc;
}

.booking-forms-tab {
	color: #222;
	padding: 8px 8px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

.booking-forms-tab.active {
	cursor: default;
	color: #00a1dd;
}

.booking-forms-tab:hover {
	color: #00a1dd;
}

.booking-forms-tab-content {
	display: none;
}

@media screen and (min-width: 768px) {
	.booking-forms-tab-content {
		max-height: 60vh;
		overflow: auto;
	}
}

.booking-forms-tab-content.active {
	display: block;
}

.booking-forms-tab-content:only-child {
	display: block;
}

.booking-forms-tab-content .mpbrs-info {
	font-size: 21px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}

input#mpbrs-booking-date,
select#om_slots_select,
input#mpbrs-booking-slot-stock,
select#mpbrs_mo_slots_select {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
	touch-action: manipulation;
	transition: border-color 200ms;
	border-radius: 3px;
	background-color: white;
	font-size: 16px;
	/**
	 * Input base project styling
	 */
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	width: 100% !important;
}

input#mpbrs-booking-date::placeholder,
select#om_slots_select::placeholder,
input#mpbrs-booking-slot-stock::placeholder,
select#mpbrs_mo_slots_select::placeholder {
	color: #9c9c9c;
}

input#mpbrs-booking-date:invalid,
select#om_slots_select:invalid,
input#mpbrs-booking-slot-stock:invalid,
select#mpbrs_mo_slots_select:invalid {
	border: 1px solid #f44336;
}

input#mpbrs-booking-date:focus,
select#om_slots_select:focus,
input#mpbrs-booking-slot-stock:focus,
select#mpbrs_mo_slots_select:focus {
	outline: 0;
	border-color: #06A6E3;
}

input#mpbrs-booking-date:-moz-focusring,
select#om_slots_select:-moz-focusring,
input#mpbrs-booking-slot-stock:-moz-focusring,
select#mpbrs_mo_slots_select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

input#mpbrs-booking-date,
select#om_slots_select,
select#mpbrs_mo_slots_select {
	appearance: none;
	-webkit-appearance: none;
}

input#mpbrs-booking-date::-webkit-inner-spin-button, input#mpbrs-booking-date::-webkit-outer-spin-button,
select#om_slots_select::-webkit-inner-spin-button,
select#om_slots_select::-webkit-outer-spin-button,
select#mpbrs_mo_slots_select::-webkit-inner-spin-button,
select#mpbrs_mo_slots_select::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

p.wk-brsc-open-location-tab {
	width: 100% !important;
}

.mpbrs-book-sec-wrap {
	padding: 0 !important;
	width: 100%;
	overflow: hidden;
}

.mpbrs-book-sec-wrap table {
	margin-bottom: 0 !important;
	width: 100%;
	display: block !important;
}

.mpbrs-book-sec-wrap table tbody {
	display: block !important;
}

.mpbrs-book-sec-wrap table tr {
	display: block !important;
}

.mpbrs-book-sec-wrap table tr td {
	display: block !important;
	min-width: 0 !important;
}

.mpbrs-book-sec-wrap table tr td:first-child {
	width: 0;
}

.mpbrs-book-sec-wrap table tr td:last-child {
	width: 100%;
}

.wc-block-components-product-details__value {
	display: none !important;
}

.mp-brs-book-sec-wrap table {
	width: 100% !important;
}

.wk-brsc-open-location-tab {
	margin-bottom: 0 !important;
	border-bottom: 1px solid #ccc;
	margin-bottom: calc(6px * 2);
	padding-bottom: calc(6px * 2);
	display: none !important;
}

/*------------------------------------*\
    # component.balkan services
\*------------------------------------*/
.transport-services-form {
	padding-left: 24px;
	padding-right: 24px;
}

.transport-services-form-info {
	padding: 24px;
}

.transport-services-contact {
	padding: 24px;
}

@media screen and (min-width: 720px) {
	.transport-services-form {
		max-width: 768px;
		margin: 0 auto;
		padding: 24px 0;
		padding-top: 60px;
	}
	.transport-services-form .inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}
	.transport-services-form-info {
		display: grid;
		max-width: 768px;
		margin: 0 auto;
		padding: 24px 12px;
		border: 1px solid #ccc;
		border-radius: 12px;
	}
	.transport-services-contact {
		max-width: 768px;
		margin: 0 auto;
		padding: 24px 12px;
	}
}

/*------------------------------------*\
    # component.filter
\*------------------------------------*/
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header .wpc-filter-title {
	color: #112542;
	font-size: 14px !important;
	margin-bottom: calc(6px * 2);
}

.entry-content.private-tours {
	position: relative;
}

.entry-content.private-tours .tours-header {
	margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
	.entry-content.private-tours .tours-header {
		margin-bottom: 48px;
	}
}

.entry-content.private-tours > p,
.entry-content.private-tours > ul,
.entry-content.private-tours > h1,
.entry-content.private-tours > h2,
.entry-content.private-tours > h3,
.entry-content.private-tours > h4 {
	max-width: 800px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.entry-content.private-tours .how-it-works-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

@media screen and (min-width: 600px) {
	.entry-content.private-tours .how-it-works-steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1240px) {
	.entry-content.private-tours .how-it-works-steps {
		grid-template-columns: repeat(4, 1fr);
	}
}

.entry-content.private-tours .how-it-works-step-image img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

.entry-content.private-tours .contact-page-form {
	max-width: 800px;
	margin: 0 auto;
	padding: 48px 24px;
}

.entry-content.private-tours .contact-page-form h2 {
	text-align: center;
	margin: 0 auto 32px;
	color: #00a1dd;
}

.entry-content.private-tours .contact-page-form h2 {
	font-size: 20px;
}

@media screen and (min-width: 360px) {
	.entry-content.private-tours .contact-page-form h2 {
		font-size: calc(20px + 6 * ((100vw - 360px) / 960));
	}
}

@media screen and (min-width: 1320px) {
	.entry-content.private-tours .contact-page-form h2 {
		font-size: 26px;
	}
}

.entry-content.private-tours .contact-page-form label {
	font-weight: 500;
}

@media screen and (min-width: 720px) {
	.entry-content.private-tours .contact-page-form label {
		font-size: 16px;
	}
}

.entry-content.private-tours .contact-page-form input,
.entry-content.private-tours .contact-page-form select {
	padding: 4px 16px;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	border: 1px solid #C8C4C4;
}

@media screen and (min-width: 720px) {
	.entry-content.private-tours .contact-page-form input,
	.entry-content.private-tours .contact-page-form select {
		font-size: 16px;
	}
}

.entry-content.private-tours .contact-page-form .wpcf7-form-control-wrap {
	margin-top: 4px;
	display: block;
}

.entry-content.private-tours .contact-page-form .form-fields {
	padding: 0;
}

@media screen and (max-width: 720px) {
	.entry-content.private-tours .contact-page-form .form-fields {
		grid-template-columns: 1fr;
	}
	.entry-content.private-tours .contact-page-form .form-fields .form-row.form-row-wide {
		grid-column: 1;
	}
}

.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input {
	display: none;
}

.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input[type="hidden"] + span:before, .entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input:checked + span:before {
	border-color: #00a1dd;
}

.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input[type="hidden"] + span:after, .entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input:checked + span:after {
	opacity: 1;
}

.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input + span {
	position: relative;
	padding-left: 24px;
	line-height: 24px;
	font-size: 14px;
	display: block;
	margin: 0;
	cursor: pointer;
	font-weight: 500;
}

@media screen and (min-width: 720px) {
	.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input + span {
		font-size: 16px;
	}
}

.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input + span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	display: block;
	background-color: transparent;
	border: 2px solid #C8C4C4;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input + span:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 7px;
	width: 11px;
	height: 11px;
	display: block;
	background-color: #00a1dd;
	border: 2px solid #fff;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.entry-content.private-tours .contact-page-form .form-row.checkbox .wpcf7-list-item input + span:hover:before {
	border-color: #00a1dd;
}

.entry-content.private-tours .contact-page-form .upload input[type="file"] {
	position: relative;
}

.entry-content.private-tours .contact-page-form .upload input[type="file"]::file-selector-button {
	width: 104px;
	color: transparent;
}

.entry-content.private-tours .contact-page-form .upload input[type="file"]::before {
	position: absolute;
	pointer-events: none;
	top: 10px;
	left: 12px;
	height: 20px;
	width: 20px;
	content: "";
	background-image: url("./images/download.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.entry-content.private-tours .contact-page-form .upload input[type="file"]::after {
	position: absolute;
	pointer-events: none;
	top: 10px;
	left: 39px;
	color: #00a1dd;
	content: "Upload";
}

.entry-content.private-tours .contact-page-form .upload input[type="file"]::file-selector-button {
	border-radius: 8px;
	padding: 0 16px;
	height: 39px;
	cursor: pointer;
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	margin-right: 16px;
	transition: background-color 200ms;
}

.entry-content.private-tours .contact-page-form .upload input[type="file"]::file-selector-button:hover {
	background-color: #f3f4f6;
}

.entry-content.private-tours .contact-page-form .upload input[type="file"]::file-selector-button:active {
	background-color: #e5e7eb;
}

.entry-content.private-tours .contact-page-form .wpcf7-list-item {
	margin: 0;
}

.entry-content.private-tours .contact-page-form .wpcf7-checkbox .wpcf7-list-item {
	margin-right: 24px;
}

.entry-content.private-tours .contact-page-form .checkbox.radio label {
	cursor: pointer;
}

.entry-content.private-tours .contact-page-form label {
	font-size: 14px;
}

@media screen and (min-width: 720px) {
	.entry-content.private-tours .contact-page-form label {
		font-size: 16px;
	}
}

.entry-content.private-tours .contact-page-form .submit-checker {
	color: #b5292d;
	font-weight: 500;
	line-height: 1.5;
	margin: 16px auto 16px;
	font-size: 14px;
}

@media screen and (min-width: 720px) {
	.entry-content.private-tours .contact-page-form .submit-checker {
		font-size: 16px;
	}
}

.entry-content.private-tours .contact-page-form .submit-checker.hidden {
	display: none;
}

.entry-content.private-tours .contact-page-form .wpcf7-spinner {
	margin: 8px auto;
	display: block;
	background: #00a1dd;
}

.entry-content.private-tours .contact-page-form ~ .wpcf7-response-output {
	max-width: 720px;
	border-radius: 8px;
	margin: 32px auto;
	background-color: #fff;
	padding: 16px 24px;
	max-width: calc(720px - 32px);
	text-align: center;
	font-size: 14px;
}

@media screen and (min-width: 720px) {
	.entry-content.private-tours .contact-page-form ~ .wpcf7-response-output {
		font-size: 16px;
	}
}

.wpcf7-submit {
	text-transform: none !important;
	border-radius: 3px !important;
	border: 1px solid #06A6E3 !important;
	height: 56px !important;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	background-color: #0582b1 !important;
	color: white !important;
	border: 1px solid #0582b1 !important;
}

@media screen and (min-width: 720px) {
	.cms-section {
		display: grid !important;
		grid-template-columns: 1fr 2fr !important;
		gap: 24px !important;
	}
}

.cms-section section {
	margin: 80px 0 !important;
	display: block !important;
}

body .scroll-effect {
	opacity: 0;
	transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}

body .scroll-effect.appeared {
	opacity: 1;
}

body .scroll-effect.se-left {
	transform: translateX(-64px);
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-left {
		transform: translateX(-80px);
	}
}

body .scroll-effect.se-left.appeared {
	transform: translateX(0);
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-left.appeared {
		transform: translateX(0);
	}
}

body .scroll-effect.se-right {
	transform: translateX(64px);
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-right {
		transform: translateX(80px);
	}
}

body .scroll-effect.se-right.appeared {
	transform: translateX(0);
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-right.appeared {
		transform: translateX(0);
	}
}

body .scroll-effect.se-bottom {
	transform: translateY(64px);
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-bottom {
		transform: translateY(80px);
	}
}

body .scroll-effect.se-bottom.appeared {
	transform: translateY(0);
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-bottom.appeared {
		transform: translateY(0);
	}
}

body .scroll-effect.se-left-d {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	body .scroll-effect.se-left-d {
		transition: none;
		opacity: 1;
	}
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-left-d {
		transform: translateX(-128px) !important;
		opacity: 0;
	}
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-left-d.appeared {
		transform: translateX(0) !important;
		opacity: 1;
	}
}

body .scroll-effect.se-right-d {
	opacity: 1;
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-right-d {
		transform: translateX(64px) !important;
		opacity: 0;
	}
}

body .scroll-effect.se-right-d.appeared {
	transform: translateX(0);
}

@media screen and (min-width: 1024px) {
	body .scroll-effect.se-right-d.appeared {
		transform: translateX(0) !important;
		opacity: 1;
	}
}

/*------------------------------------*\
    # view.404
\*------------------------------------*/
/*------------------------------------*\
    #view.page
\*------------------------------------*/
.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer {
	padding: 12px;
}

.single-post .post-thumbnail img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 480px;
	overflow: hidden;
	border-radius: 16px;
}

@media only screen and (max-width: 47.9375em) {
	.single-post .post-thumbnail img {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

.blog .site-main .post-thumbnail img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.entry-header {
	margin-bottom: calc(6px * 4);
}

.blog .site-main .post,
.single .site-main .post {
	margin-bottom: calc(6px * 8);
}

.blog-grid {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: 1fr;
}

@media only screen and (min-width: 62em) {
	.blog-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.woocommerce-account .site {
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 24px;
	border: 1px solid #ccc;
	overflow: auto;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 12px;
}

h2.cms-section-title {
	color: #112542 !important;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 24px;
	font-weight: 700 !important;
}

.single-post .featured-products-wrap {
	background-color: transparent;
}

.single-post .featured-products-wrap .container--tall {
	padding: 0;
}

.single-post .featured-products-wrap .carousel-packages {
	width: 100%;
}

.author-box {
	display: flex;
	align-items: center;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #f9f9f9;
	margin-top: 20px;
	margin-bottom: 20px;
}

.author-avatar {
	flex-shrink: 0;
	width: 80px;
}

.author-avatar img {
	border-radius: 50%;
}

.author-info {
	margin-left: 15px;
}

.author-info h3 {
	margin: 0;
	font-size: 1.2em;
	margin-bottom: 12px !important;
}

.author-info p {
	margin: 5px 0;
	font-size: 0.9em;
	color: #555;
}

.author-links a {
	margin-right: 10px;
	color: #0073aa;
	text-decoration: none;
}

.author-links a:hover {
	text-decoration: underline;
}

.corners--round {
	border-radius: 16px;
	overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
	.single-post .category-news h1 {
		margin-bottom: 12px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 47.9375em) {
	.single-post .category-news .entry-meta {
		font-size: 12px;
	}
}

/*------------------------------------*\
    # utils.icon
\*------------------------------------*/
.u-icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-size: contain;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	/* Social */
}

.u-icon--sml {
	width: calc(6px * 2);
	height: calc(6px * 2);
}

.u-icon--med {
	width: calc(6px * 2.5);
	height: calc(6px * 2.5);
	line-height: 1;
}

.u-icon--med-lrg {
	width: calc(6px * 4);
	height: calc(6px * 4);
}

.u-icon--lrg {
	width: calc(6px * 6);
	height: calc(6px * 6);
}

.u-icon--close {
	mask-image: url("./postcss-svg/close.svg");
	background-color: white;
}

.u-icon--logo {
	width: 160px;
	height: 50px;
	mask-image: url("./postcss-svg/tba-logo.svg");
}

.u-icon--pin {
	mask-image: url("./postcss-svg/pin.svg");
	background-color: #06A6E3;
}

.u-icon--pin--dark {
	mask-image: url("./postcss-svg/pin.svg");
	background-color: #06A6E3;
}

.u-icon--arrow-back {
	mask-image: url(./postcss-svg/defaults/icon--arrow-left.svg);
	background-color: white;
}

.u-icon--arrow-right--white {
	mask-image: url(./postcss-svg/defaults/icon--arrow-right.svg);
	background-color: white;
}

.u-icon--hiker {
	mask-image: url("./postcss-svg/hiker.svg");
	background-color: #112542;
}

.u-icon--plane {
	mask-image: url("./postcss-svg/plane.svg");
	background-color: white;
}

.u-icon--calendar-1 {
	mask-image: url("./postcss-svg/calendar-1.svg");
	background-color: white;
}

.u-icon--info-1 {
	mask-image: url("./postcss-svg/info-1.svg");
	background-color: white;
}

.u-icon--paper-plane {
	mask-image: url("./postcss-svg/paper-plane.svg");
	background-color: white;
}

.u-icon--mic {
	mask-image: url("./postcss-svg/mic.svg");
	background-color: white;
}

.u-icon--clock {
	mask-image: url("./postcss-svg/clock.svg");
	background-color: #06A6E3;
}

.u-icon--info {
	mask-image: url("./postcss-svg/info.svg");
	background-color: #06A6E3;
}

.u-icon--search {
	mask-image: url("./postcss-svg/search.svg");
	background-color: white;
}

.u-icon--point {
	mask-image: url("./postcss-svg/point.svg");
	background-color: #06A6E3;
}

.u-icon--linkedin {
	mask-image: url("./postcss-svg/linkedin.svg");
	background-color: white;
}

.u-icon--facebook {
	mask-image: url("./postcss-svg/facebook.svg");
	background-color: white;
}

.u-icon--instagram {
	mask-image: url("./postcss-svg/instagram.svg");
	background-color: white;
}

.u-icon--time {
	mask-image: url("./postcss-svg/time.svg");
	background-color: white;
}

.u-icon--walk {
	mask-image: url("./postcss-svg/walk.svg");
	background-color: white;
}

.u-icon--kid {
	mask-image: url("./postcss-svg/kid.svg");
	background-color: white;
}

.u-icon--user {
	mask-image: url("./postcss-svg/user.svg");
	background-color: rgba(255, 255, 255, 0.5);
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.u-icon--user:hover {
	background-color: white;
}

.u-icon--cart {
	mask-image: url("./postcss-svg/cart.svg");
	background-color: rgba(255, 255, 255, 0.5);
	transition: 0.3s cubic-bezier(0.45, 0.25, 0.6, 0.95) 0s;
}

.u-icon--cart:hover {
	background-color: white;
}

/*------------------------------------*\
    # utils.display
\*------------------------------------*/
.u-display--i {
	display: inline;
}

.u-display--b {
	display: block;
}

.u-display--ib {
	display: inline-block;
}

.u-display--none {
	display: none;
}

.hide {
	display: none;
}

.flex {
	display: flex;
}

.flex--a--center {
	align-items: center;
}

/*------------------------------------*\
    # utils.width
\*------------------------------------*/
.w--50 {
	width: 50%;
}

.w--50--px {
	width: 50px;
}

.w--100 {
	width: 100%;
}

.w--100--px {
	width: 100px;
}

@media only screen and (min-width: 48em) {
	.w--100--from-med {
		width: 100%;
	}
}

@media only screen and (max-width: 61.9375em) {
	.w--100--to-lrg {
		width: 100%;
	}
}

/*------------------------------------*\
    # util.margins
\*------------------------------------*/
/** 
* you can use custom multiplyer for huge spacing
* $custom: 15;

* You can use spacers by axis 
---------------------------------
--   x-axis ->  left & right   --
--   y-axis ->  top & bottom   --  
---------------------------------
*/
.u-mar--top--tny {
	margin-top: 6px;
}

.u-mar--top--xsml {
	margin-top: calc(6px * 1.5);
}

.u-mar--top--sml {
	margin-top: calc(6px * 2);
}

.u-mar--top--med {
	margin-top: calc(6px * 4);
}

.u-mar--top--lrg {
	margin-top: calc(6px * 6);
}

.u-mar--top--xlrg {
	margin-top: calc(6px * 8);
}

.u-mar--top--xxlrg {
	margin-top: calc(6px * 10);
}

.u-mar--top--xxxlrg {
	margin-top: calc(6px * 12);
}

.u-mar--right--tny {
	margin-right: 6px;
}

@media only screen and (min-width: 48em) {
	.u-mar--right--tny--from-med {
		margin-right: 6px;
	}
}

@media only screen and (min-width: 80em) {
	.u-mar--right--tny--from-xlrg {
		margin-right: 6px;
	}
}

.u-mar--right--xsml {
	margin-right: calc(6px * 1.5);
}

.u-mar--right--sml {
	margin-right: calc(6px * 2);
}

.u-mar--right--med {
	margin-right: calc(6px * 4);
}

.u-mar--right--lrg {
	margin-right: calc(6px * 6);
}

.u-mar--right--xlrg {
	margin-right: calc(6px * 8);
}

.u-mar--right--xxlrg {
	margin-right: calc(6px * 10);
}

.u-mar--right--xxxlrg {
	margin-right: calc(6px * 12);
}

.u-mar--bottom--tny {
	margin-bottom: 6px;
}

.u-mar--bottom--xsml {
	margin-bottom: calc(6px * 1.5);
}

.u-mar--bottom--sml {
	margin-bottom: calc(6px * 2);
}

.u-mar--bottom--med {
	margin-bottom: calc(6px * 4);
}

@media only screen and (max-width: 61.9375em) {
	.u-mar--bottom--med--to-lrg {
		margin-bottom: calc(6px * 4);
	}
}

.u-mar--bottom--lrg {
	margin-bottom: calc(6px * 6);
}

.u-mar--bottom--xlrg {
	margin-bottom: calc(6px * 8);
}

.u-mar--bottom--xxlrg {
	margin-bottom: calc(6px * 10);
}

.u-mar--bottom--xxxlrg {
	margin-bottom: calc(6px * 12);
}

.u-mar--left--auto {
	margin-left: auto;
}

.u-mar--left--tny {
	margin-left: 6px;
}

.u-mar--left--xsml {
	margin-left: calc(6px * 1.5);
}

.u-mar--left--sml {
	margin-left: calc(6px * 2);
}

.u-mar--left--med {
	margin-left: calc(6px * 4);
}

.u-mar--left--lrg {
	margin-left: calc(6px * 6);
}

.u-mar--left--xlrg {
	margin-left: calc(6px * 8);
}

.u-mar--left--xxlrg {
	margin-left: calc(6px * 10);
}

.u-mar--left--xxxlrg {
	margin-left: calc(6px * 12);
}

.u-mar--x--sml {
	margin: inherit calc(6px * 2);
}

.u-mar--x--med {
	margin: inherit calc(6px * 4);
}

.u-mar--x--lrg {
	margin: inherit calc(6px * 6);
}

.u-mar--x--xlrg {
	margin: inherit calc(6px * 8);
}

.u-mar--y--sml {
	margin: calc(6px * 2) inherit;
}

.u-mar--y--med {
	margin: calc(6px * 4) inherit;
}

.u-mar--y--lrg {
	margin-top: calc(6px * 6);
	margin-bottom: calc(6px * 6);
}

.u-mar--y--xlrg {
	margin-top: calc(6px * 8);
	margin-bottom: calc(6px * 8);
}

/*------------------------------------*\
    # util.paddings
\*------------------------------------*/
/** 
* you can use custom multiplyer for huge spacing
* $custom: 15;

* You can use spacers by axis 
---------------------------------
--   x-axis ->  left & right   --
--   y-axis ->  top & bottom   --  
---------------------------------
*/
.u-padd--top--tny {
	padding-top: 6px;
}

.u-padd--top--xsml {
	padding-top: calc(6px * 1.5);
}

.u-padd--top--sml {
	padding-top: calc(6px * 2);
}

.u-padd--top--med {
	padding-top: calc(6px * 4);
}

.u-padd--top--lrg {
	padding-top: calc(6px * 6);
}

.u-padd--top--xlrg {
	padding-top: calc(6px * 8);
}

.u-padd--top--xxlrg {
	padding-top: calc(6px * 10);
}

.u-padd--top--xxxlrg {
	padding-top: calc(6px * 12);
}

.u-padd--right--tny {
	padding-right: 6px;
}

.u-padd--right--xsml {
	padding-right: calc(6px * 1.5);
}

.u-padd--right--sml {
	padding-right: calc(6px * 2);
}

.u-padd--right--med {
	padding-right: calc(6px * 4);
}

.u-padd--right--lrg {
	padding-right: calc(6px * 6);
}

.u-padd--right--xlrg {
	padding-right: calc(6px * 8);
}

.u-padd--right--xxlrg {
	padding-right: calc(6px * 10);
}

.u-padd--right--xxxlrg {
	padding-right: calc(6px * 12);
}

.u-padd--bottom--tny {
	padding-bottom: 6px;
}

.u-padd--bottom--xsml {
	padding-bottom: calc(6px * 1.5);
}

.u-padd--bottom--sml {
	padding-bottom: calc(6px * 2);
}

.u-padd--bottom--med {
	padding-bottom: calc(6px * 4);
}

.u-padd--bottom--lrg {
	padding-bottom: calc(6px * 6);
}

.u-padd--bottom--xlrg {
	padding-bottom: calc(6px * 8);
}

.u-padd--bottom--xxlrg {
	padding-bottom: calc(6px * 10);
}

.u-padd--bottom--xxxlrg {
	padding-bottom: calc(6px * 12);
}

.u-padd--left--tny {
	padding-left: 6px;
}

.u-padd--left--xsml {
	padding-left: calc(6px * 1.5);
}

.u-padd--left--sml {
	padding-left: calc(6px * 2);
}

.u-padd--left--med {
	padding-left: calc(6px * 4);
}

.u-padd--left--lrg {
	padding-left: calc(6px * 6);
}

.u-padd--left--xlrg {
	padding-left: calc(6px * 8);
}

.u-padd--left--xxlrg {
	padding-left: calc(6px * 10);
}

.u-padd--left--xxxlrg {
	padding-left: calc(6px * 12);
}

.u-padd--x--sml {
	padding: inherit calc(6px * 2);
}

.u-padd--x--med {
	padding: inherit calc(6px * 4);
}

.u-padd--x--lrg {
	padding: inherit calc(6px * 6);
}

.u-padd--x--xlrg {
	padding: inherit calc(6px * 8);
}

.u-padd--y--sml {
	padding: calc(6px * 2) inherit;
}

.u-padd--y--med {
	padding: calc(6px * 4) inherit;
}

.u-padd--y--lrg {
	padding: calc(6px * 6) inherit;
}

.u-padd--y--xlrg {
	padding: calc(6px * 8) inherit;
}

/*------------------------------------*\
    # utils.positions
\*------------------------------------*/
.u-position--stc {
	position: static;
}

.u-position--stk {
	position: sticky;
}

.u-position--rel {
	position: relative;
}

.u-position--fix {
	position: fixed;
}

.u-position--abs {
	position: absolute;
}

/*------------------------------------*\
    # utils.grid
\*------------------------------------*/
/**
 * Small grid
 */
.col-sml-1 {
	width: calc(100% / 12);
}

.col-sml-2 {
	width: calc(100% / 12 * 2);
}

.col-sml-3 {
	width: calc(100% / 12 * 3);
}

.col-sml-4 {
	width: calc(100% / 12 * 4);
}

.col-sml-5 {
	width: calc(100% / 12 * 5);
}

.col-sml-6 {
	width: calc(100% / 12 * 6);
}

.col-sml-7 {
	width: calc(100% / 12 * 7);
}

.col-sml-8 {
	width: calc(100% / 12 * 8);
}

.col-sml-9 {
	width: calc(100% / 12 * 9);
}

.col-sml-10 {
	width: calc(100% / 12 * 10);
}

.col-sml-11 {
	width: calc(100% / 12 * 11);
}

.col-sml-12 {
	width: 100%;
}

/**
 * Medium grid
 */
@media only screen and (min-width: 34em) {
	.col-med-1 {
		width: calc(100% / 12);
	}
	.col-med-2 {
		width: calc(100% / 12 * 2);
	}
	.col-med-3 {
		width: calc(100% / 12 * 3);
	}
	.col-med-4 {
		width: calc(100% / 12 * 4);
	}
	.col-med-5 {
		width: calc(100% / 12 * 5);
	}
	.col-med-6 {
		width: calc(100% / 12 * 6);
	}
	.col-med-7 {
		width: calc(100% / 12 * 7);
	}
	.col-med-8 {
		width: calc(100% / 12 * 8);
	}
	.col-med-9 {
		width: calc(100% / 12 * 9);
	}
	.col-med-10 {
		width: calc(100% / 12 * 10);
	}
	.col-med-11 {
		width: calc(100% / 12 * 11);
	}
	.col-med-12 {
		width: 100%;
	}
}

/**
 * Large grid
 */
@media only screen and (min-width: 48em) {
	.col-lrg-1 {
		width: calc(100% / 12);
	}
	.col-lrg-2 {
		width: calc(100% / 12 * 2);
	}
	.col-lrg-3 {
		width: calc(100% / 12 * 3);
	}
	.col-lrg-4 {
		width: calc(100% / 12 * 4);
	}
	.col-lrg-5 {
		width: calc(100% / 12 * 5);
	}
	.col-lrg-6 {
		width: calc(100% / 12 * 6);
	}
	.col-lrg-7 {
		width: calc(100% / 12 * 7);
	}
	.col-lrg-8 {
		width: calc(100% / 12 * 8);
	}
	.col-lrg-9 {
		width: calc(100% / 12 * 9);
	}
	.col-lrg-10 {
		width: calc(100% / 12 * 10);
	}
	.col-lrg-11 {
		width: calc(100% / 12 * 11);
	}
	.col-lrg-12 {
		width: 100%;
	}
}

/**
 * XLarge grid
 */
@media only screen and (min-width: 62em) {
	.col-xlrg-1 {
		width: calc(100% / 12);
	}
	.col-xlrg-2 {
		width: calc(100% / 12 * 2);
	}
	.col-xlrg-3 {
		width: calc(100% / 12 * 3);
	}
	.col-xlrg-4 {
		width: calc(100% / 12 * 4);
	}
	.col-xlrg-5 {
		width: calc(100% / 12 * 5);
	}
	.col-xlrg-6 {
		width: calc(100% / 12 * 6);
	}
	.col-xlrg-7 {
		width: calc(100% / 12 * 7);
	}
	.col-xlrg-8 {
		width: calc(100% / 12 * 8);
	}
	.col-xlrg-9 {
		width: calc(100% / 12 * 9);
	}
	.col-xlrg-10 {
		width: calc(100% / 12 * 10);
	}
	.col-xlrg-11 {
		width: calc(100% / 12 * 11);
	}
	.col-xlrg-12 {
		width: 100%;
	}
}

/**
 * XXLarge grid
 */
@media only screen and (min-width: 80em) {
	.col-xxlrg-1 {
		width: calc(100% / 12);
	}
	.col-xxlrg-2 {
		width: calc(100% / 12 * 2);
	}
	.col-xxlrg-3 {
		width: calc(100% / 12 * 3);
	}
	.col-xxlrg-4 {
		width: calc(100% / 12 * 4);
	}
	.col-xxlrg-5 {
		width: calc(100% / 12 * 5);
	}
	.col-xxlrg-6 {
		width: calc(100% / 12 * 6);
	}
	.col-xxlrg-7 {
		width: calc(100% / 12 * 7);
	}
	.col-xxlrg-8 {
		width: calc(100% / 12 * 8);
	}
	.col-xxlrg-9 {
		width: calc(100% / 12 * 9);
	}
	.col-xxlrg-10 {
		width: calc(100% / 12 * 10);
	}
	.col-xxlrg-11 {
		width: calc(100% / 12 * 11);
	}
	.col-xxlrg-12 {
		width: 100%;
	}
}

/*------------------------------------*\
    # util.clearing
\*------------------------------------*/
/*------------------------------------*\
    # utils.type
\*------------------------------------*/
.type {
	/* Font letterform */
	/* Font sizes */
	/* Font weights */
	/* Type colors */
	/* Type case */
	/* Type positioning */
}

.type--sans {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
}

.type--serif {
	font-family: Georgia, Times, serif;
}

.type--tny {
	font-size: 12px;
}

.type--xsml {
	font-size: 14px;
}

.type--sml {
	font-size: 16px;
}

.type--base {
	font-size: 18px;
}

.type--med {
	font-size: 18px;
}

@media only screen and (min-width: 48em) {
	.type--med {
		font-size: 21px;
	}
}

.type--lrg {
	font-size: 21px;
}

@media only screen and (min-width: 48em) {
	.type--lrg {
		font-size: 26px;
	}
}

.type--xlrg {
	font-size: 26px;
}

@media only screen and (min-width: 48em) {
	.type--xlrg {
		font-size: 32px;
	}
}

.type--xxlrg {
	font-size: 26px;
}

@media only screen and (min-width: 48em) {
	.type--xxlrg {
		font-size: 48px;
	}
}

.type--xxxlrg {
	font-size: 32px;
}

@media only screen and (min-width: 48em) {
	.type--xxxlrg {
		font-size: 60px;
	}
}

.type--wgt--thin {
	font-weight: 100;
}

.type--wgt--light {
	font-weight: 300;
}

.type--wgt--regular {
	font-weight: 400;
}

.type--wgt--medium {
	font-weight: 500;
}

.type--wgt--bold {
	font-weight: 700;
}

.type--color--text {
	color: #6e6e6e;
}

.type--color--opaque {
	color: color(#6e6e6e a(0.4));
}

.type--color--primary {
	color: #06A6E3;
}

.type--color--secondary {
	color: #112542;
}

.type--color--negative {
	color: white;
}

.type--color--warning {
	color: #f44336;
}

.type--color--success {
	color: #4caf50;
}

.type--color--note {
	color: #ff9e2c;
}

.type--uppercase {
	text-transform: uppercase;
}

.type--lowercase {
	text-transform: lowercase;
}

.type--narrow {
	letter-spacing: 0.0625em;
}

.type--wide {
	letter-spacing: 0.1250em;
}

.type--center {
	text-align: center;
}

.type--left {
	text-align: left;
}

.type--right {
	text-align: right;
}

.lh--1 {
	line-height: 1;
}

/*------------------------------------*\
    # components.separator
    * use separators exclusively on <
    *div> elements
\*------------------------------------*/
.u-separator--primary {
	border-bottom: 1px solid lignten(#6e6e6e, 55%);
}

.u-separator--last:last-child {
	border-bottom: 1px solid transparent;
}

/*------------------------------------*\
    # utils.align
\*------------------------------------*/
.u-align {
	/* Horizontal align */
	/* Vertical align */
}

.u-align--h--center {
	margin-left: auto;
	margin-right: auto;
}

.u-align--h--left {
	margin-right: auto;
}

.u-align--h--right {
	margin-left: auto;
}

.u-align--v--top {
	vertical-align: top;
}

.u-align--v--middle {
	vertical-align: middle;
}

.u-align--v--bottom {
	vertical-align: bottom;
}

.u-align--v--baseline {
	vertical-align: baseline;
}

/*------------------------------------*\
    # utils.anchor
\*------------------------------------*/
.u-anchor--negative {
	color: #ffffff;
	text-decoration: underline;
	transition: all 250ms ease-out;
}

.u-anchor--negative:hover {
	color: rgba(255, 255, 255, 0.6);
}

.u-anchor--negative:focus {
	outline: 0;
	color: #1b3c6b;
}

.u-anchor--negative:visited {
	color: #265293;
}

/*------------------------------------*\
    # utils.radius
\*------------------------------------*/
.u-radius--base {
	border-radius: 3px;
}

.u-radius--full {
	border-radius: 1000px;
}

/*------------------------------------*\
    # utils.visibility
\*------------------------------------*/
.u-visibility--hidden {
	visibility: hidden;
}

.u-visibility--visible {
	visibility: visible;
}

/*------------------------------------*\
    # utils.flex
\*------------------------------------*/
.u-flex {
	display: flex;
}

.u-flex--align-center {
	align-items: center;
}

.u-flex--wrapp {
	flex-wrap: wrap;
}

/*------------------------------------*\
    # plugins.sticky-header
\*------------------------------------*/
.sticky-header {
	transition: all 400ms cubic-bezier(0.25, 0.37, 0.17, 0.96);
	/* position: fixed;
    left: 0;
    top: 0;
    right: 0; */
	background-color: white;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.sticky-header[data-scroll="in"] {
	z-index: 99999999;
	background-color: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

.sticky-header[data-scroll="in"].is-blured {
	backdrop-filter: unset;
	transition: none;
}

@supports (-moz-appearance: none) {
	.sticky-header[data-scroll="in"] {
		background-color: white;
	}
}

/*! jQuery UI - v1.14.0 - 2024-10-04
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
	touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-sortable-handle {
	touch-action: none;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #00a1dd;
	background: #112542;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #112542;
	background: #112542;
	color: #00a1dd;
	font-weight: 600;
	opacity: 0.5;
}

.ui-state-checked {
	border: 1px solid #112542;
	background: #112542;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
}

.ui-widget-shadow {
	box-shadow: 0px 0px 5px #666666;
}

.lb-loader, .lightbox {
	text-align: center;
	line-height: 0;
	position: absolute;
	left: 0;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none;
}

.lightbox {
	width: 100%;
	z-index: 10000;
	font-weight: 400;
	outline: 0;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(./images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(./images/lightbox/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(./images/lightbox/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(./images/lightbox/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1;
}

.page__main .booking-form-ova .price span {
	display: inline-block;
}

.page__main .booking-form-ova #ovatb-forms-wrap {
	padding: 0;
	box-shadow: none;
	max-width: 100%;
}

/*------------------------------------*\
    # plugins.datepicker
\*------------------------------------*/
.ui-widget {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-header {
	background-color: #06A6E3;
	color: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	text-align: center;
}

.ui-datepicker.ui-widget-content .ui-state-default {
	background-color: white;
	border-color: rgba(6, 166, 227, 0.35);
}

.ui-datepicker.ui-widget-content .ui-state-active {
	background-color: #06A6E3;
	border-color: white;
}

.ui-datepicker.ui-widget-content .ui-state-disabled .ui-state-default {
	border-color: #ccc;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
	background-color: transparent;
	background: inherit;
	border-color: transparent;
}

.ui-datepicker .ui-datepicker-next {
	right: 1px;
	top: 2px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 1px;
	top: 2px;
}

/*------------------------------------*\
    # plugins.ovatb
\*------------------------------------*/
#ovatb-forms-wrap .ovatb-tabs .ovatb-item-tab {
	padding: 12px;
	color: #6e6e6e;
}

.ovatb-form.ovatb-enquiry-form .guests-price {
	display: none !important;
}

.ovatb-form.ovatb-enquiry-form .ovatb-time-slot-field {
	display: none !important;
}

.ovatb-form.ovatb-enquiry-form .day-price {
	display: none !important;
}

.ovatb-form.ovatb-enquiry-form .ovatb-service-guest {
	align-self: baseline;
	padding: 9px 12px !important;
}

.booking-form-ova > .price {
	display: none;
}

.booking-form-ova .booking-disabled {
	color: #112542;
	line-height: 32px;
	font-size: 16px;
	margin: 0 !important;
}

.booking-form-ova .booking-disabled strong {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}

.booking-form-ova .booking-disabled a {
	text-decoration: underline;
}

.booking-form-ova .booking-disabled a:hover {
	text-decoration: none;
}

.booking-form-ova.hide-booking .ovatb-tabs {
	display: none !important;
}

.booking-form-ova.hide-booking #booking-form {
	display: none !important;
}

.booking-form-ova.hide-booking.show-private #enquiry-form {
	display: block !important;
}

.booking-form-ova.hide-private .ovatb-tabs {
	display: none !important;
}

.booking-form-ova.hide-private #enquiry-form {
	display: none !important;
}

.booking-form-ova.hide-private.show-booking #booking-form {
	display: block !important;
}

.booking-form-ova.hide-booking.hide-private #ovatb-forms-wrap {
	display: none !important;
}

.booking-form-ova .booking-form-titles {
	border-bottom: 2px solid #eee;
	margin-bottom: 24px;
	padding: 0 16px;
}

.booking-form-ova .booking-form-titles div {
	display: inline-block;
	color: #112542;
	border-bottom: 2px solid #112542;
	margin-bottom: -2px;
	line-height: 32px;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 8px;
}

/*------------------------------------*\
    #view.home
\*------------------------------------*/

/*# sourceMappingURL=style.css.map */