/*
Theme Name: Mural Harbor

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive {
  border-collapse: collapse;
  margin-bottom: 0;
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive thead tr {
  border-top: 0;
}
table.shop_table_responsive thead th {
  font-size: 1.3rem;
}
table.shop_table_responsive tbody th {
  display: none;
  font-size: 1rem;
}
table.shop_table_responsive tr {
  border-top: 1px solid #000;
}
table.shop_table_responsive tr:last-child {
  border: 0;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
  font-size: 1rem;
}
table.shop_table_responsive tr td.product-remove a {
  font-size: 1.7rem;
  text-decoration: none;
}
table.shop_table_responsive tr td.product-name {
  padding-top: 1rem;
}
table.shop_table_responsive tr td.product-name a {
  font-weight: bold;
}
@media (max-width: 800px) {
  table.shop_table_responsive tr td.product-thumbnail {
    display: none;
  }
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.actions {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
.woocommerce-checkout-review-order-table {
  position: relative;
  top: 2rem;
}
.woocommerce-checkout-review-order-table + * {
  top: 2.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.woocommerce-checkout table.shop_table {
  background-color: transparent;
  border-collapse: collapse;
}
.woocommerce-checkout table.shop_table thead th {
  font-size: 1.3rem;
  text-align: left;
}
.woocommerce-checkout table.shop_table tbody {
  border-top: 1px solid #000;
}
.woocommerce-checkout table.shop_table tbody tr {
  border-top: 1px solid #000;
  border-collapse: collapse;
}
.woocommerce-checkout table.shop_table tbody tr .amount {
  font-size: 1rem;
}
.woocommerce-checkout table.shop_table tbody tr .wc-gzd-product-name-right {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
.woocommerce-checkout table.shop_table tbody tr .wc-gzd-product-name-right > * {
  font-weight: normal;
}
.woocommerce-checkout table.shop_table tfoot {
  border-top: 1px solid #000;
}
.woocommerce-checkout table.shop_table tfoot th, .woocommerce-checkout table.shop_table tfoot tr {
  text-align: left;
  padding-top: 0.2rem;
  font-size: 1rem;
}
.woocommerce-checkout table.shop_table tfoot tr:first-child td, .woocommerce-checkout table.shop_table tfoot tr:first-child th {
  padding-top: 1rem;
}
.cart_totals table.shop_table_responsive {
  border-top: 1px solid #000;
}
.cart_totals table.shop_table_responsive tr {
  border: 0;
}
.cart_totals table.shop_table_responsive tr th {
  width: 62.5%;
  margin-left: 3rem;
}
.cart_totals table.shop_table_responsive tr:first-child th, .cart_totals table.shop_table_responsive tr:first-child td {
  padding-top: 1rem;
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}
@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .entry-summary {
  display: flex;
  gap: calc(var(--distance) * 3);
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.single-product div.product .entry-summary .row {
  overflow: hidden;
}
.single-product div.product .entry-summary .row:first-child {
  flex: 47% 0 1;
}
.single-product div.product .entry-summary .row:last-child {
  flex: 53% 0 1;
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row {
    margin-bottom: var(--distance);
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-basis: 100% !important;
  }
}
.single-product div.product .entry-summary .row .product_title {
  display: inline-block;
  position: relative;
  width: auto !important;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0.5rem;
  font-size: 2rem;
  line-height: 1.1;
}
@media (max-width: 1264px) {
  .single-product div.product .entry-summary .row .product_title {
    font-size: 3.1rem;
  }
}
@media (max-width: 1000px) {
  .single-product div.product .entry-summary .row .product_title {
    font-size: 2.1rem;
  }
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .product_title {
    font-size: 1.8rem;
    padding: 0;
  }
}
.single-product div.product .entry-summary .row .muralharbor-duration {
  font-size: 5rem;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.1;
}
@media (max-width: 1264px) {
  .single-product div.product .entry-summary .row .muralharbor-duration {
    font-size: 3.1rem;
  }
}
@media (max-width: 1000px) {
  .single-product div.product .entry-summary .row .muralharbor-duration {
    font-size: 2.1rem;
  }
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .muralharbor-duration {
    font-size: 1.8rem;
    padding: 0;
  }
}
.single-product div.product .entry-summary .row figure.muralharbor_product_image {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: calc(var(--distance) * 1.75);
  aspect-ratio: 1.7777777778;
}
.single-product div.product .entry-summary .row figure.muralharbor_product_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-product div.product .entry-summary .row .price {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  margin-bottom: var(--distance);
}
.single-product div.product .entry-summary .row .price .amount {
  position: relative;
  display: inline-block;
}
.single-product div.product .entry-summary .row .price .price-suffix-small {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  color: currentColor;
  padding-left: 0.6rem;
}
.single-product div.product .entry-summary .row .legal-price-info {
  display: none;
}
.single-product div.product .entry-summary .row .woocommerce-product-details__short-description {
  display: block;
  margin-bottom: 0;
  font-size: 5rem;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px currentColor;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1.1;
}
.single-product div.product .entry-summary .row .woocommerce-product-details__short-description:last-child {
  margin-bottom: 0;
}
@media (max-width: 1264px) {
  .single-product div.product .entry-summary .row .woocommerce-product-details__short-description {
    font-size: 3.1rem;
  }
}
@media (max-width: 1000px) {
  .single-product div.product .entry-summary .row .woocommerce-product-details__short-description {
    font-size: 2.1rem;
  }
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .woocommerce-product-details__short-description {
    font-size: 1.8rem;
    padding: 0;
  }
}
.single-product div.product .entry-summary .row .accessibility-info {
  font-weight: bold;
  margin-top: 5rem;
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .accessibility-info {
    margin-top: 2.5rem;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form {
    max-width: 100%;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .form-field {
  order: 3;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 2.3rem;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .form-field label {
  display: none;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .form-field input[type="number"] {
  border: 1px solid #000;
  border-radius: 0;
  background: none;
  padding-left: 0.3rem;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-booking-cost {
  order: 4;
  background: none;
  border: 0;
  text-align: right;
  font-size: 1rem;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #000;
  padding: 0.7rem 0;
  color: transparent;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-booking-cost strong {
  font-size: 1.7rem;
  padding-left: 0.4rem;
  color: #000;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-booking-cost .booking-error {
  font-size: 1.3rem;
  color: #000;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
}
@media (max-width: 1264px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button {
    right: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button {
    right: 1.8rem;
    top: 1.8rem;
  }
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button {
    top: -1.7rem;
    right: 1.6rem;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button .cross {
  position: relative;
  display: block;
  transform: rotate(45deg);
  margin-top: 2rem;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button .cross:after, .single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button .cross:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5rem;
  height: auto;
  border-top: 2px solid #000;
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button .cross:after, .single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button .cross:before {
    width: 3.2rem;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .close-button .cross:after {
  transform: rotate(90deg);
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .date-picker-title {
  text-transform: uppercase;
  position: relative;
  order: 0;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: calc(var(--distance) * 0.5);
  width: 30rem;
  display: block;
}
@media (max-width: 1000px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .date-picker-title {
    width: 25rem;
  }
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .date-picker-title {
    width: 100%;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .ticket-table-title {
  order: 2;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker {
  border: 0;
  width: 30rem;
  order: 1;
  padding: 0;
  margin-bottom: 4rem;
}
@media (max-width: 1264px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker {
    width: 27rem;
  }
}
@media (max-width: 1000px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker {
    width: 100%;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline {
  background: none;
  box-shadow: none;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header {
  background: none;
  color: #000;
  border: 0;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  font-size: 1.3rem;
  font-weight: bold;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev, .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
  background: 0;
  bottom: 0;
  top: auto;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:before, .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next:before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev .ui-icon, .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev:before {
  transform: rotateY(180deg);
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar {
  background-color: #edff00;
  padding: 0.5rem;
  border-collapse: unset;
  padding: 0.8rem 0.8rem 1.2rem;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar tr {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar th {
  border: 0;
  background-color: transparent;
  color: #000 !important;
  font-weight: bold;
  font-size: 1.3rem;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar td {
  border: 0;
  background-color: transparent;
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar td {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .bookable:not(.ui-state-disabled) {
  opacity: 1;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .bookable:not(.ui-state-disabled) .ui-state-default {
  border-radius: 2rem;
  border: 2px solid rgba(0, 0, 0, 0.6) !important;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .bookable:not(.ui-state-disabled) .ui-priority-secondary {
  opacity: 1;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.35;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .ui-state-default {
  background-color: transparent !important;
  text-shadow: none;
  color: #000 !important;
  font-size: 1.3rem;
  width: 2.9rem;
  height: 2.9rem;
  padding-top: 0.93rem;
  margin: 0 auto;
  z-index: 0;
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .ui-state-default {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.1rem;
    padding-top: 0.6rem;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .ui-state-active {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 2rem;
  font-weight: bold;
  padding-top: 1.05rem;
}
@media (max-width: 800px) {
  .single-product div.product .entry-summary .row .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-inline .ui-datepicker-calendar .ui-state-active {
    padding-top: 0.8rem;
  }
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form-button {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #fff;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  background-color: #000;
  border-radius: 3rem;
  padding: 0.3rem 0.8rem 0.1rem !important;
  text-align: center;
  z-index: 1;
  border: 0;
  cursor: pointer;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form-button::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
  display: inline-block;
  width: 0.8rem;
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  height: auto;
  position: relative;
  transition: transform 0.3s ease;
}
.single-product div.product .entry-summary .row .wc-bookings-booking-form-button:hover::before {
  transform: translateX(0.2rem);
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n + 1) {
  clear: both;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
  clear: both;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
  clear: both;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .entry-summary .row .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
  clear: both;
}
.single-product div.product .woocommerce-tabs .wc-tabs {
  display: none;
}
.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}
/**
 * Checkout
 */
.woocommerce-checkout h3 {
  margin-top: calc(var(--distance) * 1.5);
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  width: 50%;
}
@media (max-width: 800px) {
  .woocommerce-checkout .wc_payment_methods {
    width: 100%;
  }
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  padding-bottom: 0.8rem;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method input {
  margin-right: 0.3rem;
}
.woocommerce-checkout .wc-gzd-checkbox-placeholder {
  margin-bottom: 0.6rem;
  padding-bottom: 0;
}
.woocommerce-checkout .wc-gzd-checkbox-placeholder .checkbox-legal {
  margin-bottom: 0.6rem;
}
.woocommerce-checkout .wc-gzd-checkbox-placeholder .checkbox-legal:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-checkout .wc-gzd-checkbox-placeholder:empty {
  display: none;
}
.woocommerce-checkout .form-row label {
  display: block;
  font-weight: bold;
}
.woocommerce-checkout .form-row label input {
  margin-right: 0.3rem;
}
.woocommerce-checkout .form-row.legal label {
  font-weight: normal;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper input, .woocommerce-checkout .form-row .woocommerce-input-wrapper .select2-selection {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper input {
  height: 2.3em;
  padding: 0.2rem 0.5rem 0.1rem;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  height: 5.3em;
  padding: 0.5rem 0.5rem 0.1rem;
}
.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-checkout .woocommerce-additional-fields {
  width: 50%;
}
@media (max-width: 800px) {
  .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-checkout .woocommerce-additional-fields {
    width: 100%;
  }
}
.woocommerce-order h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
.woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details {
  margin-top: calc(var(--distance) * 1.5) !important;
}
.woocommerce-order .woocommerce-order-details .order_details td, .woocommerce-order .woocommerce-customer-details .order_details td {
  padding-top: 1rem;
}
.woocommerce-order .woocommerce-order-details .wc-booking-summary, .woocommerce-order .woocommerce-customer-details .wc-booking-summary {
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
}
.woocommerce-order .woocommerce-order-details .wc-booking-summary .status-paid, .woocommerce-order .woocommerce-customer-details .wc-booking-summary .status-paid {
  background-color: #000;
}
.woocommerce-order .woocommerce-customer-details address, .woocommerce-order .woocommerce-customer-details p {
  font-size: 1.1rem;
  font-style: normal;
}
.woocommerce-order .woocommerce-customer-details p.woocommerce-customer-details--phone {
  margin-bottom: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first, .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  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;
  color: #000;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #000;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #000;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #000;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #000;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #000;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #000;
  opacity: 1;
}
/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #000000;
}
/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.required {
  color: #f00;
}
/**
 * Notices
 */
.woocommerce-notices-wrapper {
  margin-top: 1rem;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: #0f834d;
  clear: both;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #fff;
  list-style: none;
  margin-left: 0;
}
.woocommerce-message li, .woocommerce-info li, .woocommerce-error li, .woocommerce-noreviews li, p.no-comments li {
  margin-bottom: 0.8rem;
}
.woocommerce-message li:last-child, .woocommerce-info li:last-child, .woocommerce-error li:last-child, .woocommerce-noreviews li:last-child, p.no-comments li:last-child {
  margin-bottom: 0;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
  color: #fff;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #000000;
}
.woocommerce-error {
  background-color: #e2401c;
}
.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #000000;
  z-index: 9999;
}
@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.cart_totals h2 {
  display: none;
}
/*** Buttons ***/
.wc-bookings-booking-form-button, .wc-proceed-to-checkout .checkout-button, .wc-gzd-order-submit .button {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #fff;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  background-color: #000;
  border-radius: 3rem;
  padding: 0.1rem 1.2rem 0 !important;
  text-align: center;
  z-index: 1;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.wc-bookings-booking-form-button::before, .wc-proceed-to-checkout .checkout-button::before, .wc-gzd-order-submit .button::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
  display: inline-block;
  width: 1rem;
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  height: auto;
  position: relative;
  transition: transform 0.3s ease;
}
.wc-bookings-booking-form-button:hover::before, .wc-proceed-to-checkout .checkout-button:hover::before, .wc-gzd-order-submit .button:hover::before {
  transform: translateX(0.2rem);
}
.wc-bookings-booking-form-button {
  float: right;
}
.wc-proceed-to-checkout {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.wc-gzd-order-submit .button {
  float: none;
}
.actions .button {
  border: 0;
  background: none;
  text-decoration: underline;
}
.wc-proceed-to-checkout .checkout-button {
  padding: 0.5rem 0.8rem;
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
/**
 * WooCommerce shop page
 */
.post-type-archive-product .site-main {
  padding-top: 6rem;
  margin-bottom: calc(var(--distance) * 3);
}
.post-type-archive-product .site-main .woocommerce-result-count, .post-type-archive-product .site-main .woocommerce-ordering {
  display: none;
}
.post-type-archive-product .site-main .woocommerce-products-header__title {
  margin-bottom: calc(var(--distance) * 1.5);
}
.post-type-archive-product .site-main ul.products {
  --shop-gap: calc(var(--distance) * 1.75);
  gap: var(--shop-gap);
}
@media (max-width: 1000px) {
  .post-type-archive-product .site-main ul.products {
    --shop-gap: calc(var(--distance) * 1);
  }
}
.post-type-archive-product .site-main ul.products .type-product {
  width: calc(100% / 2 - (var(--shop-gap) * 1 / 2));
  float: none;
  margin: 0;
  order: 1;
  background-color: #000;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.post-type-archive-product .site-main ul.products .type-product:hover {
  transform: scale(1.015);
}
@media (max-width: 1000px) {
  .post-type-archive-product .site-main ul.products .type-product {
    width: 100%;
  }
}
.post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link {
  text-decoration: none;
  display: block;
  height: 100%;
}
.post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link img {
  width: 100%;
  height: auto;
}
.post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 1.7rem 2rem;
  padding-right: 11rem;
}
@media (max-width: 1264px) {
  .post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1.6rem 1.9rem;
    padding-right: 15vw;
  }
}
@media (max-width: 1000px) {
  .post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1.5rem 1.8rem;
    padding-right: 18vw;
  }
}
@media (max-width: 800px) {
  .post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    overflow-wrap: break-word;
    padding: 1.4rem 1.7rem;
    padding-right: 25vw;
  }
}
@media (max-width: 500px) {
  .post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    padding-right: 40vw;
  }
}
.post-type-archive-product .site-main ul.products .type-product .woocommerce-loop-product__link .price {
  display: none;
}
.post-type-archive-product .site-main ul.products .type-product .go-to-booking-button {
  position: absolute;
  right: 2rem;
  bottom: 1.7rem;
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: PPTelegraf, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  padding: 0.3rem 0.8rem 0.1rem !important;
  text-align: center;
  z-index: 1;
  border: 0;
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
@media (max-width: 1264px) {
  .post-type-archive-product .site-main ul.products .type-product .go-to-booking-button {
    right: 1.9rem;
    bottom: 1.6rem;
  }
}
@media (max-width: 1000px) {
  .post-type-archive-product .site-main ul.products .type-product .go-to-booking-button {
    right: 1.8rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 800px) {
  .post-type-archive-product .site-main ul.products .type-product .go-to-booking-button {
    right: 1.7rem;
    bottom: 1.3rem;
  }
}
.post-type-archive-product .site-main ul.products .type-product .go-to-booking-button::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow_black.svg);
  display: inline-block;
  width: 0.8rem;
  margin-left: -0.2rem;
  margin-right: 0.5rem;
  height: auto;
  position: relative;
  transition: transform 0.3s ease;
}
.post-type-archive-product .site-main ul.products .type-product .go-to-booking-button:hover::before {
  transform: translateX(0.2rem);
}
.post-type-archive-product .site-main ul.products .type-product.featured {
  background-color: #edff00;
  color: #000;
  order: 0;
}
.post-type-archive-product .site-main ul.products .type-product.featured .go-to-booking-button {
  background-color: #000;
  color: #fff;
}
.post-type-archive-product .site-main ul.products .type-product.featured .go-to-booking-button::before {
  content: url(/wp-content/themes/muralharbor/assets/images/right_arrow.svg);
}
.post-type-archive-product .site-main ul.products .type-product.featured .woocommerce-loop-product__title {
  color: currentColor;
}
/**
 * WooCommerce shop page
 */
.muralharbor-infinite-loop-banner {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  margin-bottom: calc(var(--distance) * 2.5);
  height: 4rem;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  background-color: #edff00;
  color: #000;
}
.muralharbor-infinite-loop-banner .infinite-banner-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.muralharbor-infinite-loop-banner .marquee-text, .muralharbor-infinite-loop-banner .marquee-star-svg {
  display: inline-block;
  position: relative;
  height: 100%;
  visibility: hidden;
  margin: 0 !important;
}
.muralharbor-infinite-loop-banner .marquee-text {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding-top: 0.1rem;
  letter-spacing: 0.2rem;
}
.muralharbor-infinite-loop-banner .marquee-star-svg {
  width: 2rem;
  height: 2rem;
}
.muralharbor-infinite-loop-banner .marquee-star-svg svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .muralharbor-infinite-loop-banner .marquee-star-svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 1264px) {
  .muralharbor-infinite-loop-banner .marquee-star-svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
@media (max-width: 800px) {
  .muralharbor-infinite-loop-banner .marquee-star-svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 500px) {
  .muralharbor-infinite-loop-banner .marquee-star-svg {
    width: 1rem;
    height: 1rem;
  }
}
.muralharbor-infinite-loop-banner .marquee {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  align-items: center;
  left: 0;
  top: 0;
  width: 300%;
  height: 100%;
  overflow: hidden;
  animation: marquee 30s linear infinite;
}
.muralharbor-infinite-loop-banner .marquee .marquee-text, .muralharbor-infinite-loop-banner .marquee .marquee-star-svg {
  position: relative;
  visibility: visible;
}
.muralharbor-infinite-loop-banner .marquee .marquee-star-svg:last-child {
  display: none;
}
.muralharbor-infinite-loop-banner .marquee .marquee-text {
  overflow-x: visible;
  color: inherit;
  height: auto;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
/*# sourceMappingURL=woocommerce.css.map */