.sw-menu-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.sw-menu-image {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  border-radius: 3%;
}
@media only screen and (max-width: 768px) {
  .sw-menu-image {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}
.restaurant-menu-dots {
  visibility: hidden;
}
.restaurant-menu-list li {
  margin-bottom: 25px;
}
.restaurant-menu-list li:last-child {
  margin-bottom: 0px;
}
.sw-lang-container {
  display: flex !important;
  width: max-content !important;
}
.sw-lang-container a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.sw-lang-container img {
  width: 40px !important;
  height: 40px !important;
}
.sw-lang-container-mobile {
  right: 70px;
  top: 25px;
}
.sw-custom-logo {
  display: flex;
  justify-content: center;
}
#header {
  padding: 0 !important;
}
.sw-custom-logo a {
  width: 80%;
}
.navbar-toggle {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .sw-custom-logo a {
    width: 30%;
  }
}
.element-wrapper {
  border-radius: 3%;
  background-color: rgba(27, 25, 25, 0.9) !important;
}
.sw-menu-title,
.sw-contact-header {
  margin-top: 20px;
  font-weight: 800;
  color: #f50303;
  font-family: "Playfair Display", serif;
}
.restaurant-menu-name,
.restaurant-menu-price,
.about-title,
.element-wrapper p {
  color: #ffffff;
}
.about-title strong {
  color: #f50303;
}
.mask-content-title {
  font-size: 28px !important;
}
@media only screen and (max-width: 768px) {
  .mask-content-title {
    font-size: 18px !important;
  }
}
.hidden-mobile {
  display: none !important;
}
.only-mobile {
  display: inline-block !important;
}
@media only screen and (min-width: 768px) {
  .hidden-mobile {
    display: inline-block !important;
  }
  .only-mobile {
    display: none !important;
  }
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sw-product-description {
  top: 25px;
  left: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 14px !important;
}
@media only screen and (max-width: 768px) {
  .sw-product-description {
    font-size: 13px !important;
  }
  .sw-product-price,
  .sw-product-name {
    font-size: 16px !important;
  }
}
.inline-block {
  display: inline-block;
}
