/* left side menu specific styles */
body {
  left: 0;
}

.zeynep-opened body {
  overflow: hidden;
}

.zeynep {
  right: auto;
  left: 0;
}

.zeynep .submenu-header {
  background-image: url("../images/menu-back.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef1f;
  cursor: pointer;
  position: relative;
  margin: 30px;
}

.zeynep .submenu > label {
  color: #b81c01;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 19px;
  opacity: 1;
  padding-left: 21px;
  width: 100%;
}
