/* =====================
  c--member-menu
===================== */
@media screen and (max-width: 767px){
  .c--member-menu{
    background-color: #fff;
    padding: 0!important;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


/* =====================
  c--member-menu-closer
===================== */
.c--member-menu-closer{
  background-color: #fff;
  display: table;
  border-right: 1px solid #eaeaea;
  border-bottom: 2px solid #606060;
  cursor: pointer;
  height: 74px;
  margin-bottom: 10px;
  padding: 0 42px;
  width: 100%;
  background-color: #fff;
}
.c--member-menu-closer > div {
  position: relative;
  height: 100%;
  width: 100%;
}
.c--member-menu-closer > div > .text {
  position: absolute;
  bottom: 0;
  left: 29px;
  right: 0;
  top: 22px;
}