.menu-genel-adclass{
  position: fixed;
  transition: 0.5s;
  background: #928f8f;
}
.mobil-menu-addclass{
	background: red;
}
.menu-genel-addclass{
	margin-top: -30px;
}
.menu-genel-addclass > .menu-logo{
  height: 100%;
  width: 22vw;
  float: left;
  position: relative;
  /* border-bottom: solid 5px #643d91; */
}




.menu-genel-addclass > .menu-logo > a > img{
  width: 34%;
  height:auto;
  display: block;
  margin: auto;
  background-position: bottom;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  margin-left: -17%;
}
.menu-genel-addclass > .menu-right-btn{
  height: 100%;
  width: 8vw;
  background: #643c9;
  float: right;
 
  padding: 15px;
  position: relative;
}
.menu-genel-addclass > .menu-right-btn a img{
  width:42%;
  height:auto;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  right: 50%;
  margin-left: -22%;
}
@media only screen and (min-width: 1000px) {
  .kategori-genel-menu-toggle{
    position: fixed;
    max-width: 300px;
    top: 80px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1440px) {
.menu-genel-addclass > .menu-logo > a > img {
    width: 25%;
    height: auto;
    display: block;
    margin: auto;
    background-position: bottom;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
    margin-left: -17%;
}}

@media only screen and (min-width: 1440px) {
.menu-genel-addclass > .menu-right-btn a img {
    width: 37%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    right: 50%;
    margin-left: -22%;
}}