body,
html,
a {
  font-family: "Inter", Sans-serif;
  color: #28324d;
}

.custom-dialog {
  display: block;
  pointer-events: none;
  display: none;
  background-color: transparent;
  border: none;
  padding: 0;
}
/* when the dialog is open by its default method it adds a open tag on the element */
.custom-dialog[open] {
  display: block;
  pointer-events: all;
}

.modal-content {
  background-color: white;
  padding: 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.modal-content h4 {
  font-weight: bold;
  color: #28324d;
}

.custom-dialog[open] .modal-content {
  animation: modalcontent 0.3s ease forwards;
}

.custom-dialog[open]::backdrop {
  animation: backdrop-fade 0.3s ease forwards;
}

.custom-dialog.close::backdrop {
  animation: backdrop-fade 0.3s ease backwards;
  animation-direction: reverse;
}

.custom-dialog.close {
  animation: modalcontent 0.3s ease backwards;
  animation-direction: reverse;
}

@keyframes backdrop-fade {
  from {
    background: transparent;
    backdrop-filter: blur(0px);
    opacity: 0;
  }
  to {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    opacity: 1;
  }
}

@keyframes modalcontent {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

dt.variation-accesoire {
  display: none !important;
}

.xoo-wsc-qty-price {
  display: none;
}

#close_reserveer_modalbutton svg {
  height: 50px;
  width: 50px;
}

#close_reserveer_modalbutton {
  border: 0;
  padding: 0;
  float: right;
  position: absolute;
  top: 30px;
  right: 30px;
}

#close_reserveer_modalbutton:focus {
  outline: none;
  background-color: transparent;
}

.flatpickr {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* shrink flex items */

.flatpickr input {
}

.square-wrapper {
  position: relative;
  width: 42px;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  display: flex;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  cursor: pointer;
}

.flatpickr-wrapper input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

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

.flatpickr .square-wrapper:nth-child(2) {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.flatpickr .square-wrapper:nth-child(3) {
  border-right: 1px solid #666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.closepicker svg {
  width: 25px;
  height: 25px;
  fill: red;
}

.cross-sell-products a {
  font-weight: bold;
}

.single_add_to_cart_button {
  background-color: #19b8eb !important;
  display: inline-block;
  font-weight: 400 !important;

  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;

  padding: 1rem 1rem !important;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}

.product-left {
  text-align: left;
}

.product-left img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

dd.variation-accesoire {
  clear: both;
}

