﻿.menu-hamburger {
  width: 60px;
  height: 60px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  outline: none !important;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
}
.menu-hamburger > span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 2px 0;
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  .box-panel-left {
    position: absolute;
    left: -320px;
    z-index: 99;
    background: #fff;
    transition: left 0.3s;
  }
  body.menu-left-active .box-panel-left {
    left: 0px;
    position: absolute;
  }
  body.menu-left-active .box-panel-left .btn-close {
    background: transparent url(../images/icon_close.png) center center no-repeat;
    cursor: pointer;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 18px;
    right: 20px;
    background-color: #eeeeee;
    border-radius: 30px;
    display: block;
  }
  body.menu-left-active .box-panel-left .btn-close:hover {
    background-color: #ccc;
  }
  .box-func-default .items .item.expand-menu {
    display: flex;
  }
}
@media screen and (max-width: 1280px) {
  .login-page .center-box-inner {
    width: 100%;
    margin: 0;
  }
  .login-page .center-box-inner .center-box-body {
    width: 50%;
  }
  .login-page .login-container {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .cms-popup-content .cms-editor-container {
    padding: 0;
  }
  .account-page .list-item-header .item-view,
  .account-page .list-item-body .item-view {
    width: 12%;
  }
  .cms-modal-box .cms-modal-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .top-header .header-top-menu,
  .top-header .top-menu-right {
    display: none;
  }
  .top-header .header-top-menu.show {
    display: inline-block;
  }
  .top-header .menu-hamburger {
    display: flex;
  }
  .cms-popup-content .cms-editor-container {
    padding-top: 40px 20px;
  }
}
@media (min-width: 800px) {
  .login-page .login-container {
    width: 630px;
  }
}
