/* GENERAL */

:root {
  --darkPink: #d9577d;
  --brightPink: #e89ab1;
  --white: #fff;
  --lightGray: #f3f3f3;
  --mediumGray: #ccc;
  --darkGray: #333;
  --black: #000;
  --red: #f65d5d;
  --yellow: #ffe479;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

body.modal-open {
  position: relative;
}

body.modal-open::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999998;
}

/* FOOTER AT BOTTOM on standard pages */

html,
body {
  width: 100%;
  min-height: 100vh;
}

/* #content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.standard-wrapper {
  flex-grow: 1;
}

header,
.standard-wrapper,
footer {
  flex-shrink: 0;
} */

/* FOOTER AT BOTTOM  on standard pages */

h4 {
  font-size: 2.4rem;
}

p,
a,
span,
li,
input,
label,
select,
option,
em,
strong,
th,
td,
tr,
::placeholder {
  font-size: 1.4rem;
  line-height: 150%;
}

.table-50-50 tr {
  width: 100%;
}

.table-50-50 th,
.table-50-50 td {
  width: 50%;
}

.boat-pier-codelock .big-fat-pink i {
  font-size: 2.5rem;
}

a,
a:visited {
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  -moz-webkit-appearance: none;
}

input:focus {
  outline: 0;
  border: 0;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-input-placeholder {
  color: var(--white);
}

:-moz-placeholder {
  color: var(--white);
  opacity: 1;
}

::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--white);
}

::-ms-input-placeholder {
  color: var(--white);
}

::placeholder {
  color: var(--white);
}

img {
  max-width: 100%;
  height: auto;
}

#content-wrapper {
  max-width: 900px;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  border-radius: 1rem;
}

.flex-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-wrapper {
  width: 100%;
  padding: 3rem 2rem;
}

ul.standard-ul,
.page-wrapper ul,
.page-wrapper ol {
  margin-left: 2rem;
}

.btn-wrapper {
  width: 100%;
  padding: 3rem 0;
}

.btn-wrapper a:nth-child(odd) {
  margin-right: 1rem;
}

.center {
  text-align: center;
}

.fat,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.white-text,
a.white-text {
  color: var(--white);
}

.pink-text,
.pink-text:visited {
  color: var(--darkPink);
}

a.pink-text:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.hide {
  display: none;
}

.no-padding {
  padding: 0 !important;
}

input,
button,
select {
  border-radius: 1rem;
  border: none;
  padding: 1.5rem;
  font-size: 1.2rem;
}

/* END OF GENERAL */

/* CREDITS */

#credit-form {
  width: 100%;
}

#credit-form input {
  border-radius: 1rem;
  border: none;
  border: 1px solid var(--mediumGray);
  color: rgb(82, 81, 81);
  display: block;
  border: 1px solid rgb(39, 37, 37);
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.3rem;
}

#credit-form button {
  font-weight: 500;
  cursor: pointer;
  padding: 1.5rem;
  width: 25%;
  width: calc(25% - 1rem);
  min-width: unset;
}

#credit-form ::-webkit-input-placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.8rem;
}

#credit-form :-moz-placeholder {
  color: rgb(82, 81, 81);
  opacity: 1;
  font-size: 1.8rem;
}

#credit-form ::-moz-placeholder {
  color: rgb(82, 81, 81);
  opacity: 1;
  font-size: 1.8rem;
}

#credit-form :-ms-input-placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.8rem;
}

#credit-form ::-ms-input-placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.8rem;
}

#credit-form ::placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.8rem;
}

.credit-amount-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.credit-amount-wrapper .credit-amount {
  width: 25%;
}

.credit-amount-wrapper .preselected-credit-amount {
  border: 1px solid var(--darkPink);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--darkPink);
  width: calc(25% - 2rem);
  margin: 0 1rem;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.4s ease;
}

.credit-amount-wrapper .selected-preselected {
  border: 1px solid var(--brightPink);
  background-color: var(--brightPink);
  /* border:1px solid var(--darkPink);
    background-color: var(--darkPink); */
  color: var(--white);
}

.credit-amount-wrapper div:first-of-type {
  width: calc(25% - 1rem);
  margin: 0 1rem 0 0;
}

.credit-amount-wrapper #credit-amount-input {
  min-width: unset;
  width: calc(25% - 1rem);
  margin: 0 0 0 1rem;
}

/* End of CREDITS */

/* LOGIN PAGE */

.login-wrapper {
  width: 100%;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  padding: 5rem;
}

#login-inner-wrapper {
  padding: 2rem;
}

.login-logo {
  width: 10rem;
}

.login-logo-container {
  margin: 1rem 0;
}

.login-headline {
  margin: 1rem 0;
}

.login-text {
  margin: 0;
}

.language-picker-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-picker-wrapper a {
  max-width: 6rem;
  padding: 2rem 1rem 0 1rem;
  cursor: pointer;
}

.language-picker-wrapper a img {
  width: 100%;
}

#login-form {
  margin: 2.5rem 0 0 0;
}

#login-form .input-wrapper {
  width: 100%;
  margin: 2.5rem 0;
}

#login-form #login-button-wrapper {
  margin: 2.5rem 0 1rem 0;
}

#login-form .input-wrapper input,
#login-form .input-wrapper button {
  width: 100%;
  border-radius: 1rem;
  border: none;
  text-align: center;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-appearance: none;
}

#login-form .input-wrapper input {
  border-radius: 1rem;
  border: none;
  color: var(--white);
  background-color: var(--brightPink);
}

#login-form .input-wrapper button {
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
  color: var(--black) !important;
}

/* Pulse Grow */

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.form-btn-white,
.btn-white,
.btn-pink,
.btn-red,
.btn-yellow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.form-btn-white:hover,
.form-btn-white:focus,
.form-btn-white:active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.form-btn-white:disabled:hover,
.btn-white:disabled:hover,
.btn-pink:disabled:hover,
.btn-red:disabled:hover,
.btn-yellow:disabled:hover {
  animation: none !important;
}

#login-form .input-wrapper button span {
  margin-right: 1rem;
}

#forgot-password-wrapper {
  width: 100%;
}

#forgot-password-wrapper a {
  color: var(--white);
}

#forgot-password-wrapper a:hover {
  border-bottom: 0.2rem solid var(--white);
}

#new-account-wrapper {
  margin: 2.5rem 0;
  width: 100%;
}

#new-account-wrapper #new-account-button {
  border-radius: 1rem;
  border: 0.4rem solid var(--white);
  width: 100%;
  display: block;
  padding: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

#new-account-wrapper #new-account-button span {
  margin-right: 1rem;
}

/* END OF LOGIN PAGE */

/* CONFIRM ACCOUNT PAGE */

.email-confirmation-wrapper {
  width: 100%;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  padding: 5rem;
}

#email-confirmation-inner-wrapper {
  padding: 2rem;
}

.email-confirmation-logo {
  width: 10rem;
}

.email-confirmation-container {
  margin: 1rem 0;
}

.email-confirmation-headline {
  margin: 1rem 0;
}

.email-confirmation-text {
  margin: 0;
}

.email-confirmation-wrapper #to-login-button {
  border-radius: 1rem;
  border: none;
  width: 100%;
  display: block;
  padding: 1.5rem;
  color: var(--black);
  background-color: var(--white);
  cursor: pointer;
  margin: 2.5rem 0;
}

/* END OF CONFIRM ACCOUNT PAGE */

/* REGISTER PAGE */

.register-wrapper {
  width: 100%;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

#register-inner-wrapper {
  padding: 2.5rem;
  max-width: 50rem;
}

.register-logo-container {
  margin: 1rem 0;
}

.register-logo {
  width: 10rem;
}

.register-headline {
  margin: 1rem 0;
}

.register-text {
  margin: 1rem 0;
}

#register-form {
  margin: 2.5rem 0;
}

#register-form .input-wrapper {
  width: 100%;
  margin: 2.5rem 0;
}

#register-form .input-wrapper input,
#register-form .input-wrapper button,
#register-form .input-wrapper select {
  width: 100%;
  border-radius: 1rem;
  border: none;
  text-align: center;
  padding: 1.5rem;
  font-weight: bold;
  -webkit-appearance: none;
}

#register-form .input-wrapper input,
#register-form .input-wrapper select {
  border-radius: 1rem;
  border: none;
  color: var(--white);
  background-color: var(--brightPink);
}

#register-form .input-wrapper select {
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url("../images/chevron-down-white.png");
  background-repeat: no-repeat;
  background-size: 1.4rem;
  background-position: 96%;
}

#register-form .input-wrapper button {
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
}

#register-form .input-wrapper button:disabled {
  position: relative;
  z-index: -1;
}

#register-form .input-wrapper button span {
  margin-right: 1rem;
}

#has-account-wrapper {
  margin: 7.5rem 0 2.5rem 0;
  width: 100%;
}

#has-account-wrapper #has-account-button {
  border-radius: 1rem;
  border: 0.4rem solid var(--white);
  width: 100%;
  display: block;
  padding: 1.5rem;
  color: var(--white);
  cursor: pointer;
}

#has-account-wrapper #has-account-button span {
  margin-right: 1rem;
}

#register-button-wrapper {
  width: 100%;
  /* cursor: pointer; */
  display: inline-block;
}

#register-form-button {
  color: var(--black) !important;
}

.error-message {
  font-size: 1.2rem;
  color: var(--lightGray);
  font-style: italic;
  display: block;
  margin-top: 0.5rem;
}

.confirm-terms-wrapper {
  margin: 2.5rem 0;
  display: flex;
  justify-content: space-between;
}

.register-terms-confirm {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.booking-check {
  max-width: 20%;
}

.confirm-terms-wrapper .checkbox-container input~.checkmark {
  background-color: var(--brightPink);
}

.confirm-terms-wrapper .checkbox-container:hover input~.checkmark {
  background-color: var(--lightGray);
}

.confirm-terms-wrapper .checkbox-container input:checked~.checkmark {
  /* background-color: var(--darkPink); */
  background-image: none;
  background-color: var(--white);
}

.confirm-terms-wrapper .checkbox-container .checkmark:after {
  top: 0.54rem;
  left: 1.14rem;
  width: 0.54rem;
  height: 1.26rem;
  border: solid var(--darkPink);
  border-width: 0 0.4rem 0.4rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .input-wrapper.success input {
  border: 2px solid rgb(55, 180, 55);
}

.input-wrapper.error input {
  border: 2px solid rgb(209, 67, 67);
} */

#friend-campaign-modal-layer,
#campaign-modal-layer,
#expired-campaign-modal-layer {
  display: none;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999999;
}

#friend-campaign-modal-layer.open,
#campaign-modal-layer.open,
#expired-campaign-modal-layer.open {
  display: block;
}

#friend-campaign-modal,
#campaign-modal,
#expired-campaign-modal {
  max-width: 100%;
  width: auto;
  height: auto;
  min-height: 20rem;
  min-width: 35rem;
  background-color: var(--white);
  position: absolute;
  border-radius: 0.5rem;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  z-index: 99;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: dropPop 1s ease forwards;
  animation: dropPop 1s ease forwards;
}

#friend-campaign-modal-inner-wrapper,
#campaign-modal-inner-wrapper,
#expired-campaign-modal-inner-wrapper {
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#friend-campaign-modal-header,
#campaign-modal-header,
#expired-campaign-modal-header {
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
}

#friendcampaign-modal-content,
#campaign-modal-content,
#expired-campaign-modal-content {
  max-width: 50rem;
}

#friend-campaign-modal-headline,
#campaign-modal-headline,
#expired-campaign-modal-headline {
  color: var(--darkPink);
  font-size: 2.4rem;
}

#friend-campaign-modal-button,
#campaign-modal-button,
#expired-campaign-modal-button {
  margin-top: 2rem;
}

#friend-campaign-modal-image img,
#campaign-modal-image img,
#expired-campaign-modal-image img {
  max-width: 5rem;
  margin-left: 1.5rem;
}

/* #campaign-modal-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}

#campaign-modal-close i {
  color: var(--darkPink);
  font-size: 2rem;
  cursor: pointer;
} */

@keyframes dropPop {
  0% {
    opacity: 0;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  30% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  70% {
    top: 75%;
  }

  to {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/* END OF REGISTER PAGE */

/* FORGOT PASSWORD PAGE */

.forgot-password-wrapper {
  width: 100%;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  padding: 5rem;
}

#forgot-password-inner-wrapper {
  padding: 2rem;
}

.forgot-password-logo {
  width: 10rem;
}

.forgot-password-container {
  margin: 1rem 0;
}

.forgot-password-headline {
  margin: 1rem 0;
}

.forgot-password-text {
  margin: 0;
}

#forgot-password-form {
  margin: 2.5rem 0 0 0;
}

#forgot-password-form .input-wrapper {
  width: 100%;
  margin: 2.5rem 0;
}

#forgot-password-form .input-wrapper input,
#forgot-password-form .input-wrapper button {
  width: 100%;
  border-radius: 1rem;
  border: none;
  text-align: center;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

#forgot-password-form .input-wrapper input {
  border-radius: 1rem;
  border: none;
  color: var(--white);
  background-color: var(--brightPink);
}

#forgot-password-form .input-wrapper button {
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
  color: var(--black) !important;
}

#forgot-password-form .input-wrapper button span {
  margin-right: 1rem;
}

#back-to-login-wrapper a {
  color: var(--white);
  text-decoration: none;
}

#back-to-login-wrapper a:hover {
  border-bottom: 2px solid var(--white);
}

#back-to-login-wrapper a i {
  margin-right: 0.5rem;
}

/* END OF FORGOT PASSWORD PAGE */

/* RESTORE PASSWORD PAGE */

.restore-password-wrapper {
  width: 100%;
  /* background-color: var(--darkPink); */
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-radius: 1rem;
  padding: 5rem;
}

#restore-password-inner-wrapper {
  padding: 2rem;
}

.restore-password-logo {
  width: 10rem;
}

.restore-password-container {
  margin: 1rem 0;
}

.restore-password-headline {
  margin: 1rem 0;
}

.restore-password-text {
  margin: 0;
}

#restore-password-form {
  margin: 2.5rem 0 0 0;
}

#restore-password-form .input-wrapper {
  width: 100%;
  margin: 2.5rem 0;
}

#restore-password-form .input-wrapper input,
#restore-password-form .input-wrapper button {
  width: 100%;
  border-radius: 1rem;
  border: none;
  text-align: center;
  padding: 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

#restore-password-form .input-wrapper input {
  border-radius: 1rem;
  border: none;
  color: var(--white);
  background-color: var(--brightPink);
}

#restore-password-form .input-wrapper button {
  font-weight: 500;
  cursor: pointer;
  background-color: var(--white);
  color: var(--black) !important;
}

#restore-password-form .input-wrapper button span {
  margin-right: 1rem;
}

/* END OF RESTORE PASSWORD PAGE */

/* STANDARD PAGES */

.standard-wrapper {
  background-color: var(--white);
  color: var(--black);
  position: relative;
  /* min-height: 50rem; */
  /* padding:3rem 2rem; */
}

.pink-link,
.pink-link:visited {
  color: var(--darkPink);
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 0 2rem;
}

.darkgray-link,
.darkgray-link:visited {
  color: var(--darkGray);
  font-weight: 500;
  text-decoration: underline;
}

.pink-link i {
  margin-right: 0.25rem;
}

.standard-inner-wrapper {
  padding: 3rem 2rem;
  /* min-height: 50rem; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#interval-wrapper,
#date-wrapper,
#boat-wrapper,
#extra-services-wrapper,
#overview-wrapper {
  display: none;
}

.standard-header {
  width: 100%;
  text-align: center;
  padding: 1.5rem 2rem;
  height: 6rem;
  background-color: var(--darkPink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.standard-header p {
  font-size: 1.8rem;
  font-weight: 600;
}

.step-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 1;
  position: relative;
}

#booking-form {
  width: 100%;
}

.gray-line {
  width: 100%;
  position: relative;
  margin: 0 0 3.5rem 0;
}

.gray-line::before {
  content: "";
  background-color: lightgray;
  position: absolute;
  width: 100%;
  height: 0.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.step-wrapper .current-step {
  background-color: var(--darkPink);
  padding: 1.5rem;
  width: 35rem;
  border-radius: 2.5rem;
  color: var(--white);
  text-align: center;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-wrapper .blurred-step {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #dadada;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blurred-step p {
  font-size: 1.2rem;
}

.btn-white {
  color: var(--black);
  border: 0.1rem solid #dadada;
  background-color: var(--white);
  border-radius: 1rem;
  padding: 1rem 3rem;
  cursor: pointer;
}

.btn-white span {
  display: inline-block;
  margin-left: 1rem;
}

.btn-pink {
  color: var(--white) !important;
  border: none;
  /* background-color: var(--darkPink); */
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
  border-radius: 1rem;
  padding: 1rem 3rem;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-red {
  color: var(--white) !important;
  border: none;
  background-color: var(--red);
  border-radius: 1rem;
  padding: 1rem 3rem;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-yellow {
  color: var(--black) !important;
  border: none;
  background-color: var(--yellow);
  border-radius: 1rem;
  padding: 1rem 3rem;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-pink span,
.btn-red span,
.btn-yellow span {
  display: inline-block;
  margin-right: 1rem;
}

.btn-pink:disabled,
.btn-red:disabled,
.btn-yellow:disabled {
  background-color: var(--mediumGray);
  background-image: none !important;
  color: var(--white);
  cursor: not-allowed;
}

/* Wobble Top */

@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.btn-trans {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.btn-trans:hover,
.btn-trans:focus,
.btn-trans:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.menu-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--darkPink);
  padding: 1.5rem 0;
  height: 10rem;
}

.menu-footer .menu-logo img {
  width: 7.5rem;
  height: auto;
}

.menu-footer .menu-button,
.menu-footer .logout-button {
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  padding: 1.5rem 2rem;
}

/* END OF STANDARD */

/* HARBOR */

.harbor-choose-wrapper label {
  font-weight: bold;
}

.harbor-choose-wrapper select {
  padding: 1.5rem 5rem 1.5rem 1.5rem;
  border: 2px solid var(--mediumGray);
  border-radius: 0.5rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url("../images/chevron-down.png");
  background-repeat: no-repeat;
  background-size: 1.4rem;
  background-position: 96%;
  background-color: var(--white) !important;
}

/* END OF HARBOR */

/* INTERVAL */

.interval-choose-wrapper .radio-container {
  display: flex;
  width: 100%;
  margin: 2.5rem 0;
  align-items: center;
}

.interval-choose-wrapper .choose-text {
  height: 3rem;
  display: flex;
  align-items: center;
}

.opening-hours-text p {
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--darkPink);
}

/* DATE */

.date-picker-wrapper {
  margin: 2.5rem 0;
}

.double-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

/* END OF DATE */

/* RADIO BUTTONS */

.radio-container {
  display: block;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 5rem;
  width: 5rem;
  height: 3rem;
  width: 3rem;
  background-color: #eee;
  border-radius: 50%;
}

.boat-choose-wrapper .radio-container .checkmark {
  top: 50%;
  transform: translateY(-50%);
}

.radio-container:hover input~.checkmark {
  background-color: var(--mediumGray);
}

.radio-container input:checked~.checkmark {
  /* background-color: var(--darkPink); */
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
}

.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked~.checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 0.54rem;
  left: 1.14rem;
  width: 0.54rem;
  height: 1.26rem;
  border: solid white;
  border-width: 0 0.4rem 0.4rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* END OF RADIOS */

/* BOATS */

.boat-choose-wrapper {
  margin: 5rem 0;
}

.boat-choice {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin: 2.5rem 0;
}

.boat-check {
  max-width: 20%;
}

.boat-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 30rem;
}

.boat-info-wrapper .boat-name {
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.boat-info-wrapper .boat-img img {
  max-width: 100%;
  width: auto;
}

/* END OF BOATS */

/* OVERVIEW */

.confirmation-info-wrapper {
  width: 100%;
  margin: 5rem 0;
  display: flex;
  justify-content: flex-start;
}

.confirmation-info-wrapper table {
  text-align: left;
}

.confirmation-info-wrapper th,
.confirmation-info-wrapper td {
  font-size: 1.4rem;
}

#reservation-info-mark,
#fuel-info-mark {
  position: relative;
  display: inline;
  margin-left: 0.5rem;
  background-color: var(--darkPink);
  font-size: 1.2rem;
  padding: 0 0.7rem;
  border-radius: 50%;
  color: var(--white);
}

#reservation-info-mark .tooltiptext,
#fuel-info-mark .tooltiptext {
  visibility: hidden;
  width: 25rem;
  background-color: var(--darkPink);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -12.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}

#reservation-info-mark .tooltiptext::after,
#fuel-info-mark .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.5rem;
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent transparent var(--darkPink) transparent;
}

#reservation-info-mark:hover .tooltiptext,
#fuel-info-mark:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext.open {
  visibility: visible;
  opacity: 1;
}

.empty-row {
  height: 2.5rem !important;
}

.big-fat-pink {
  color: var(--darkPink);
  font-weight: bold;
  font-size: 2.2rem;
}

.confirm-payment-wrapper,
.confirm-insurance-wrapper {
  margin: 5rem 0;
  display: flex;
  justify-content: space-between;
}

.booking-confirm,
.insurance-choice {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.booking-check,
.insurance-check {
  max-width: 20%;
}

/* END OF OVERVIEW */

/* CHECKBOXES */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  background-color: #eee;
  border-radius: 0.5rem;
}

.checkbox-container:hover input~.checkmark {
  background-color: var(--mediumGray);
}

.checkbox-container input:checked~.checkmark {
  /* background-color: var(--darkPink); */
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  top: 0.54rem;
  left: 1.14rem;
  width: 0.54rem;
  height: 1.26rem;
  border: solid white;
  border-width: 0 0.4rem 0.4rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CONFIRMATION */

.confirmation-message {
  margin: 2.5rem 0;
  text-align: center;
}

.checked-circle {
  width: 10rem;
  height: 10rem;
  margin: 2.5rem auto 5rem auto;
  border-radius: 50%;
  /* background-color: var(--darkPink); */
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
  position: relative;
}

.checked-circle::after {
  position: absolute;
  content: "";
  top: 2rem;
  left: 3.5rem;
  width: 2rem;
  height: 4rem;
  border: solid white;
  border-width: 0 1rem 1rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* END OF CONFIRMATION */

/* MAIN MENU */

.main-menu {
  width: 100%;
  /* background-color: var(--darkPink); */
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
  position: relative;
  padding: 2.5rem;
  transform: translateY(-100%);
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  width: inherit;
  max-width: 100%;
  overflow: visible;
  transform: translateZ(0);
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  visibility: hidden;
}

.main-menu.open {
  transform: translateY(0);
  visibility: visible;
  display: flex;
  /* align-items: center;
  justify-content: center; */
  flex-flow: column;
}

.main-menu .close-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 2.5rem;
}

.main-menu .close-menu-button i {
  color: var(--white);
  font-size: 2rem;
}

.main-menu .main-menu-logo {
  margin-bottom: 2.5rem;
  text-align: center;
  display: block;
}

.main-menu .main-menu-logo img {
  width: 10rem;
  height: auto;
}

.main-menu .nav-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.main-menu .nav-wrapper ul li {
  list-style-type: none;
  margin: 1.5rem 0;
}

.main-menu .nav-wrapper ul li a,
.main-menu .nav-wrapper ul li a span {
  color: var(--white);
  font-weight: 400;
  font-size: 1.8rem;
}

.main-menu .nav-wrapper ul li a i {
  margin-right: 1rem;
}

/* END OF MAIN MENU */

/* LOGOUT MODAL */

.logout-modal-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999999;
}

.logout-modal-layer.open {
  display: block;
}

.logout-modal {
  max-width: 80%;
  min-width: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  border-radius: 0.5rem;
  background-color: var(--white);
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.logout-buttons-wrapper {
  width: 100%;
}

.logout-modal .logout-confirm-text {
  margin-bottom: 2.5rem;
}

.logout-modal .btn-pink {
  margin: 1rem 1rem 1rem 0;
  display: block;
  text-align: center;
}

.logout-modal .btn-white {
  margin: 1rem 1rem 1rem 0;
  display: block;
  text-align: center;
}

/* END OF LOGOUT MODAL */

/* REGISTER MODAL */

.modal-layer {
  display: none;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999999;
}

.modal {
  max-width: 100%;
  width: auto;
  padding: 5rem;
  height: auto;
  min-height: 20rem;
  min-width: 30rem;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  margin: 10rem 0;
}

.modal-content {
  display: none;
}

.modal-headline {
  color: var(--darkPink);
  font-size: 2.4rem;
}

.modal-activate-link {
  display: none;
  margin-top: 2.5rem;
}

.modal-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}

.modal-close i {
  color: var(--darkPink);
  font-size: 2rem;
  cursor: pointer;
}

/* SPINNER */

.spinner {
  display: none;
  margin: 100px auto;
  width: 8rem;
  height: 8rem;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  /* background-color: var(--darkPink); */
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}


.spinner-small.show {
  display: block;
  margin: 4px auto;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}


@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* END OF SPINNER */

#upcoming-bookings {
  width: 100%;
  width: calc(100% - 5rem);
  margin: 0 auto;
}

#home-credits-wrapper {
  width: 100%;
  width: calc(100% - 5rem);
  margin: 2.5rem auto;
  border-bottom: 2px solid var(--mediumGray);
  padding-bottom: 2.5rem;
}

/* BIG LINKS ON HOME PAGE */

.big-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.big-link {
  display: block;
  width: calc(50% - 2.5rem);
  margin: 0.5rem 2rem;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.05),
    0 5px 5px rgba(90, 90, 90, 0.05);
  padding: 2.5rem 0.5rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  color: var(--black);
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.big-link .big-link-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.big-link:hover .big-link-icon,
.big-link:focus .big-link-icon,
.big-link:active .big-link-icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#home-wrapper {
  padding: 2.5rem 0;
}

#home-wrapper a.big-link:nth-child(odd) {
  margin-right: 0.5rem !important;
}

#home-wrapper a.big-link:nth-child(even) {
  margin-left: 0.5rem !important;
}

.big-link .big-link-icon {
  padding-bottom: 1rem;
}

.big-link .big-link-icon i {
  font-size: 4rem;
  color: var(--darkPink);
}

.big-link .big-link-text p {
  font-size: 1.4rem;
}

#update-profile-form {
  width: 100%;
}

#update-profile-form .input-wrapper,
#recommend-a-friend-form .input-wrapper {
  width: 100%;
  margin: 1rem 0 2.5rem 0;
}

#update-profile-form .input-wrapper input,
#update-profile-form .input-wrapper button,
#update-profile-form .input-wrapper select,
#recommend-a-friend-form .input-wrapper input,
#recommend-a-friend-form .input-wrapper button,
#recommend-a-friend-form .input-wrapper select {
  min-width: 20rem;
  border-radius: 1rem;
  border: none;
  padding: 1.5rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
}

#update-profile-form .input-wrapper input,
#update-profile-form .input-wrapper select,
#recommend-a-friend-form .input-wrapper input,
#recommend-a-friend-form .input-wrapper select {
  border-radius: 1rem;
  border: none;
  border: 1px solid var(--mediumGray);
  color: rgb(94, 94, 94);
  display: block;
}

#update-profile-form .input-wrapper select,
#recommend-a-friend-form .input-wrapper select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url("../images/chevron-down.png");
  background-repeat: no-repeat;
  background-size: 1.4rem;
  background-position: 96%;
  background-color: var(--white) !important;
}

#update-profile-form .input-wrapper button,
#recommend-a-friend-form .input-wrapper button {
  font-weight: 500;
  cursor: pointer;
}

#update-profile-form .error-message,
#recommend-a-friend-form .error-message {
  font-size: 1.2rem;
  color: var(--darkPink);
  font-style: italic;
  margin-top: 0.25rem;
  display: block;
}

#change-password-form {
  width: 100%;
}

#change-password-form .input-wrapper {
  width: 100%;
  margin: 1rem 0 2.5rem 0;
}

#change-password-form .input-wrapper input,
#change-password-form .input-wrapper button {
  min-width: 20rem;
  border-radius: 1rem;
  border: none;
  padding: 1.5rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
}

#change-password-form .input-wrapper input {
  border-radius: 1rem;
  border: none;
  border: 1px solid var(--mediumGray);
  color: rgb(94, 94, 94);
}

#change-password-form .input-wrapper button {
  font-weight: 500;
  cursor: pointer;
}

.boat-booking-box-outer {
  background-color: var(--white);
  border: 2px dashed var(--brightPink);
  border-radius: 1rem 1rem 1rem 1rem;
  margin: 2rem 0;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.05),
    0 5px 5px rgba(90, 90, 90, 0.05);
  /* background-image: linear-gradient(to right, var(--white),var(--white), var(--white), #f8ccd9); */
  transition: all 0.4s ease;
}

.boat-booking-box-outer:hover {
  border: 2px solid var(--brightPink);
}

.previous-booking {
  background-color: var(--darkPink);
  border: 2px solid var(--darkPink);

}

.canceled-booking {
  border: 2px dashed var(--brightPink);
  background-color: var(--lightGray);
}

.canceled-booking:hover {
  border: 2px solid var(--darkPink);
}

.boat-booking-box {
  padding: 1.5rem;
  display: block;
  color: var(--darkGray);
}



/********************************************************/
/* new 2024-08-20 Jm  layout in booking info page */

.boat-functions-buttons-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 1rem 0;
}


.boat-booking-info-outer-wrapper {
  display: flex;
  width: 100%;
}

.boat-booking-info-outer-wrapper .boat-booking-info-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 60rem;
}


.boat-booking-info-outer-wrapper .boat-booking-info-box .open-map-modal {
  color: var(--darkPink);
  text-decoration: underline dotted;
}

.boat-booking-info-box .heading-text {
  font-size: 1.4rem;
  font-weight: 700;
}
.boat-booking-info-box .content-text {
  font-size: 1.4rem;
}


.function-items-button-style {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  margin-bottom: 1rem;
  margin-right: 10px;
  padding: 1rem 1rem;
}


.button-bgcolor-green {
  background-image: none;
  background-color: #31c864 !important;
}
.button-bgcolor-yellow {
  background-image: none;
  background-color: #ffe479 !important;
}
.button-bgcolor-orange {
  background-image: none;
  background-color: #ffb039 !important;
}
.button-bgcolor-gray {
  background-image: none;
  background-color: #686868 !important;
}


.icon-text-wrapper {
  display: flex;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}

.justify-left {
  justify-content: flex-start;
}

.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-100 {
  width: 100%;
}
/*  */








.previous-booking .boat-booking-box {
  color: var(--white);
}

.canceled-booking .boat-booking-box {
  color: var(--darkGray);
}

.cancel-reservation-wrapper {
  background-color: var(--lightGray);
  width: 100%;
  padding: 2.5rem;
}

/* Cancel booking/extra service MODAL */

.cancel-reservation-modal-layer,
.cancel-extra-service-modal-layer,
.confirm-open-storage-modal-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999999;
}

.cancel-reservation-modal-layer.open,
.cancel-extra-service-modal-layer.open,
.confirm-open-storage-modal-layer.open {
  display: block;
}

.cancel-reservation-modal,
.confirm-open-storage-modal {
  max-width: 80%;
  min-width: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  border-radius: 0.5rem;
  background-color: var(--white);
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cancel-reservation-buttons-wrapper,
.confirm-open-storage-buttons-wrapper {
  width: 100%;
}

.cancel-reservation-modal .cancel-reservation-confirm-text,
.confirm-open-storage-modal .confirm-open-storage-buttons-wrapper {
  margin-bottom: 2.5rem;
}

.cancel-reservation-modal .btn-pink,
.cancel-reservation-modal .btn-red,
.confirm-open-storage-modal .btn-pink,
.confirm-open-storage-modal .btn-white {
  margin: 1rem 1rem 1rem 0;
  display: block;
  text-align: center;
}

.cancel-reservation-modal .btn-white,
.cancel-reservation-modal .btn-yellow {
  margin: 1rem 1rem 1rem 0;
  display: block;
  text-align: center;
}

/* END OF Cancel bookng MODAL */

/* Cancel confirm MODALS */
.standard-modal-layer,
.cancel-confirmed-modal-layer,
.cancel-extra-service-confirmed-modal-layer,
.return-boat-modal-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999999;
}

.standard-modal-layer.open,
.cancel-confirmed-modal-layer.open,
.cancel-extra-service-confirmed-modal-layer.open,
.return-boat-modal-layer.open {
  display: block;
}

.standard-modal,
.cancel-confirmed-modal,
.return-boat-modal {
  max-width: 75rem;
  min-width: 25rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  border-radius: 0.5rem;
  background-color: var(--white);
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.close-modal-standard {
  position: absolute;
  padding: 2rem;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 2rem;
  color: var(--darkPink);
}

.standard-modal-buttons-wrapper,
.cancel-confirmed-buttons-wrapper,
.return-boat-buttons-wrapper {
  width: 100%;
}

.standard-modal .standard-modal-text,
.cancel-confirmed-modal .cancel-confirmed-text,
.return-boat-confirm-text {
  margin-bottom: 2.5rem;
}

.standard-modal .btn-pink,
.cancel-confirmed-modal .btn-pink,
.return-boat-modal .btn-pink,
.standard-modal .btn-red,
.cancel-confirmed-modal .btn-red,
.return-boat-modal .btn-red {
  margin: 1rem 1rem 1rem 0;
  display: block;
  text-align: center;
}

.standard-modal .btn-white,
.cancel-confirmed-modal .btn-white,
.return-boat-modal .btn-white,
.standard-modal .btn-yellow,
.cancel-confirmed-modal .btn-yellow,
.return-boat-modal .btn-yellow {
  margin: 1rem 1rem 1rem 0;
  display: block;
  text-align: center;
}

/* END OF Cancel confirm MODAL */

/* MAP MODAL / POI MODAL */

.map-modal-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

.map-modal {
  max-width: 100%;
  width: auto;
  padding: 5rem;
  height: auto;
  min-height: 20rem;
  min-width: 70rem;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  overflow: hidden;
}

.poi-modal {
  display: none;
  max-width: 100%;
  width: auto;
  padding: 5rem;
  height: auto;
  min-height: 20rem;
  min-width: 70rem;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  overflow: scroll;
  z-index: 999999;
}

.map-modal-content,
.poi-modal-content {
  width: 100%;
}

.map-modal-iframe {
  width: 100%;
  min-height: 30rem;
  border: none !important;
}

.map-modal-close,
.poi-modal-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}

.map-modal-close i,
.poi-modal-close i {
  color: var(--darkPink);
  font-size: 2rem;
  cursor: pointer;
}

#contact-info a {
  display: flex;
  align-items: center;
  color: var(--darkPink);
  margin: 2.5rem 0;
}

#contact-info p {
  display: flex;
  align-items: center;
  margin: 2.5rem 0;
}

#contact-info a i,
#contact-info p i {
  font-size: 3rem;
  margin-right: 1rem;
}

/* 2021-07-08  */

#harbor-booking-link {
  display: table;
  width: fit-content;
  width: -moz-fit-content;
  margin: 1rem 0 2rem 0;
}

#harbor-boat-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}





/***********************************************/
/* new 2023-03-06 css for <map> <area> image */

#boat-map-wrapper {
  position: relative;
}

/* .maparea-item-electronic::after {
  content: 'Huvudström';
  color: var(--darkPink);
  position: absolute;
  top: 405px;
  left: 172px;
  font-size: 1.4rem;
  font-weight: 700;
} */

.maparea-item-electronic-text {
  color: var(--darkPink);
  position: absolute;
  top: 370px;
  left: 169px;
  font-size: 1.4rem;
  font-weight: 700;
  /* cursor: pointer; */
  background-color: rgba(250, 250, 250, 86%);
  padding: 0.2rem;
  border-radius: 5px;
}



/* .maparea-item-storage::after {
  content: 'Förvaring';
  color: var(--darkPink);
  position: absolute;
  top: 176px;
  left: 114px;
  font-size: 1.4rem;
  font-weight: 700;
} */
.maparea-item-storage-text {
  color: var(--darkPink);
  position: absolute;
  top: 202px;
  left: 114px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: rgba(250, 250, 250, 86%);
  padding: 0.2rem;
  border-radius: 5px;
}

/* .maparea-item-storage-2::after {
  content: 'Förvaring';
  color: var(--darkPink);
  position: absolute;
  top: 518px;
  left: 159px;
  font-size: 1.4rem;
  font-weight: 700;
} */

.maparea-item-storage-2-text {
  content: 'Förvaring';
  color: var(--darkPink);
  position: absolute;
  top: 480px;
  left: 159px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: rgba(250, 250, 250, 86%);
  padding: 0.2rem;
  border-radius: 5px;
}

.maparea-item-tech-box::after {
  content: 'Teknikrum';
  color: var(--darkPink);
  position: absolute;
  top: 517px;
  left: 65px;
  font-size: 1.4rem;
  font-weight: 700;
}

/* .maparea-item-ignition::after {
  content: 'Motor Tändning';
  color: var(--darkPink);
  position: absolute;
  top: 687px;
  left: 2px;
  font-size: 1.4rem;
  font-weight: 700;
} */

.maparea-item-ignition-text {
  color: var(--darkPink);
  position: absolute;
  top: 687px;
  left: 2px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: rgba(250, 250, 250, 86%);
  padding: 0.2rem;
  border-radius: 5px;
}


/* #show-hide-maparea-item-storage {
  display: none;
} */

/***************************************************/





/* BOX 50 */

.box-50 {
  width: 50%;
  width: calc(50% - 4rem);
  margin: 2rem;
  color: var(--black);
  text-align: center;
}

.box-50 .box-content>div {
  padding-top: 1rem;
}

#harbor-boat-wrapper .box-50:nth-child(odd) {
  margin-left: 0;
  width: calc(50% - 2rem);
}

#harbor-boat-wrapper .box-50:nth-child(even) {
  margin-right: 0;
  width: calc(50% - 2rem);
}

.box-50 .box-image-container {
  padding-top: 65%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.box-50 .box-content {
  padding: 1.5rem 0;
}

.poor-mans-notice,
.unverified-phone-notice {
  width: 100%;
  margin: 2.5rem 0;
  display: none;
}

.overdraw-notice {
  width: 100%;
  margin: 2.5rem 0;
}

.poor-mans-notice-text,
.unverified-phone-notice-text,
.overdraw-notice {
  padding: 2rem;
  font-size: 1.5rem;
  border: 1px solid var(--darkPink);
  background-color: #d9577e27;
  color: var(--darkPink);
  font-weight: 500;
}

.payment-info-wrapper {
  padding: 2rem;
  border: 1px solid var(--darkPink);
  background-color: #d9577e27;
  color: var(--darkPink);
  margin-bottom: 5rem;
}

.payment-info-wrapper p {
  color: var(--darkPink);
  font-weight: 500;
  font-size: 1.5rem;
}

.payment-wrapper {
  width: 100%;
  margin: 2.5rem 0;
}

@media all and (max-width: 768px) {

  .standard-modal,
  .cancel-confirmed-modal,
  .return-boat-modal {
    min-width: 80%;
  }

  .box-50,
  #harbor-boat-wrapper .box-50:nth-child(odd),
  #harbor-boat-wrapper .box-50:nth-child(even) {
    width: 100%;
    margin: 2rem 0;
    border-radius: 0;
    text-align: left;
  }
}

#find-harbor-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* BOX 50 image */

.box-50-img-butt {
  width: 50%;
  width: calc(50% - 2rem);
  margin: 2rem 2rem 2rem 0;
  border-radius: 0.5rem;
  min-height: 25rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  box-shadow: 0 7px 14px rgba(171, 171, 171, 0.05),
    0 5px 5px rgba(171, 171, 171, 0.05);
  max-width: 55rem;
  overflow: hidden;
}

#find-harbor-wrapper a.box-50-img-butt:nth-child(odd) {
  margin-left: 0;
  width: calc(50% - 2rem);
}

#find-harbor-wrapper a.box-50-img-butt:nth-child(even) {
  margin-right: 0;
  width: calc(50% - 2rem);
}

.box-50-img-butt .box-content h2 {
  padding: 0;
  color: var(--white) !important;
  font-size: 2rem;
}

.box-50-img-butt:hover .box-image-container {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.box-50-img-butt .box-content {
  padding: 1.5rem 2.5rem;
  border-radius: 5px 0 0 5px;
  text-align: center;
  /* background-color: var(--darkPink); */
  background-image: linear-gradient(to bottom right, var(--darkPink), #e47697);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 2.5rem;
}

.box-50-img-butt .box-image-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media all and (max-width: 768px) {

  .box-50-img-butt,
  #find-harbor-wrapper a.box-50-img-butt:nth-child(odd),
  #find-harbor-wrapper a.box-50-img-butt:nth-child(even) {
    width: 100%;
    margin: 2rem 0;
    border-radius: 0;
  }

  .box-50-img-butt .box-content h2 {
    font-size: 1.6rem;
  }

  .box-50-img-butt .box-content {
    right: 2.5rem;
    bottom: 2.5rem;
    border-radius: 5px;
  }
}

.box-100-img-left,
.box-100-img-right {
  width: 100%;
  display: flex;
  margin: 1.5rem 0;
}

.box-100-img-right {
  flex-direction: row-reverse;
}

.box-100-img-left .box-content,
.box-100-img-right .box-content {
  width: 50%;
  padding: 2.5rem;
  margin: auto;
}

.box-100-img-left .box-content h2,
.box-100-img-right .box-content h2 {
  color: var(--darkGray);
  margin-bottom: 2rem;
}

.box-100-img-left .box-image-container,
.box-100-img-right .box-image-container {
  width: 50%;
  padding-top: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-100-img-left .extra-service-price,
.box-100-img-right .extra-service-price {
  color: var(--darkGray);
  padding-bottom: 1rem;
}

@media all and (max-width: 768px) {

  .box-100-img-left,
  .box-100-img-right {
    flex-flow: wrap column;
  }

  .box-100-img-left .box-content,
  .box-100-img-right .box-content {
    width: 100%;
    padding: 2.5rem 0;
  }

  .box-100-img-left .box-image-container,
  .box-100-img-right .box-image-container {
    width: 100%;
  }
}

.border-wrapper {
  padding-top: 5rem;
  border-top: 2px solid var(--darkPink);
  border-top: 2px solid #f8b1c6;
}

#boat-booking-link {
  display: table;
  width: fit-content;
  width: -moz-fit-content;
  margin: 1rem 0 2rem 0;
}

#boat-booking-intervals-wrapper {
  transition: height 0.2s ease-out;
  height: 0;
  overflow: hidden;
}

#boat-booking-intervals {
  width: 100%;
}

#boat-booking-intervals .radio-container {
  display: flex;
  width: 100%;
  margin: 2.5rem 0;
  align-items: center;
}

#single-booking-wrapper {
  transition: height 0.2s ease-out;
  height: auto;
}

#single-boat-date-picker-wrapper {
  display: none;
}

#get-single-boat-booking-overview {
  display: none;
}

#get-single-boat-extra-services-button {
  display: none;
}

#single-booking-confirm-inner {
  transition: height 0.2s ease-out;
  height: 0;
  overflow: hidden;
}

#single-booking-confirm-inner #booking-button {
  margin-bottom: 5rem;
}

#single-confirmation-info-wrapper {
  margin-top: 1.5rem;
}

#rental-datepicker-headline,
#rental-datepicker-headline,
#rental-confirm-headline {
  position: relative;
}

#rental-datepicker-headline-abs,
#rental-datepicker-headline-abs,
#rental-confirm-headline-abs {
  position: absolute;
  top: -12.5rem;
}

#confirm-outer-wrapper {
  padding: 0 2rem;
}

.payment-wrapper {
  padding: 0 2rem;
}

.map-wrapper {
  min-height: 50rem;
  width: 100%;
  width: calc(100% - 4rem);
  height: auto;
  min-height: 50rem;
  margin: 2rem;
}

.map-wrapper #app-map {
  border-radius: 1rem;
}

/* POI */
.poi-rating-title {
  padding: 2rem 0 1rem 0;
}

.poi-rating {
  display: flex;
}

.poi-rating i {
  font-size: 3rem;
  cursor: pointer;
}

.poi-rating .filled-star {
  display: none;
}

#poi-rating-wrapper {
  width: 100%;
  transition: height 0.2s ease-out;
  overflow-y: hidden;
}

#poi-form {
  margin: 2rem 0;
  width: 100%;
  transition: height 0.2s ease-out;
  height: 0;
  overflow-y: hidden;
}

#poi-form textarea,
#checkout-order-form textarea {
  width: 100%;
  padding: 2rem;
  border: 2px solid #ccc;
  border-radius: 1rem;
  resize: none;
}

#poi-form ::-webkit-input-placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.4rem;
}

#poi-form :-moz-placeholder {
  color: rgb(82, 81, 81);
  opacity: 1;
  font-size: 1.4rem;
}

#poi-form ::-moz-placeholder {
  color: rgb(82, 81, 81);
  opacity: 1;
  font-size: 1.4rem;
}

#poi-form :-ms-input-placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.4rem;
}

#poi-form ::-ms-input-placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.4rem;
}

#poi-form ::placeholder {
  color: rgb(82, 81, 81);
  font-size: 1.4rem;
}

#poi-form button {
  margin-top: 1rem;
}

#poi-confirmation {
  margin-top: 1.5rem;
  width: 100%;
  transition: height 0.2s ease-out;
  height: 0;
  overflow-y: hidden;
}

.poi-rates-wrapper {
  display: inline;
}

.get-poi-comments {
  color: var(--darkPink);
}

.testimonial-box {
  padding: 1.5rem 0;
  border-bottom: 2px solid var(--lightGray);
}

#add-poi-form {
  width: 100%;
}

#add-poi-form .input-wrapper {
  width: 100%;
  margin: 1rem 0 2.5rem 0;
}

#add-poi-form .input-wrapper input,
#add-poi-form .input-wrapper button,
#add-poi-form .input-wrapper select {
  min-width: 20rem;
  border-radius: 1rem;
  border: none;
  padding: 1.5rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
}

#add-poi-form .input-wrapper input,
#add-poi-form .input-wrapper select {
  border-radius: 1rem;
  border: none;
  border: 1px solid var(--mediumGray);
  color: rgb(94, 94, 94);
  display: block;
}

#add-poi-form .input-wrapper textarea {
  border-radius: 1rem;
  border: none;
  border: 1px solid var(--mediumGray);
  color: rgb(94, 94, 94);
  display: block;
  min-width: 20rem;
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 1.2rem;
  -webkit-appearance: none;
  resize: vertical;
}

#add-poi-form .input-wrapper select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url("../images/chevron-down.png");
  background-repeat: no-repeat;
  background-size: 1.4rem;
  background-position: 96%;
  background-color: var(--white) !important;
}

#add-poi-form .input-wrapper button {
  font-weight: 500;
  cursor: pointer;
}

#add-poi-form .error-message {
  font-size: 1.2rem;
  color: var(--darkPink);
  font-style: italic;
  margin-top: 0.25rem;
  display: block;
}








/* Webshop */

#product-categories-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#product-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.box-50-product {
  width: 50%;
  width: calc(50% - 2rem);
  margin: 2rem 2rem 2rem 0;
  padding: 2rem 2rem 3rem 2rem;
  background-color: var(--lightGray);
  /* border: 1px solid var(--darkPink); */
  border-radius: .5rem;
}

.box-50-product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}


.big-pink-text {
  display: block;
  margin-top: 2rem;
  font-size: 2.4rem;
  color: #d9577d;
  font-weight: 600;
}

.product-price {
  margin-top: 1rem;
  color: #d9577d;
  font-size: 2rem;
}

.product-old-price {
  margin: 10px 0;
  text-decoration: line-through;
  font-size: 2rem;
}

.product-sale-price {
  margin: 0;
}


.product-variant-selected {
  margin-top: 2rem;
}

.box-50-product .product-buy {
  margin-top: 1rem;
}

.quantity-toggler {
  margin: 2rem 0 0 0;
}

.quantity-toggler .la-chevron-circle-down {
  margin-right: 5px;
  color: #d9577d;
  padding: 10px 10px 10px 0;
  cursor: pointer;
  font-size: 25px;
}

.quantity-toggler .la-chevron-circle-up {
  margin-left: 5px;
  color: #d9577d;
  padding: 10px 0 10px 10px;
  cursor: pointer;
  font-size: 25px;
}

.quantity-toggler span {
  font-size: 20px;
}

.wave-basket {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 20px;
  background-color: #d9577d;
  border-radius: 5px 0 0 5px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* Bubble Float Right */
.wave-basket:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #d9577d;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.wave-basket:hover,
.wave-basket:focus,
.wave-basket:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  border-radius: 5px;
}

.wave-basket:hover:before,
.wave-basket:focus:before,
.wave-basket:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

#wave-basket.twiggle {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: #d9577d;
}

#wave-basket.twiggle:before {
  border-color: transparent transparent transparent #d9577d;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.basket-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.basket-content p,
.basket-content span,
.basket-content i {
  color: #fff;
}

.basket-content i {
  margin-right: 10px;
}


.basket-modal-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999;
  overflow-x: hidden;
}

.basket-modal-layer.open {
  display: block;
}

.basket-modal {
  max-width: 90rem;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  max-height: 90%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.basket-modal::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

#close-basket-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}

#close-basket-modal i {
  color: #333;
  font-size: 20px;
}

#basket-modal-headline {
  color: #333;
  /* margin-bottom: 1rem; */
}

#to-checkout-button,
#clear-basket {
  margin: 30px 0 0 0;
  display: inline-block;
}

#to-checkout-button {
  margin-right: 15px;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 20px 0;
  /* background-color: #fafafa; */
}


.basket-modal-layer table,
.basket-modal-layer tr,
.basket-modal-layer th,
.basket-modal-layer td {
  font-size: 14px;
  padding: 10px 10px 10px 0;
  min-width: 150px;
}

.basket-modal-layer th {
  font-weight: bold;
}

.basket-modal-layer table {
  border-collapse: collapse;
  max-width: 100%;
  width: auto;
  overflow-x: auto;
  width: calc(100% - 4rem);
  width: 100%;
  /* margin: 2rem 0; */
}

.basket-modal-layer tbody tr {
  border-top: 1px solid #ccc;
}

.basket-modal-layer tbody tr td:first-of-type {
  min-width: 200px;
}

.basket-modal-layer tbody td {
  vertical-align: top;
}

.delete-product-row {
  color: #d9577d;
  cursor: pointer;
}

#checkout-summary {
  width: 100%;
  margin: 25px 0;
}

#checkout-content table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}

#checkout-content thead tr {
  border-bottom: 2px solid rgb(182, 182, 182);
}

#checkout-content tbody tr {
  border-bottom: 1px solid rgb(182, 182, 182);
}

#checkout-content table,
#checkout-content tr,
#checkout-content th,
#checkout-content td {
  font-size: 1.4rem;
  color: #000000;
  padding: .5rem;
}


/***********************************************/
/* discount modal booking overview */


#close-discount-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}

#close-discount-modal i {
  color: #333;
  font-size: 20px;
}


.discount-modal-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747);
  z-index: 999;
  overflow-x: hidden;
}

.discount-modal-layer.open {
  display: block;
}

.discount-modal {
  max-width: 90rem;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  border-radius: 0.5rem;
  background-color: var(--brightPink);
  box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1), 0 5px 5px rgba(90, 90, 90, 0.1);
  max-height: 90%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


#form-discount-coupon-name {
  color: var(--darkGray);
  border: 1px solid var(--brightPink);
  min-width: 24rem;
}

#form-discount-coupon-name::placeholder {
  color: var(--darkGray);
  opacity: 1;
  /* Firefox */
  font-size: 12px;
}

#form-discount-coupon-name:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--darkGray);
  font-size: 12px;
}

#form-discount-coupon-name::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--darkGray);
  font-size: 12px;
}

#discount-coupon-form-button {
  display: none;
}

#th-discount-name {
  display: none;
}

/*  */
/****************************************/






/***********************************************************/
/***********************************************************/
/* confirmation-timeout-loader */

.confirmation-timeout-loader,
.confirmation-timeout-loader-local {
  display: flex;
  width: 100%;
  height: 20px;
  /* padding: 20px; */
  background-color: #ccc;
  position: relative;
}
.timeout-loader-progress,
.timeout-loader-progress-local {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #31c864;
  position: absolute;
}


/* confirmation-timeout-loader */
/***********************************************************/
/***********************************************************/





/* MEDIA */

@media all and (max-width: 900px) {

  html,
  body {
    min-height: unset;
  }

  body.pink-body {
    /* background-color: var(--darkPink); */
    background-image: linear-gradient(to bottom right,
        var(--darkPink),
        #e47697);
  }

  #content-wrapper {
    min-height: 100vh;
  }

  .standard-wrapper {
    margin-bottom: 15rem;
    min-height: unset;
    border-radius: 0;
  }

  a.pink-link {
    padding: 1rem 2rem 0 2rem;
  }

  a.pink-link:first-of-type {
    padding: 2rem 2rem 0 2rem;
  }

  .standard-inner-wrapper {
    min-height: unset;
    border-radius: 0;
  }

  .login-wrapper {
    border-radius: 0;
    padding: 0;
  }

  .register-wrapper {
    border-radius: 0;
    padding: 0;
  }

  .standard-header {
    height: unset;
  }

  .standard-header p {
    font-size: 1.6rem;
  }

  .step-wrapper .blurred-step {
    width: 10vw;
    height: 10vw;
  }

  .step-wrapper .current-step {
    width: 33.33%;
    height: unset;
  }

  .main-menu .nav-wrapper ul li a,
  .main-menu .nav-wrapper ul li a span {
    font-size: 1.6rem;
  }

  .menu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 900px;
    z-index: 98;
    height: unset;
    padding: 0.5rem 0;
  }

  .menu-footer .menu-logo {
    padding: 0.5rem 1.5rem;
  }

  .menu-footer .menu-logo img {
    width: 5rem;
  }

  .modal {
    margin: 10rem 0;
  }

  .modal-headline {
    font-size: 2.2rem;
  }

  .map-modal,
  .poi-modal {
    min-width: 50rem;
  }

  #rental-datepicker-headline-abs,
  #rental-datepicker-headline-abs,
  #rental-confirm-headline-abs {
    position: absolute;
    top: 0;
  }
}

@media all and (max-width: 550px) {

  p,
  a,
  span,
  li,
  input,
  label,
  select,
  option,
  em,
  strong,
  th,
  td,
  tr,
  ::placeholder {
    font-size: 1.2rem;
  }

  /* CREDITS */
  #credit-form button {
    width: 50%;
    width: calc(50% - 1rem);
  }

  .credit-amount-wrapper .credit-amount {
    width: 50%;
  }

  .credit-amount-wrapper .preselected-credit-amount {
    width: calc(50% - 2rem);
  }

  .credit-amount-wrapper div:first-of-type {
    width: calc(50% - 1rem);
    margin: 1rem 1rem 1rem 0;
  }

  .credit-amount-wrapper div:nth-child(odd) {
    width: calc(50% - 1rem);
    margin: 1rem 1rem 1rem 0;
  }

  .credit-amount-wrapper div:nth-child(even) {
    width: calc(50% - 1rem);
    margin: 1rem 0 1rem 1rem;
  }

  .credit-amount-wrapper #credit-amount-input {
    width: calc(50% - 1rem);
    margin: 1rem 0 1rem 1rem;
  }

  /* End of CREDITS */
  .big-link .big-link-text p {
    font-size: 1.2rem;
  }

  .boat-info-wrapper {
    max-width: 100%;
  }

  .boat-info-wrapper .boat-img img {
    max-width: 100%;
  }

  .modal {
    margin: 0;
  }

  .modal-headline {
    font-size: 1.8rem;
  }

  .big-link .big-link-icon i {
    font-size: 3rem;
  }

  .map-modal {
    min-width: 100%;
    height: 100%;
    padding: 2rem;
    border-radius: 0;
    background-image: linear-gradient(to bottom right,
        var(--darkPink),
        #e47697);
  }

  .poi-modal {
    min-width: 100%;
    height: auto;
    padding: 2rem;
    border-radius: 0;
  }

  .map-modal-iframe {
    height: 100%;
    border-radius: 0.5rem;
  }

  .map-modal-close i,
  .poi-modal-close i {
    color: var(--white);
  }

  .menu-footer .menu-logo img {
    width: 4rem;
  }

  .menu-footer .menu-button,
  .menu-footer .logout-button {
    padding: 1rem 2rem;
  }

  #boat-booking-info-table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .confirmation-info-wrapper table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 1rem;
  }
/* } */
/* @media all and (max-width: 550px) { */
  .extra-service-in-booking {
    flex-wrap: wrap;
  }

  .extra-service-in-booking .box-image-container {
    width: 100%;
  }

  .extra-service-in-booking .box-content {
    width: 100%;
    padding: 2.5rem 2.5rem 5rem 2.5rem;
  }

  .box-50-product {
    width: 100%;
    width: calc(100% - 2rem);
  }

  #checkout-content table,
  #checkout-content tr,
  #checkout-content th,
  #checkout-content td {
    font-size: 1.2rem;
    color: #000000;
    padding: .5rem .25rem;
  }

  .boat-booking-info-box .heading-text {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .boat-booking-info-box .content-text {
    font-size: 1.2rem;
  }

}

/* NEW DESKTOP */

@media all and (min-width: 900px) {
  body {
    /* background-color: var(--darkPink); */
    background-color: var(--white);
    /* background-image: linear-gradient(to bottom right, var(--darkPink), #e47697); */
    background-image: linear-gradient(to bottom,
        var(--white),
        var(--lightGray));
  }

  body.pink-body {
    background-image: linear-gradient(to bottom right,
        var(--darkPink),
        #e47697);
  }

  .standard-header {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 1rem 1rem 0 0;
    background-image: linear-gradient(to bottom right,
        var(--darkPink),
        #e47697);
  }

  .menu-footer {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    /* box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1),
      0 5px 5px rgba(90, 90, 90, 0.1); */
  }

  #content-wrapper {
    box-shadow: none;
    max-width: 100%;
    position: static;
    margin: 15rem 0;
  }

  #content-wrapper.no-margin {
    margin: 0 !important;
  }

  .standard-wrapper {
    max-width: 900px;
    border-radius: 0 0 1rem 1rem;
    padding: 5rem;
    margin: 0 auto;
    box-shadow: 0 7px 14px rgba(48, 48, 48, 0.1),
      0 5px 5px rgba(90, 90, 90, 0.1);
  }
}

.extra-service-category-wrapper {
  width: 100%;
  margin-bottom: 2.5rem;
  border-radius: 1rem 1rem 0 0;
}

.extra-service-category-wrapper .category-head {
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--darkPink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.extra-service-category-wrapper .category-head h1,
.extra-service-category-wrapper .category-head h2 {
  color: var(--white);
}

.extra-service-category-wrapper .category-head i {
  color: var(--white);
  font-size: 2rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.toggle-open .category-head i {
  transform: rotate(180deg);
}

.extra-service-category-wrapper .category-content {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.extra-service-category-wrapper .category-content:not(.active) {
  display: none;
}



.extra-service-in-booking {
  width: 100%;
  display: flex;
  background-color: var(--lightGray);
  align-items: center;
  flex-direction: row-reverse;
  margin: 1.5rem 0;
}

.extra-service-in-booking .box-image-container {
  width: 33.33%;
  padding: 2.5rem;
}

.extra-service-in-booking .box-image-container img {
  width: 100%;
  height: auto;
}

.extra-service-in-booking .box-content {
  width: 66.66%;
  padding: 2.5rem;
  margin: auto;
}

.extra-service-in-booking .box-content h2 {
  color: var(--darkPink);
  padding-bottom: 0.5rem;
}

.extra-service-in-booking .box-content .extra-service-description {
  padding-bottom: 1rem;
}

.extra-service-in-booking .box-content .extra-service-terms {
  padding: 1rem 0;
}

.extra-service-in-booking .box-content .extra-service-price {
  padding: 1rem 0;
  font-weight: 500;
  color: var(--darkGray);
}

.extra-service-in-booking select {
  border: 1px solid var(--mediumGray);
  padding: 0.5rem 3rem;
  border-radius: 0.5rem;
  margin-left: 1rem;
}

.fullbooked-extra-service {
  position: relative;
}

.fullbooked-extra-service::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.fullbooked-overlay {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
}

.fullbooked-overlay h1 {
  color: var(--white);
}



