@charset "UTF-8";
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFast {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
/**
 * Sass variables
 */
/**
 * Global elements
 */
a.button {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  word-break: break-word;
  text-decoration: none !important;
}
a.button:hover, a.button:visited {
  text-decoration: underline !important;
}

.easyreservations form .form-row .required {
  color: #b22222;
  text-decoration: none;
  visibility: hidden;
}
.easyreservations form .form-row .required[title] {
  border: 0 !important;
}
.easyreservations form .form-row .optional {
  visibility: visible;
}
.easyreservations form.easyreservations-form-login p,
.easyreservations form.easyreservations-form-login label,
.easyreservations form.easyreservations-form-register p,
.easyreservations form.easyreservations-form-register label {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}
.easyreservations form.easyreservations-form-login input,
.easyreservations form.easyreservations-form-register input {
  border: 1px solid #ddd;
}
.easyreservations .easyreservations-form-login__rememberme {
  margin: 1rem 0 3rem 0;
}

.easyreservations-notices-wrapper:empty {
  margin: 0 auto;
}

.easyreservations-view-order .easyreservations-MyAccount-content table {
  border: 0;
}
.easyreservations-view-order .easyreservations-MyAccount-content table tbody {
  border-bottom: 1px solid currentColor;
}
.easyreservations-view-order .easyreservations-MyAccount-content table tfoot tr:last-of-type {
  border-top: 1px solid currentColor;
}
.easyreservations-view-order .easyreservations-MyAccount-content table tfoot tr:last-of-type .easyreservations-Price-amount {
  font-weight: 700;
}
.easyreservations-view-order .easyreservations-MyAccount-content table td,
.easyreservations-view-order .easyreservations-MyAccount-content table tr,
.easyreservations-view-order .easyreservations-MyAccount-content table th {
  border: 0;
}

.easyreservations-breadcrumb {
  margin-bottom: 5rem;
  font-size: 0.88889em;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}

.easyreservations-pagination {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 0.88889em;
}
.easyreservations-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.easyreservations-pagination span.page-numbers,
.easyreservations-pagination a.page-numbers,
.easyreservations-pagination .next.page-numbers,
.easyreservations-pagination .prev.page-numbers {
  padding: 0 calc(0.5 * 1rem);
  display: inline-block;
}

.easyreservations span.onsale {
  position: absolute;
  background: #88a171;
  color: #fff;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  padding: 0.8rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easyreservations span.onsale::before {
  content: "";
  float: left;
  padding-top: 100%;
}

.onsale + .easyreservations-product-gallery .easyreservations-product-gallery__trigger {
  top: 2.2em;
  right: 2.2em;
}

.single-product .type-product.sale > .onsale {
  right: calc(52% - 0.7rem);
}

.price {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1rem;
}
.price del {
  opacity: 0.5;
  display: inline-block;
}
.price ins {
  display: inline-block;
  text-decoration: none;
}

.easyreservations-message,
.easyreservations-error,
.easyreservations-info {
  margin-bottom: 2rem;
  margin-left: 0;
  background: var(--global--color-background);
  font-size: 0.88889em;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  list-style: none;
  overflow: hidden;
}

.easyreservations-message,
.easyreservations-error li,
.easyreservations-info {
  padding: 1rem 3rem;
  justify-content: space-between;
  align-items: center;
}
.easyreservations-message .button,
.easyreservations-error li .button,
.easyreservations-info .button {
  order: 2;
}

.easyreservations-error {
  color: #fff;
  background: #b22222;
}
.easyreservations-error a {
  color: #fff;
}
.easyreservations-error a:hover {
  color: #fff;
}
.easyreservations-error a.button {
  background: #111;
}
.easyreservations-error > li {
  margin: 0;
}

#main .easyreservations-error,
#main .easyreservations-info {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}

.easyreservations-message,
.easyreservations-info {
  background: #eee;
  color: #000;
  border-top: 2px solid #88a171;
}
.easyreservations-message a,
.easyreservations-info a {
  color: #444;
}
.easyreservations-message a:hover,
.easyreservations-info a:hover {
  color: #000;
}
.easyreservations-message a.button,
.easyreservations-info a.button {
  background: #88a171;
  color: #f5efe0;
}

.easyreservations-store-notice {
  background: #eee;
  color: #000;
  border-top: 2px solid #88a171;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .easyreservations-store-notice {
  top: 32px;
}

.easyreservations-store-notice__dismiss-link {
  float: right;
  color: #fff;
}
.easyreservations-store-notice__dismiss-link:hover {
  text-decoration: underline;
  color: #fff;
}

.flex-viewport {
  margin-bottom: 1.5em;
}

#main .post-inner {
  padding-top: 0;
}
#main .wp-block-cover {
  margin-top: 0;
}

/* Make thumbnails in the gallery affect parent's height and wrapping */
.flex-control-nav::after {
  clear: both;
  content: "";
  display: table;
}

/**
* Tables
*/
.easyreservations table.shop_table td,
.easyreservations table.shop_table th,
.easyreservations-page table.shop_table td,
.easyreservations-page table.shop_table th {
  word-break: normal;
  border-left: none;
  border-right: none;
}
.easyreservations table.shop_table .resource-thumbnail,
.easyreservations-page table.shop_table .resource-thumbnail {
  max-width: 120px;
}

/**
 * Shop page
 */
.easyreservations-result-count,
.easyreservations-ordering {
  margin: 0 0 1rem;
  padding: 0.75rem 0;
}

/**
 * Products
 */
ul.resources {
  margin: 0;
  padding: 0;
}
ul.resources li.resource {
  list-style: none;
}
ul.resources li.resource .easyreservations-loop-resource__link {
  display: block;
  text-decoration: none;
}
ul.resources li.resource .easyreservations-loop-resource__title {
  margin: 0.5rem 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}
ul.resources li.resource .easyreservations-loop-resource__title::before {
  content: none;
}
ul.resources li.resource .easyreservations-loop-resource__title,
ul.resources li.resource .price,
ul.resources li.resource .star-rating {
  color: currentColor;
}
ul.resources li.resource .star-rating {
  margin-bottom: 0.8rem;
}
ul.resources li.resource .price {
  margin-bottom: 1rem;
}
ul.resources li.resource .price,
ul.resources li.resource .star-rating {
  display: block;
}
ul.resources li.resource .easyreservations-placeholder {
  border: 1px solid #f2f2f2;
}
ul.resources li.resource .button {
  vertical-align: middle;
  background-color: transparent;
  color: var(--button--color-text-hover);
  text-decoration: none !important;
}
ul.resources li.resource .button.loading {
  opacity: 0.5;
}
ul.resources li.resource .button:hover {
  background-color: var(--button--color-background);
  color: var(--button--color-text);
}
ul.resources li.resource .added_to_cart {
  margin: 0.5rem;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  margin-bottom: 0.7rem;
}
.star-rating::before {
  content: "sssss";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

a.remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  text-decoration: none !important;
  background: #fff;
  color: #000;
}
a.remove:hover {
  background: #88a171;
  color: #fff !important;
}

dl.variation,
.er-item-meta {
  list-style: none outside;
}
dl.variation dt,
dl.variation .er-item-meta-label,
.er-item-meta dt,
.er-item-meta .er-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25rem;
  margin-top: 0;
  list-style: none outside;
  font-weight: 400;
}
dl.variation dd,
.er-item-meta dd {
  margin: 0;
}
dl.variation p, dl.variation:last-child,
.er-item-meta p,
.er-item-meta:last-child {
  margin-bottom: 0;
}

/**
 * Single resource
 */
.single-resource div.resource {
  position: relative;
}
.single-resource div.resource .resource_meta {
  clear: both;
  font-size: 0.7em;
  padding-top: 0.5em;
  margin-top: 3rem;
}
.single-resource .single_add_to_cart_button {
  line-height: var(--global--line-height-body) !important;
  padding-top: var(--form--spacing-unit) !important;
  padding-bottom: var(--form--spacing-unit) !important;
  font-size: 1.6rem;
}
.single-resource .single-featured-image-header {
  display: none;
}
.single-resource.singular .entry-title {
  font-size: var(--global--font-size-xl);
  font-weight: normal;
  margin: 0 0 2.5rem;
}
.single-resource.singular .entry-title::before {
  margin-top: 0;
}
.single-resource .summary {
  margin-bottom: 8rem;
}
.single-resource .summary p.price {
  margin-bottom: 2rem;
}
.single-resource .summary .easyreservations-resource-details__short-description {
  margin-bottom: 1rem;
}
.single-resource .easyreservations-variation-price {
  margin: 2rem 0;
}
.single-resource .easyreservations-resource-rating {
  margin: -1rem 0 4rem;
  line-height: 1;
  font-size: 1.4rem;
}
.single-resource .easyreservations-resource-rating .star-rating {
  float: left;
  margin-right: 0.25rem;
}
.single-resource form.cart .quantity {
  float: left;
  margin-right: 0.5rem;
}
.single-resource form.cart input {
  width: 5em;
}
.single-resource .easyreservations-variation-add-to-cart .button {
  padding-top: 1.55rem;
  padding-bottom: 1.59rem;
  font-size: 1.6rem;
}
.single-resource .easyreservations-variation-add-to-cart .button.disabled {
  opacity: 0.2;
}
.single-resource .easyreservations-message {
  flex-direction: row-reverse;
}
.single-resource .easyreservations-Tabs-panel--additional_information table,
.single-resource .easyreservations-Tabs-panel--reviews table {
  border: 1px solid #ddd;
}
.single-resource .easyreservations-Tabs-panel--additional_information table tr,
.single-resource .easyreservations-Tabs-panel--additional_information table td,
.single-resource .easyreservations-Tabs-panel--additional_information table th,
.single-resource .easyreservations-Tabs-panel--reviews table tr,
.single-resource .easyreservations-Tabs-panel--reviews table td,
.single-resource .easyreservations-Tabs-panel--reviews table th {
  border: 1px solid #ddd;
}
.single-resource .easyreservations-Tabs-panel--additional_information p,
.single-resource .easyreservations-Tabs-panel--reviews p {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}
.single-resource .easyreservations-Tabs-panel--additional_information input,
.single-resource .easyreservations-Tabs-panel--reviews input {
  border: 1px solid #ddd;
}
.single-resource .easyreservations-resource-attributes-item__value p {
  margin-bottom: 0;
}

table.variations {
  margin: 1rem 0;
}
table.variations label {
  margin: 0;
  padding: 6px 0;
}
table.variations select {
  margin-right: 0.5rem;
}

a.reset_variations {
  margin-left: 0.5em;
}

.easyreservations-resource-gallery {
  max-width: 600px;
  position: relative;
  margin-bottom: 2rem;
}
.easyreservations-resource-gallery figure {
  margin: 0;
  padding: 0;
}
.easyreservations-resource-gallery .easyreservations-resource-gallery__wrapper {
  margin: 0;
  padding: 0;
}
.easyreservations-resource-gallery .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.easyreservations-resource-gallery .easyreservations-resource-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.easyreservations-resource-gallery .easyreservations-resource-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.easyreservations-resource-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.easyreservations-resource-gallery .flex-control-thumbs img {
  opacity: 0.5;
}
.easyreservations-resource-gallery .flex-control-thumbs img:hover, .easyreservations-resource-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}
.easyreservations-resource-gallery img {
  display: block;
  height: auto;
}

.easyreservations-resource-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.easyreservations-resource-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}

.easyreservations-resource-gallery--columns-4 ol {
  margin-left: 0;
  margin-bottom: 0;
}
.easyreservations-resource-gallery--columns-4 .flex-control-thumbs li {
  width: 14.2857142857%;
  margin: 0 14.2857142857% 1.6em 0;
}
.easyreservations-resource-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.easyreservations-resource-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}

.easyreservations-resource-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
.easyreservations-resource-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}

.easyreservations-resource-gallery__trigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 99;
}

.easyreservations-tabs {
  margin: 4rem 0 2rem;
  /* reset description tab width to full width */
  /* reset additional info tab width to full width */
}
.easyreservations-tabs #tab-description h2,
.easyreservations-tabs #tab-description p {
  max-width: 100vw;
  width: 100%;
}
.easyreservations-tabs #tab-additional_information .easyreservations-resource-attributes {
  max-width: 100vw;
  width: 100%;
}
.easyreservations-tabs #tab-reviews {
  /* reset reviews tab width to full width */
}
.easyreservations-tabs #tab-reviews .easyreservations-Reviews {
  max-width: 100vw;
  width: 100%;
}
.easyreservations-tabs #tab-reviews #submit {
  float: right;
}
.easyreservations-tabs ul {
  margin: 0 0 1.5rem;
  padding: 0;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  border-bottom: var(--button--border-width) solid var(--button--color-background);
}
.easyreservations-tabs ul li {
  display: inline-flex !important;
}
.easyreservations-tabs ul li a {
  color: currentColor;
  text-decoration: none;
  font-weight: 700;
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}
.easyreservations-tabs ul li.active a {
  color: var(--button--color-text);
  background-color: var(--button--color-background);
  border: var(--button--border-width) solid var(--button--color-background);
}
.easyreservations-tabs .panel > * {
  margin-top: 0 !important;
}
.easyreservations-tabs .panel h1::before,
.easyreservations-tabs .panel h2::before {
  content: none;
}
.easyreservations-tabs .panel h2:first-of-type {
  font-size: var(--global--font-size-lg);
  margin: 0 0 2rem !important;
}
.easyreservations-tabs #comments {
  padding-top: 0;
}
.easyreservations-tabs .comment-reply-title {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  display: block;
}
.easyreservations-tabs #reviews ol.commentlist {
  padding: 0;
  margin: 0;
}
.easyreservations-tabs #reviews li.review,
.easyreservations-tabs #reviews li.comment {
  list-style: none;
  margin: 0.5rem 0 2.5rem 0;
}
.easyreservations-tabs #reviews li.review .avatar,
.easyreservations-tabs #reviews li.comment .avatar {
  max-height: 36px;
  width: auto;
  float: right;
}
.easyreservations-tabs #reviews li.review p.meta,
.easyreservations-tabs #reviews li.comment p.meta {
  margin-bottom: 0.5em;
}
.easyreservations-tabs #reviews .comment-form-rating label {
  max-width: 58rem;
  margin: 0 auto;
}
.easyreservations-tabs #reviews p.stars {
  margin-top: 0;
}
.easyreservations-tabs #reviews p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
}
.easyreservations-tabs #reviews p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "";
  text-indent: 0;
}
.easyreservations-tabs #reviews p.stars a:hover ~ a::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars:hover a::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars.selected a.active::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars.selected a.active ~ a::before {
  content: "";
}
.easyreservations-tabs #reviews p.stars.selected a:not(.active)::before {
  content: "";
}
.easyreservations-tabs #reviews .comment-form-author,
.easyreservations-tabs #reviews .comment-form-email {
  float: none;
  margin-left: auto;
}

/**
 * Widgets
 */
.widget.easyreservations ul {
  padding-left: 0;
}
.widget.easyreservations ul li {
  list-style: none;
}

.widget .resource_list_widget,
.site-footer .widget .resource_list_widget {
  margin-bottom: 1.5rem;
}
.widget .resource_list_widget a,
.site-footer .widget .resource_list_widget a {
  display: block;
  box-shadow: none;
}
.widget .resource_list_widget a:hover,
.site-footer .widget .resource_list_widget a:hover {
  box-shadow: none;
}
.widget .resource_list_widget li,
.site-footer .widget .resource_list_widget li {
  padding: 0.5rem 0;
}
.widget .resource_list_widget li a.remove,
.site-footer .widget .resource_list_widget li a.remove {
  float: left;
  margin-top: 7px;
  line-height: 20px;
  color: #fff;
  margin-right: 0.5rem;
}
.widget .resource_list_widget img,
.site-footer .widget .resource_list_widget img {
  display: none;
}

.widget_shopping_cart .buttons a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.easyreservations-shopping-totals {
  vertical-align: text-top;
}

.widget_layered_nav .chosen::before {
  content: "×";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #000;
  margin-right: 0.25rem;
}

.widget_price_filter .price_slider {
  margin-bottom: 1rem;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
  padding: 0.4rem 1rem;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #000;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #000;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #666;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_rating_filter li {
  text-align: right;
}
.widget_rating_filter li .star-rating {
  float: left;
  margin-top: 0.3rem;
}

.widget_resource_search form {
  position: relative;
}
.widget_resource_search .search-field {
  padding-right: 100px;
}
.widget_resource_search input[type=submit] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/**
 * Account section
 */
.easyreservations-account .post-inner {
  padding-top: 0;
}
.easyreservations-account #main .entry-header {
  padding: 3vw 0 1.5vw;
}
.easyreservations-account #main .easyreservations {
  max-width: 1600px;
  padding: 0 6vw;
  margin: 0 auto;
}
.easyreservations-account .easyreservations-MyAccount-navigation {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  margin: 0 0 2rem;
}
.easyreservations-account .easyreservations-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.easyreservations-account .easyreservations-MyAccount-navigation li {
  list-style: none;
  padding: 0.5rem 0;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 2rem;
}
.easyreservations-account .easyreservations-MyAccount-navigation li:first-child {
  padding-top: 0;
}
.easyreservations-account .easyreservations-MyAccount-navigation li a {
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  color: #aaa;
}
.easyreservations-account .easyreservations-MyAccount-navigation li a:hover {
  color: #000;
  text-decoration: underline;
}
.easyreservations-account .easyreservations-MyAccount-navigation li.is-active a {
  text-decoration: underline;
  color: #88a171;
}
.easyreservations-account .easyreservations-MyAccount-content p {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 2rem;
}
.easyreservations-account .easyreservations-MyAccount-content form h3 {
  margin-top: 0;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-Addresses {
  margin-top: -1rem;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-Addresses .easyreservations-Address-title h3 {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-Addresses address {
  line-height: 1.8rem;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-address-fields label {
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-address-fields input,
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-address-fields .selection {
  font-size: 1.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-address-fields input {
  border: 3px solid black;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-address-fields .form-row {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-address-fields #company {
  padding-top: 1.5rem !important;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-address-fields .easyreservations-address-fields__field-wrapper {
  margin-bottom: 2rem;
}
.easyreservations-account table.account-orders-table {
  margin-top: 0;
  border: 0;
}
.easyreservations-account table.account-orders-table tr,
.easyreservations-account table.account-orders-table td,
.easyreservations-account table.account-orders-table th {
  border: 0;
}
.easyreservations-account table.account-orders-table td {
  padding-left: 1.5rem;
}
.easyreservations-account table.account-orders-table thead {
  border-bottom: 1px solid #ddd;
}
.easyreservations-account table.account-orders-table .button {
  margin: 0 0.35rem 0.35rem 0;
  width: 80%;
}
.easyreservations-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
  background: var(--global--color-background);
  filter: brightness(88%);
}
.is-dark-theme .easyreservations-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
  filter: brightness(112%);
}
.easyreservations-account .easyreservations-EditAccountForm label {
  font-size: 1.5rem;
}
.easyreservations-account .easyreservations-EditAccountForm input {
  border: var(--form--border-width) solid var(--form--border-color);
  font-size: 1.5rem;
}
.easyreservations-account .easyreservations-EditAccountForm fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}
.easyreservations-account .easyreservations-EditAccountForm fieldset legend {
  display: contents;
  font-size: 2rem;
}
.easyreservations-account .easyreservations-EditAccountForm fieldset p {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.easyreservations-account .easyreservations-EditAccountForm fieldset .show-password-input {
  display: inherit;
}
.easyreservations-account .easyreservations-EditAccountForm button {
  margin-top: 0;
}
.easyreservations-account .easyreservations-EditAccountForm #account_display_name + span {
  font-size: 1.5rem;
}
.easyreservations-account .easyreservations-EditAccountForm p {
  margin-top: 20px;
}
.easyreservations-account .easyreservations-EditAccountForm p:nth-of-type(4) {
  margin-top: 30px;
}

.logged-in.easyreservations-account #main .easyreservations {
  display: flex;
  flex-direction: row;
}

.checkout-button {
  display: block;
  padding: 1rem 2rem;
  border: 2px solid #000;
  text-align: center;
  font-weight: 800;
}
.checkout-button:hover {
  border-color: #999;
}
.checkout-button::after {
  content: "→";
  margin-left: 0.5rem;
}

.easyreservations-cart .post-inner {
  padding-top: 0;
}
.easyreservations-cart #main .entry-header {
  padding: 3vw 0 1.5vw;
}
.easyreservations-cart #main .easyreservations {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
.easyreservations-cart p.form-row input {
  border: 1px solid #ddd;
}
.easyreservations-cart table.cart img.easyreservations-placeholder {
  height: auto !important;
}

/**
 * Checkout
 */
.easyreservations-form-coupon-toggle .easyreservations-info {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem 3rem;
}

.easyreservations-form-coupon {
  padding: 1rem;
  font-size: 0.88889em;
  color: var(--form--color-text);
}
.easyreservations-form-coupon #coupon_code {
  border: var(--form--border-width) solid var(--form--border-color);
}
.is-dark-theme .easyreservations-form-coupon button[name=apply_coupon] {
  border-color: var(--global--color-background);
}
.is-dark-theme .easyreservations-form-coupon button[name=apply_coupon]:hover, .is-dark-theme .easyreservations-form-coupon button[name=apply_coupon]:active {
  background: var(--global--color-background);
}

#ship-to-different-address {
  font-size: 1em;
  display: inline-block;
  margin: 1.42em 0;
}
#ship-to-different-address label {
  font-weight: 400;
  cursor: pointer;
}
#ship-to-different-address label span {
  position: relative;
  display: block;
  text-align: right;
  padding-right: 45px;
}
#ship-to-different-address label span::before {
  content: "";
  display: block;
  height: 16px;
  width: 30px;
  border: 2px solid var(--form--border-color);
  background: var(--global--color-primary);
  border-radius: 13rem;
  box-sizing: content-box;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}
#ship-to-different-address label span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: var(--global--color-background);
  position: absolute;
  top: 3px;
  right: 17px;
  border-radius: 13rem;
  transition: all ease-in-out 0.3s;
}
#ship-to-different-address label input[type=checkbox] {
  display: none;
}
#ship-to-different-address label input[type=checkbox]:checked + span::after {
  right: 3px;
  background: var(--global--color-primary);
}
#ship-to-different-address label input[type=checkbox]:checked + span::before {
  background: var(--global--color-background);
}

.easyreservations-no-js form.easyreservations-form-login,
.easyreservations-no-js form.easyreservations-form-coupon {
  display: block !important;
}
.easyreservations-no-js .easyreservations-form-login-toggle,
.easyreservations-no-js .easyreservations-form-coupon-toggle,
.easyreservations-no-js .showcoupon {
  display: none !important;
}

.easyreservations-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.easyreservations-terms-and-conditions-link {
  display: inline-block;
}
.easyreservations-terms-and-conditions-link::after {
  content: "";
  display: inline-block;
  border-style: solid;
  margin-bottom: 2px;
  margin-left: 0.25rem;
  border-width: 6px 6px 0 6px;
  border-color: currentColor transparent transparent transparent;
}
.easyreservations-terms-and-conditions-link.easyreservations-terms-and-conditions-link--open::after {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent currentColor transparent;
}

.easyreservations-checkout .easyreservations {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
.easyreservations-checkout ul.easyreservations-error {
  flex-direction: column;
  align-items: flex-start;
}
.easyreservations-checkout ul.easyreservations-error li {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  margin: 0.5rem 0 0.5rem;
}
.easyreservations-checkout .post-inner {
  padding-top: 0;
}
.easyreservations-checkout .easyreservations-address-fields h3 {
  margin: 2rem 0;
}
.easyreservations-checkout form[name=checkout] {
  display: table;
}
.easyreservations-checkout .blockUI.blockOverlay {
  position: relative;
}
.easyreservations-checkout .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../images/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 4em;
  color: rgba(0, 0, 0, 0.75);
}
.easyreservations-checkout form .col2-set {
  width: 50%;
  float: left;
  padding-right: 1.5vw;
}
.easyreservations-checkout form .col2-set .col-1,
.easyreservations-checkout form .col2-set .col-2 {
  float: none;
  width: 100%;
}
.easyreservations-checkout form .col2-set label {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  letter-spacing: normal;
}
.easyreservations-checkout form .col2-set p {
  margin-bottom: 1.15em;
}
.easyreservations-checkout form #order_review_heading {
  margin-top: 2rem;
}
.easyreservations-checkout form #order_review_heading,
.easyreservations-checkout form .easyreservations-checkout-deposit,
.easyreservations-checkout form #order_review {
  width: 50%;
  padding-left: 1.5vw;
  float: right;
  clear: right;
}
.easyreservations-checkout form #order_review_heading .easyreservations-checkout-review-order-table,
.easyreservations-checkout form .easyreservations-checkout-deposit .easyreservations-checkout-review-order-table,
.easyreservations-checkout form #order_review .easyreservations-checkout-review-order-table {
  margin-top: 2rem;
  border: 0;
}
.easyreservations-checkout form #order_review_heading .easyreservations-checkout-review-order-table th,
.easyreservations-checkout form #order_review_heading .easyreservations-checkout-review-order-table td,
.easyreservations-checkout form .easyreservations-checkout-deposit .easyreservations-checkout-review-order-table th,
.easyreservations-checkout form .easyreservations-checkout-deposit .easyreservations-checkout-review-order-table td,
.easyreservations-checkout form #order_review .easyreservations-checkout-review-order-table th,
.easyreservations-checkout form #order_review .easyreservations-checkout-review-order-table td {
  border: 0;
}
.easyreservations-checkout form #order_review_heading .easyreservations-checkout-review-order-table thead,
.easyreservations-checkout form .easyreservations-checkout-deposit .easyreservations-checkout-review-order-table thead,
.easyreservations-checkout form #order_review .easyreservations-checkout-review-order-table thead {
  display: none;
}
.easyreservations-checkout form #order_review_heading .easyreservations-checkout-review-order-table .easyreservations-Price-amount,
.easyreservations-checkout form .easyreservations-checkout-deposit .easyreservations-checkout-review-order-table .easyreservations-Price-amount,
.easyreservations-checkout form #order_review .easyreservations-checkout-review-order-table .easyreservations-Price-amount {
  font-weight: bold;
}
.easyreservations-checkout form #order_review_heading .easyreservations-checkout-review-order-table .cart-subtotal,
.easyreservations-checkout form #order_review_heading .easyreservations-checkout-review-order-table .order-total,
.easyreservations-checkout form .easyreservations-checkout-deposit .easyreservations-checkout-review-order-table .cart-subtotal,
.easyreservations-checkout form .easyreservations-checkout-deposit .easyreservations-checkout-review-order-table .order-total,
.easyreservations-checkout form #order_review .easyreservations-checkout-review-order-table .cart-subtotal,
.easyreservations-checkout form #order_review .easyreservations-checkout-review-order-table .order-total {
  border-top: 2px solid var(--form--border-color);
}
.easyreservations-checkout form #order_submit {
  width: 50%;
  padding-left: 1.5vw;
  float: right;
  clear: right;
  background: transparent;
}
.easyreservations-checkout form .form-row.easyreservations-invalid input.input-text {
  border: 2px solid #88a171;
}
.easyreservations-checkout .easyreservations-input-wrapper .description {
  background: #4169e1;
  color: #fff;
  border-radius: 3px;
  padding: 1rem;
  margin: 0.5rem 0 0;
  clear: both;
  display: none;
  position: relative;
}
.easyreservations-checkout .easyreservations-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.easyreservations-checkout .easyreservations-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #4169e1 transparent transparent transparent;
  z-index: 100;
  display: block;
}
.easyreservations-checkout .easyreservations-form-login p.form-row.form-row-first,
.easyreservations-checkout .easyreservations-form-login p.form-row.form-row-last {
  float: none;
}

.easyreservations-checkout-review-order-table ul li {
  list-style-type: none;
}
.easyreservations-checkout-review-order-table td {
  padding: 1rem 0.5em;
}
.easyreservations-checkout-review-order-table tfoot {
  text-align: left;
}

.easyreservations-order-received .easyreservations-order p,
.easyreservations-order-received .easyreservations-order li {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}
.easyreservations-order-received table {
  border: 0;
}
.easyreservations-order-received table td,
.easyreservations-order-received table th,
.easyreservations-order-received table tr {
  border: 0;
}
.easyreservations-order-received table tr {
  height: 5rem;
}
.easyreservations-order-received table tfoot {
  border-top: 1px solid #ddd;
  /* Targeting total */
}
.easyreservations-order-received table tfoot tr:last-of-type {
  border-top: 1px solid #ddd;
}
.easyreservations-order-received table tfoot tr:last-of-type .easyreservations-Price-amount {
  font-weight: 700;
}

.easyreservations-checkout-review-order ul {
  margin: 2rem 0 3rem;
  padding-left: 0;
}
.easyreservations-checkout-review-order #place_order {
  width: 100%;
}

.er_payment_method {
  list-style: none;
}
.er_payment_method .payment_box {
  padding: 1rem;
  background: #eee;
  color: var(--global--color-dark-gray);
}
.er_payment_method .payment_box a,
.er_payment_method .payment_box a:hover,
.er_payment_method .payment_box a:visited {
  color: var(--global--color-dark-gray);
}
.er_payment_method .payment_box ul:last-of-type,
.er_payment_method .payment_box ol:last-of-type {
  margin-bottom: 0;
}
.er_payment_method .payment_box fieldset {
  padding: 1.5rem;
  padding-bottom: 0;
  border: 0;
  background: #f6f6f6;
}
.er_payment_method .payment_box li {
  list-style: none;
}
.er_payment_method .payment_box p:first-child {
  margin-top: 0;
}
.er_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}
.er_payment_method .payment_box input[type=checkbox] {
  width: 25px !important;
}
.er_payment_method .payment_box input[type=radio] + label::before {
  background: #fff !important;
  border: var(--form--border-width) solid #000 !important;
}
.er_payment_method .payment_box input[type=radio]:checked + label::before {
  background: #000 !important;
}
.er_payment_method > label:first-of-type {
  display: block;
  margin: 1rem 0;
}
.er_payment_method > label:first-of-type img {
  max-height: 24px;
  max-width: 200px;
  float: right;
}
.er_payment_method label {
  cursor: pointer;
}
.er_payment_method input[type=radio] {
  display: none;
}
.er_payment_method input[type=radio] + label {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}
.er_payment_method input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: var(--form--border-width) solid var(--form--border-color);
  background: var(--global--color-white);
  margin-left: 4px;
  margin-right: 1.2rem;
  border-radius: 100%;
  transform: translateY(2px);
}
.er_payment_method input[type=radio]:checked + label::before {
  background: var(--global--color-border);
}
.is-dark-theme .er_payment_method input[type=radio]:checked + label::before {
  background: var(--global--color-background);
}

.er_payment_methods .payment_box p {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}

.account-payment-methods-table {
  padding-top: 0 !important;
  margin-bottom: 1rem;
}
.account-payment-methods-table table,
.account-payment-methods-table tr {
  border-style: hidden;
}
.account-payment-methods-table tr:nth-child(2n) td {
  background: transparent !important;
}
.account-payment-methods-table tr:nth-child(2n+1) td {
  background: var(--global--color-background);
  filter: brightness(88%);
}
.is-dark-theme .account-payment-methods-table tr:nth-child(2n+1) td {
  filter: brightness(112%);
}
.account-payment-methods-table td.payment-method-actions {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  display: grid;
  border: none;
  font-size: 0;
}
.account-payment-methods-table td.payment-method-actions a {
  width: 100%;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  background-color: transparent !important;
  color: var(--button--color-text-hover) !important;
}
.account-payment-methods-table td.payment-method-actions a:hover {
  background-color: var(--button--color-background) !important;
  color: var(--button--color-text) !important;
  text-decoration: none !important;
}

.easyreservations-terms-and-conditions-wrapper {
  margin-bottom: 5rem;
}
.easyreservations-terms-and-conditions-wrapper .easyreservations-privacy-policy-text p {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1.6rem;
}

.easyreservations-order-overview {
  margin-bottom: 2rem;
}

.easyreservations-table--order-details {
  margin-bottom: 2rem;
}

/**
 * Layout stuff
 */
.easyreservations {
  /* Shop layout */
}
.easyreservations section {
  padding-top: 2rem;
  padding-bottom: 0;
}
.easyreservations .content-area .site-main {
  margin: 0 5vw;
}
.easyreservations ul.resources {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  word-break: break-word;
  min-width: 12vw;
}
.easyreservations ul.resources.columns-2 li.resource {
  width: calc(100% / 2 - 16px) !important;
}
.easyreservations ul.resources.columns-3 li.resource {
  width: calc(100% / 3 - 16px) !important;
}
.easyreservations ul.resources.columns-4 li.resource {
  width: calc(100% / 4 - 16px) !important;
}
.easyreservations ul.resources.columns-5 li.resource {
  width: calc(100% / 5 - 16px) !important;
}
.easyreservations ul.resources.columns-6 li.resource {
  width: calc(100% / 6 - 16px) !important;
}
.easyreservations ul.resources li.resource {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 8px 16px 8px;
  box-sizing: border-box;
}
.easyreservations ul.resources li.resource img.attachment-easyreservations_thumbnail,
.easyreservations ul.resources li.resource img.easyreservations-placeholder {
  height: auto !important;
}
.easyreservations ul.resources li.resource-category a {
  text-align: left;
  text-decoration: none;
}
.easyreservations ul.resources li.resource-category a h2.easyreservations-loop-category__title {
  margin-top: 0.4rem;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 1.5rem;
}
.easyreservations ul.resources li.resource-category a h2.easyreservations-loop-category__title .count {
  background-color: transparent;
  color: currentColor;
}
.easyreservations ul.resources li.resource-category mark {
  background-color: initial;
}

@media only screen and (max-width: 600px) {
  .easyreservations .easyreservations-ordering {
    float: left;
    clear: both;
    margin-top: 0;
  }
  .easyreservations .easyreservations-result-count {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 667px) {
  .easyreservations ul.resources[class*=columns-] li.resource,
.easyreservations-page ul.resources[class*=columns-] li.resource {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 668px) and (max-width: 768px) {
  .easyreservations .related.resources ul.resources[class*=columns-] li.resource,
.easyreservations-page .related.resources ul.resources[class*=columns-] li.resource {
    padding: 0 2vw 3em 0 !important;
    margin-bottom: 2em;
  }
  .easyreservations ul.resources[class*=columns-],
.easyreservations-page ul.resources[class*=columns-] {
    justify-content: center;
  }
  .easyreservations ul.resources[class*=columns-] li.resource,
.easyreservations-page ul.resources[class*=columns-] li.resource {
    width: 50%;
    padding: 0 2vw 3em 0;
  }
  .easyreservations .onsale,
.easyreservations-page .onsale {
    font-size: 1rem;
  }
  .easyreservations .onsale + .easyreservations-resource-gallery .easyreservations-resource-gallery__trigger,
.easyreservations-page .onsale + .easyreservations-resource-gallery .easyreservations-resource-gallery__trigger {
    top: 1.8em;
    right: 1.8em;
  }
}
@media only screen and (max-width: 768px) {
  .easyreservations section.content-area {
    padding-top: 0;
  }

  #main .easyreservations .easyreservations-cart-form .actions .coupon {
    margin-bottom: 2rem;
  }
  #main .easyreservations .easyreservations-cart-form .actions .coupon button {
    width: 100%;
  }
  #main .easyreservations .easyreservations-cart-form #coupon_code {
    width: 100% !important;
  }
  #main #shipping_method li {
    display: flex;
    justify-content: flex-end;
  }

  .easyreservations .onsale,
.easyreservations-page .onsale {
    right: -0.7rem !important;
  }
  .easyreservations .easyreservations-tabs ul li,
.easyreservations-page .easyreservations-tabs ul li {
    font-size: 1rem;
  }
  .easyreservations .easyreservations-tabs ul li a,
.easyreservations-page .easyreservations-tabs ul li a {
    padding: calc(0.75 * var(--button--padding-vertical)) calc(0.75 * var(--button--padding-horizontal));
  }
  .easyreservations table.shop_table_responsive .button,
.easyreservations-page table.shop_table_responsive .button {
    background-color: transparent !important;
    color: var(--button--color-text-hover) !important;
  }
  .easyreservations table.shop_table_responsive .button:hover,
.easyreservations-page table.shop_table_responsive .button:hover {
    background-color: var(--button--color-background) !important;
    color: var(--button--color-text) !important;
    text-decoration: none !important;
  }
  .easyreservations table.shop_table_responsive tr,
.easyreservations-page table.shop_table_responsive tr {
    margin: 0 0 1.5rem;
  }
  .easyreservations table.shop_table_responsive tr:first-child,
.easyreservations-page table.shop_table_responsive tr:first-child {
    border-top: 1px solid;
  }
  .easyreservations table.shop_table_responsive tr:last-child,
.easyreservations-page table.shop_table_responsive tr:last-child {
    margin-bottom: 0;
  }
  .easyreservations table.shop_table_responsive tr:nth-child(2n) td,
.easyreservations-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
  }
  .easyreservations table.shop_table_responsive tr:nth-child(2n+1) td,
.easyreservations-page table.shop_table_responsive tr:nth-child(2n+1) td {
    background: var(--global--color-background);
    filter: brightness(88%);
  }
  .is-dark-theme .easyreservations table.shop_table_responsive tr:nth-child(2n+1) td,
.is-dark-theme .easyreservations-page table.shop_table_responsive tr:nth-child(2n+1) td {
    filter: brightness(112%);
  }
  .easyreservations table.shop_table_responsive tr td,
.easyreservations-page table.shop_table_responsive tr td {
    border-bottom-width: 0;
  }
  .easyreservations table.shop_table_responsive tr td:last-child,
.easyreservations-page table.shop_table_responsive tr td:last-child {
    border-bottom-width: 1px;
  }
  .easyreservations table.shop_table_responsive tr td.resource-quantity::before,
.easyreservations-page table.shop_table_responsive tr td.resource-quantity::before {
    padding-top: 0.9rem;
  }
  .easyreservations table.shop_table_responsive tr .resource-remove,
.easyreservations-page table.shop_table_responsive tr .resource-remove {
    float: right;
  }
  .easyreservations table.shop_table_responsive tr .entry-thumbnail,
.easyreservations table.shop_table_responsive tr .resource-thumbnail,
.easyreservations-page table.shop_table_responsive tr .entry-thumbnail,
.easyreservations-page table.shop_table_responsive tr .resource-thumbnail {
    display: block;
  }
  .easyreservations table.shop_table_responsive tr .entry-thumbnail img,
.easyreservations table.shop_table_responsive tr .resource-thumbnail img,
.easyreservations-page table.shop_table_responsive tr .entry-thumbnail img,
.easyreservations-page table.shop_table_responsive tr .resource-thumbnail img {
    width: 70px;
  }
  .easyreservations table.shop_table_responsive tr .entry-thumbnail::before,
.easyreservations table.shop_table_responsive tr .resource-thumbnail::before,
.easyreservations-page table.shop_table_responsive tr .entry-thumbnail::before,
.easyreservations-page table.shop_table_responsive tr .resource-thumbnail::before {
    content: "";
  }
  .easyreservations .easyreservations-breadcrumb,
.easyreservations-page .easyreservations-breadcrumb {
    margin-bottom: 4rem;
    font-size: 0.8em;
    font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  }
  .easyreservations .related.resources ul.resources,
.easyreservations-page .related.resources ul.resources {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .easyreservations .related.resources ul.resources li.resource,
.easyreservations-page .related.resources ul.resources li.resource {
    margin-bottom: 5em;
  }
  .easyreservations .easyreservations-resources-header__title.page-title,
.easyreservations-page .easyreservations-resources-header__title.page-title {
    margin: 3rem auto 4rem;
  }
  .easyreservations .easyreservations-result-count,
.easyreservations .easyreservations-ordering,
.easyreservations-page .easyreservations-result-count,
.easyreservations-page .easyreservations-ordering {
    font-size: 0.8em;
  }
  .easyreservations .easyreservations-ordering,
.easyreservations-page .easyreservations-ordering {
    margin-bottom: 3rem;
  }

  .easyreservations-cart-form table td.resource-name {
    padding-left: 0.5em;
  }

  .easyreservations-checkout form .col2-set {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .easyreservations-checkout form .col2-set .col-1,
.easyreservations-checkout form .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .easyreservations-checkout form #order_review_heading {
    margin-top: 2rem;
  }
  .easyreservations-checkout form #order_review_heading,
.easyreservations-checkout form #order_review {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .easyreservations-checkout form table tbody td.resource-total {
    text-align: end;
  }
  .easyreservations-checkout form table tfoot .cart-subtotal td,
.easyreservations-checkout form table tfoot .order-total td {
    text-align: end;
  }

  .logged-in.easyreservations-account #main .easyreservations {
    flex-direction: column;
  }
  .logged-in.easyreservations-account #main .easyreservations-MyAccount-navigation,
.logged-in.easyreservations-account #main .easyreservations-MyAccount-content {
    width: 100%;
  }
  .logged-in.easyreservations-account #main table.account-orders-table .button {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    margin: 2rem 0;
  }
  .logged-in.easyreservations-account table.account-orders-table td {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  /**
  * Tables
  */
  .easyreservations table.shop_table tbody tr,
.easyreservations-page table.shop_table tbody tr {
    font-size: 0.88889em;
  }
  .easyreservations .onsale,
.easyreservations-page .onsale {
    font-size: 1rem;
  }

  /**
      * Home page
      */
  .home #main [class*="easyreservations columns-"] {
    word-break: break-word;
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
  }

  /**
  * Shop page
  */
  .easyreservations-pagination span.page-numbers,
.easyreservations-pagination a.page-numbers,
.easyreservations-pagination .next.page-numbers,
.easyreservations-pagination .prev.page-numbers {
    padding: 1rem;
  }

  /**
  * Account section
  */
  .easyreservations-account .easyreservations-MyAccount-navigation {
    float: none;
    width: 20%;
    margin-bottom: 1.5rem;
    margin-right: 3rem;
  }
  .easyreservations-account .easyreservations-MyAccount-navigation li {
    margin: 0 1rem 3rem 0;
    padding: 0;
    border-bottom: 0;
  }
  .easyreservations-account .easyreservations-MyAccount-navigation li:last-child {
    margin-right: 0;
  }
  .easyreservations-account .easyreservations-MyAccount-content {
    float: none;
    width: 75%;
  }
  .easyreservations-account table.account-orders-table {
    margin-top: 0;
    border: 0;
    margin-bottom: 1rem;
  }
  .easyreservations-account table.account-orders-table tr,
.easyreservations-account table.account-orders-table td,
.easyreservations-account table.account-orders-table th {
    border: 0;
    padding: 0;
  }
  .easyreservations-account table.account-orders-table th,
.easyreservations-account table.account-orders-table td,
.easyreservations-account table.account-orders-table td.easyreservations-orders-table__cell-order-actions {
    width: 1%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .easyreservations-account table.account-orders-table th a,
.easyreservations-account table.account-orders-table td a,
.easyreservations-account table.account-orders-table td.easyreservations-orders-table__cell-order-actions a {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .easyreservations-account table.account-orders-table td.easyreservations-orders-table__cell-order-date {
    padding-right: 0;
  }
  .easyreservations-account table.account-orders-table thead {
    border-bottom: 1px solid currentColor;
  }
  .easyreservations-account table.account-orders-table .button {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    margin: 1.5rem 0;
    background-color: transparent !important;
    color: var(--button--color-text-hover) !important;
  }
  .easyreservations-account table.account-orders-table .button:hover {
    background-color: var(--button--color-background) !important;
    color: var(--button--color-text) !important;
    text-decoration: none !important;
  }

  /**
  * Layout stuff
  */
  .easyreservations .content-area {
    margin: 0 auto;
    padding: 0 6vw;
  }
  .easyreservations .content-area .site-main {
    margin: 0;
  }

  .easyreservations-search .entry-content > .easyreservations {
    max-width: unset !important;
    margin: 0 auto;
    padding: 0 6vw;
  }

  .single-resource .entry .entry-content,
.single-resource .entry .entry-summary {
    max-width: none;
    margin: 0 0 3rem;
    padding: 0;
  }
  .single-resource .entry .entry-content > *,
.single-resource .entry .entry-summary > * {
    max-width: none;
  }

  .easyreservations-breadcrumb {
    margin-bottom: 5rem;
    font-size: 0.88889em;
    font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  }

  .easyreservations-resource-gallery {
    margin-bottom: 8rem;
  }

  .easyreservations-checkout #main .easyreservations {
    max-width: 1600px;
    padding: 0 6vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1168px) {
  .easyreservations .content-area {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .easyreservations .onsale {
    font-size: 1.2rem;
  }

  .easyreservations-search .content-area {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 6vw;
  }

  .easyreservations-breadcrumb {
    margin-bottom: 5rem;
    font-size: 0.88889em;
    font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  }

  .easyreservations-resource-gallery {
    margin-bottom: 8rem;
  }

  .easyreservations-account table.account-orders-table th,
.easyreservations-account table.account-orders-table td,
.easyreservations-account table.account-orders-table td.easyreservations-orders-table__cell-order-actions {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .easyreservations-resources-header {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 600px) {
  .easyreservations-resources-header {
    padding-bottom: 1.5vw;
  }

  .easyreservations-ordering,
.easyreservations-result-count {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 690px) {
  .easyreservations-resources-header {
    border-bottom: 3px solid var(--global--color-border);
  }
}
.easyreservations-account .easyreservations-MyAccount-content p:first-of-type {
  margin-bottom: 2rem;
}
.easyreservations-account .easyreservations-MyAccount-content #add_payment_method ul {
  list-style-type: none !important;
}
.easyreservations-account .easyreservations-MyAccount-content #add_payment_method .easyreservations-PaymentMethod {
  margin-bottom: 1.5rem;
}
.easyreservations-account .easyreservations-MyAccount-content input[type=radio] {
  float: left;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.easyreservations-account .easyreservations-MyAccount-content label {
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.easyreservations-account .easyreservations-MyAccount-content label img {
  margin-left: 10px !important;
}
.easyreservations-account .easyreservations-MyAccount-content label img:first-child {
  margin-left: auto !important;
}
.easyreservations-account .easyreservations-MyAccount-content label img:last-child {
  margin-right: 5px !important;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-PaymentBox p,
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-PaymentBox label {
  font-size: 1.3rem;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-PaymentBox p {
  margin-bottom: 1.5rem;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-PaymentBox br {
  display: none;
}
.easyreservations-account .easyreservations-MyAccount-content .easyreservations-PaymentBox .easyreservations_error {
  margin-top: 1rem;
  margin-bottom: 0;
}
.easyreservations-account .easyreservations-MyAccount-navigation-link {
  margin-bottom: 20px !important;
}
.easyreservations-account .easyreservations-MyAccount-navigation-link a {
  color: currentColor !important;
  font-weight: normal !important;
  font-size: 1.8rem;
}
.easyreservations-account .easyreservations-MyAccount-navigation-link a:hover {
  color: currentColor !important;
  text-decoration: underline solid currentColor 1px !important;
}

.alignwide .easyreservations > * {
  max-width: var(--responsive--alignwide-width);
  display: block;
  margin: var(--global--spacing-vertical) auto;
}

.easyreservations .easyreservations-notices-wrapper > * {
  padding: 1rem 3rem;
  list-style: none;
}
.easyreservations .return-to-shop a.button,
.easyreservations .er-proceed-to-checkout a.button {
  margin-top: var(--global--spacing-vertical);
  float: left;
  display: inline-block;
  width: 100%;
}
.easyreservations .easyreservations-cart-form .shop_table_responsive {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.easyreservations .easyreservations-cart-form .shop_table_responsive th {
  border: none;
}
.easyreservations .easyreservations-cart-form .shop_table_responsive #coupon_code {
  min-width: 9rem;
}
.easyreservations .easyreservations-cart-form button[name=update_cart],
.easyreservations .easyreservations-cart-form button[name=apply_coupon] {
  padding: 0.5rem;
  color: var(--global--color-primary);
  background: var(--global--color-background);
  border: var(--form--border-width) solid var(--global--color-primary);
}
.easyreservations .easyreservations-cart-form button[name=update_cart]:hover, .easyreservations .easyreservations-cart-form button[name=update_cart]:active,
.easyreservations .easyreservations-cart-form button[name=apply_coupon]:hover,
.easyreservations .easyreservations-cart-form button[name=apply_coupon]:active {
  color: var(--global--color-background);
  background: var(--global--color-primary);
}
.easyreservations .easyreservations-cart-form .entry-thumbnail .attachment-easyreservations_thumbnail,
.easyreservations .easyreservations-cart-form .resource-thumbnail .attachment-easyreservations_thumbnail {
  height: auto !important;
}
.easyreservations .cart-collaterals h2 {
  margin-bottom: var(--global--spacing-vertical);
}

/*# sourceMappingURL=twenty-twenty-one.css.map */
