#sg-mobile-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 100;
  display: none;
}
#sg-mobile-menu .showcase {
  width: 27%;
  scroll-behavior: smooth;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: start;
  overflow-y: scroll;
  background: #000;
}
@media (max-width: 768px) {
  #sg-mobile-menu .showcase {
    min-width: 50%;
  }
}
@media (max-width: 414px) {
  #sg-mobile-menu .showcase {
    display: none;
  }
}
#sg-mobile-menu .showcase .position-relative:hover .position-absolute {
  opacity: 1;
}
#sg-mobile-menu .showcase .position-relative .position-absolute {
  width: 100%;
  height: 100%;
  background: var(--secondary);
  z-index: 1;
  top: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.5s ease-in;
}
#sg-mobile-menu .menu-wrapper {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
#sg-mobile-menu .menu-wrapper .menu-inner {
  background: var(--primary);
  min-width: 24%;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 2rem;
}
@media (max-width: 1336px) {
  #sg-mobile-menu .menu-wrapper .menu-inner {
    min-width: 28%;
  }
}
@media (max-width: 1024px) {
  #sg-mobile-menu .menu-wrapper .menu-inner {
    min-width: 36%;
  }
}
@media (max-width: 768px) {
  #sg-mobile-menu .menu-wrapper .menu-inner {
    min-width: 50%;
  }
}
@media (max-width: 736px) {
  #sg-mobile-menu .menu-wrapper .menu-inner {
    overflow-y: scroll;
  }
}
@media (max-width: 414px) {
  #sg-mobile-menu .menu-wrapper .menu-inner {
    min-width: 100%;
  }
}
#sg-mobile-menu .menu-wrapper .menu-header {
  display: flex;
  padding-bottom: 0.3rem;
  justify-content: space-between;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.49);
}
#sg-mobile-menu .menu-wrapper .menu-header .h3 {
  color: var(--light);
  margin: 0;
  line-height: 0.9;
}
#sg-mobile-menu .menu-wrapper .menu-header .menu-close {
  cursor: pointer;
  color: #fff;
}
#sg-mobile-menu .menu-wrapper .copyright {
  margin-top: auto;
  text-align: right;
  text-transform: lowercase;
  color: #c8c8c866;
  transition: color 0.5s ease-in;
}
#sg-mobile-menu .menu-wrapper .copyright:hover {
  color: #6c1b78;
}
#sg-mobile-menu .menu-wrapper a {
  color: white;
}
#sg-mobile-menu .menu-inner > ul {
  list-style: none;
  padding: 1rem 0 0;
}
#sg-mobile-menu .menu-inner > ul > .menu-item {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
#sg-mobile-menu .menu-inner > ul > .menu-item > a {
  font-size: 1.2rem;
}
#sg-mobile-menu .menu-inner > ul .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sg-mobile-menu .menu-inner > ul .menu-item-has-children .submenu {
  display: none;
  white-space: nowrap;
  margin-top: 0.5rem;
  padding: 0;
  width: 100%;
}
#sg-mobile-menu .menu-inner > ul .menu-item-has-children .submenu > .menu-item {
  background: #eaeaea1a;
  padding: 0.2rem 1rem;
  margin-bottom: 0.3rem;
  display: block;
}
#sg-mobile-menu .menu-inner > ul .menu-item-has-children > a {
  width: 80%;
}
#sg-mobile-menu .menu-inner > ul .menu-item-has-children > .unfold-menu {
  width: 20%;
  text-align: right;
  cursor: pointer;
}
#sg-mobile-menu .showcase-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #fff;
  padding: 11px;
  cursor: pointer;
}
#sg-mobile-menu #menu-primary-navigation li {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
}
#sg-mobile-menu #menu-primary-navigation li a:hover {
  color: #8f7a4b;
  text-decoration: none;
}

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