.maske {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 19;
}
.open_maske {right: 0;}
.menu-type {
    position: fixed;
    right: -100%;
    height: 100vh;
    z-index: 50;
    width: 30vw;
    background-color: #aaa;
    transition: all 0.6s ease;
}
.menu-type.open {
    right: 0;
}
.push {
    width: calc( 100% - 30vw) !important;
}
.overflow_hidden {
  overflow: hidden !important;
}
.box_cat {
    display: block;
    height: 20vh;
    display: flex;
    padding: 0 20%;
    flex-direction: column;
    justify-content: center;
    font-family: Poppins;
    background-repeat: no-repeat;
   background-position: center;
   background-size: 100%;
   transition: all 0.6s ease;
}
.cat1 {
  background-image: url(../img/bg_cat1.jpg);
}
.cat2 {
  background-image: url(../img/bg_cat2.jpg);
}
.cat3 {
  background-image: url(../img/bg_cat3.jpg);
}
.cat4 {
  background-image: url(../img/bg_cat4.jpg);
}
.cat5 {
  background-image: url(../img/bg_cat5.jpg);
}
.box_cat:hover{ background-position: bottom center;}
.item_cat {
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none !important;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    transition: all 0.4s ease;
}
.item_cat:hover { color: #efe459;}
.subitem_cat {
    display: block;
    font-size: 0.9em;
    color: #d0d0d0;
    text-transform: capitalize;
    text-decoration: none !important;
    transition: all 0.4s ease;
}
.subitem_cat:hover { color: #f5f3da;}

@media(max-width:991px) {
  .menu-type {width: 60vw;}
.push {
    width: calc( 100% - 60vw) !important;
}
}
@media(max-width:767px) {
  .menu-type {width: 90vw;}
.push {
    width: calc( 100% - 90vw) !important;
}
.cat1 {
  background-image: url(../img/bg_cat1.jpg);
  background-size: cover;
}
.cat2 {
  background-image: url(../img/bg_cat2.jpg);
  background-size: cover;
}
.cat3 {
  background-image: url(../img/bg_cat3.jpg);
  background-size: cover;
}
.cat4 {
  background-image: url(../img/bg_cat4.jpg);
  background-size: cover;
}
.cat5 {
  background-image: url(../img/bg_cat5.jpg);
  background-size: cover;
}
}


