div#sp-top3 {
  margin-top: 40px;
  width: 150px;
  margin-right: -100px;
}

div.mod-languages ul.lang-inline li {
  display: inline-block !important;
}

div.mod-languages ul >li >a:after {
  content: "" !important;
}

div.mod-languages ul >li {
  border: none;
}
.menu-fixed div#sp-top3 {
  margin-top: 25px;
    transition: 400ms;
}

div#sp-top3 {
  transition: 400ms;
}

.sppb-addon-special-dishes >div>div >div:nth-child(2):before {
    content: " ";
    position: absolute;
    top: 0;
    left: -300%;
    height: 100%;
    width: 300%;
    background-image: initial;
    background-repeat: repeat-x;
    background-position: 100% 0;
    z-index: 1;
}
.sppb-addon-special-dishes >div>div >div:last-child:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -250%;
    height: 100%;
    width: 250%;
    background-image: initial;
    background-repeat: repeat-x;
    background-position: 100% 0;
    z-index: 1;
}
#sp-header.menu-fixed {
    height: 150px;
}
#sp-header.menu-fixed .sp-megamenu-parent >li {
    height: 150px;
    line-height: 150px;
}

.sppb-classic-menu-items .sppb-row {
  flex-direction: column;
}
