@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Serif";
  src: url("../fonts/RobotoSerif_28pt-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/Brandon-Grotesque-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --sweetwines-col: 72px;
  --sweetwines-gap: 14px;
}

html,
body {
  padding: 0;
  margin: 0;
  outline: none;
  scroll-behavior: smooth;
}

.header {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  z-index: 100000;
  filter: var(--header-filter, "invert(0)");
}

.header-left,
.header-right {
  display: flex;
  flex-direction: row;
  height: 120px;
  width: 50vw;
  align-items: center;
  z-index: 100000;
}

.header-left {
  gap: 10px;
}

.header-right {
  justify-content: flex-end;
}

.header-logo,
.header-social {
  display: block;
}

.header-logo a,
.header-social a {
  display: inline-block;
}

.header-logo img {
  height: 66px;
  width: auto;
}

.header-logo img {
  margin-left: 76px;
}

.header .header-top-50 {
  height: 40px;
}

.header-social img {
  width: 40px;
  height: 40px;
  margin-top: 25px;
  margin-left: 40px;
}

.wine-row__sep {
  display: none;
}

.header .valid-id-msg {
  text-align: right;
  color: #fff;
  font-family: "Roboto-Bold";
  font-weight: 700;
}

.sweetwines-heading__size:not(:first-child)::before,
.sweetwines-row__price:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: calc(var(--sweetwines-gap, 14px) / -2);
  transform: translateX(-50%);
  opacity: 0.6;
}

.header .book-now {
  font-size: 20px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  margin: 0px 100px 0 24px;
  color: #181A29;
  background-color: #fff;
  border-radius: 4px;
  font-family: "Roboto-Regular";
  font-weight: 400;
}

.bottom-book-now {
  color: #181A29;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
  outline: none;
  margin: 88px 0 88px 0;
  font-family: "Roboto-Regular";
}

.info-book-now {
  color: #181A29;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
  outline: none;
  margin: 88px 0 0 0;
  font-family: "Roboto-Regular";
}

.wrapper {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.wrapper .container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.wrapper .container .panel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  flex-shrink: 0;
}

.second-pane-img {
  width: 346px;
  height: auto;
  margin-right: 28px;
}

.wrapper .container .panel .background-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.wrapper .container .panel .bookmark {
  display: block;
  height: 0px;
}

.wrapper .container .panel.panel-home {
  background:
    linear-gradient(rgba(24, 26, 41, 0.25),
      rgba(24, 26, 41, 0.25)),
    url("../img/firstSectionImg.jpg") center / cover no-repeat;
}

.second-panel {
  display: flex;
  align-items: center;
  justify-content: end !important;
}

.third-panel-specials,
.fifth-panel-sands,
.ninth-panel-manager,
.eight-panel-chef {
  background: #181A29;
  display: flex;
  min-height: unset !important;
  height: 68vh;
  align-items: center;
  position: relative;
  flex-direction: column;
  align-items: stretch !important;
}

.eight-panel-chef {
  background: #181A29;
}

.fourth-panel-bachelor,
.sixth-panel-dryage,
.seventh-panel-hippodrome {
  background: #8E774E;
  min-height: unset !important;
  height: 68vh;
  display: flex;
  flex-direction: row;
  align-items: stretch !important;
}

.third-panel {
  background: #181A29;
  display: flex;
  align-items: center;
}

.left-pane,
.right-pane,
.mdm-right-pane,
.mdm-left-pane,
.bachelor-left-pane,
.dryage-right-pane,
.hippodrome-right-pane,
.hippodrome-left-pane,
.dryage-left-pane,
.bachelor-right-pane,
.sands-right-pane,
.manager-right-pane,
.manager-left-pane,
.chef-right-pane,
.chef-left-pane,
.sands-left-pane {
  flex: 1;
}

.manager-left-pane {
  display: flex;
  align-items: center;
}

.second-pane-heading {
  font-family: "Brandon Grotesque";
  color: white;
  font-size: 36px;
  text-align: center;
  margin-bottom: -5px;
}

.second-pane-text {
  color: #ffff;
  font-family: "Roboto-Regular";
  font-size: 18px;
  padding: 0 75px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.left-pane {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.right-pane,
.sands-right-pane,
.manager-right-pane,
.chef-right-pane,
.mdm-left-pane,
.bachelor-right-pane,
.hippodrome-left-pane,
.dryage-left-pane {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.horizontal-line,
.sands-horizontal-line,
.manager-horizontal-line,
.chef-horizontal-line {
  border-bottom: 2px solid #8E774E;
  width: calc(100% - 38px);
  margin: 50px 0;
}

.bachelor-horizontal-line,
.dryage-horizontal-line {
  border-bottom: 2px solid #181A29;
  width: calc(100% - 38px);
  margin: 50px 0;
}

.menu-accordion-group {
  width: 100%;
}

.right-content-container {
  max-width: 653px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.mobile-break {
  display: none;
}

.second-pane-text p {
  margin-bottom: 0;
}

.second-pane-text p span {
  display: block;
  margin: 0;
}

.address {
  margin: 0;
  padding: 0;
}

.third-pane-images {
  background-color: #005856;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.image-strip {
  display: flex;
  background-color: #005856;
}

.third-pane-images a {
  display: block;
  width: 33.3333%;
  height: calc((100vw / 3) / 1.34);
  overflow: hidden;
}

.third-pane-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.third-panel {
  background: #005856;
  display: block !important;
  padding: 0;
  margin: 0;
  min-height: auto !important;
}

.fifth-pane-images {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 0;
  margin: 0;
}

.fifth-pane-images img {
  display: block;
  margin: 0;
  height: calc((100vw / 3) / 1.34);
  padding: 0;
  width: 33.3333%;
  object-fit: cover;
}

.privacy-policy,
.cookie-policy {
  text-decoration: none;
}

.fifth-panel {
  background: #005856;
}

.sixth-panel {
  background-color: #8E774E;
  min-height: auto !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.bottom-text {
  color: #fff;
  font-size: 18px;
  margin-top: 17px;
  font-family: "Roboto-Regular";
}

.privacy-policy {
  color: #000000 !important;
}

.fourth-panel {
  background: #181A29;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1390px !important;
  column-gap: 5vw;
  padding: 0 10vw;
  width: 80vw !important;
}

.invisible-block {
  height: 200px;
}

.menu-panel,
.info-panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 96%;
}

.menu-panel__body,
.info-panel__body {
  border: 1px solid #8E774E;
  width: 100%;
  height: 100%;
  background: #181A29;
}

.info-panel__body {
  display: flex;
  flex-direction: column;
}

.menu-panel__footer,
.info-panel__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: none;
  position: relative;
  background: #F5F0E6;
}

.menu-panel,
.info-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.menu-panel__header {
  border: 1px solid #8E774E;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 11px);
  margin: 0;
}

.title-container {
  border: 1px solid #8E774E;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px 0;
}

.tight-line {
  text-align: center;
  display: block;
  line-height: 0.1;
  margin: 20px 0 27px 0;
}

.first-tight-line {
  text-align: center;
  display: block;
  line-height: 0.1;
  margin: 25px 0 23px 0;
}

.compact-address {
  margin: 10px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  font-family: 'Roboto-Serif';
}

.menu-accordion-group__header {
  font-family: 'Roboto-Serif';
}

.compact-address .location-desc {
  text-align: center;
}

.tight-line {
  margin-top: 29px;
}

.accordion-title.menu-accordion__item.active,
.child-cocktail-menu-accordion__item.active {
  height: 100%;
}

.menu-panel__title {
  font-family: "Roboto-Serif";
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.info-section__header-container {
  height: 113px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #181A29;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening-header-container {
  border-bottom: 1px solid #181A29;
  border-top: 1px solid #181A29;
  height: 124px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.menu-accordion__item,
.child-cocktail-menu-accordion__item {
  border: 1px solid #8E774E;
  width: calc(100% - 11px);
  position: relative;
  overflow: visible;
  background: #181A29;
  transition: border-radius 0.3s ease, margin-bottom 0.3s ease;
  z-index: 1;
}

.menu-accordion .menu-accordion__item:nth-of-type(2) .cocktail-accordion__content {
  gap: 42px;
}

.accordion__content p,
.cocktail-accordion__content p {
  font-family: 'Roboto-Regular';
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
}

.info-section__header {
  border: 1px solid #8E774E;
  width: calc(100% - 11px);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5px 0px;
}

.menu-accordion-container {
  height: calc(100% - 2px);
}

.menu-accordion {
  display: flex;
  height: 100% !important;
  flex-direction: column;
  gap: 0px;
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  scrollbar-width: thin;
  scrollbar-color: #8E774E transparent;
  z-index: 1;
  align-items: center;
}

.opening-header {
  margin-top: 0;
  border: 1px solid #EACE99;
  border-radius: 78px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #005856;
}

.accordion__header,
.cocktail-accordion__header,
.food-accordion__header,
.sides-accordion__header,
.desserts-accordion__header,
.spirits-accordion__header,
.wineAndChampagne-accordion__header {
  height: 100px;
  margin-top: 0;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  background-color: #181A29;
}

.accordion-title.child-cocktail-menu-accordion__item .cocktail-accordion__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: absolute;
  right: 20px;
}

.child-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: absolute;
  right: 20px;
}

.info-section__title {
  font-family: "Roboto-Serif";
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 3;
  font-weight: bold;
}

.info-section__body p:first-of-type {
  margin-bottom: 0;
}

.menu-accordion .accordion-title.menu-accordion__item:first-of-type {
  margin-top: 5px;
}

.info-section__body p:not(:first-of-type) {
  margin-top: 0;
  font-family: 'Roboto-Serif';
  margin-bottom: 0;
}

.dessert-subsection:first-of-type .dessert-subsection__title {
  display: none;
}

.dessert-subsection:first-of-type .desserts-accordion-menu-item {
  width: 410px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dessert-subsection:first-of-type {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.accordion__title,
.cocktail-accordion__title,
.food-accordion__title,
.sides-accordion__title,
.desserts-accordion__title,
.spirits-accordion__title,
.wineAndChampagne-accordion__title {
  font-family: "Roboto-Serif";
  font-size: 29px !important;
  color: #ffffff;
  position: relative;
  z-index: 3;
  margin-left: 30px;
}

.footer-text {
  color: #fff;
}

.footer-text p {
  font-family: "Roboto-Regular";
}

.policy-links {
  margin: 15px 0;
  color: #000000;
}

.cookie-policy {
  color: black;
}

.footer-text a.privacy-policy,
.footer-text a.cookie-policy {
  color: black;
  text-decoration: none;
  margin-top: 5px;
}

.info-section__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto-Serif";
  font-size: 23px;
  color: #ffff;
}

.contact-section__body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Roboto-Serif';
  font-size: 23px;
  color: #fff;
}

.contact-section__body p:last-child {
  margin: 0;
}


.info-section__body p:last-child {
  margin-bottom: 100px;
}

.accordion__content,
.cocktail-accordion__content,
.child-cocktail-accordion__content,
.food-accordion__content,
.sides-accordion__content,
.desserts-accordion__content,
.spirits-accordion__content,
.wineAndChampagne-accordion__content {
  top: 100%;
  left: 0;
  right: 0;
  background: #181A29;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  padding: 0;
  z-index: 999;
  overflow: hidden;
  max-height: 0;
}

.awards-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 65px
}

.award-image-1,
.award-image-2,
.award-image-3 {
  height: 100px;
  width: auto;
}

.starter-accordion-menu-item__header span {
  margin-left: 5px;
  font-weight: lighter;
  font-family: "Roboto-Regular";
  font-size: 17px;
}

.starter-accordion-menu-item,
.mains-accordion-menu-item,
.steak-option-card,
.cocktail-accordion-menu-item,
.desserts-accordion-menu-item {
  padding: 17px;
}

.menu-accordion__item.active .cocktail-accordion__content,
.child-cocktail-menu-accordion__item.active .child-cocktail-accordion__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding: 0;
  overflow-y: auto;
  max-height: 897px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cocktail-accordion-menu-item.steak-menu-item {
  width: 100%
}

.steak-menu-item__name {
  font-size: 29px !important;
}

.mains-accordion-menu-item__body p {
  font-weight: lighter !important;
  font-family: 'Roboto-Regular' !important;
}

.mains-accordion-menu-item__body .price {
  font-size: 20px;
  display: flex;
  gap: 8px;
}

.menu-content::-webkit-scrollbar {
  width: 6px;
}

.menu-content::-webkit-scrollbar-track {
  background: transparent;
}

.menu-content::-webkit-scrollbar-thumb {
  background-color: #EACE99;
  border-radius: 3px;
}

.menus-header.open+.menu-content {
  display: block;
}

.panel-home .content-home {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  min-height: 400px;
}

.home-logo {
  width: 550px;
  height: auto;
  margin: 0 auto;
}

.content-home .home-intro {
  color: #fff;
  text-align: center;
  font-size: 29px;
  margin-top: 20px;
  font-family: "Roboto-Regular";
  width: 777px;
}

.contact-section__title {
  font-family: "Roboto-Bold";
  font-size: 32px;
  color: #ffffff;
  position: relative;
  z-index: 3;
  font-weight: bold;
}

.contact-section__header {
  border: 1px solid #8E774E;
  width: calc(100% - 11px);
  height: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5px 0px;
}

.starter-accordion-menu-item__header p {
  display: flex;
  font-family: 'Roboto-Bold';
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  text-transform: none;
}

.mains-accordion-menu-item p,
.cocktail-accordion-menu-item__header,
.sides-accordion-menu-item__header {
  display: flex;
  font-family: 'Roboto-Bold';
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  text-transform: none;
}

.dessert-subsection__title {
  text-align: center;
  font-size: 29px;
  letter-spacing: .08em;
  margin: 18px 0 8px;
  font-family: 'Roboto-Regular';
}

.dessert-subsection__subtitle {
  text-align: center;
  margin: 18px 0 18px;
  font-size: 18px;
  font-family: 'Roboto-Regular';
}

.dessert-addon {
  text-align: center;
  margin: 6px 0 0;
}

.dessert-addon__sep {
  margin: 0 6px;
  opacity: .75;
}

.dessert-wines {
  width: 100%;
}

.dessert-wine-row__name {
  display: flex;
  font-family: 'Roboto-Bold';
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  text-transform: none;
}

.dessert-wine-row {
  display: grid;
  grid-template-columns: 1fr 51px 51px;
  gap: 10px;
  align-items: baseline;
  padding: 14px 0 14px 5px;
  border-bottom: 1px dotted #8E774E;
}


.dessert-wines__head {
  display: grid;
  grid-template-columns: 1fr 51px 51px;
  gap: 10px;
  align-items: baseline;
  padding: 14px 0 14px 0;
  width: 100%;
}

.dessert-wine-row__price {
  text-align: center;
}

.dessert-wines__col {
  text-align: center;
  font-family: 'Roboto-Regular';
  font-weight: bold;
}

.dessert-cocktail,
.dessert-coffee {
  text-align: center;
  padding: 17px;
  width: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dessert-cocktail,
.dessert-coffee {
  text-align: center;
  padding: 17px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pretheatre-intro__pricing {
  font-size: 25px;
  font-weight: bold;
  text-transform: lowercase !important;
}

.pretheatre-intro {
  margin-bottom: 22px;
}

.pretheatre-item {
  padding: 17px;
}

.pretheatre-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #8E774E;
  max-width: 500px;
  width: 100%;
  margin-bottom: 25px;
}

.pretheatre-intro__note {
  margin-top: 8px !important;
}

.pretheatre-intro__name {
  margin-top: 8px !important;
  font-family: 'Roboto-Regular';
  font-size: 28px;
}

.pretheatre-item__weight {
  font-family: 'Roboto-Regular';
  font-weight: lighter;
  font-size: 17px;
  margin-left: 10px;
  align-self: center;
}

.pretheatre-item__name {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  font-weight: bold;
}

.pretheatre-section__title {
  display: flex;
  font-family: 'Roboto-Bold';
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  text-transform: none;
  margin: 0;
}

.pretheatre-section__title h3 {
  margin: 15px 0 0 0;
}

.pretheatre-intro__note {
  text-transform: none !important;
}

.sep {
  margin: 0 15px;
}

.pretheatre-option .sep {
  margin: 0 3px;
}

.pretheatre-options-row {
  display: flex;
  flex-direction: row;
  gap: 41px;
}

.pretheatre-item__desc {
  text-transform: lowercase !important;
}

.dessert-option {
  text-transform: lowercase !important;
}

.dessert-option .sep {
  margin: 0 8px;
}

.dessert-coffee__name {
  display: flex;
  font-family: 'Roboto-Bold';
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  text-transform: none;
  margin-bottom: 10px !important;
}

.dessert-subsection:nth-of-type(4) .dessert-subsection__title {
  border: 1px solid #8E774E !important;
  width: 100% !important;
  height: 81px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.pretheatre-option__name {
  font-family: 'Roboto-Regular';
}

.pretheatre-section:nth-of-type(4) {
  margin-bottom: 41px;
}

.dessert-subsection:nth-of-type(4) {
  width: 100%;
  padding: 17px 0;
}

.dessert-cocktail__desc,
.dessert-coffee__desc {
  margin: 0;
  opacity: .85;
}

.dessert-cocktail p:not(:first-of-type) {
  margin: 5px 0 5px;
}

.cocktail-accordion-menu-item.sauces-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cocktail-accordion-menu-item__body p {
  text-transform: lowercase;
  gap: 8px;
}

.dessert-subsection:nth-of-type(2) {
  border: 1px dotted #8E774E;
  width: 94%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dessert-subsection:nth-of-type(3) .dessert-subsection__title {
  border: 1px solid #8E774E !important;
  width: 100% !important;
  height: 81px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.dessert-subsection:nth-of-type(3) {
  width: 100%;
}


.sauce-option__name {
  font-family: 'Roboto-Regular';
  font-size: 23px;
}

.starter-accordion-menu-item__body p,
.mains-accordion-menu-item__body p {
  text-transform: lowercase;
}

.description-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #181A29;
  padding: 8px;
}

.description-footer p {
  font-family: "Stolzl_book";
  font-size: 15px;
  padding: 8px;
  text-align: center;
}

.steak-shared-desc {
  text-align: center;
  margin-top: 10px;
}

.steak-sauce-title {
  margin: 0 0 6px 0;
  font-weight: 600;
}

.steak-sauce-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.sauces-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 90px;
  justify-items: center;
  margin: 17px 0;
}

.sauces-subdesc {
  margin-top: 20px !important;
}

.sauce-option__line {
  display: inline-flex;
  gap: 10px;
  align-items: baseline;
}

.sauce-option__kcal {
  opacity: 0.75;
  font-size: 0.95em;
}

.sauces-subdesc {
  text-align: center;
  margin: 0 0 10px 0;
}

.menu-accordion .steak-menu-item:nth-of-type(3) {
  border: 1px dotted #8E774E;
  width: 88%;
  height: 272px;
  margin-bottom: 40px;
}

.steak-sauce-title {
  text-transform: capitalize !important;
}

.steak-accordion-menu-item__header {
  border: 1px solid #8E774E !important;
  width: 100% !important;
  height: 81px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

.menu-accordion .cocktail-accordion-menu-item:last-of-type .cocktail-accordion-menu-item__header {
  border: 1px solid #8E774E !important;
  width: 100% !important;
  height: 81px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  font-size: 29px;
  font-weight: lighter;
}

.cocktail-accordion-menu-item__body p {
  font-size: 20px;
}

.side-options {
  font-size: 20px;
}

.menu-accordion .cocktail-accordion-menu-item.steak-menu-item:nth-of-type(3) .steak-accordion-menu-item__header {
  border: none !important;
}


.steak-option-card__inline-weight {
  font-family: 'Roboto-Regular';
  margin-left: 5px;
}

.steak-sauce-item {
  font-family: 'Roboto-Regular';
}

.steak-sauce-item {
  white-space: nowrap;
}

.price.steak-option-card__meta {
  display: flex;
  gap: 8px;
}

.steak-option-card__name {
  text-transform: capitalize !important;
  font-family: 'Roboto-Bold' !important;
}

.price.steak-menu-item__meta {
  padding: 10px;
}

.steak-options-row.is-row {
  display: flex;
  justify-content: center;
  gap: 57px;
}

.price {
  white-space: nowrap;
  margin-left: 10px;
  font-size: 16px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: lowercase;
}

.child-accordion__icon svg {
  transform: rotate(0deg);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.child-cocktail-menu-accordion__item.active .child-accordion__icon svg {
  transform: rotate(180deg) !important;
}

.menu-accordion__item[data-accordion-item].active .accordion__icon svg {
  transform: rotate(180deg) !important;
}

.menu-panel__title {
  text-transform: capitalize;
}

.accordion__icon svg {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.pretheatre-option__price {
  font-family: 'Roboto-Regular';
}

.home-pane-image,
.bachelor-pane-image,
.dryage-pane-image,
.hippodrome-pane-image,
.manager-pane-image,
.chef-pane-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
  display: flex;
}

.right-pane {
  position: relative;
  width: 50%;
  height: 100%;
  background: rgba(24, 26, 41, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  flex: unset;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.chef-pane-image {
  object-position: center 26%;
}

.mdm-pane-image,
.sands-pane-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spirits-item-name {
  flex: 1;
}

.spirits-menu-section__left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.spirits-menu-container {
  position: relative;
  padding: 17px;
}

.spirits-menu-section::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -17px;
  width: 16%;
  height: 1px;
  background-color: #EACE99;
}

.spirits-menu-container::before {
  content: '';
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #EACE99;
}

.spirits-menu-section {
  position: relative;
  display: grid;
  min-height: 60px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 12%;
  grid-template-columns: 9% 1fr;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.spirits-menu-section::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -19px;
  width: 16%;
  height: 1px;
  background-color: #EACE99;
}

.spirits-accordion-menu-item__header {
  padding: 14px;
  position: relative;
  width: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spirits-accordion-menu-item {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 36px;
  min-height: 80px;
}

.spirits-category-name {
  color: white;
  font-weight: bold;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px !important;
  letter-spacing: 4px;
  font-family: 'Stolzl_book';
}

.spirits-category-desc {
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
  font-size: 0.9em;
}

.dessert-cocktail__name {
  display: flex;
  font-family: 'Roboto-Bold';
  align-items: center;
  font-weight: bold;
  font-size: 23px;
  text-transform: none;
}

.spirits-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  color: #ffffff;
}


.spirits-item-price {
  color: #EACE99;
  font-weight: bold;
  margin-left: 10px;
}

.spirits-menu-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.spirits-menu-section:last-child::after {
  display: none;
}

.spirits-accordion-menu-item__body {
  width: 100%;
  padding: 0 5px 0 18px;
}

.header-content {
  position: relative;
}

.vertical-line {
  position: absolute;
  left: 15%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #EACE99;
  transform: translateX(-50%);
}

.spirits-item-desc {
  font-size: 0.9em;
  color: #ffffff;
  opacity: 0.8;
}

.vodka-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  color: #ffffff;
}

.vodka-item span {
  float: right;
  text-align: right;
}

.wine-section-spacer {
  height: 30px;
}

.spirits-menu-section__right {
  margin-left: -8px;
}

.wine-section-heading,
.wine-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-accordion-group__header h3 {
  font-size: 23px;
}

.menu-accordion-group__header {
  display: flex;
  justify-content: center;
}

.wine-row__right {
  width: 70px;
  text-align: right;
}

.wine-section-heading__size {
  font-weight: lighter;
}

.wine-section {
  gap: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.wine-row__name {
  font-size: 18px;
  font-weight: bold;
}

.sweetwines {
  width: 100%;
}

.sweetwines-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 10px;
}

.sweetwines-heading__title {
  font-size: 23px;
  text-decoration: underline;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: 'Roboto-Bold';
}

.fortified-heading__title {
  font-family: 'Roboto-Bold';
}

.fortified-heading__title {
  font-size: 23px;
  text-decoration: underline;
  margin-bottom: 8px;
  font-weight: bold;
}

.sweetwines-heading__sizes {
  display: grid;
  grid-template-columns: repeat(3, var(--sweetwines-col, 72px));
  column-gap: var(--sweetwines-gap, 14px);
  justify-content: end;
  align-items: baseline;
  text-align: right;
  white-space: nowrap;
}

.fortified-row__name,
.fortified-row__desc {
  justify-content: flex-start !important;
  text-align: center !important;
}

.sweetwines-heading__size {
  font-size: 0.95em;
  opacity: 0.85;
  text-align: center;
  font-family: 'Roboto-Regular';
}

.sweetwines-row__price {
  font-family: 'Roboto-Regular';
}

.fortified-heading__size,
.fortified-row__price {
  font-family: 'Roboto-Regular';
}

/* .sweetwines-heading__sizes {
  gap: 10px;
  justify-content: flex-end;
  align-items: baseline;
} */

.sweetwines-heading .sep {
  display: inline;
  opacity: 0.6;
}

.sweetwines-row__right {
  display: grid;
  grid-template-columns: repeat(3, var(--sweetwines-col, 72px));
}

.sweetwines__rows {
  display: block;
}

.sweetwines-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.sweetwines-row:last-child {
  border-bottom: 0;
}

.fortified-section {
  gap: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.fortified-heading,
.fortified-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.fortified-heading__title,
.fortified-row__left {
  flex: 2 1 0;
  min-width: 0;
}

.fortified-heading__sizes,
.fortified-row__right {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  text-align: center;
}

.fortified-heading__size,
.fortified-row__price {
  display: inline-block;
  width: 72px;
  text-align: center;
}

.fortified-heading__sep,
.fortified-row__sep {
  flex: 0 0 auto;
  opacity: 0.7;
}

.fortified-row__name {
  text-transform: capitalize;
  text-align: left;
  margin: 0;
}

.fortified-row__desc {
  margin: 4px 0 0;
}

.sweetwines-row__left {
  flex: 1 1 auto;
  min-width: 0;
}

.sweetwines-row__name {
  margin: 0;
  justify-content: flex-start !important;
  text-align: left !important;
}

.sweetwines-row__desc {
  margin: 0;
  justify-content: flex-start !important;
  text-align: left !important;
}



.sweetwines-row__price:empty::after {
  content: "";
}

.menu-accordion-group__body {
  padding: 0 27px;
}

.wine-section-heading__title {
  font-size: 23px;
  text-decoration: underline;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: 'Roboto-Bold';
}

.wine-section-heading__size {
  width: 70px;
  text-align: right;
}

.wine-row__desc {
  font-weight: lighter;
  text-transform: capitalize !important;
  justify-content: unset !important;
  text-align: left !important;
}

.wine-row__name {
  text-transform: capitalize !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.wine-section-heading,
.wine-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.wine-section-heading__title,
.wine-row__left {
  flex: 2 1 0;
  min-width: 0;
}

.wine-section-heading__sizes,
.wine-row__right {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  text-align: right;
}

.wine-section-heading__size,
.wine-row__price {
  display: inline-block;
  width: 72px;
  text-align: center;
  font-family: 'Roboto-Regular';
}

.wine-section-heading__sep,
.wine-row__sep {
  flex: 0 0 auto;
  opacity: 0.7;
}

.sweetwines-heading,
.sweetwines-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}


.sweetwines-heading__title,
.sweetwines-row__left {
  flex: 1 1 auto;
  min-width: 0;
}


.sweetwines-heading__sizes,
.sweetwines-row__right {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}


.sweetwines-row__price {
  width: var(--sweetwines-col);
  text-align: center;
  display: inline-block;
}

.sweetwines-heading__sizes {
  gap: 0;
}

.sweetwines-heading__size {
  width: var(--sweetwines-col);
  text-align: center;
  display: inline-block;
}

.sweetwines-heading_sizes .wine-section-heading_sep {
  width: var(--sweetwines-gap);
  text-align: center;
  display: inline-block;
  opacity: 0.7;
}

.sweetwines-heading {
  align-items: center;
}

.sweetwines-row__name {
  margin: 0;
  text-align: left;
}

.sweetwines-row__desc {
  margin: 4px 0 0;
}

@media only screen and (max-width: 1140px) {
  .content-home .home-intro {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-family: "Roboto-Regular";
    width: 777px;
  }

  .home-logo {
    width: 350px;
    height: auto;
    margin: 0 auto;
  }

  .bottom-book-now {
    color: #181A29;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
    text-decoration: none;
    outline: none;
    margin: 88px 0 88px 0;
    font-family: "Roboto-Regular";
  }

  .second-pane-heading {
    font-family: "Brandon Grotesque";
    color: white;
    font-size: 27px;
  }

  .horizontal-line,
  .sands-horizontal-line,
  .manager-horizontal-line,
  .chef-horizontal-line {
    border-bottom: 2px solid #8E774E;
    width: calc(100% - 98px);
    margin: 26px 0;
  }

  .bachelor-horizontal-line,
  .dryage-horizontal-line {
    border-bottom: 2px solid #181A29;
    width: calc(100% - 98px);
    margin: 26px 0;
  }

  .info-book-now {
    color: #181A29;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
    text-decoration: none;
    outline: none;
    margin: 44px 0 0 0;
    font-family: "Roboto-Regular";
  }

  .second-pane-text {
    color: #ffff;
    font-family: "Roboto-Regular";
    font-size: 18px;
    padding: 0 60px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }

  .menu-panel__title {
    font-size: 27px;
    color: #ffffff;
    font-weight: 100;
  }

  .info-section__title {
    font-size: 27px;
    color: #fff;
    position: relative;
    z-index: 3;
    font-weight: bold;
  }

  .accordion__title,
  .cocktail-accordion__title,
  .food-accordion__title,
  .sides-accordion__title,
  .desserts-accordion__title,
  .spirits-accordion__title,
  .wineAndChampagne-accordion__title {
    font-family: "Roboto-Serif";
    font-size: 27px !important;
    color: #ffffff;
    position: relative;
    z-index: 3;
    margin-left: 30px;
  }

  .info-section__body {
    font-size: 18px;
  }

  .contact-section__body {
    font-size: 18px;
  }

  .contact-section__title {
    font-size: 27px;
  }

  .mains-accordion-menu-item p,
  .cocktail-accordion-menu-item__header,
  .sides-accordion-menu-item__header {
    font-size: 16px;
  }

  .steak-menu-item__name {
    font-size: 27px !important;
  }

  .cocktail-accordion-menu-item__body p {
    font-size: 16px;
  }

  .sauce-option__name {
    font-size: 16px;
  }

  .dessert-subsection__title {
    text-align: center;
    font-size: 27px;
  }

  .dessert-subsection__subtitle {
    text-align: center;
    margin: 18px 0 18px;
    font-size: 16px;
  }

  .dessert-cocktail__name {
    font-size: 16px;
  }

  .dessert-wine-row__name {
    font-size: 16px;
  }

  .dessert-coffee__name {
    font-size: 16px;
  }

  .pretheatre-intro__name {
    font-size: 24px;
  }

  .pretheatre-intro__pricing {
    font-size: 18px;
  }

  .pretheatre-section__title h3 {
    font-size: 20px;
  }

  .pretheatre-item__name {
    font-size: 16px;
  }

}

@media screen and (min-width: 1025px) {
  .panel.info-mobile-only-panel {
    display: none !important;
  }
}

/* styles for tablets or small laptops */
@media only screen and (max-width: 1024px) {
  .header {
    height: 84px;
  }

  .invisible-block {
    height: 195px
  }

  .header .header-logo,
  .header-logo a,
  .header .header-social,
  .header-social a {
    display: flex;
    align-items: center;
  }

  .header .header-logo,
  .header-logo a {
    height: 60px;
    display: flex;
    align-items: center;
  }

  .spirits-menu-section {
    gap: 10%;
  }

  .third-pane-images {
    background-color: #F5F0E6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .compact-address {
    line-height: 1.1;
    margin: 10px 0 10px 0;
  }

  .location-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .description-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 0 9px 0;
  }

  .image-strip {
    display: flex;
    background-color: #F5F0E6;
  }

  .header-logo img {
    height: 60px;
    width: auto;
  }

  .header-logo img {
    margin-left: 29px;
  }

  .header .header-top-50 {
    height: 24px;
  }

  .header-social img {
    height: 32px;
    width: auto;
  }

  .link-book-now {
    margin-top: 23px;
  }

  .header .book-now {
    font-size: 20px;
    padding: 10px;
    margin: 0px 41px 0 0px;
    border-radius: 4px;
  }

  .panel-home .content-home .home-intro {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    width: 570px;
  }

  .header .valid-id-msg {
    display: none;
  }

  .home-logo {
    width: 407px;
    height: auto;
    margin: 0 auto;
  }

  .bachelor-left-pane,
  .sands-left-pane,
  .hippodrome-right-pane,
  .chef-left-pane,
  .dryage-right-pane {
    height: 350px;
  }

  .wrapper .container .panel.panel-home {
    min-height: 60vh;
  }

  .bottom-book-now {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 12px;
    font-size: 19px !important;
  }

  .panel.second-panel {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .panel.second-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/secondPaneLeftImg.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .panel.second-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #181A29;
    filter: opacity(50%);
    z-index: 1;
  }

  .panel.second-panel .left-pane {
    display: none;
  }

  .panel.second-panel .right-pane {
    position: relative;
    z-index: 2;
    padding: 2rem;
    width: 100%;
    color: white;
  }

  .panel.second-panel .home-pane-image {
    display: none !important;
  }

  .second-pane-heading {
    font-size: 27px;
  }

  .second-pane-text {
    font-size: 14px;
  }

  .bachelor-horizontal-line,
  .dryage-horizontal-line,
  .chef-horizontal-line {
    width: calc(100% - 85px);
    margin: 26px 0;
  }

  .horizontal-line,
  .sands-horizontal-line,
  .manager-horizontal-line {
    border-bottom: 2px solid #8E774E;
    width: calc(100% - 85px);
    margin: 26px 0;
  }

  .title-container {
    border: 1px solid #8E774E;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .info-title-container {
    border: 1px solid #181A29;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .info-panel__title {
    color: #181A29;
    font-family: 'Roboto-Serif';
  }

  .info-panel__header {
    width: calc(100% - 11px);
    border: 1px solid #181A29;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .info-section__header {
    border: 1px solid #181A29;
    height: 84px;
  }

  .info-section__title {
    font-family: 'Roboto-Serif';
    font-size: 26px;
    color: #181A29;
    position: relative;
    z-index: 3;
    font-weight: bold;
  }

  .horizontal-line {
    margin: 45px 0;
    width: calc(100% - 85px);
  }

  .info-book-now {
    color: #181A29;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 20px 20px 20px 20px;
    text-decoration: none;
    outline: none;
    margin: 50px 0 0 0;
    font-family: "Roboto-Regular";
  }

  .book-now {
    font-size: 24px;
    padding: 16px 20px 10px 20px;
  }

  .fourth-panel {
    padding: 3vw;
    width: calc(100% - 6vw) !important;
  }

  .info-mobile-only-panel {
    padding: 3vw !important;
    width: calc(100% - 6vw) !important;
    height: 100% !important;
  }

  .accordion-title.menu-accordion__item.active {
    width: calc(100% - 11px);
  }

  .menu-panel__footer {
    width: 99.7%;
  }

  .info-section__body {
    font-size: 15px;
  }

  .menu-panel {
    width: 100%;
    height: auto;
  }

  .menu-panel__body,
  .menu-accordion {
    height: 100%;
  }

  .info-section__body.hours {
    margin-top: 0px;
    /* height: 166px; */
  }

  .menu-accordion__item {
    margin: 2px 0 3px 0px;
    width: calc(100% - 11px);
  }

  .info-mobile-only-panel {
    display: block;
    background-color: #F5F0E6;
    height: unset !important;
    min-height: 31vh !important;
  }

  .info-panel {
    display: none;
  }

  .menu-panel__title {
    font-size: 32px;
    color: #fff;
    font-weight: 100;
  }

  .info-section__body {
    font-size: 16px;
    color: #181A29;
  }

  .cocktail-accordion__header {
    height: 84px;
  }

  .panel.info-mobile-only-panel .info-panel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 79vh !important;
  }

  .info-panel__body {
    height: 100%;
    background: #F5F0E6;
    border: 1px solid #181A29;
  }

  .info-section__body {
    height: 241px;
  }

  .info-section__body.location p {
    margin-bottom: 4px;
  }

  .cocktail-accordion__title {
    font-size: 20px;
  }

  .info-section__body.location p:nth-child(3),
  .info-section__body.location p:nth-child(4) {
    margin-bottom: 1px !important;
  }

  .info-section__body.hours p {
    margin-bottom: 14px !important;
    margin-top: 2px;
  }

  .info-section__header-container {
    height: 96px;
    background: #F5F0E6;
  }

  .panel-home .content-home {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;
    z-index: 1;
    height: 100%;
  }

  .mml-img {
    max-width: 269px !important;
  }

  .sixth-panel p {
    font-size: 16px !important;
  }


  .gdprcookie {
    left: 0 !important;
    bottom: 0 !important;
    width: calc(100vw - 26px) !important;
  }

  .policy-links {
    font-size: 16px;
  }

  .cookie-policy {
    font-size: 16px;
  }

  .spirits-menu-section__right {
    margin-left: -8px;
  }

  .panel.third-panel-specials,
  .fourth-panel-bachelor,
  .fifth-panel-sands,
  .sixth-panel-dryage,
  .seventh-panel-hippodrome,
  .eight-panel-chef,
  .ninth-panel-manager {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 886px !important;
    align-items: stretch !important;
  }

  .mdm-pane-image,
  .sands-pane-image,
  .bachelor-pane-image,
  .sands-pane-image,
  .dryage-pane-image,
  .manager-pane-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }

  .mdm-right-pane,
  .sands-right-pane {
    order: 1;
    height: 350px;
  }

  .mdm-left-pane,
  .bachelor-right-pane,
  .sands-right-pane,
  .dryage-left-pane,
  .hippodrome-left-pane,
  .chef-right-pane,
  .manager-right-pane {
    order: 2;
    margin: 39px 0 39px 0;
    width: 100%;
  }

}

/* styles for mobile phones */
@media only screen and (max-width: 769px) {
  .info-panel__header {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .panel.third-panel-specials,
  .fourth-panel-bachelor,
  .fifth-panel-sands,
  .sixth-panel-dryage,
  .seventh-panel-hippodrome,
  .eight-panel-chef,
  .ninth-panel-manager {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 886px !important;
    align-items: stretch !important;
  }

  .mdm-pane-image,
  .sands-pane-image,
  .bachelor-pane-image,
  .sands-pane-image,
  .dryage-pane-image,
  .manager-pane-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }

  .mdm-right-pane,
  .sands-right-pane {
    order: 1;
    height: 350px;
  }

  .mdm-left-pane,
  .bachelor-right-pane,
  .sands-right-pane,
  .dryage-left-pane,
  .hippodrome-left-pane,
  .chef-right-pane,
  .manager-right-pane {
    order: 2;
    margin: 39px 0 39px 0;
    width: 100%;
  }

  .bachelor-left-pane,
  .sands-left-pane,
  .dryage-right-pane,
  .chef-left-pane,
  .hippodrome-right-pane,
  .manager-left-pane {
    height: 350px;
  }

  .info-title-container {
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .cocktail-accordion-menu-item__header p {
    display: flex;
    font-family: 'Roboto-Bold';
    align-items: center;
    font-weight: bold;
    font-size: 18px !important;
    text-transform: none;
  }

  .wine-section-heading__size,
  .wine-row__price,
  .sweetwines-heading__size,
  .sweetwines-row__price,
  .fortified-heading__size,
  .fortified-row__price {
    font-size: 14px;
  }


  .cocktail-accordion__title {
    font-size: 25px !important;
  }

  .cocktail-accordion__content p {
    font-size: 14px;
  }

  .mains-accordion-menu-item p,
  .cocktail-accordion-menu-item__header,
  .sides-accordion-menu-item__header p {
    display: flex;
    font-family: 'Roboto-Bold';
    align-items: center;
    font-weight: bold;
    font-size: 18px !important;
    text-transform: unset;
  }

  .dessert-cocktail p {
    font-size: 14px !important;
    text-transform: unset;
  }

  .dessert-cocktail__desc p {
    font-size: 14px !important;
  }

  .dessert-wine-row__name {
    display: flex;
    font-family: 'Roboto-Bold';
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    width: 296px;
    text-transform: none;
  }

  .pretheatre-item__desc {
    font-size: 14px !important;
  }

  .pretheatre-item__weight {
    font-size: 14px !important;
  }

  .pretheatre-option__name {
    font-size: 14px !important;
  }

  .pretheatre-option__price {
    font-size: 14px !important;
  }

  .starter-accordion-menu-item__body p {
    font-size: 14px !important;
  }

  .mains-accordion-menu-item__body p {
    font-size: 14px !important;
  }

  .dessert-coffee__desc+p {
    font-size: 14px !important;
    text-transform: unset;
  }

  .dessert-subsection__subtitle {
    text-align: center;
    margin: 18px 0 18px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
  }

  .sauce-option__name {
    font-size: 14px !important;
  }

  .mains-accordion-menu-item__body span {
    font-size: 14px !important;
  }

  .starter-accordion-menu-item__header span {
    font-size: 14px !important;
  }

  .dessert-option {
    font-size: 14px !important;
  }

  .dessert-coffee__desc {
    font-size: 14px !important;
    text-transform: unset;
  }

  .dessert-wine-row__price {
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size: 14px;
  }

  .dessert-subsection__title {
    text-align: center;
    font-size: 25px;
  }

  .dessert-cocktail,
  .dessert-coffee {
    text-align: center;
    padding: 17px;
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .dessert-cocktail__name {
    font-size: 18px !important;
  }

  .price {
    font-size: 14px;
  }

  .cocktail-accordion-menu-item__body p {
    font-size: 14px !important;
  }

  .side-option-row {
    font-size: 14px !important;
  }

  .info-section__header {
    height: 92%;
    width: calc(100% - 11px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 8px 0px 5px 0;
  }
}

/* styles for mobile phones */
@media only screen and (max-width: 600px) {

  .header {
    height: 60px;
  }

  .second-pane-text p {
    margin-bottom: 0;
  }

  .pretheatre-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 94%;
  }

  .cocktail-accordion__content {
    width: unset;
  }

  .dessert-wine-row {
    display: grid;
    grid-template-columns: 1fr 24px 24px;
    gap: 19px;
    align-items: baseline;
    padding: 14px;
  }

  .dessert-wines__head span {
    font-size: 14px;
  }

  .accordion__content p,
  .cocktail-accordion__content p,
  .spirits-accordion__content p,
  .desserts-accordion__content p,
  .wineAndChampagne-accordion__content p {
    font-family: "Roboto-Regular";
    font-size: 14px !important;
  }

  .dessert-subsection:first-of-type .desserts-accordion-menu-item {
    width: 335px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .menu-accordion-group__body {
    padding: 0 11px;
  }

  .dessert-wine-row__name {
    display: flex;
    font-family: 'Roboto-Bold';
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    width: 216px;
    text-transform: none;
  }

  .dessert-wines__head {
    display: grid;
    grid-template-columns: 1fr 24px 24px;
    gap: 19px;
    align-items: baseline;
    padding: 12px;
    width: unset;
  }

  .panel.info-mobile-only-panel .info-panel {
    width: 100%;
    height: 100%;
  }

  .dessert-subsection__title {
    font-size: 20px;
  }

  .pretheatre-section__title h3 {
    font-size: 20px;
  }

  .fourth-panel {
    padding: 5vw !important;
    width: calc(100% - 10vw) !important;
    height: 100%;
  }

  .info-title-container {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
  }

  /* .menu-accordion__item,
  .child-cocktail-menu-accordion__item {
    border: 1px solid #181A29;
    width: 98%;
    position: relative;
    overflow: visible;
    background: #F5F0E6;
    transition: border-radius 0.3s ease, margin-bottom 0.3s ease;
    z-index: 1;
    margin: 0 0 0 1px;
  } */

  .location-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }

  .info-mobile-only-panel {
    height: unset !important;
    padding: 5vw !important;
    width: calc(100% - 10vw) !important;
  }

  .invisible-block {
    height: 183px;
  }

  .panel-home .content-home .home-intro {
    font-size: 18px !important;
    width: 380px;
  }

  .second-pane-text {
    padding: 0 32px 0 32px;
  }

  .header-logo img {
    width: 187px;
    height: auto;
    margin: 10px;
  }

  .second-pane-text p span {
    display: inline;
  }

  .header .header-logo,
  .header-logo a,
  .header .header-social,
  .header-social a {
    width: 133px;
    height: 60px;
  }

  .dessert-wines {
    margin-left: 0;
  }

  .spirits-menu-section {
    gap: 12%;
  }

  .fortified-row__name {
    text-align: left !important;
  }

  .header-logo img {
    width: 176px;
    height: auto;
    margin: 10px;
  }

  .invisible-block-two {
    height: unset;
  }

  .header-logo {
    margin-left: 2px !important;
  }

  .header .header-top-50 {
    height: 24px;
  }

  .menu-accordion-container {
    height: calc(100% - 44px);
  }

  .header-social img {
    width: 26px;
    height: 26px;
    margin-left: 70px;
    margin-top: 14px;
  }

  .header .valid-id-msg {
    display: none;
  }

  .home-logo {
    width: 340px;
    height: auto;
    margin: 0 auto;
  }

  .home-intro-2 {
    font-size: 16px !important;
  }

  .header .book-now {
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 12px 0 12px;
    margin-right: 14px;
  }

  .panel.second-panel {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .panel.second-panel .left-pane {
    display: none;
  }

  .panel.second-panel .right-pane {
    position: relative;
    z-index: 2;
    padding: 2rem;
    color: white;
    width: 100%;
  }

  .menu-accordion-group__header h3 {
    font-size: 18px;
  }

  .wine-section-heading__title,
  .sweetwines-heading__title,
  .fortified-heading__title {
    font-size: 14px;
  }

  .wine-section-heading__size,
  .wine-row__price {
    display: inline-block;
    width: 40px;
  }

  .panel.second-panel .home-pane-image {
    display: none !important;
  }

  .second-pane-heading {
    font-size: 24px;
  }

  .second-pane-text {
    font-size: 14px;
  }

  .book-now {
    font-size: 24px;
    padding: 16px 20px 10px 20px;
  }

  .menu-panel__footer {
    width: 99.8%;
  }

  .info-section__body {
    font-size: 13px;
  }

  .dryage-pane-image,
  .manager-pane-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 34% center;
  }

  .menu-panel {
    width: 99.7%;
    height: auto;
  }

  .menu-panel__body,
  .menu-accordion {
    height: 100%;
  }

  .menu-accordion__item {
    width: calc(100% - 11px);
  }

  .info-panel {
    display: none;
  }

  .info-panel__body {
    margin: 0;
    height: 90%;
  }

  .info-panel__footer {
    margin: 0;
  }

  .info-section__body {
    height: 201px;
  }

  .info-section__title {
    font-size: 20px;
  }

  .info-section__body.location p {
    margin-bottom: 4px;
  }

  .info-section__body.location p:nth-child(3),
  .info-section__body.location p:nth-child(4) {
    margin-bottom: 1px !important;
  }

  .info-section__body.hours p {
    margin-bottom: 12px !important;
    margin-top: 2px;
  }

  .info-section__header-container {
    height: 97px;
  }

  .info-section__header {
    margin: -12px 0 0 0;
    width: calc(100% - 11px);
    height: 74px;
  }

  .info-panel__header {
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .panel-home .content-home {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .menu-accordion__item {
    background: unset;
    height: 72px;
    margin: 3px 0;
  }

  .menu-accordion__item:nth-of-type(2) {
    background: unset;
    height: 72px;
    margin: 0px 0 3px 0px;
  }

  .mml-img {
    max-width: 223px !important;

  }

  .sixth-panel p {
    font-size: 13px !important;
  }

  .gdprcookie {
    left: 0 !important;
    bottom: 0 !important;
    width: calc(100vw - 26px) !important;
  }

  .cocktail-accordion__title {
    font-size: 20px !important;
  }

  .wine-header-row,
  .wine-item-row {
    margin-left: 21px;
  }

  .cocktail-accordion-menu-item__header p {
    font-size: 14px !important;
  }

  .cocktail-accordion-menu-item__body {
    font-size: 14px;
  }

  .spirits-category-name {
    font-size: 14px !important;
    font-family: 'Stolzl_book';
  }

  .cocktail-accordion__header {
    justify-content: space-between;
  }

  .accordion__icon svg {
    width: 30px;
    height: 30px;
  }

  .wine-type {
    font-family: 'Stolzl_regular';
    font-size: 14px;
  }

  .wine-name {
    font-family: 'Stolzl_book';
    font-size: 13px;
  }

  .accordion__header,
  .cocktail-accordion__header,
  .food-accordion__header,
  .sides-accordion__header,
  .desserts-accordion__header,
  .spirits-accordion__header,
  .wineAndChampagne-accordion__header {
    height: 70px;
  }

  .title-container {
    height: 83px;
  }

  .wrapper .container .panel.panel-home {
    min-height: 100vh;
  }

  .menu-panel__header {
    height: 72px;
    width: calc(100% - 11px);
  }


  .menu-panel__title {
    font-size: 20px;
  }

  .mains-accordion-menu-item p,
  .cocktail-accordion-menu-item__header,
  .sides-accordion-menu-item__header p {
    display: flex;
    font-family: 'Roboto-Bold';
    align-items: center;
    font-weight: bold;
    font-size: 16px !important;
    text-transform: unset;
  }

  .cocktail-accordion-menu-item__header p,
  .starter-accordion-menu-item__header p,
  .food-accordion-menu-item__header p,
  .sides-accordion-menu-item__header p,
  .desserts-accordion-menu-item__header p,
  .spirits-accordion-menu-item__header p {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
  }

  .accordion__content p,
  .cocktail-accordion__content p,
  .food-accordion__content p,
  .spirits-accordion__content p,
  .sides-accordion__content p,
  .desserts-accordion__content p,
  .wineAndChampagne-accordion__content p {
    font-family: "Roboto-Regular";
    font-size: 12px;
  }

  .info-section__body {
    font-size: 13px;
  }

  .info-section__title {
    font-size: 18px;
  }

  .food-accordion-menu-item__body p {
    font-size: 14px !important;
  }

  .accordion__content p,
  .cocktail-accordion__content p,
  .spirits-accordion__content p,
  .desserts-accordion__content p,
  .wineAndChampagne-accordion__content p {
    font-family: "Roboto-Regular";
    font-size: 14px !important;
  }

  .panel.third-panel-specials,
  .fourth-panel-bachelor,
  .fifth-panel-sands,
  .sixth-panel-dryage,
  .seventh-panel-hippodrome,
  .eight-panel-chef,
  .ninth-panel-manager {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 886px !important;
    align-items: stretch !important;
  }

  .mdm-pane-image,
  .sands-pane-image,
  .bachelor-pane-image,
  .sands-pane-image,
  .dryage-pane-image,
  .manager-pane-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }

  .mdm-right-pane,
  .sands-right-pane {
    order: 1;
    height: 350px;
  }

  .mdm-left-pane,
  .bachelor-right-pane,
  .sands-right-pane,
  .dryage-left-pane,
  .hippodrome-left-pane,
  .chef-right-pane,
  .manager-right-pane {
    order: 2;
    margin: 39px 0 39px 0;
    width: 100%;
  }

  .info-panel__title {
    font-size: 20px;
  }

  .second-pane-img {
    width: 230px;
    height: auto;
    margin-right: -11px;
  }

  .mains-accordion-menu-item__body p {
    font-size: 16px !important;
  }

  .steak-options-row.is-row {
    display: flex;
    justify-content: center;
    gap: 26px;
  }

  .sauce-option__name {
    font-family: 'Roboto-Regular';
    font-size: 14px;
  }

  .menu-accordion .steak-menu-item:nth-of-type(3) {
    width: 81%;
    height: 272px;
    margin-bottom: 40px;
  }

  .mains-accordion-menu-item__body .price {
    font-size: 14px;
    display: flex;
    gap: 8px;
  }

  .menu-panel__footer::before,
  .info-panel__footer::before {
    content: "";
    position: absolute;
    left: 36px;
    right: 34px;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, #EACE99, #EACE99 1px, transparent 2px, transparent 8px);
    z-index: 0;
  }

  .description-footer p {
    font-family: "Stolzl_book";
    font-size: 11px;
    text-align: center;
  }

  .description-footer {
    margin: 0;
    margin-bottom: 12px;
  }

  .policy-links {
    font-size: 13px;
  }

  .cookie-policy {
    font-size: 13px;
  }

  .awards-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }

  .award-image-1,
  .award-image-2,
  .award-image-3 {
    height: 50px;
    width: auto;
  }

  .accordion__header,
  .cocktail-accordion__header {
    width: 98%;
  }
}

@media only screen and (max-width: 450px) {
  .second-pane-img {
    width: 230px;
    height: auto;
    margin-right: 0px;
  }
}


@media only screen and (max-width: 375px) {

  .menu-panel__footer::before,
  .info-panel__footer::before {
    content: "";
    position: absolute;
    left: 33px;
    right: 32px;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, #EACE99, #EACE99 1px, transparent 2px, transparent 8px);
    z-index: 0;
  }

  .description-footer {
    padding: 8px;
    margin: 0;
  }

  .awards-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }


  .location-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }

  .description-footer p {
    font-size: 12px;
    text-align: center;
  }

  .wine-header-row,
  .wine-item-row {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-left: 0px;
  }

  .accordion__title,
  .cocktail-accordion__title,
  .food-accordion__title,
  .sides-accordion__title,
  .desserts-accordion__title,
  .spirits-accordion__title,
  .wineAndChampagne-accordion__title {
    width: 61%;
  }

  .cocktail-accordion-menu-item__header p,
  .starter-accordion-menu-item__header p,
  .mains-accordion-menu-item__header p,
  .food-accordion-menu-item__header p,
  .sides-accordion-menu-item__header p,
  .desserts-accordion-menu-item__header p,
  .spirits-accordion-menu-item__header p,
  .wineAndChampagne-accordion-menu-item p {
    font-size: 14px !important;
  }

  .cocktail-accordion-menu-item__body,
  .starter-accordion-menu-item__body,
  .mains-accordion-menu-item__body,
  .food-accordion-menu-item__body,
  .sides-accordion-menu-item__body,
  .spirits-accordion-menu-item__body,
  .desserts-accordion-menu-item__body {
    font-size: 13px;
  }

  #accordionModalBody .wine-type {
    font-size: 14px;
  }

  #accordionModalBody span {
    font-size: 13px;
    color: white;
  }

  .desserts-accordion-menu-item__body {
    color: white;
    font-size: 13px;
  }

  .desserts-accordion-menu-item__header {
    color: white;
    font-size: 14px;
  }

  .accordion__content p,
  .cocktail-accordion__content p,
  .spirits-accordion__content p,
  .desserts-accordion__content p,
  .wineAndChampagne-accordion__content p {
    font-size: 13px;
  }

  .food-accordion-menu-item__body p {
    font-size: 13px !important;
  }

  .sides-accordion__title,
  .cocktail-accordion__title,
  .food-accordion__title,
  .desserts-accordion__title,
  .spirits-accordion__title,
  .wineAndChampagne-accordion__title {
    font-size: 16px;
  }

  .policy-links {
    font-size: 13px;
    margin: 17px 0 17px 0;
  }

  .cookie-policy {
    font-size: 13px;
  }

  .panel.info-mobile-only-panel .info-panel {
    width: 100%;
  }

  .menu-panel__body,
  .menu-accordion {
    height: 100%;
  }

  .accordion__icon {
    width: 4.8em;
  }

  /* .info-section__header {
    margin: 3px 0px 5px 2px;
    width: 98%;
  } */

  .info-section__body.hours {
    margin-top: 0px;
    /* height: 115px; */
  }

  .menu-panel__footer {
    width: 100%;
  }

  .accordion-title.menu-accordion__item.active {
    width: calc(100% - 3px);
  }

  .spirits-menu-section__left {
    margin: 0;
  }

  .wine-group-section {
    padding: 5px;
  }

  .spirits-menu-container {
    position: relative;
    padding: 11px;
  }

  .description-footer p {
    font-size: 12px;
    padding: 8px;
  }

  .sixth-panel p {
    font-size: 13px !important;
    margin: 5px 0 9px 0;
  }

  .copy-right {
    margin-top: 11px;
  }

  .invisible-block {
    height: 121px;
  }

  .invisible-block-two {
    height: 80px;
  }

  .mobile-break {
    display: inline;
  }

  .panel-home .content-home .home-intro {
    font-size: 14px !important;
    width: 253px;
  }

  .second-pane-text p {
    margin-bottom: 0;
  }

  .horizontal-line {
    width: calc(100% - 97px);
  }

  .second-pane-img {
    width: 231px;
    height: auto;
    margin-right: unset;
  }

  .link-book-now {
    margin-top: 12px;
  }

  .wine-item-row.wine-group-header .wine-name {
    font-family: 'Stolzl_book';
    font-size: 14px;
  }

  .header {
    height: 50px;
  }

  .fourth-panel {
    padding: 5vw;
    width: calc(100% - 10vw) !important;
  }

  .info-mobile-only-panel {
    padding: 5vw !important;
    width: calc(100% - 10vw) !important;
    height: 933px;
  }

  .panel-home .content-home {
    height: 100%;
  }

  .bottom-book-now {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 3px;
    margin: 0;
    font-size: 15px !important;
  }

  .home-logo {
    width: 220px;
    margin: 0 auto;
    height: auto;
  }

  .header-left,
  .header-right {
    display: flex;
    flex-direction: row;
    height: 50px;
    width: 50vw;
    align-items: center;
    z-index: 100000;
  }

  .pretheatre-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 94%;
  }


  .accordion-menu-item,
  .cocktail-accordion-menu-item,
  .food-accordion-menu-item,
  .sides-accordion-menu-item,
  .desserts-accordion-menu-item,
  .wineAndChampagne-accordion-menu-item {
    padding: 11px;
  }

  .dessert-subsection:first-of-type .desserts-accordion-menu-item {
    width: 284px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .second-pane-text {
    padding: 0 0;
    width: 70%;
  }

  .accordion__content p,
  .cocktail-accordion__content p,
  .spirits-accordion__content p,
  .desserts-accordion__content p,
  .wineAndChampagne-accordion__content p {
    font-family: "Roboto-Regular";
    font-size: 14px !important;
  }

  .dessert-wine-row__name,
  .dessert-wine-row__price {
    font-size: 14px !important;
  }

  .dessert-wines__col {
    font-size: 14px !important;
  }

  .dessert-wine-row__name {
    display: flex;
    font-family: 'Roboto-Bold';
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    width: 157px;
    text-transform: none;
  }

  .dessert-wine-row {
    display: grid;
    grid-template-columns: 1fr 39px 39px;
    gap: 10px;
    align-items: baseline;
    padding: 14px;
  }

  .dessert-wines__head {
    display: grid;
    grid-template-columns: 1fr 39px 39px;
    gap: 8px;
    align-items: baseline;
    padding: 12px;
  }

  .cocktail-accordion__header .cocktail-accordion__title {
    font-size: 20px !important;
  }

  .second-panel .second-pane-text {
    width: 100%;
  }

  .second-panel .horizontal-line {
    width: 100%;
  }

  .fortified-row__name,
  .fortified-row__desc {
    text-align: left !important;
  }

  .fortified-heading__size,
  .fortified-row__price {
    display: inline-block;
    width: 49px;
  }

  .address {
    margin: 0 !important;
  }

  .sweetwines-heading__size {
    width: 49px;
  }

  .sweetwines-row__price {
    width: 49px;
  }
}