/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
@import url("https://fonts.googleapis.com/css?family=Finger+Paint&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  background-color: #fff; }

h1 {
  font-family: "Finger Paint", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 34px;
  font-size: 3.4rem;
  margin: 2.2rem 0; }

h2 {
  font-family: "Finger Paint", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 3rem 0; }

h3 {
  font-family: "Finger Paint", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
  margin: 2rem 0; }

h4 {
  font-family: "Finger Paint", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 2.3rem 0; }

h5 {
  font-family: "Finger Paint", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2.6rem 0; }

h6 {
  font-family: "Finger Paint", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 3.2rem 0; }

p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1em; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #f7941e;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help; }

address {
  font-style: italic; }

blockquote {
  margin: 3rem;
  padding: 1.5rem;
  color: #333333;
  font-style: italic;
  font-size: 1.5rem;
  border-left: 0.4rem solid #bbdc00; }

cite {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.25rem; }

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 0.125em 0.25em;
  line-height: 150%; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: bold; }

hr {
  border-top: 0;
  margin: 3rem auto;
  border-color: #15bfff; }
  hr:nth-of-type(1), hr:nth-of-type(5) {
    border-color: #15bfff; }
  hr:nth-of-type(2), hr:nth-of-type(6) {
    border-color: #f7941e; }
  hr:nth-of-type(3), hr:nth-of-type(7) {
    border-color: #bbdc00; }
  hr:nth-of-type(4), hr:nth-of-type(8) {
    border-color: #ff1a9e; }

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
  font-size: 1.5rem;
  line-height: 2.25rem; }
  ol li,
  ul li {
    list-style-position: outside; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

button,
.button,
input[type='button'] {
  background-color: #15bfff;
  color: #fff;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 2px #15bfff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 1rem;
  font-size: 1.5rem;
  border-radius: 0;
  font-weight: 100;
  margin-top: 1rem; }
  button:hover,
  .button:hover,
  input[type='button']:hover {
    background-color: #24c3ff;
    text-decoration: none;
    opacity: 1 !important; }
    button:hover span,
    .button:hover span,
    input[type='button']:hover span {
      color: #fff; }
  button.disabled,
  .button.disabled,
  input[type='button'].disabled {
    color: #0091c8;
    cursor: default; }

form {
  margin: 1em 0;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  background: #ff199e;
  border: 5px solid #feb900;
  border-radius: 2rem;
  color: white; }

dl {
  margin: 1em 0; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin: 0 0 0.5em; }

table {
  width: 100%;
  margin: 1em 0; }
  table th {
    padding: 0.5em;
    border: 1px solid #fff;
    text-align: left;
    font-weight: bold; }
  table td {
    padding: 0.5em;
    border: 1px solid #fff; }

input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
textarea {
  border: 1px solid #d2d2d2;
  padding: 1rem;
  font-size: 1.5rem;
  color: #15bfff;
  border-radius: 1rem;
  font-weight: bold; }
  input[type='text']::placeholder,
  input[type='email']::placeholder,
  input[type='number']::placeholder,
  input[type='tel']::placeholder,
  textarea::placeholder {
    color: #15bfff; }

select {
  font-size: 1.5rem;
  color: Arial, Helvetica, sans-serif; }

* {
  box-sizing: border-box; }

:root {
  font-size: 62.5%; }

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("/wp-content/themes/miu/assets/img/site_bg.jpg"); }

main {
  background: #fff;
  padding: 5.5rem 3rem 4rem 3rem; }

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column; }
  .container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1100px) {
    .container {
      max-width: 1100px; } }
  @media (max-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (max-width: 736px) {
    .container {
      max-width: 100%; } }

.error {
  color: #aa0000; }

.success {
  color: #00aa00; }

ul.booking-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0; }
  @media (max-width: 736px) {
    ul.booking-categories-list {
      flex-direction: column; } }
  ul.booking-categories-list li {
    width: 30%;
    list-style: none;
    margin-bottom: 3rem; }
    @media (max-width: 736px) {
      ul.booking-categories-list li {
        width: 100%;
        text-align: center; } }
    ul.booking-categories-list li img {
      object-fit: cover;
      width: 100%; }

.messitup-reviews {
  display: grid;
  grid-template-areas: 'main'; }
  .messitup-reviews > .review {
    grid-area: main;
    display: none;
    opacity: 0; }
    @media (max-width: 736px) {
      .messitup-reviews > .review {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify; } }
    .messitup-reviews > .review.active {
      opacity: 1;
      display: flex; }
    .messitup-reviews > .review .testimonial-thumbnail img {
      width: 20rem;
      height: 20rem;
      object-fit: contain;
      border-radius: 15rem; }
    .messitup-reviews > .review blockquote {
      margin-top: 0;
      border: 0; }
    .messitup-reviews > .review p,
    .messitup-reviews > .review cite {
      font-size: 1.8rem;
      font-weight: 400;
      color: #747474;
      letter-spacing: 0.2rem;
      line-height: 3rem; }
    .messitup-reviews > .review cite {
      font-weight: 700;
      font-style: normal; }
  .messitup-reviews .testimonial-pagination {
    display: flex;
    justify-content: center;
    width: 100%; }
    .messitup-reviews .testimonial-pagination i {
      border: 1px solid #000;
      padding: 0.5rem;
      border-radius: 1rem;
      margin: 0 1rem;
      cursor: pointer; }
      .messitup-reviews .testimonial-pagination i.active {
        background: #000; }

footer {
  display: flex;
  justify-content: space-between;
  padding: 1.8rem 3rem 1.6rem;
  background: #282a2b;
  line-height: 4.4rem;
  font-size: 1.2rem;
  color: #fff; }
  @media (max-width: 736px) {
    footer {
      flex-direction: column;
      align-items: center;
      padding-bottom: 3rem; } }
  footer a {
    color: #fff; }
    footer a:hover {
      text-decoration: none; }
  footer .pipe {
    padding: 0 0.6rem; }
  footer .social-icons-snippet {
    display: flex;
    margin-top: 1rem; }
    footer .social-icons-snippet a {
      width: 1.6rem;
      height: 1.6rem;
      margin: 0 1rem 1rem; }
      footer .social-icons-snippet a:hover svg * {
        fill: #ff1a9e; }
      footer .social-icons-snippet a svg {
        height: 100%;
        width: 100%;
        fill: #747474; }
        footer .social-icons-snippet a svg * {
          fill: #bebdbd; }

header.default {
  background: #fff;
  padding: 0 3rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 100; }
  header.default:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1100px) {
    header.default {
      max-width: 1100px; } }
  @media (max-width: 1024px) {
    header.default {
      max-width: 100%; } }
  @media (max-width: 736px) {
    header.default {
      max-width: 100%; } }
  header.default .logo-wrapper {
    margin: 3rem 0; }
    header.default .logo-wrapper a.logo img {
      max-height: 7.3rem; }
  header.default nav.nav-primary > ul {
    font-family: "Finger Paint", cursive;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 3.2rem 0;
    display: flex;
    justify-content: center;
    margin: 0;
    font-weight: bold;
    overflow: hidden; }
    header.default nav.nav-primary > ul > li {
      padding-right: 4.5rem; }
      header.default nav.nav-primary > ul > li > a {
        height: 8.4rem;
        display: flex;
        align-items: center; }
      header.default nav.nav-primary > ul > li:last-child {
        padding-right: 0; }
      header.default nav.nav-primary > ul > li.current-menu-item > a, header.default nav.nav-primary > ul > li.current-menu-parent > a {
        color: #f7941e;
        border-top: 0.3rem solid #f7941e; }
      @media (max-width: 736px) {
        header.default nav.nav-primary > ul > li.menu-item-has-children > a {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          header.default nav.nav-primary > ul > li.menu-item-has-children > a .menu-svg-toggle {
            width: 10px; }
        header.default nav.nav-primary > ul > li.menu-item-has-children.open > a .menu-svg-toggle {
          transform: rotate(180deg); } }
      header.default nav.nav-primary > ul > li:hover > a {
        color: #f7941e;
        border-top: 0.3rem solid #f7941e; }
      header.default nav.nav-primary > ul > li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1; }
        @media (max-width: 736px) {
          header.default nav.nav-primary > ul > li:hover ul.sub-menu {
            visibility: hidden;
            opacity: 0; } }
  header.default nav.nav-primary ul li {
    list-style: none; }
    header.default nav.nav-primary ul li a {
      color: #333333; }
      header.default nav.nav-primary ul li a:hover {
        text-decoration: none; }
  header.default nav.nav-primary ul.sub-menu {
    font-family: Arial, Helvetica, sans-serif;
    background: #f2efef;
    border-top: 3px solid #f7941e;
    width: 18rem;
    padding: 0;
    margin: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0; }
    header.default nav.nav-primary ul.sub-menu .current-menu-item a {
      background: #f8f8f8; }
    header.default nav.nav-primary ul.sub-menu a {
      padding: 0.7rem 2rem;
      font-size: 1.3rem;
      font-weight: 400;
      box-sizing: border-box;
      display: block;
      color: #333333;
      border-bottom: 1px solid #dcdadb; }
      header.default nav.nav-primary ul.sub-menu a:hover {
        background: #f8f8f8; }
  header.default.scrolling {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px; }
  @media (max-width: 736px) {
    header.default {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0; }
      header.default .logo-wrapper {
        width: 80%;
        height: 27px;
        padding-left: 3rem; }
        header.default .logo-wrapper .logo img {
          height: 100%; }
      header.default nav.nav-primary {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 1s ease;
        overflow: scroll; }
        header.default nav.nav-primary ul {
          flex-direction: column;
          font-family: Arial, Helvetica, sans-serif;
          background: #f9f9f9;
          font-weight: normal;
          padding: 0;
          overflow: visible !important; }
          header.default nav.nav-primary ul li {
            padding: 0; }
            header.default nav.nav-primary ul li:hover a {
              border-top: 0; }
            header.default nav.nav-primary ul li a {
              padding: 0 3rem; }
          header.default nav.nav-primary ul > li > a {
            height: 3.5rem;
            border-bottom: 1px solid #dadada; }
          header.default nav.nav-primary ul li.current-menu-item > a {
            border-top: none; }
          header.default nav.nav-primary ul > li ul.sub-menu {
            transition: all 1s ease;
            max-height: 0;
            overflow: hidden; }
            header.default nav.nav-primary ul > li ul.sub-menu li a {
              padding: 0 3rem;
              display: flex;
              align-items: center; }
          header.default nav.nav-primary ul > li.open ul.sub-menu {
            max-height: 500px;
            visibility: visible;
            opacity: 1; }
        header.default nav.nav-primary ul.sub-menu {
          position: unset;
          width: 100%;
          border-top: 0;
          padding: 0; }
      header.default .mobile-nav-toggle {
        margin: 3rem;
        margin-left: 0;
        height: 21px;
        width: 25px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        position: relative;
        z-index: -1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        overflow: visible; }
        header.default .mobile-nav-toggle span {
          height: 2px;
          width: 25px;
          display: block;
          background: #a7a7a7;
          animation-fill-mode: both;
          animation-timing-function: ease-out;
          animation-duration: 0.5s; }
          header.default .mobile-nav-toggle span.top {
            transform: translateY(-5px); }
          header.default .mobile-nav-toggle span.mid {
            opacity: 1; }
          header.default .mobile-nav-toggle span.bottom {
            transform: translateY(5px); }
        header.default .mobile-nav-toggle.active .top {
          transform: translateY(2px) rotate(45deg); }
        header.default .mobile-nav-toggle.active .mid {
          opacity: 0; }
        header.default .mobile-nav-toggle.active .bottom {
          transform: translateY(-2px) rotate(-45deg); }
        header.default .mobile-nav-toggle.opening .top, header.default .mobile-nav-toggle.closing .top {
          animation-name: nav-top; }
        header.default .mobile-nav-toggle.opening .mid, header.default .mobile-nav-toggle.closing .mid {
          animation-name: nav-mid; }
        header.default .mobile-nav-toggle.opening .bottom, header.default .mobile-nav-toggle.closing .bottom {
          animation-name: nav-bottom; }
        header.default .mobile-nav-toggle.closing > * {
          animation-direction: reverse; }
        header.default .mobile-nav-toggle.active + nav.nav-primary,
        header.default .mobile-nav-toggle.opening + nav.nav-primary {
          max-height: 1000px; }
        header.default .mobile-nav-toggle.closing + nav.nav-primary {
          max-height: 0px; } }

@keyframes nav-top {
  0% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(2px) rotate(45deg); } }

@keyframes nav-mid {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes nav-bottom {
  0% {
    transform: translateY(5px); }
  50% {
    transform: translateY(-2px); }
  100% {
    transform: translateY(-2px) rotate(-45deg); } }

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 0 3rem;
  background: #fff;
  line-height: 4.4rem;
  font-size: 1.2rem;
  color: #747474; }
  @media (max-width: 736px) {
    .top-bar {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .top-bar a {
    color: #747474; }
    .top-bar a:hover {
      text-decoration: none;
      color: #ff1a9e; }
  .top-bar .pipe {
    padding: 0 0.6rem; }
  .top-bar .social-icons-snippet {
    display: flex;
    margin-top: 1rem; }
    @media (max-width: 736px) {
      .top-bar .social-icons-snippet {
        margin-top: 0; } }
    .top-bar .social-icons-snippet a {
      width: 1.6rem;
      height: 1.6rem;
      margin: 0 1rem 1rem; }
      .top-bar .social-icons-snippet a:hover svg * {
        fill: #ff1a9e; }
      .top-bar .social-icons-snippet a svg {
        height: 100%;
        width: 100%;
        fill: #747474; }
        .top-bar .social-icons-snippet a svg * {
          fill: #bebdbd; }

.mobile-only {
  display: none; }
  @media (max-width: 736px) {
    .mobile-only {
      display: initial; } }

.conditional_checkout_field_pro_field_title {
  font-family: "Finger Paint", cursive;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2.6rem 0; }

.woocommerce {
  font-size: 1.5rem; }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333333;
    font-family: arial; }
  .woocommerce ul.products li.product span.price {
    font-size: 1.8rem; }
  .woocommerce ul.products a.button.add_to_cart_button {
    background-color: #ff1a9e;
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 2px #ff1a9e;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 0;
    font-weight: 100;
    margin-top: 1rem; }
    .woocommerce ul.products a.button.add_to_cart_button:hover {
      background-color: #ff29a4;
      text-decoration: none;
      opacity: 1 !important; }
      .woocommerce ul.products a.button.add_to_cart_button:hover span {
        color: #fff; }
    .woocommerce ul.products a.button.add_to_cart_button.disabled {
      color: #cd0076;
      cursor: default; }
    .woocommerce ul.products a.button.add_to_cart_button.loading {
      overflow: visible;
      opacity: 1;
      background: #ff80c98c;
      box-shadow: none; }
      .woocommerce ul.products a.button.add_to_cart_button.loading::after {
        position: absolute;
        right: -2rem;
        color: #15bfff; }
  .woocommerce ul.products span.woocommerce-Price-amount.amount {
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; }
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info {
    border-top-color: #15bfff;
    font-size: 1.5rem; }
    .woocommerce .woocommerce-message::before,
    .woocommerce .woocommerce-info::before {
      color: #bbdc00; }
  .woocommerce a.button .wc-forward {
    background-color: #bbdc00;
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 2px #bbdc00;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 0;
    font-weight: 100;
    margin-top: 1rem; }
    .woocommerce a.button .wc-forward:hover {
      background-color: #c8eb00;
      text-decoration: none;
      opacity: 1 !important; }
      .woocommerce a.button .wc-forward:hover span {
        color: #fff; }
    .woocommerce a.button .wc-forward.disabled {
      color: #7a9000;
      cursor: default; }
  .woocommerce button.button,
  .woocommerce button.button.alt,
  .woocommerce .checkout-button.button.alt,
  .woocommerce .button.alt.disabled.wc-variation-selection-needed,
  .woocommerce .button.alt.disabled.wc-variation-selection-needed:hover {
    background-color: #bbdc00;
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 2px #bbdc00;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 0;
    font-weight: 100;
    margin-top: 1rem;
    margin-top: 0; }
    .woocommerce button.button:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce .checkout-button.button.alt:hover,
    .woocommerce .button.alt.disabled.wc-variation-selection-needed:hover,
    .woocommerce .button.alt.disabled.wc-variation-selection-needed:hover:hover {
      background-color: #c8eb00;
      text-decoration: none;
      opacity: 1 !important; }
      .woocommerce button.button:hover span,
      .woocommerce button.button.alt:hover span,
      .woocommerce .checkout-button.button.alt:hover span,
      .woocommerce .button.alt.disabled.wc-variation-selection-needed:hover span,
      .woocommerce .button.alt.disabled.wc-variation-selection-needed:hover:hover span {
        color: #fff; }
    .woocommerce button.button.disabled,
    .woocommerce button.button.alt.disabled,
    .woocommerce .checkout-button.button.alt.disabled,
    .woocommerce .button.alt.disabled.wc-variation-selection-needed.disabled,
    .woocommerce .button.alt.disabled.wc-variation-selection-needed:hover.disabled {
      color: #7a9000;
      cursor: default; }
  .woocommerce button#place_order {
    background-color: #ff1a9e;
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 2px #ff1a9e;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 0;
    font-weight: 100;
    margin-top: 1rem;
    margin-top: 0; }
    .woocommerce button#place_order:hover {
      background-color: #ff29a4;
      text-decoration: none;
      opacity: 1 !important; }
      .woocommerce button#place_order:hover span {
        color: #fff; }
    .woocommerce button#place_order.disabled {
      color: #cd0076;
      cursor: default; }
  .woocommerce .cart_totals {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.25rem; }
  .woocommerce input#coupon_code {
    width: 50%; }
  .woocommerce ul.wc_payment_methods.payment_methods.methods li {
    list-style: none; }
  .woocommerce div#payment {
    background: white;
    color: initial; }
    .woocommerce div#payment a {
      color: #15bfff; }
  .woocommerce .reset_variations {
    color: #15bfff; }
  .woocommerce span.sku_wrapper {
    display: none; }
  .woocommerce .shop_table a {
    color: #fff; }
  .woocommerce ul.order_details {
    padding: 3rem;
    background: #f7f7f7; }
    .woocommerce ul.order_details li {
      border-right-color: #ff1a9e; }
  .woocommerce table.shop_table.order_details {
    border-radius: 0;
    padding: 0; }
  .woocommerce section.woocommerce-order-details > ul li {
    list-style: none;
    margin-bottom: 1rem; }
  .woocommerce address {
    line-height: 3rem; }
    .woocommerce address p {
      margin-top: 1rem; }
  @media (max-width: 736px) {
    .woocommerce ul.order_details li {
      width: 100%;
      border: 0;
      padding: 0;
      margin: 0;
      margin-bottom: 2rem; }
    .woocommerce section.woocommerce-order-details > ul {
      padding: 0; } }
  .woocommerce .outofstock {
    opacity: 0.8; }
  .woocommerce .outofstock__span {
    position: absolute;
    background: #424242e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    pointer-events: none;
    color: white;
    font-weight: bold;
    top: 0;
    margin: 5%;
    width: 90%;
    padding-top: 40%;
    padding-bottom: 40%; }
  .woocommerce form.woocommerce-ordering, .woocommerce form.cart {
    padding: initial;
    border: initial;
    padding: initial;
    background: initial;
    display: block;
    border-radius: initial;
    border: initial;
    color: #333333; }

hr.wp-block-separator {
  width: 30%; }
  hr.wp-block-separator.is-style-wide {
    width: 100%; }

.wp-block-columns {
  justify-content: space-between; }
  .wp-block-columns.has-3-columns div.wp-block-column {
    max-width: 30%; }
    @media (max-width: 736px) {
      .wp-block-columns.has-3-columns div.wp-block-column {
        max-width: 100%; } }
  .wp-block-columns figure.wp-block-image {
    display: flex;
    justify-content: center; }
    .wp-block-columns figure.wp-block-image a {
      width: 19em;
      height: 19em;
      display: flex; }
      .wp-block-columns figure.wp-block-image a img {
        border-radius: 15rem;
        object-fit: fill; }

@media (max-width: 736px) {
  #wpadminbar {
    height: 46px;
    min-width: 300px;
    position: fixed; } }

.wc-block-grid .wc-block-grid__product-image {
  overflow: hidden;
  height: 230px; }

.wc-block-grid img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover; }

.wc-block-grid span.woocommerce-Price-amount.amount {
  font-size: 2rem; }

@media (max-width: 736px) {
  .wc-block-grid .wc-block-grid__products {
    flex-direction: column; } }

.wc-block-grid .wc-block-grid__products .wc-block-grid__product-title {
  font-size: 2rem; }

.wc-block-grid .wc-block-grid__products .wc-block-grid__product-add-to-cart a {
  font-size: 1.5rem; }

@media (max-width: 736px) {
  .wc-block-grid .wc-block-grid__product {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important; } }

.wp-block-ninja-forms-form {
  display: flex;
  justify-content: center; }
  .wp-block-ninja-forms-form .nf-form-cont {
    width: 100%;
    max-width: 685px; }
  .wp-block-ninja-forms-form input[type='button'] {
    background-color: #15bfff;
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 2px #15bfff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 1rem;
    font-size: 1.5rem;
    border-radius: 0;
    font-weight: 100;
    margin-top: 1rem;
    font-weight: bold; }
    .wp-block-ninja-forms-form input[type='button']:hover {
      background-color: #24c3ff;
      text-decoration: none;
      opacity: 1 !important; }
      .wp-block-ninja-forms-form input[type='button']:hover span {
        color: #fff; }
    .wp-block-ninja-forms-form input[type='button'].disabled {
      color: #0091c8;
      cursor: default; }
  .wp-block-ninja-forms-form .nf-field-element {
    display: flex;
    justify-content: center; }
  .wp-block-ninja-forms-form .nf-form-fields-required {
    margin-bottom: 3rem;
    font-style: italic; }
  .wp-block-ninja-forms-form .nf-error-msg {
    color: #fff;
    font-style: italic; }
  .wp-block-ninja-forms-form .nf-error .ninja-forms-field {
    border: 2px solid #f7941e;
    border-radius: 1rem; }
  .wp-block-ninja-forms-form .ninja-forms-req-symbol {
    color: #fff;
    font-weight: bold; }
  .wp-block-ninja-forms-form h3 {
    border-bottom: 2px solid #f7941e;
    padding-bottom: 2rem;
    font-family: "Finger Paint", cursive;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-size: 2rem;
    margin: 2rem 0; }
  @media (max-width: 736px) {
    .wp-block-ninja-forms-form .nf-field-container {
      width: 100% !important;
      margin-left: 0 !important; } }

#adminbarsearch {
  border: initial;
  background: initial; }

main .wp-block-image img {
  height: 100%; }
