body {
  color: #111212;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 100;
  line-height: 1.1;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 100;
  line-height: 42px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 100;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: #1991eb;
  text-decoration: none;
  transition: color .4s, transform .4s, opacity .4s;
  display: block;
}

a:hover {
  transform: translate(0, -2px);
}

a:active {
  transform: translate(0, -1px);
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 8px;
  padding-left: 5px;
  font-weight: 400;
}

label {
  color: #999;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

blockquote {
  border-left: 5px solid rgba(17, 18, 18, .06);
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w50-80-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap._w-custom.nav2-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap._w-custom.hero5 {
  height: 600px;
  align-items: center;
  display: flex;
  position: relative;
}

.wrap.w50-start {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80-50 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap.w50-center {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.wrap.w80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

._4-col {
  width: 300px;
  flex-direction: column;
  margin-right: 20px;
  display: flex;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.tagline {
  opacity: .8;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.section.sectionrumata {
  min-height: 50vh;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0)), linear-gradient(to top, #f8f8f8, rgba(255, 255, 255, .34)), url('../images/photo-1509834057782-5b2a2c288a22.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-20 {
  opacity: 1;
  color: rgba(255, 255, 255, .65);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
}

.text-20.text-20-60 {
  opacity: .6;
}

.label-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.label-text.inactive {
  color: #5a5a5a;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #ed9831;
  background-image: linear-gradient(204deg, #ee9c31, #c22523);
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-dark {
  background-color: rgba(255, 255, 255, .1);
  background-image: none;
  border: 1px solid rgba(255, 255, 255, .2);
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

.btn.rumata {
  color: #1b2552;
  background-color: #e4e4e4;
  background-image: none;
}

.btn.rumata.large {
  padding: 20px 35px;
  font-size: 16px;
}

.btn.hide {
  display: none;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

.section-dark {
  color: #fff;
  background-color: #111212;
}

.link-dark {
  opacity: .6;
  color: #fff;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: .9;
}

.link-dark.footer-link-12-dark {
  margin-bottom: 10px;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 20px;
}

.headline-8-col.no-margin-bottom {
  margin-bottom: 10px;
}

.btn-big {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  background-image: linear-gradient(235deg, #737373, #000000);
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  font-size: 16px;
  line-height: 26px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
  box-shadow: 0 0 20px -8px #ddb473;
}

.btn-big:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-big:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.text-16.text-16-60._22 {
  margin-top: 20px;
}

.h2-jumbo {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.label {
  background-color: #f1a630;
  background-image: linear-gradient(225deg, #f1a630, #bf2827);
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
}

.label.inactive {
  background-color: #111212;
  background-image: none;
}

.hero1-headline-wrapper {
  width: 620px;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.decoline {
  width: 30px;
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decoline.decoline-dark {
  background-color: rgba(210, 210, 210, .2);
}

.cta1-content {
  max-width: 680px;
  margin-top: 5px;
}

.cta1-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta1.ctarumata {
  color: #fff;
  background-color: #11162e;
  background-image: linear-gradient(to top, #192041, #050f3a);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer1 {
  border-top: 1px solid rgba(17, 18, 18, .06);
}

.footer1.footer1-dark {
  border-top-style: none;
  border-top-color: rgba(255, 255, 255, .06);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer1-column-headline {
  margin-bottom: 20px;
}

.content5-headline-wrapper {
  padding-right: 80px;
}

._6-col-last {
  width: 460px;
}

.content5-description {
  margin-top: 18px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.footer2 {
  border-top: 1px solid rgba(17, 18, 18, .06);
}

.footer2.footerrumata {
  background-color: #192041;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.nav2-logo-wrapper {
  max-width: 200px;
  flex: none;
  align-items: center;
  margin-bottom: -5px;
  display: inline-block;
}

.navigation2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.content7-numbers-wrap {
  align-items: flex-start;
  padding-bottom: 25px;
  display: flex;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.content7-number-card {
  color: #fff;
  background-color: #111212;
  border-radius: 8px;
  padding: 10px 30px 20px;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #1a1a1a;
}

.content7-number-card.content7-number-card-content1 {
  background-color: #bf2827;
  background-image: linear-gradient(225deg, #f1a630, #bf2827);
}

.nav2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.nav2-menu-wrapper-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing3-logo {
  margin-right: 16px;
}

.landing3-logo.landing3-logo-mob {
  margin-top: -5px;
}

.content7-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  margin-top: 15px;
  margin-bottom: 15px;
}

.cta3-item-point {
  align-items: flex-start;
  display: flex;
}

.cta3-item-wrap {
  text-align: left;
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 8px;
  padding: 20px;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-color: #2c2c2c;
  border-color: rgba(255, 255, 255, .06);
  flex-direction: column;
  display: block;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.cta3-icon {
  margin-top: 9px;
  margin-right: 12px;
}

.cta2 {
  width: 940px;
  color: #111212;
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
}

.cta2.cta2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-style: solid;
  border-color: rgba(255, 255, 255, .06);
}

.cta2.cta2-dark.cta2-image1 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/Steak21.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image2 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/vino-y-queso.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image3 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/Downtownsushi.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image4 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/Urban.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image5 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/Gourmet.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image6 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/tapas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image7 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/Craft.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image8 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/tapas3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image9 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/TASCA\ -33.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2.cta2-dark.cta2-image10 {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/nashira3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
  padding-top: 230px;
}

.cta2-content-wrap {
  margin-top: 10px;
}

.cta3-options-wrapper {
  align-items: stretch;
  display: flex;
}

.cta3-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero5-headline-wrap {
  margin-bottom: 20px;
  padding-right: 40px;
}

.hero5-image {
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 50%;
}

.s21_cocktails80vh {
  width: 100%;
  height: 60vh;
  min-height: 350px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  display: flex;
}

.s21_cocktailimage {
  height: 100%;
  background-color: #333;
  background-image: url('../images/stripes.webp');
  background-position: 0 0;
  background-size: auto;
}

.s21_cocktailimage.dirtydiana {
  background-image: url('../images/s21-sv_cocktails__0002_Layer-7.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.s21_cocktailimage.fromdusktilldawn {
  background-image: url('../images/preview2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.letthemeatcake {
  background-image: url('../images/s21-sv_cocktails__0005_Layer-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.keithrichards {
  background-image: url('../images/s21-sv_cocktails__0007_Layer-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.Vinoyqueso {
  background-image: url('../images/vino-y-queso.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.bergamottosfault {
  background-image: url('../images/s21-sv_cocktails__0004_Layer-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.fromdusktilldawn {
  background-image: url('../images/s21-sv_cocktails__0003_Layer-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.fewdollars {
  background-image: url('../images/s21-sv_cocktails__0001_Layer-8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.sowhat {
  background-image: url('../images/s21-sv_cocktails__0000_Layer-9.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktailimage.shouldistay {
  background-image: url('../images/s21-sv_cocktails__0006_Layer-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s21_cocktaildescblock {
  width: 100%;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex: 1;
  padding: 20px 20px 40px;
  position: absolute;
  bottom: 0;
}

.s21_cocktaildescblock.black {
  color: #000;
  background-color: #fff;
  padding-bottom: 20px;
}

.s21_cocktailtitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.s21_cocktaildesc {
  opacity: .75;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.cocktailmenu-part-center {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  margin-bottom: 20px;
}

.mask {
  width: 100%;
  border-radius: 20px;
}

.rightarrowicon {
  width: 48px;
  height: 48px;
  background-color: #1d1d1d;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 60px;
  padding: 15px;
}

.arrowlink {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.h1cocktails {
  margin-bottom: 0;
}

.rightarrowiconleft {
  width: 48px;
  height: 48px;
  background-color: #1d1d1d;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 60px;
  padding: 15px;
  transform: rotate(180deg);
}
.products3-content-wrap {
  padding-right: 80px;
}

.products3-options-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.products3-option-wrap {
  border-bottom: 1px solid rgba(17, 18, 18, .06);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.products3-option-wrap.products3-option-wrap-dark {
  grid-column-gap: 20px;
  border-bottom-color: rgba(255, 255, 255, .06);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.ourbrands {
  width: 100%;
  opacity: .8;
  color: #fff;
  margin-bottom: 20px;
  transition: transform .4s, opacity .4s;
}

.ourbrands:hover {
  opacity: 1;
}

.brandlogo {
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rumata {
  font-family: Montserrat, sans-serif;
}

.h1rumata {
  color: #1b2552;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.h2rumata {
  color: #1b2552;
  margin-top: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
}

.h2rumata.white {
  color: #fff;
}

.h3rumata {
  color: #1b2552;
  margin-top: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
}

.paragraphrumata {
  opacity: .7;
  font-size: 16px;
  line-height: 27px;
}

.padding40px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nobottommargin {
  margin-bottom: 0;
}

.hero5es-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 50%;
}

.h2-28px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.vouchertcs {
  margin-right: 20px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-12.s21-shop-column {
  padding-bottom: 10px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.s21-menu-last-row {
  margin-left: 0;
  margin-right: 0;
}

.bluespecialmain {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.voucherduedate {
  min-width: 120px;
}

.voucherdetails {
  width: 100%;
  border-top: 2px dotted #313131;
  border-bottom: 2px dotted #313131;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.blueabout {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
  top: 0;
}

.list {
  padding-left: 20px;
  list-style-type: decimal;
}

.whiteheading {
  color: #fff;
  margin-bottom: 20px;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.s21-menu-wrapper {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.tcs {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.vouchername {
  margin-right: 20px;
  font-weight: 700;
}

.special-menu-part-center {
  width: 100%;
  max-width: 800px;
  text-align: left;
  align-self: center;
  margin-bottom: 20px;
}

.daily-specials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listlink {
  color: #fff;
  border-bottom: 1px dotted #f3f3f3;
  display: inline-block;
}

.h1-gift-card {
  margin-bottom: -5px;
}

.paragraph-link {
  color: #fff;
  border-bottom: 1px dotted #fff;
  display: inline;
}

.cta3-options-wrapper-2 {
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.cta3-options-wrapper-2.no-margin {
  margin-bottom: 10px;
}

.voucherinfo {
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(77, 77, 77, .41);
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding: 10px;
  display: flex;
}

.ourbrands-2 {
  width: 100%;
  opacity: .8;
  color: #fff;
  margin-bottom: 20px;
  transition: transform .4s, opacity .4s;
}

.ourbrands-2:hover {
  opacity: 1;
}

.ourbrands-2.no-margin {
  flex: 1;
  margin-bottom: 0;
}

.voucherdetails-2 {
  width: 100%;
  border-bottom: 2px dotted #313131;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.h2-highlight {
  color: #f1a630;
}

.div-block {
  width: 24px;
  height: 24px;
  filter: grayscale();
  background-image: url('../images/yes2x_1yes2x_1yes2x_1yes@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-57 {
  padding-bottom: 0;
}

.div-block-57 {
  padding-top: 60px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .headline-6-col {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap._w-custom.nav2-dark {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap._w-custom.hero5 {
    height: auto;
    text-align: center;
    flex-direction: column-reverse;
    padding-top: 40px;
  }

  .wrap.w50-start {
    flex-direction: column;
  }

  .wrap.w50-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w80 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  ._4-col {
    flex: 0 auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 20px;
    margin-right: auto;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .headline-8-col {
    width: auto;
    text-align: center;
  }

  .text-16.text-16-60 {
    text-align: left;
  }

  .h2-jumbo {
    font-size: 28px;
    line-height: 32px;
  }

  .structure-cards2-menu-btn {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
    padding: 0;
  }

  .structure-cards2-menu-btn:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .structure-cards2-menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .decoline.decoline-dark.left-align-decoline-dark {
    margin-left: 0;
    margin-right: 0;
  }

  .cta1-content {
    margin-bottom: 0;
  }

  .cta1-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer1, .content3-text-wrap {
    text-align: center;
  }

  .content5-headline-wrapper {
    text-align: center;
    padding-right: 0;
  }

  ._6-col-last {
    width: auto;
  }

  .content5-description {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer2-logo-wrapper {
    margin-bottom: 10px;
  }

  .nav2-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .navigation2 {
    flex-direction: row;
    justify-content: center;
  }

  .nav1-menuicon {
    margin-bottom: 3px;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .content7-number-card {
    text-align: center;
  }

  .nav2-menu-wrapper-dark {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .cta2 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta3-options-wrapper {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
  }

  .hero5-headline-wrap {
    text-align: center;
    padding-right: 0;
  }

  .hero5-image {
    margin-top: -10px;
    position: static;
  }

  .products3-content-wrap {
    padding-right: 0;
  }

  .ourbrands {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero5es-image {
    margin-top: -10px;
    position: static;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.s21-menu-wrapper {
    margin-bottom: 10px;
  }

  .daily-specials {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta3-options-wrapper-2 {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
  }

  .ourbrands-2 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .structure-cards2-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }

  .nav2-logo-wrapper {
    margin-left: 20px;
    display: inline-block;
  }

  .navigation2 {
    justify-content: flex-start;
  }

  .nav2 {
    z-index: 10;
  }

  .cta3-item-wrap.cta3-item-wrap-dark {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .cta2 {
    width: 94%;
    padding: 25px 30px;
  }

  .cta3-options-wrapper {
    flex-direction: column;
  }

  .ourbrands {
    width: 100%;
  }

  .col.lg-12.s21-shop-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    flex-wrap: wrap;
  }

  .bluespecialmain {
    padding-left: 0;
    padding-right: 0;
  }

  .daily-specials {
    background-size: cover;
  }

  .cta3-options-wrapper-2 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .ourbrands-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .wrap.w80 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .cta1-wrap {
    align-items: stretch;
  }

  .nav2-logo-wrapper {
    max-width: 140px;
    margin-left: 20px;
  }

  .navigation2 {
    padding-top: 10px;
  }

  .landing3-logo.landing3-logo-mob {
    max-width: 140px;
    display: block;
  }

  .cta2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta2.cta2-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta3-options-wrapper {
    margin-bottom: 0;
  }

  .products3-option-wrap {
    text-align: left;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-12.s21-shop-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bluespecialmain {
    padding-left: 0;
    padding-right: 0;
  }

  .voucherdetails {
    flex-direction: column;
  }

  .blueabout {
    padding-left: 15px;
  }

  .special-menu-part-center {
    padding-left: 0;
    padding-right: 0;
  }

  .cta3-options-wrapper-2 {
    margin-bottom: 0;
  }

  .voucherdetails-2 {
    flex-direction: column;
  }
}


