/** Shopify CDN: Minification failed

Line 87:0 Expected "}" to go with "{"

**/
.list-menu--right {
  right: 0;
}

.booking-form-box .css-wpoluz {
  grid-template-columns: 100%;
    background-color: rgb(250, 250, 250);
    border-radius: 34px;
    box-shadow: none;
    padding: 20px;
    position: relative;
    border: none;
    display: grid;
    gap: 15px;
    width:100%;
    max-width: 1500px;
}

.booking-form-box .css-szky3c {
  width:100%;
}

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

#booking-form{
 position: fixed;
 height: 100vh;
 width: 100%;
 left: 0px;
 top: 0px;
  background:#00000057;
 display: flex;
 justify-content: center;
 align-items: center;
}

.booking-form-box{
  width:30%;
  background:#f1f1f1;
}

@media only screen and (max-width:1300px){
   .booking-form-box{
  width:60%;
}
  
@media only screen and (max-width:990px){
   .booking-form-box{
  width:70%;
}
  
@media only screen and (max-width:700px){
   .booking-form-box{
  width:80%;
}

