html, body {
  height: 100%; }

body {
  overflow-x: hidden;
  position: relative; }

.navbar {
  background-color: black; }

.top-nav-collapse {
  background-color: #24353c; }

@media (max-width: 768px) {
  li.nav-item {
    font-size: 15px; }

  .navbar:not(.top-nav-collapse) {
    background: #24353c; } }
@media (min-width: 993px) {
  .dropdown:hover > .dropdown-menu {
    display: block; }

  .menu-item-small {
    display: none !important; }

  .menu-item-small-arrow {
    display: none !important; } }
@media (max-width: 992.99px) {
  .menu-item-big {
    display: none !important; }

  .menu-item-small::after {
    display: none; } }
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

#frmEventRegister .input-group-prepend, #frmReservation .input-group-prepend {
  width: 50px; }

.user-box {
  position: relative;
  color: #fff; }
  .user-box__header {
    cursor: pointer; }
  .user-box__body {
    position: absolute;
    top: 40px;
    z-index: 1;
    color: #000;
    background: #fff;
    transition: .25s;
    transform: scaleX(1); }
    .user-box__body.collapsed {
      transform: scaleX(0); }
    @media (max-width: 990px) {
      .user-box__body {
        left: 0;
        transform-origin: left; } }
    @media (min-width: 991px) {
      .user-box__body {
        right: 0;
        transform-origin: right; } }
  @media (min-width: 991px) {
    .user-box {
      margin-top: 10px; } }

.cabinet {
  min-width: 240px;
  font-size: 1rem;
  color: #000;
  background: #fff;
  border-radius: 5px; }
  .cabinet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    border-bottom: 2px solid #babac0; }
  .cabinet__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40px; }
  .cabinet__body {
    padding: 0.5em; }
    .cabinet__body .product-list {
      padding: 0;
      margin: 0; }
      .cabinet__body .product-list__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        border-bottom: 1px dashed #ddd; }
        .cabinet__body .product-list__item:not(:first-child) {
          margin-top: 8px; }

/*# sourceMappingURL=commonmenu.css.map */
