.navbar-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.v-theme--facilitron .app-cart {
  display: flex;
  align-items: center;
  margin: 0 12px 0 auto;
}

@media (min-width: 1264px) {
  .v-theme--facilitron .app-cart {
    margin: 0;
  }
}

.v-theme--facilitron .app-cart-container {
  order: -1;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-container {
    margin-left: -15px;
    order: initial;
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart {
    justify-content: center;
  }
}

.v-theme--facilitron .app-cart-menu {
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
  width: 100%;
  min-width: 100%;
  z-index: 99;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  overflow-x: hidden;
  overflow-y: initial;
  background: #fff;
  max-height: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-menu {
    border-radius: 16px;
    border: 1px solid #ced9df;
    position: absolute;
    min-width: 432px;
    max-width: 432px;
    contain: content;
    top: 72px;
    right: 8px;
    left: auto;
    bottom: auto;
    z-index: 40;
    height: initial;
    max-height: initial;
  }
}

.v-theme--facilitron .app-cart-icon-wrap {
  padding: 14px 12px;
  cursor: pointer;
}

.v-theme--facilitron .app-cart-content-wrap {
  width: 100%;
  color: #0a3a52;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-content-wrap {
    max-height: 640px;
  }
}

@media (max-height: 700px) {
  .v-theme--facilitron .app-cart-content-wrap {
    max-height: calc(100vh - 60px);
  }
}

.v-theme--facilitron .app-cart-header__heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-header__heading {
    font-size: 20px;
    line-height: 28px;
  }
}

.v-theme--facilitron .app-cart-header__close {
  position: relative;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-header__close:not(.app-cart-confirm-header__close) {
    display: none;
  }
}

.v-theme--facilitron .app-cart-confirm-header__close {
  margin-left: auto;
}

.v-theme--facilitron .app-cart-header__close .fa {
  font-size: 20px;
  color: #000;
}

.v-theme--facilitron .app-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 16px;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-header {
    padding: 24px 28px;
  }
}

.v-theme--facilitron .app-cart-content {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 0 1 100%;
  min-height: 0;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-content {
    padding: 24px 28px;
  }
}

.v-theme--facilitron .app-cart-content::-webkit-scrollbar {
  -webkit-appearance: none;
}

.v-theme--facilitron .app-cart-content::-webkit-scrollbar:vertical {
  width: 8px;
}

.v-theme--facilitron .app-cart-content::-webkit-scrollbar-thumb {
  background: #B3BEC4;
  border-radius: 20px;
}

.v-theme--facilitron .app-cart-content::-webkit-scrollbar-thumb:hover {
  background: #ced9df;
}

.v-theme--facilitron .app-cart-icon {
  position: relative;
  display: flex;
  cursor: pointer;
}

.v-theme--facilitron .app-cart-icon__el {
  font-size: 22px;
  color: #2473b3;
}

.v-theme--facilitron .app-cart-icon__counter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background: #e5f6ff;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 2px;
  transform: translate(50%, -50%);
}

.v-theme--facilitron .app-cart-icon__counter-text {
  color: #2473b3;
  font-size: 10px;
  font-weight: 700;
}

.v-theme--facilitron .app-cart-item:not(:last-child) {
  margin-bottom: 24px;
}

.v-theme--facilitron .app-cart-item__owner {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;

  @media (min-width: 768px) {
    margin-bottom: 12px;
  }
}

.v-theme--facilitron .app-cart-remove {
  position: relative;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #2c9dd8;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-theme--facilitron .app-cart-divider {
  max-width: 100%;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
  border-color: rgba(0, 0, 0, 0.12);
  width: 100%;
  margin: 0 0 24px;
}

.v-theme--facilitron .app-cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-theme--facilitron .app-cart-redirection {
  border: 1px solid #ced9df;
  color: #1a3f52;
  transition: all 0.3s;
  border-radius: 28px;
  min-width: 71px;
  padding: 9px 18px;
  background: transparent;
  font-size: 14px;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.v-theme--facilitron .app-cart-redirection:hover {
  background: #f2f6f7;
  transition: all 0.3s;
  border-color: #2473b3;
  color: initial;
  text-decoration: none;
}

.v-theme--facilitron .app-cart-empty-btn {
  color: #1C5A8C;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 28px;
  padding: 9px 18px;
}

.v-theme--facilitron .app-cart-empty-btn:hover {
  background: #f2f6f7;
  transition: all 0.3s;
}

.v-theme--facilitron .app-cart-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ced9df;
  padding: 12px 16px;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-footer {
    padding: 12px 28px;
  }
}

.v-theme--facilitron .app-cart-remove:hover::after {
  opacity: 0.08;
}

.v-theme--facilitron .app-cart-remove:after {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.v-theme--facilitron .app-cart-facility {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.v-theme--facilitron .app-cart-facility__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-theme--facilitron .app-cart-facility__name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  text-decoration: underline;
  color: #2473b3;

  @media (min-width: 768px) {
    margin-bottom: 0;
  }
}

.v-theme--facilitron .app-cart-facility__name:hover {
  color: #2473b3;
}

.v-theme--facilitron .app-cart-facility__date {
  font-size: 12px;
  margin: 0;
  color: #5c676d;
}

.v-theme--facilitron .app-cart-facility__wrap:not(:last-child) {
  margin-bottom: 8px;

  @media (min-width: 768px) {
    margin-bottom: 0;
  }
}

.v-theme--facilitron .app-cart-primary,
.v-theme--facilitron .app-cart-secondary {
  transition: background-color 0.3s, box-shadow 0.3s;
  height: 40px;
  min-width: 71px;
  border-radius: 28px;
  font-size: 14px;
  cursor: pointer;
}

.v-theme--facilitron .app-cart-primary {
  background-color: #2473b3;
  padding: 8px 16px;
  color: #fff;
  border: none;
  font-weight: 400;
}

.v-theme--facilitron .app-cart-primary:hover {
  background: #0369a1;
}

.v-theme--facilitron .app-cart-secondary {
  border: 1px solid #9dc9ed;
  color: #2473b3;
  background: #f5fbff;
  padding: 0 18px;
}

.v-theme--facilitron .app-cart-secondary:hover {
  background: #e5f6ff;
  transition: background 0.3s;
}

.v-theme--facilitron .app-cart-checkout {
  width: 100%;
}

.v-theme--facilitron .app-cart .spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.v-theme--facilitron .app-cart .spinner__el {
  width: 8px;
  height: 8px;
  background: currentcolor;
  margin-top: 16px;
  margin-right: 4px;
  border-radius: 50%;
  animation-name: shopping-loading-overlay;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.v-theme--facilitron .app-cart .spinner__el:last-child {
  margin-right: 0;
}

.v-theme--facilitron .app-cart .spinner__el--two {
  animation-delay: 0.2s;
}

.v-theme--facilitron .app-cart .spinner__el--three {
  animation-delay: 0.4s;
}

@keyframes shopping-loading-overlay {
  to {
    opacity: 0.3;
    transform: translateY(-8px);
  }
}

.v-theme--facilitron .app-cart .v-overlay {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
  z-index: 999;
}

.v-theme--facilitron .app-cart .v-overlay__scrim {
  border-radius: inherit;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
  will-change: opacity;
  opacity: 0.46;
  background-color: #212121;
  border-color: #212121;
}

.v-theme--facilitron .accordion-enter-active,
.v-theme--facilitron .accordion-leave-active {
  will-change: height, opacity;
  transition: height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.v-theme--facilitron .accordion-enter,
.v-theme--facilitron .accordion-leave-to {
  height: 0 !important;
  opacity: 0;
}

.v-theme--facilitron .app-cart-details-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  margin-top: 8px;

  @media (min-width: 768px) {
    margin-top: 0;
  }
}

.v-theme--facilitron .app-cart-details-item__trigger {
  cursor: pointer;
}

.v-theme--facilitron .app-cart-details-item__trigger .fa-chevron-down,
.v-theme--facilitron .app-cart-details-item__trigger--active .fa-chevron-down {
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.54);
}

.v-theme--facilitron .app-cart-details-item__trigger--active .fa-chevron-down {
  transform: rotate(-180deg);
}

.v-theme--facilitron .app-cart-details-title {
  display: flex;
  align-items: center;
}

.v-theme--facilitron .app-cart-details-title .fa-chevron-down {
  margin-left: 4px;
}

.v-theme--facilitron .app-cart-details-title__text {
  text-decoration: underline;
}

.v-theme--facilitron .app-cart-details-title--success {
  color: #2473b3;
}

.v-theme--facilitron .app-cart-details-title--error {
  color: #e84855;
  margin-top: 8px;
}

.v-theme--facilitron .app-cart-details-title--error .fa-exclamation-circle {
  margin-right: 4px;
}

.v-theme--facilitron .app-cart-details-unavailable {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  width: 100%;
  color: #e84855;
}

.v-theme--facilitron .app-cart-details-days__title {
  font-weight: 500;
}

.v-theme--facilitron .app-cart-details-days__content {
  display: flex;
  flex-wrap: wrap;
}

.v-theme--facilitron .app-cart-details-days__text {
  white-space: nowrap;
}

.v-theme--facilitron .app-cart-details-available {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-theme--facilitron .app-cart-details-available:not(:last-child, :nth-last-child(2)) {
  margin-bottom: 8px;

  @media (min-width: 768px) {
    margin-bottom: 0;
  }
}

.v-theme--facilitron .app-cart-details-available__day {
  color: #5c676d;
}

.v-theme--facilitron .app-cart-details-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 152px));
  grid-column-gap: 16px;
  margin-top: 8px;
}

.v-theme--facilitron .app-cart-confirm {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
  width: 100%;
  z-index: 99;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-confirm {
    height: 100%;
    max-height: initial;
    top: 0;
  }
}

.v-theme--facilitron .app-cart-confirm-dialog {
  overflow-y: auto;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  z-index: inherit;
  outline: none;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-color: #fff;
  height: 100%;
  transform-origin: center center;
  position: relative;
  border-radius: 15px 15px 0 0;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-confirm-dialog {
    max-width: 560px;
    max-height: 98%;
    border-radius: 15px;
    margin: 24px;
    height: initial;
  }
}

.v-theme--facilitron .app-cart-confirm-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.v-theme--facilitron .app-cart-confirm-header {
  padding: 12px 16px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #0a3a52;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-confirm-header {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    border: none;
  }
}

.v-theme--facilitron .app-cart-confirm-header__heading {
  font-size: 16px;
  font-weight: 500;
  margin: auto 0;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-confirm-header__heading {
    display: none;
  }
}

.v-theme--facilitron .app-cart-confirm-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.v-theme--facilitron .app-cart-confirm-body {
  padding: 40px;
  flex-direction: column;
  display: flex;
}

.v-theme--facilitron .app-cart-confirm-body__heading {
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
  margin: 0 0 24px;
  display: none;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-confirm-body__heading {
    display: block;
  }
}

.v-theme--facilitron .app-cart-confirm-body__text {
  font-size: 14px;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .v-theme--facilitron .app-cart-confirm-body__text {
    text-align: left;
  }
}

.v-theme--facilitron .app-cart-confirm-footer {
  padding: 12px 32px;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.03);
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.v-theme--facilitron .app-cart-empty__heading {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 8px;
}

.v-theme--facilitron .app-cart-empty__text {
  font-size: 14px;
  margin: 0;
}
