/*Global style - START*/

@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Segoe UI.ttf') format('truetype');
}
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/Segoe UI Bold.ttf') format('truetype');
}
.body {
  background: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 15px;
  
}
.body.rtl {
  direction: rtl;
}
.container {
  margin-left: 25px;
  margin-right: 25px;
}

/*Global style - END*/

/*Header - START*/
.fly-header {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  z-index: 999;
}
.header-info {
  display: flex;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-bottom: 7px;
  align-items: center;
  justify-content: space-around;
  padding-right: 15px;
  background: #001F60;
}
.header-info a {
  text-decoration: none;
}

.lang-switcher {
  position: absolute;
  top: 25px;
  left: 25px;
}
/*html[dir=rtl] .lang-switcher {
  top: 25px;
  left: 0;
}*/
.lang-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: none;
}
.lang-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 0;
}
.lang-switcher .wpml-ls-legacy-dropdown-click a {
  color: #fff;
  border: none;
  padding:0;
  background-color: transparent;
}
.lang-switcher .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.lang-switcher .wpml-ls-legacy-dropdown-click a:focus,
.lang-switcher .wpml-ls-legacy-dropdown-click a:hover {
  color: #fff;
  background: transparent;
}
.lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

.lang-switcher a {
  color: #fff;
}

.social-link {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.social-link-facebook {
}
.logo {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.top-menu {
  overflow: auto;
  position: relative;
  margin-bottom: 11px;
  scrollbar-width: none;
}
.top-menu::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}
.top-menu ul,
.top-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.top-menu ul {
  display: flex;
}
.top-menu li {
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  margin-top: 4px;
  margin-left: 15px;
  line-height: 34px;
  position: relative;
  cursor: pointer;
  background: #BEBEBE;
}
html[dir=rtl] .top-menu li {
  margin-left: 0px;
  margin-right: 15px;
}
html[dir=rtl] .top-menu li:first-child {
  margin-right: 0px;
}
.top-menu li:first-child {
  margin-left: 0px;
}
.top-menu li:focus {
  outline: none;
}
.top-menu li.active {
  color: #fff;
  background: #001F60;
}
.top-menu li.active:after {
  content: none;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0px;
  bottom: 4px;
}
.info-icons-wrapper {
  display: none;
}
.info-icons-wrapper.active {
  display: block;
}
.info-icons {
  display: flex;
  justify-content: center;
  height: 36px;
  column-gap: 20px;
  margin-top: 11px;
  padding-bottom: 5px;
}

.info-icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #001f60;
}
.info-icon img {
  margin-right: 7px;
  margin-top: 3px;
}
html[dir=rtl] .info-icon {
  direction: ltr;
}
/*html[dir=rtl] .info-icon img {
  margin-right: 0px;
  margin-left: 7px;
}*/
/*Header - END*/

/*Main banner - START*/
.main-banner-wrapper {
  display: none;
  margin-bottom: 22px;
  box-sizing: border-box;
  position: relative;
}
.main-banner img {
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.main-banner-text {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  background: rgba(0,31,96,.75);
  padding: 7px 11px 10px 11px;
  max-width: 80%;
}
.main-banner-wrapper.active {
  display: block;
}
/*Main banner - END*/

/*Content - START*/
.main-wrapper {
  margin-top: 188px;
  padding-top: 2px;
  min-height: calc(100vh - 188px - 50px);
}
/*Content - END*/

/*Menu - START*/
.menu {
  display: none;
}
.menu.active {
  display: block;
  margin-top: 43px;
  margin-bottom: 30px;
}
.menu-tab {
  display: none;
}
.menu-tab.active {
  display: block;
}
.menu-cat-header {
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  text-align: left;
  color: #546345;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.menu-cat-header-text {
  padding-left: 12px;
  padding-right: 12px;
}
.dish-wrapper {
  display: flex;
  column-gap: 9px;
  flex-wrap: wrap;
}
.dish {
  padding-bottom: 0px;
  margin-bottom: 12px;
  width: calc(50% - 4.5px);
}
.dish:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.dish-image {
  margin-bottom: 11px;
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.dish-image img {
  width: 100%;
  height: auto;
}
.zoom-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}
.lb-data .lb-close {
  position: absolute;
  top: 9px;
  right: 19px;
  z-index: 99;
  opacity: 1 !important;
  background: url(../images/popup-close-icon.svg) center no-repeat !important;
}
.lb-dataContainer {
  background: #fff;
  border-radius: 0 !important;
  padding-top: 10px !important; 
}
.lightbox .lb-image {
  border-radius: 0 !important;
}
.lb-data .lb-details {
  width: 100% !important;
  padding-bottom: 23px;
  padding-left: 6px;
  padding-right: 20%;
  box-sizing: border-box;
  position: relative;
}
.lb-data .lb-caption {
  font-weight: normal !important;
  font-size: 15px !important;
  text-align: left;
  color: #595b60 !important;
}
.lb-data .lb-caption > span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #001f60;
}
.lb-data .lb-caption > span > span {
  display: block;
  margin-top: 14px;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #595b60;
}
.lb-data .lb-caption > span > span > span {
  position: absolute;
  top: 0px;
  right: 12px;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  color: #001f60;
  vertical-align: top;
  display: flex;
}
html[dir=rtl] .lb-data .lb-caption > span > span > span {
  direction: ltr;
}
.lb-data .lb-caption > span > span > span > span {
  font-weight: bold;
  font-size: 22px;
  margin-left: 4px;
}
.dish-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
}
.dish-title {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #001f60;
  text-align: left;
  line-height: 19px;
  align-items: center;
  position: relative;
  padding-right: 5px;
}
html[dir=rtl] .dish-title {
  text-align: right;
}
.icon-wrapper {
  position: relative;
  top: 3px;
  white-space: nowrap;
}


.regular-price {
  font-weight: bold;
  font-size: 10px;
  text-align: left;
  color: #001f60;

  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 14px;
  display: flex;
}
html[dir=rtl] .regular-price {
  direction: ltr;
}
.regular-price span {
  font-size: 20px;
  margin-left: 3px;
}
.dish-description {
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: #707070;
}
.dish-additional-description {
  font-size: 15px;
  line-height: 17px;
  color: #707070;
  margin-top: 6px;
  font-weight: 300;
  direction: ltr;
  text-align: right
}
.pcs-price-wrapper {
  margin-top: 13px;
}
.pcs-price {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 7px;
  color: #000;
}
.pcs-price:last-child {
  margin-bottom: 0px;
}


.footer-text {
  text-align: center;
  font-size: 11px;
  color: #7e7e7e;
}

/*Menu - END*/

/*Footer - START*/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 20px;
}
/*Footer - END*/



/*max-width: 359px - START*/
@media (max-width: 359px) {
  .header-info {
    padding-right: 0px;
  }
  .logo {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu-cat-header {
    font-size: 30px;
    line-height: 40px;
  }

  .info-icons {
    column-gap: 12px;
  }
}
/*max-width: 359px - END*/


