* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}

.clr {
  clear: both;
  float: none;
}

@font-face {
  font-family: "Inter regular";
  src: url("../font/Inter-Regular.eot");
  src: url("../font/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype"), url("../font/Inter-Regular.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter semibold";
  src: url("../font/Inter-SemiBold.eot");
  src: url("../font/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Inter-SemiBold.woff") format("woff"), url("../font/Inter-SemiBold.ttf") format("truetype"), url("../font/Inter-SemiBold.svg#fontname") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  color: black;
}
body #header {
  position: relative;
  height: 720px;
  background-image: url("../img/header.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: top;
}
@media screen and (max-width: 1760px) {
  body #header {
    background-position-x: 110%;
  }
}
@media screen and (max-width: 1650px) {
  body #header {
    background-position-x: 137%;
  }
}
@media screen and (max-width: 1500px) {
  body #header {
    background-position-x: 173%;
  }
}
@media screen and (max-width: 1380px) {
  body #header {
    background-position-x: 214%;
  }
}
@media screen and (max-width: 1290px) {
  body #header {
    background-position-x: 275%;
  }
}
@media screen and (max-width: 1100px) {
  body #header {
    background-position-x: 730px;
  }
}
@media screen and (max-width: 740px) {
  body #header {
    background-image: unset;
    height: auto;
  }
}
body #header .langs {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 20px;
  z-index: 999;
}
@media screen and (max-width: 880px) {
  body #header .langs {
    padding: 0px;
  }
}
body #header .langs a {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
}
body #header .langs a.active, body #header .langs a:hover {
  text-decoration: underline;
}
body #header .zarovnani {
  max-width: 1646px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 880px) {
  body #header .zarovnani {
    padding-top: 30px;
  }
}
body #header .zarovnani .zarovnani_menu {
  display: grid;
  max-width: 1128px;
  grid-template-columns: 167px 1fr 200px;
  grid-gap: 30px;
}
@media screen and (max-width: 880px) {
  body #header .zarovnani .zarovnani_menu {
    grid-gap: 15px;
    grid-template-columns: 167px 1fr 110px;
  }
}
body #header .zarovnani .zarovnani_menu #logo {
  width: 100%;
  float: none;
  margin-top: 59px;
}
@media screen and (max-width: 880px) {
  body #header .zarovnani .zarovnani_menu #logo {
    margin-top: 29px;
  }
}
body #header .zarovnani .zarovnani_menu #nav {
  width: 100%;
  float: none;
  margin: 0px;
}
@media screen and (max-width: 1200px) {
  body #header .zarovnani .zarovnani_menu #nav {
    padding-right: 155px;
  }
}
@media screen and (max-width: 1150px) {
  body #header .zarovnani .zarovnani_menu #nav {
    padding-right: 170px;
  }
}
@media screen and (max-width: 1100px) {
  body #header .zarovnani .zarovnani_menu #nav {
    padding-right: 0px;
  }
}
body #header .zarovnani .zarovnani_menu #nav ul {
  margin-top: 72px;
  text-align: right;
}
body #header .zarovnani .zarovnani_menu #nav ul li {
  float: none;
  display: inline-block;
}
body #header .zarovnani .zarovnani_menu #nav ul li a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  padding-left: 17px;
  padding-right: 17px;
  white-space: nowrap;
  transition: 0.6s;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #000000;
  background-color: unset;
}
body #header .zarovnani .zarovnani_menu #nav ul li a.active, body #header .zarovnani .zarovnani_menu #nav ul li a:hover {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #E30045;
  background-color: unset;
}
@media screen and (max-width: 1120px) {
  body #header .zarovnani .zarovnani_menu #nav ul li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 880px) {
  body #header .zarovnani .zarovnani_menu #nav {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  body #header .zarovnani .zarovnani_menu #nav #hamburger {
    z-index: 999;
    display: block;
    border: unset;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
    cursor: pointer;
    padding: 0px;
    width: 47px;
    height: 47px;
    transition: 900ms;
    background-image: url("../img/hamburger.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #header .zarovnani .zarovnani_menu #nav #hamburger.aktivni {
    background-image: url("../img/hamburger_close.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body #header .zarovnani .zarovnani_menu #nav ul {
    overflow: hidden;
    width: 400px;
    left: calc(50% - 200px);
    margin-top: 0px;
    text-align: center;
  }
  body #header .zarovnani .zarovnani_menu #nav ul li {
    background: #e30045;
    padding: 10px 0px;
  }
  body #header .zarovnani .zarovnani_menu #nav ul li a {
    color: white;
  }
  body #header .zarovnani .zarovnani_menu #nav ul li a.active, body #header .zarovnani .zarovnani_menu #nav ul li a:hover {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    color: white;
    background-color: unset;
    text-decoration: underline;
  }
}
@media screen and (max-width: 540px) {
  body #header .zarovnani .zarovnani_menu #nav ul {
    width: 100vw;
    left: -189px;
  }
  body #header .zarovnani .zarovnani_menu #nav ul li {
    padding: 20px 0px;
  }
}
body #header .zarovnani .zarovnani_menu #prihlaseni_registrace {
  float: none;
  width: 100%;
  padding: 0px;
}
body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni, body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni_aktivni {
  position: relative;
  width: 138px;
  height: 36px;
  background: #E30045;
  border-radius: 50px;
  float: none;
  padding: 8px 18px;
  margin-right: 0px;
  margin-top: 64px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-image: url("../img/user.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 95px;
  background-position-y: center;
  transition: 800ms;
  display: inline-block;
  vertical-align: top;
}
body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni:hover, body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni_aktivni:hover {
  background-position-x: 105px;
}
@media screen and (max-width: 880px) {
  body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni, body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni_aktivni {
    background-image: url("../img/user_mobile.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
    content: "";
    width: 47px;
    height: 47px;
    font-size: 0px;
    background-color: black;
    margin-top: 40px;
    vertical-align: middle;
  }
  body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni:hover, body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #prihlaseni_aktivni:hover {
    background-position-x: 0px;
  }
}
body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #kosik {
  position: relative;
  width: 49px;
  height: 49px;
  margin-top: 56px;
  right: unset;
  top: unset;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 880px) {
  body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #kosik {
    margin-top: 40px;
  }
}
body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #kosik #kosik_vypis {
  float: none;
  padding: 0px;
  background-image: url("../img/cart.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-left: 10px;
}
body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #kosik #kosik_vypis a {
  background-image: unset;
  display: block;
  width: 100%;
  height: 100%;
}
body #header .zarovnani .zarovnani_menu #prihlaseni_registrace #kosik #kosik_vypis a span {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -5px;
  right: 0px;
  background: #FFD600;
  z-index: 99;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body #header .zarovnani .zarovnani_menu #prihlaseni_registrace {
    z-index: unset;
    overflow: unset;
    position: unset;
    right: unset;
    width: unset;
    background-color: unset;
    padding: unset;
    padding-right: unset;
    margin-top: unset;
    cursor: unset;
  }
}
body #header #prihlaseni_popup, body #header #prihlasen {
  position: absolute;
  right: 715px;
  top: 110px;
  padding: 10px;
  background-color: white;
  border: none;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  width: 400px;
  font-size: 80%;
  z-index: 99999;
  display: none;
}
@media screen and (max-width: 1700px) {
  body #header #prihlaseni_popup, body #header #prihlasen {
    right: 33%;
  }
}
@media screen and (max-width: 1420px) {
  body #header #prihlaseni_popup, body #header #prihlasen {
    right: 20%;
  }
}
@media screen and (max-width: 1200px) {
  body #header #prihlaseni_popup, body #header #prihlasen {
    right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  body #header #prihlaseni_popup, body #header #prihlasen {
    padding-left: 0px !important;
    height: auto !important;
    background-image: unset !important;
  }
}
@media screen and (max-width: 440px) {
  body #header #prihlaseni_popup, body #header #prihlasen {
    padding-left: 20px !important;
    padding: 20px;
    width: 100%;
    right: 0px;
    height: auto !important;
    background-image: unset !important;
  }
}
body #header #prihlaseni_popup h2, body #header #prihlasen h2 {
  padding-bottom: 5px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 0px;
  padding-top: 20px;
  text-align: center;
}
body #header #prihlaseni_popup table, body #header #prihlasen table {
  width: 100%;
}
body #header #prihlaseni_popup table td input, body #header #prihlasen table td input {
  font-size: 14px;
}
body #header #prihlaseni_popup a, body #header #prihlasen a {
  color: #e30045;
  text-decoration: underline;
  transition: 0.6s;
  font-size: 120%;
}
body #header #prihlaseni_popup a.prihl_cta, body #header #prihlasen a.prihl_cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
body #header #prihlaseni_popup a.zavrit, body #header #prihlasen a.zavrit {
  float: right;
  font-size: 100%;
  color: red;
  text-decoration: none;
  transition: 0.6s;
}
body #header #prihlaseni_popup p, body #header #prihlasen p {
  font-size: 14px;
}
body #header #prihlaseni_popup p.jmeno, body #header #prihlasen p.jmeno {
  padding-left: 30px;
}
body #header #prihlasen {
  text-align: center;
}
body #header .zastaveni_objednavek {
  border-radius: 10px 0px;
  background: #FFD600;
  max-width: 574px;
  height: auto;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 41px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin-top: 36px;
  margin-left: 0px;
}
@media screen and (max-width: 880px) {
  body #header .zastaveni_objednavek {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #header .header_info {
  max-width: 620px;
  padding-top: 124px;
  margin-left: 140px;
}
body #header .header_info .zarovnani {
  max-width: 100%;
}
body #header .header_info .zarovnani h1 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 85px;
  letter-spacing: 0px;
  color: #000000;
}
body #header .header_info .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-top: 20px;
  max-width: 498px;
}
body #header .header_info .zarovnani a {
  width: 150px;
  height: 44px;
  background: #E30045;
  border-radius: 50px;
  display: inline-block;
  margin-top: 34px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-left: 26px;
  background-image: url("../img/cart.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 103px;
  background-position-y: center;
  text-decoration: none;
}
body #header .header_info .zarovnani a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 740px) {
  body #header .header_info {
    max-width: 96%;
    margin: 0px auto;
    padding-top: 10px;
  }
  body #header .header_info .zarovnani h1 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
  body #header .header_info .zarovnani p {
    max-width: 100%;
  }
  body #header .header_info .zarovnani a {
    margin: 10px auto;
    display: block;
    margin-top: 25px;
  }
}
body #content {
  margin-top: 0px;
}
body #content #lista_sdeleni {
  max-width: 1634px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body #content #lista_sdeleni .wrap {
  border-radius: 10px 0px;
  background: #FFD600;
  max-width: 817px;
  width: 100%;
  padding: 10px;
  display: grid;
  grid-template-columns: 94px 1fr;
  grid-column-gap: 16px;
  align-items: center;
}
body #content #lista_sdeleni .wrap .obrazek {
  display: block;
  width: 100%;
  height: auto;
}
body #content #lista_sdeleni .wrap .obrazek img {
  width: 94px;
  height: auto;
}
body #content #lista_sdeleni .wrap .obrazek span {
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position-x: 50%;
  background-position-y: 50%;
  margin: 0px auto;
}
body #content #lista_sdeleni .wrap .obrazek span.srdicko {
  background-image: url("../img/srdicko.png");
}
body #content #lista_sdeleni .wrap .obrazek span.check {
  background-image: url("../img/check.png");
}
body #content #lista_sdeleni .wrap .obrazek span.slunicko {
  background-image: url("../img/slunicko.png");
}
body #content #lista_sdeleni .wrap .obrazek span.smajlik {
  background-image: url("../img/smajlik.png");
}
body #content #lista_sdeleni .wrap .obrazek span.vykricnik {
  background-image: url("../img/vykricnik.png");
}
body #content #lista_sdeleni .wrap .obsah {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 180px;
}
@media screen and (max-width: 450px) {
  body #content #lista_sdeleni .wrap .obsah {
    grid-template-columns: 1fr;
  }
}
body #content #lista_sdeleni .wrap .obsah a {
  display: block;
  float: right;
  width: 150px;
  margin-right: 35px;
  height: 44px;
  border-radius: 50px;
  background: #000;
  text-decoration: none;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #FFF;
  text-align: center;
}
body #content #lista_sdeleni .wrap .obsah a:hover {
  background-color: white;
  color: black;
}
@media screen and (max-width: 600px) {
  body #content #lista_sdeleni .wrap .obsah a {
    margin-right: 0px;
  }
}
@media screen and (max-width: 560px) {
  body #content #lista_sdeleni .wrap .obsah a {
    float: none;
    margin: 5px auto;
  }
}
body #content .usp {
  margin-top: 94px;
}
@media screen and (max-width: 740px) {
  body #content .usp {
    margin-top: 20px;
  }
}
body #content .usp .zarovnani {
  max-width: 1634px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 600px) {
  body #content .usp .zarovnani {
    max-width: 375px;
  }
}
body #content .usp .zarovnani .wrap {
  width: 100%;
  max-width: 1202px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50px 0px;
  min-height: 229px;
  padding: 61px 0px 53px 0px;
}
@media screen and (max-width: 740px) {
  body #content .usp .zarovnani .wrap {
    grid-template-columns: 1fr;
  }
}
body #content .usp .zarovnani .wrap .col {
  text-align: center;
}
@media screen and (max-width: 740px) {
  body #content .usp .zarovnani .wrap .col {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  body #content .usp .zarovnani .wrap .col {
    margin-bottom: 60px;
  }
}
body #content .usp .zarovnani .wrap .col:nth-child(1) {
  border-right: solid 1px #D2D2D2;
}
@media screen and (max-width: 740px) {
  body #content .usp .zarovnani .wrap .col:nth-child(1) {
    border-right: unset;
  }
}
body #content .usp .zarovnani .wrap .col:nth-child(2) {
  border-right: solid 1px #D2D2D2;
}
@media screen and (max-width: 740px) {
  body #content .usp .zarovnani .wrap .col:nth-child(2) {
    border-right: unset;
  }
}
body #content .usp .zarovnani .wrap .col span {
  display: block;
  margin: 0px auto;
  width: 47px;
  height: 47px;
  margin-bottom: 21px;
}
body #content .usp .zarovnani .wrap .col span.rozvoz {
  background-image: url("../img/rozvazime.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 600px) {
  body #content .usp .zarovnani .wrap .col span.rozvoz {
    background-image: url("../img/rozvazime_black.svg");
  }
}
body #content .usp .zarovnani .wrap .col span.adresa {
  background-image: url("../img/adresa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 600px) {
  body #content .usp .zarovnani .wrap .col span.adresa {
    background-image: url("../img/adresa_black.svg");
  }
}
body #content .usp .zarovnani .wrap .col span.telefon {
  background-image: url("../img/telefon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 600px) {
  body #content .usp .zarovnani .wrap .col span.telefon {
    background-image: url("../img/telefon_black.svg");
  }
}
body #content .usp .zarovnani .wrap .col p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body #content .usp .zarovnani .wrap .col p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
}
body #content .usp .zarovnani .wrap .col p strong a {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
}
body #content .usp .zarovnani .wrap .col p strong a:hover {
  text-decoration: underline;
}
body #content .nejcerstvejsi_suroviny {
  background-image: url("../img/sushi.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: -70px;
  width: 100%;
  height: 568px;
}
@media screen and (max-width: 1520px) {
  body #content .nejcerstvejsi_suroviny {
    background-position-x: -200px;
  }
}
@media screen and (max-width: 1200px) {
  body #content .nejcerstvejsi_suroviny {
    background-position-x: -400px;
  }
}
@media screen and (max-width: 980px) {
  body #content .nejcerstvejsi_suroviny {
    background-position-x: 0px;
    background-position-y: 80px;
    background-size: 50%;
  }
}
@media screen and (max-width: 860px) {
  body #content .nejcerstvejsi_suroviny {
    background-image: unset;
    height: auto;
  }
}
body #content .nejcerstvejsi_suroviny .zarovnani {
  max-width: 1254px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body #content .nejcerstvejsi_suroviny .zarovnani .wrap {
  margin-left: auto;
  margin-right: 0;
  max-width: 498px;
  width: 100%;
  text-align: left;
  padding-top: 190px;
}
@media screen and (max-width: 860px) {
  body #content .nejcerstvejsi_suroviny .zarovnani .wrap {
    padding-top: 30px;
    max-width: 96%;
    margin: 0px auto;
    text-align: center;
  }
}
body #content .nejcerstvejsi_suroviny .zarovnani .wrap h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  padding: 0px;
}
@media screen and (max-width: 860px) {
  body #content .nejcerstvejsi_suroviny .zarovnani .wrap h2 {
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  body #content .nejcerstvejsi_suroviny .zarovnani .wrap h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
body #content .nejcerstvejsi_suroviny .zarovnani .wrap p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-top: 24px;
}
body #content .nejcerstvejsi_suroviny .zarovnani .wrap a {
  margin-top: 32px;
  display: block;
  width: 164px;
  height: 44px;
  border: 1px solid #E30045;
  border-radius: 50px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #E30045;
  text-decoration: none;
  padding-left: 26px;
  background-image: url("../img/sushi_rolka.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 113px;
  background-position-y: center;
}
body #content .nejcerstvejsi_suroviny .zarovnani .wrap a:hover {
  background-image: url("../img/sushi_rolka_aktivni.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 113px;
  background-position-y: center;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #FFF;
  background-color: #e30045;
}
@media screen and (max-width: 860px) {
  body #content .nejcerstvejsi_suroviny .zarovnani .wrap a {
    margin: 10px auto;
    text-align: left;
    margin-top: 25px;
  }
}
body #content .sushi_upgrade_praha {
  text-align: center;
}
body #content .sushi_upgrade_praha .zarovnani {
  max-width: 1211px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body #content .sushi_upgrade_praha .zarovnani h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 80px;
  padding-bottom: 0px;
}
@media screen and (max-width: 920px) {
  body #content .sushi_upgrade_praha .zarovnani h2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 740px) {
  body #content .sushi_upgrade_praha .zarovnani h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
body #content .sushi_upgrade_praha .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-top: 24px;
}
body #content .sushi_upgrade_praha .zarovnani .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 75px;
}
@media screen and (max-width: 920px) {
  body #content .sushi_upgrade_praha .zarovnani .wrap {
    grid-gap: 10px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 800px) {
  body #content .sushi_upgrade_praha .zarovnani .wrap {
    grid-template-columns: 1fr;
    width: 96%;
    max-width: 375px;
    margin: 20px auto;
  }
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col {
  border: 1px solid #DEDEDE;
  border-radius: 50px 0px;
  text-align: center;
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col span {
  display: block;
  margin: 0px auto;
  width: 47px;
  height: 47px;
  margin-bottom: 21px;
  margin-top: 57px;
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col span.cerstve {
  background-image: url("../img/cerstve.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col span.japonske_koreny {
  background-image: url("../img/japonske_koreny.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col span.rychly_rozvoz {
  background-image: url("../img/rychly_rozvoz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (max-width: 740px) {
  body #content .sushi_upgrade_praha .zarovnani .wrap .col span {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000000;
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  max-width: 241px;
  width: 96%;
  margin: 0px auto;
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #E30045;
  text-decoration: none;
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 55px;
}
@media screen and (max-width: 740px) {
  body #content .sushi_upgrade_praha .zarovnani .wrap .col a {
    margin-bottom: 15px;
  }
}
body #content .sushi_upgrade_praha .zarovnani .wrap .col a:hover {
  text-decoration: underline;
}
body #content .nejcasteji_objednavate {
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 740px) {
  body #content .nejcasteji_objednavate {
    margin-top: 60px;
  }
}
body #content .nejcasteji_objednavate .zarovnani {
  max-width: 1211px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body #content .nejcasteji_objednavate .zarovnani h2 {
  padding: 0px;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 740px) {
  body #content .nejcasteji_objednavate .zarovnani h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
body #content .nejcasteji_objednavate .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-top: 34px;
}
@media screen and (max-width: 740px) {
  body #content .nejcasteji_objednavate .zarovnani p {
    padding-top: 20px;
  }
}
body #content .nejcasteji_objednavate .zarovnani .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  body #content .nejcasteji_objednavate .zarovnani .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 740px) {
  body #content .nejcasteji_objednavate .zarovnani .wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 660px) {
  body #content .nejcasteji_objednavate .zarovnani .wrap {
    grid-template-columns: 1fr;
    max-width: 450px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
body #content .nejcasteji_objednavate .zarovnani .wrap a {
  border: 1px solid #DEDEDE;
  border-radius: 50px 0px;
  text-decoration: none;
}
body #content .nejcasteji_objednavate .zarovnani .wrap a .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  display: block;
  width: 100%;
  height: 252px;
  border-top-left-radius: 50px;
}
body #content .nejcasteji_objednavate .zarovnani .wrap a img {
  display: none;
}
body #content .nejcasteji_objednavate .zarovnani .wrap .wrapik {
  padding: 23px 30px 0px 30px;
  display: grid;
  grid-template-columns: 1fr 80px;
}
body #content .nejcasteji_objednavate .zarovnani .wrap .wrapik .obsah .nazev {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  display: block;
}
body #content .nejcasteji_objednavate .zarovnani .wrap .wrapik .obsah .popis {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  text-align: left;
  display: block;
}
body #content .nejcasteji_objednavate .zarovnani .wrap .wrapik .cena {
  text-align: right;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #E30045;
}
body #content .nejcasteji_objednavate .zarovnani .wrap .add_to_cart {
  width: 148px;
  height: 42px;
  background: #E30045;
  border-radius: 50px;
  display: block;
  margin: 7px auto 26px auto;
  border: solid 1px #E30045;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 26px;
  background-image: url("../img/cart.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 100px;
  background-position-y: center;
  transition: 800ms;
}
body #content .nejcasteji_objednavate .zarovnani .wrap .add_to_cart:hover {
  background-color: white;
  color: #E30045;
  background-image: url("../img/cart_aktivni.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 100px;
  background-position-y: center;
}
body #content .nejcasteji_objednavate .zarovnani .cele_menu {
  width: 164px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E30045;
  border-radius: 50px;
  margin: 47px auto 0px auto;
  display: block;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #E30045;
  text-decoration: none;
  text-align: left;
  padding-left: 26px;
  background-image: url("../img/sushi_rolka.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 111px;
  background-position-y: center;
}
body #content .nejcasteji_objednavate .zarovnani .cele_menu:hover {
  background-color: #E30045;
  color: white;
  background-image: url("../img/sushi_rolka_aktivni.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 111px;
  background-position-y: center;
}
body #content .newsletter {
  margin-top: 71px;
  margin-bottom: 121px;
}
@media screen and (max-width: 840px) {
  body #content .newsletter {
    margin-top: 40px;
  }
}
body #content .newsletter .zarovnani {
  max-width: 1211px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body #content .newsletter .zarovnani .wrap {
  width: 100%;
  height: 400px;
  background-image: url("../img/sushi_news_back.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: bottom;
  display: grid;
  grid-template-columns: 1fr 596px;
  grid-gap: 10px;
}
@media screen and (max-width: 840px) {
  body #content .newsletter .zarovnani .wrap {
    grid-template-columns: 1fr;
    max-width: 382px;
    height: 267px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/sushi_news_back_mobile.jpg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: bottom;
  }
}
body #content .newsletter .zarovnani .wrap .obrazek {
  background-image: url("../img/newsletter_pic.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: block;
  height: 399px;
}
@media screen and (max-width: 840px) {
  body #content .newsletter .zarovnani .wrap .obrazek {
    display: none;
  }
}
body #content .newsletter .zarovnani .wrap .obsah {
  text-align: left;
}
body #content .newsletter .zarovnani .wrap .obsah h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-top: 155px;
  padding-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 840px) {
  body #content .newsletter .zarovnani .wrap .obsah h2 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 54px;
  }
}
body #content .newsletter .zarovnani .wrap .obsah p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #A4A4A4;
  padding-top: 12px;
}
@media screen and (max-width: 840px) {
  body #content .newsletter .zarovnani .wrap .obsah p {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #A4A4A4;
    text-align: center;
    max-width: 225px;
    margin: 0px auto;
  }
}
body #content .newsletter .zarovnani .wrap .obsah form {
  width: 100%;
  max-width: 481px;
  height: 66px;
  padding: 5px;
  background-color: white;
  border-radius: 66px;
  margin-top: 51px;
  font-size: 0px;
  line-height: 0px;
}
@media screen and (max-width: 840px) {
  body #content .newsletter .zarovnani .wrap .obsah form {
    max-width: 339px;
    margin: 17px auto;
  }
}
body #content .newsletter .zarovnani .wrap .obsah form input[type=text] {
  width: calc(100% - 151px);
  display: inline-block;
  outline: none;
  height: 54px;
  border-radius: 54px;
  padding-left: 29px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #5F5F5F;
}
body #content .newsletter .zarovnani .wrap .obsah form input[type=submit] {
  display: inline-block;
  background-color: #E30045;
  width: 149px;
  height: 54px;
  border-radius: 54px;
  border: solid 1px #E30045;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 20px;
  background-image: url("../img/obalka.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 109px;
  background-position-y: center;
  cursor: pointer;
  transition: 800ms;
}
body #content .newsletter .zarovnani .wrap .obsah form input[type=submit]:hover {
  background-color: white;
  color: #E30045;
  background-image: url("../img/obalka_aktivni.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 109px;
  background-position-y: center;
}
body #footer {
  width: 100%;
  background: #F5F5F5;
  padding-top: 59px;
}
body #footer .zarovnani {
  max-width: 1180px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 780px) {
  body #footer .zarovnani {
    grid-gap: 5px;
  }
}
@media screen and (max-width: 750px) {
  body #footer .zarovnani {
    grid-template-columns: 1fr;
    max-width: 280px;
    width: 98%;
  }
}
body #footer .zarovnani .logo {
  display: block;
  width: 150px;
}
body #footer .zarovnani .logo img {
  display: block;
  width: 100%;
}
body #footer .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 22px;
}
body #footer .zarovnani p.misto {
  padding-top: 11px;
  padding-left: 0px !important;
  height: auto !important;
  background: unset !important;
}
body #footer .zarovnani p a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000 !important;
  text-decoration: underline !important;
}
body #footer .zarovnani p a:hover {
  text-decoration: none !important;
}
body #footer .zarovnani #oteviraci_doba p {
  padding-left: 0px;
  padding-top: 11px;
}
body #footer .zarovnani .telefon_paticka_ikona {
  display: inline-block;
  background-image: url("../img/paticka_telefon.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 30px;
  height: 30px;
  margin-top: 0px;
}
body #footer .zarovnani .oteviraci_doba {
  display: inline-block;
  background-image: url("../img/paticka_rozvoz.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 35px;
  height: 35px;
  margin-top: 51px;
}
body #footer .zarovnani .kde_nas_najdete {
  display: inline-block;
  background-image: url("../img/paticka_adresa.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 30px;
  height: 37px;
}
body #footer .zarovnani #restaurace, body #footer .zarovnani #adresa, body #footer .zarovnani #oteviraci_doba, body #footer .zarovnani #newsletter {
  width: 100%;
}
@media screen and (max-width: 960px) {
  body #footer .zarovnani #restaurace, body #footer .zarovnani #adresa, body #footer .zarovnani #oteviraci_doba, body #footer .zarovnani #newsletter {
    margin-top: 0px;
  }
}
@media screen and (max-width: 510px) {
  body #footer .zarovnani #restaurace h2, body #footer .zarovnani #restaurace p {
    display: inline-block;
  }
  body #footer .zarovnani #restaurace p:nth-child(1) {
    width: 150px;
  }
  body #footer .zarovnani #restaurace p:nth-child(2) {
    display: none;
  }
  body #footer .zarovnani #restaurace p:nth-child(3) {
    padding-left: 28px;
  }
}
body #footer .zarovnani .facebook {
  display: inline-block;
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 32px;
  height: 32px;
  transition: 800ms;
}
body #footer .zarovnani .facebook:hover {
  transform: scale(1.3);
}
body #footer .zarovnani .instagram {
  display: inline-block;
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: center;
  width: 32px;
  height: 32px;
  transition: 800ms;
  margin-left: 24px;
}
body #footer .zarovnani .instagram:hover {
  transform: scale(1.3);
}
body #footer #copy {
  background-color: unset;
  font-size: unset;
}
body #footer #copy .zarovnani {
  max-width: 1180px;
  width: 96%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 220px;
  grid-gap: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 720px) {
  body #footer #copy .zarovnani {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
body #footer #copy .zarovnani .leva, body #footer #copy .zarovnani .prava {
  width: 100%;
  float: none;
}
@media screen and (max-width: 720px) {
  body #footer #copy .zarovnani .leva, body #footer #copy .zarovnani .prava {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  body #footer #copy .zarovnani p {
    padding-top: 5px;
  }
}
body #footer #copy .zarovnani a {
  display: inline-block;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000 !important;
  text-decoration: underline !important;
}
body #footer #copy .zarovnani a:hover {
  text-decoration: none !important;
}
body.podstrana #header {
  position: relative;
  height: 160px;
  border-bottom: solid 1px #D9D9D9;
  background-image: url("../img/header_podstrana.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: right;
  background-position-y: top;
}
@media screen and (max-width: 1760px) {
  body.podstrana #header {
    background-position-x: 110%;
  }
}
@media screen and (max-width: 1650px) {
  body.podstrana #header {
    background-position-x: 120%;
  }
}
@media screen and (max-width: 1570px) {
  body.podstrana #header {
    background-position-x: 150%;
  }
}
@media screen and (max-width: 1410px) {
  body.podstrana #header {
    background-position-x: 180%;
  }
}
@media screen and (max-width: 1310px) {
  body.podstrana #header {
    background-position-x: 930px;
  }
}
@media screen and (max-width: 1100px) {
  body.podstrana #header {
    background-position-x: 830px;
  }
}
body.podstrana #header .zarovnani_menu #logo {
  margin-top: 41px;
}
@media screen and (max-width: 880px) {
  body.podstrana #header .zarovnani_menu #logo {
    margin-top: 29px;
  }
}
body.podstrana #content {
  margin-top: 60px;
  padding-top: 0px;
}
@media screen and (max-width: 880px) {
  body.podstrana #content {
    margin-top: 30px;
  }
}
body.podstrana #content #lista_sdeleni {
  margin-bottom: 20px;
}
body.podstrana #content #lista_sdeleni .wrap {
  margin: 0px auto;
}
body.podstrana #content .zastaveni_objednavek {
  border-radius: 10px 0px;
  background: #FFD600;
  max-width: 574px;
  height: auto;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 41px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
body.podstrana #content #menu {
  float: none;
  width: 96%;
  margin: 42px auto;
  background-color: unset;
}
body.podstrana #content #menu ul {
  text-align: center;
}
body.podstrana #content #menu ul li {
  display: inline-block;
}
@media screen and (max-width: 580px) {
  body.podstrana #content #menu ul li {
    display: none;
    width: 280px;
    margin-left: auto;
    margin-right: 0px;
  }
}
@media screen and (max-width: 400px) {
  body.podstrana #content #menu ul li {
    width: 240px;
  }
}
body.podstrana #content #menu ul li a {
  background-color: white;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 41px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  background-image: none !important;
  border-radius: 10px 0px;
  padding: 0px 19px;
  margin-top: 4px;
}
body.podstrana #content #menu ul li.active a, body.podstrana #content #menu ul li:hover a {
  background-color: #E30045;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 41px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  background-image: none !important;
  border-radius: 10px 0px;
  padding: 0px 18px;
}
@media screen and (max-width: 580px) {
  body.podstrana #content #menu .close_menu {
    z-index: 999;
    display: none;
    border: unset;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding: 0px;
    width: 47px;
    height: 47px;
    transition: 900ms;
    background-image: url("../img/hamburger_close.svg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: center;
  }
  body.podstrana #content #menu #menu_kategorie {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 33px;
  }
  body.podstrana #content #menu #menu_kategorie .menu_hamburger {
    background: #e30045;
    width: 22px;
    height: 16px;
    position: absolute;
    top: -2px;
    right: 18px;
    padding: 2px;
  }
  body.podstrana #content #menu #menu_kategorie .menu_hamburger span {
    background: white;
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
  }
}
body.podstrana #content #vypis_pokrmu {
  float: none;
  max-width: 1211px;
  margin: 0px auto;
  width: 96%;
}
body.podstrana #content #vypis_pokrmu .sleva_vypis {
  background-color: #e30045;
  border-bottom: 1px solid #fff;
  color: white;
  margin-bottom: 20px;
  border-radius: 50px 0px;
  text-align: center;
}
body.podstrana #content #vypis_pokrmu .sleva_vypis h3 {
  color: white !important;
}
body.podstrana #content #vypis_pokrmu .sleva_vypis ::after {
  clear: both;
  float: none;
}
body.podstrana #content #vypis_pokrmu .sleva_vypis img {
  float: none;
}
body.podstrana #content #vypis_pokrmu .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 980px) {
  body.podstrana #content #vypis_pokrmu .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap {
    grid-template-columns: 1fr;
    grid-gap: 0px;
    max-width: 387px;
    width: 96%;
    margin: 0px auto;
  }
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm {
  width: 100%;
  float: none;
  border: 1px solid #DEDEDE;
  border-radius: 50px 0px;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap .pokrm {
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: 1fr 172px;
  }
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm a.obr {
  display: block;
  width: 100%;
  height: 252px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  filter: drop-shadow(0px 1px 40px rgba(0, 0, 0, 0.15));
  border-radius: 50px 0px 0px 0px;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap .pokrm a.obr {
    grid-area: 1/2;
    border-radius: 0px 0px 50px 0px;
    height: 100%;
  }
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha {
  padding: 23px 30px 0px 30px;
  display: grid;
  grid-template-columns: 1fr 55px;
  background-color: unset;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha {
    grid-template-columns: 1fr;
  }
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .obsah h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  display: block;
  height: auto;
  float: none;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .obsah h3 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
    padding-top: 10px;
  }
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .obsah .popis {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  text-align: left;
  display: block;
  height: auto;
  float: none;
  width: 100%;
  padding: 0px;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .obsah .popis {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #3F3F3F;
  }
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .cena {
  text-align: right;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #E30045;
  float: none;
  width: 100%;
  height: auto;
  margin-left: 0px;
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .cena strong {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #E30045;
  float: none;
  margin-right: 0px;
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .cena span.kc {
  padding-top: 0px;
  float: none;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap .pokrm .textova_plocha .cena {
    text-align: left;
    margin-top: 10px;
  }
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .objednat {
  width: 148px;
  height: 42px;
  background: #E30045;
  border-radius: 50px;
  display: block;
  margin: 7px auto 26px auto;
  border: solid 1px #E30045;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 26px;
  background-image: url("../img/cart.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 100px;
  background-position-y: center;
  transition: 800ms;
  float: none;
  text-transform: unset;
  text-decoration: none;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.podstrana #content #vypis_pokrmu .wrap .pokrm .objednat:hover {
  background-color: white;
  color: #E30045;
  background-image: url("../img/cart_aktivni.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 100px;
  background-position-y: center;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #vypis_pokrmu .wrap .pokrm .objednat {
    width: 129px;
    height: 37px;
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 37px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-size: 20px;
    background-position-x: 86px;
    padding-left: 16px;
    margin: 7px auto 10px 19px;
  }
  body.podstrana #content #vypis_pokrmu .wrap .pokrm .objednat:hover {
    background-position-x: 96px;
  }
}
body.podstrana #content #pridani_do_kosiku #vypis_pridani {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50px 0px;
  padding: 20px;
}
body.podstrana #content #pridani_do_kosiku #vypis_pridani a.tlacidlo {
  border-radius: 15px 0px;
  font-size: 14px;
  text-transform: initial;
}
body.podstrana #content .usp .zarovnani .wrap {
  margin: 0px auto;
}
body.podstrana #content .sushi_upgrade_praha .zarovnani h2 {
  text-align: center;
}
body.podstrana #content .sushi_upgrade_praha .zarovnani .wrap .col h3 {
  text-align: center;
}
body.podstrana #content .obsah_format .prava.platba {
  margin-top: 60px;
}
body.podstrana #content .obsah_format .prava.vyzvednuti {
  margin-top: 40px;
}
body.podstrana #content .obsah_format .prava.darek {
  margin-top: 20px;
}
body.podstrana #content .obsah_format .sleva_vypis {
  padding: 20px;
  font-size: 90%;
  background-color: #F7F7F7;
  border-bottom: 1px solid #fff;
}
body.podstrana #content .obsah_format .sleva_vypis::after {
  clear: both;
  float: none;
}
body.podstrana #content .obsah_format .sleva_vypis h3 {
  color: #000 !important;
}
body.podstrana #content .obsah_format .sleva_vypis img {
  max-height: 150px;
  float: right;
}
body.podstrana #content .obsah_format h1 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #3c3a3e;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  body.podstrana #content .obsah_format h1 {
    padding-top: 30px;
  }
}
body.podstrana #content .obsah_format h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #e30045;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  body.podstrana #content .obsah_format h2 {
    padding-top: 25px;
  }
}
body.podstrana #content .obsah_format h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #000;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 20px;
}
body.podstrana #content .obsah_format h4 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #5f5f5f;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 20px;
}
body.podstrana #content .obsah_format h5 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #227d90;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 20px;
}
body.podstrana #content .obsah_format p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.maly_1 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.maly_2 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.maly_3 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.velky_1 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.velky_2 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.velky_3 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.nejvetsi {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.velky {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format p.vyrazny {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3c3a3e;
  background-color: #f1f1f1;
  padding: 25px;
  margin: 10px;
}
body.podstrana #content .obsah_format p.vyrazny2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #000;
  padding: 25px;
  margin: 10px;
}
body.podstrana #content .obsah_format p span.nejvetsi {
  font-size: 200%;
}
body.podstrana #content .obsah_format p span.vyrazny {
  font-weight: normal;
  color: #ff0072;
}
body.podstrana #content .obsah_format p strong.vetsi {
  font-size: 130%;
  font-family: "Inter semibold";
}
body.podstrana #content .obsah_format p span.vyrazny_vice {
  font-size: 125%;
  font-family: "Inter semibold";
}
body.podstrana #content .obsah_format p span.vyrazny_vice2 {
  font-size: 125%;
  font-family: "Inter semibold";
  color: #ff0072;
}
body.podstrana #content .obsah_format p span.vyrazny_pozadi {
  font-family: "Inter semibold";
  background-color: black;
  color: white;
  padding: 5px;
}
body.podstrana #content .obsah_format p span.vyrazny_pozadi2 {
  font-family: "Inter semibold";
  background-color: #ff0072;
  color: white;
  padding: 5px;
}
body.podstrana #content .obsah_format p strong.velky {
  font-family: "Inter semibold";
  font-size: 100%;
}
body.podstrana #content .obsah_format p strong.nejvetsi {
  font-family: "Inter semibold";
  font-size: 150%;
}
body.podstrana #content .obsah_format form.registrace {
  text-align: center;
}
body.podstrana #content .obsah_format form.registrace p {
  text-align: center;
}
body.podstrana #content .obsah_format a.objednavky_zpet {
  float: right;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #e30045;
  color: #fff;
  margin: 10px;
}
body.podstrana #content .obsah_format a.objednavky_zpet:hover {
  background-color: #000;
  color: #fff;
}
body.podstrana #content .obsah_format a {
  color: #000;
  text-decoration: underline;
  transition: 0.6s;
}
body.podstrana #content .obsah_format a:hover {
  text-decoration: none;
  color: black;
}
body.podstrana #content .obsah_format a.a_vyrazny {
  color: #ff0072;
  text-decoration: underline;
  transition: 0.6s;
}
body.podstrana #content .obsah_format a.a_vyrazny:hover {
  text-decoration: none;
  color: black;
}
body.podstrana #content .obsah_format a.a_nevyrazny {
  color: #227d90;
  text-decoration: underline;
  transition: 0.6s;
}
body.podstrana #content .obsah_format a.a_nevyrazny:hover {
  text-decoration: none;
  color: black;
}
body.podstrana #content .obsah_format a.a_cta {
  color: #fff;
  background-color: #e30045;
  padding: 15px 70px;
  text-decoration: none;
  transition: 0.6s;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.podstrana #content .obsah_format a.a_cta:hover {
  background-color: #212a2b;
}
body.podstrana #content .obsah_format a.a_cta2 {
  color: #fff;
  background-color: #40d7db;
  padding: 15px 70px;
  text-decoration: none;
  transition: 0.6s;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.podstrana #content .obsah_format a.a_cta2:hover {
  background-color: #212a2b;
}
body.podstrana #content .obsah_format a.a_cta3 {
  color: #fff;
  background-color: #212a2b;
  padding: 15px 70px;
  text-decoration: none;
  transition: 0.6s;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.podstrana #content .obsah_format a.a_cta3:hover {
  background-color: #8E9394;
}
body.podstrana #content .obsah_format table {
  margin: 25px 0px;
}
body.podstrana #content .obsah_format table tr {
  margin-bottom: 10px;
}
body.podstrana #content .obsah_format table tr:nth-child(odd) {
  background: #fff;
}
body.podstrana #content .obsah_format table tr:nth-child(even) {
  background: #fcfcfc;
}
body.podstrana #content .obsah_format table tr td {
  border: solid black 1px;
  padding: 5px;
}
body.podstrana #content .obsah_format table.table_svetla {
  border-collapse: collapse;
  margin: 25px 0px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
  width: 100%;
}
body.podstrana #content .obsah_format table.table_svetla tr {
  border: solid #212a2b 1px;
  background: transparent;
}
body.podstrana #content .obsah_format table.table_svetla tr td {
  border: solid #fff 1px;
  background: #000;
  padding: 5px;
}
body.podstrana #content .obsah_format table.table_tmava {
  border-collapse: collapse;
  margin: 25px 0px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  width: 100%;
}
body.podstrana #content .obsah_format table.table_tmava tr {
  border: solid #212a2b 1px;
  background: #e30045;
}
body.podstrana #content .obsah_format table.table_tmava tr td {
  border: solid #fff 1px;
  background: #e30045;
  padding: 5px;
}
body.podstrana #content .obsah_format img.img_vlevo {
  float: left;
  margin: 10px 10px 10px 0px;
}
body.podstrana #content .obsah_format img.img_vpravo {
  float: right;
  margin: 10px 0px 10px 10px;
}
body.podstrana #content .obsah_format img.img_100 {
  clear: both;
  width: 100%;
  height: auto !important;
  margin: 15px auto 15px auto;
  text-align: center;
}
body.podstrana #content .obsah_format ul {
  margin-left: 0px;
  margin-bottom: 20px;
}
body.podstrana #content .obsah_format ul li {
  background-image: url("../img/ul_li.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: 5px;
  list-style-type: none;
  padding: 0px 0 5px 25px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
  margin-left: 5px;
}
body.podstrana #content .obsah_format .strankovani {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content .obsah_format .strankovani a {
  display: inline-block;
}
body.podstrana #content .obsah_format .strankovani a.cislo {
  margin-top: 15px;
  color: #3c3a3e;
  text-decoration: none;
  padding: 10px 15px;
}
body.podstrana #content .obsah_format .strankovani a.cislo:hover, body.podstrana #content .obsah_format .strankovani a.cislo.active {
  color: white;
  background-color: #e30045;
}
body.podstrana #content .obsah_format #kontakt_levy #pozadi_sede {
  background-color: #f1f1f1;
  margin-top: 15px;
  padding-top: 25px;
  padding-bottom: 85px;
  border-radius: 50px 0px;
  max-width: 700px;
  width: 98%;
  float: right;
}
body.podstrana #content .obsah_format #kontakt_levy #pozadi_sede h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #3c3a3e;
  text-align: left;
}
body.podstrana #content .obsah_format #kontakt_levy #pozadi_sede h4 {
  text-align: left;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #3c3a3e;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.podstrana #content .obsah_format #kontakt_levy #pozadi_sede p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3c3a3e;
  padding-bottom: 20px;
}
body.podstrana #content #kontakt_levy .zarovnani p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3c3a3e;
}
body.podstrana #content #kontakt_levy .zarovnani p .velky {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3c3a3e;
}
body.podstrana #content #kontakt_pravy .zarovnani form input[type=text] {
  border-radius: 0px 30px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3c3a3e;
}
body.podstrana #content #kontakt_pravy .zarovnani form textarea {
  border-radius: 0px 30px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3c3a3e;
}
body.podstrana #content #kontakt_pravy .zarovnani form input[type=submit] {
  display: block;
  width: 260px;
  margin-bottom: 80px;
  background-color: #e30045;
  color: white;
  text-decoration: none;
  text-transform: initial;
  text-align: center;
  transition: 0.6s;
  padding-top: 14px;
  padding-bottom: 10px;
  background-image: none;
  border: none;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0px;
  color: white;
  cursor: pointer;
  border-radius: 0px 30px;
}
body.podstrana #content #kontakt_pravy .zarovnani form input[type=submit]:hover {
  background-image: none;
}
body.podstrana #content #objednavka {
  padding-bottom: 40px;
}
body.podstrana #content #objednavka h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: black;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #objednavka h2 {
    padding-top: 30px;
  }
}
body.podstrana #content #objednavka h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: black;
  text-align: center;
}
body.podstrana #content #objednavka h3.prehled {
  padding-top: 80px;
}
body.podstrana #content #objednavka .wrap_kosik_polozky {
  max-width: 1276px;
  width: 96%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 375px;
  grid-gap: 57px;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky {
  padding-bottom: 40px;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px 0px;
  margin-bottom: 28px;
  padding: 15px 20px;
  position: relative;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap {
  display: grid;
  grid-template-columns: 221px 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap {
    grid-template-columns: 136px 1fr;
    grid-gap: 10px;
  }
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 23.2895px 0px;
  height: 118px;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obrazek {
    height: 70px;
    border-radius: 16px 0px;
  }
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah h3 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label {
  margin-top: 18px;
  margin-bottom: 10px;
  display: block;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .minus {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: solid 1px #ccc;
  border-radius: 50%;
  text-align: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ccc;
  cursor: pointer;
  transition: 800ms;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .minus:hover {
  background-color: #e30045;
  color: white;
  border: solid 1px #e30045;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .plus {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: solid 1px #ccc;
  border-radius: 50%;
  text-align: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ccc;
  cursor: pointer;
  transition: 800ms;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .plus:hover {
  background-color: #e30045;
  color: white;
  border: solid 1px #e30045;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label input {
  width: 63.28px;
  height: 35.82px;
  background: #FFFFFF;
  border: 1.19388px solid #CCCCCC;
  border-radius: 11.9388px;
  text-align: center;
  margin: 0px 12px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label input {
    margin: 0px 4px;
  }
}
@media screen and (max-width: 400px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label input {
    width: 50px;
    font-family: "Inter regular";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
  }
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label {
    display: inline-block;
    width: 110px;
    font-size: 0px;
    line-height: 0px;
  }
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah .cena {
  text-align: right;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #E30045;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah .cena {
    display: inline-block;
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah .cena {
    display: inline-block;
    width: calc(100% - 115px);
    font-family: "Inter regular";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #E30045;
  }
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka a.vyrazny {
  position: absolute;
  top: 8px;
  right: 13px;
  border: solid 1px #CCCCCC;
  text-decoration: none;
  color: #CCCCCC;
  width: 21px;
  height: 21px;
  display: block;
  text-align: center;
  line-height: 19px;
  border-radius: 16px;
  transition: 800ms;
  font-family: Arial, Helvetica, sans-serif;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka a.vyrazny:hover {
  background-color: #e30045;
  color: white;
  border: solid 1px #e30045;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka_celkem p, body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka_sleva p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka_celkem p strong, body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka_sleva p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka_celkem p a, body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .polozka_sleva p a {
  color: #e30045;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .pokracovat input {
  width: 412px;
  height: 44px;
  background: #E30045;
  border-radius: 15px 0px;
  display: block;
  cursor: pointer;
  margin: 0px auto;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: 800ms;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .pokracovat input:hover {
  background-color: #000;
}
@media screen and (max-width: 430px) {
  body.podstrana #content #objednavka .wrap_kosik_polozky .kosik_polozky .pokracovat input {
    width: 100%;
  }
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50px 0px;
  height: 600px;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col {
  text-align: center;
  padding-top: 60px;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col span {
  display: block;
  margin: 0px auto;
  width: 47px;
  height: 47px;
  margin-bottom: 21px;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col span.rozvoz {
  background-image: url("../img/rozvazime_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col span.adresa {
  background-image: url("../img/adresa_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col span.telefon {
  background-image: url("../img/telefon_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-bottom: 4px;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col p strong a {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
}
body.podstrana #content #objednavka .wrap_kosik_polozky .kontakty .col p strong a:hover {
  text-decoration: underline;
}
body.podstrana #content #objednavka .vypis_objednavek {
  max-width: 600px;
  margin: 0px auto;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 50px;
  padding: 30px;
  margin-bottom: 10px;
}
body.podstrana #content #objednavka .vypis_objednavek .nadpis {
  text-align: center;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: none;
  margin-bottom: 20px;
}
body.podstrana #content #objednavka .vypis_objednavek p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
  margin-bottom: 8px;
}
body.podstrana #content #objednavka .vypis_objednavek p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content #objednavka .vypis_objednavek .omluva {
  color: #e30045;
}
body.podstrana #content #objednavka .vypis_objednavek .sleva {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #e30045;
}
body.podstrana #content #objednavka .vypis_objednavek .celkem {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: none;
}
body.podstrana #content #objednavka .vypis_objednavek .obj {
  text-align: center;
  border-bottom: none;
}
body.podstrana #content #objednavka .vypis_objednavek .obj a.obj {
  display: block;
  margin: 0px auto;
  border-radius: 20px 0px;
  background: black;
  width: 140px;
  height: 30px;
  text-decoration: none;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana #content #objednavka .vypis_objednavek .obj a.obj:hover {
  background-color: #e30045;
}
body.podstrana #content #objednavka #hlaska {
  text-align: center;
  padding-bottom: 10px;
  height: auto;
  padding-top: 10px;
  width: 100%;
  margin: 0px auto;
  margin-top: 10px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 20px;
  background-color: #e30045;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana #content #objednavka .super_vyrazne {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px 0px;
  background-color: #e30045;
}
body.podstrana #content #objednavka .super_vyrazne p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana #content #objednavka .super_vyrazne p#odpocet {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding-bottom: 0px;
}
body.podstrana #content #objednavka .sleva_vypis {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px 0px;
  background-color: #fff;
  margin-bottom: 80px;
}
body.podstrana #content #objednavka .sleva_vypis::after {
  clear: both;
  float: none;
}
body.podstrana #content #objednavka .sleva_vypis h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  text-align: left;
}
body.podstrana #content #objednavka .sleva_vypis p {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
  text-align: left;
}
body.podstrana #content #objednavka .newsletter {
  margin-top: 71px;
  margin-bottom: 121px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka .newsletter {
    margin-top: 40px;
  }
}
body.podstrana #content #objednavka .newsletter .zarovnani {
  max-width: 1211px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap {
  width: 100%;
  height: 400px;
  background-image: url("../img/sushi_news_back.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: bottom;
  display: grid;
  grid-template-columns: 1fr 596px;
  grid-gap: 10px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka .newsletter .zarovnani .wrap {
    grid-template-columns: 1fr;
    max-width: 382px;
    height: 267px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/sushi_news_back_mobile.jpg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: bottom;
  }
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obrazek {
  background-image: url("../img/newsletter_pic.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: block;
  height: 399px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obrazek {
    display: none;
  }
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah {
  text-align: left;
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-top: 155px;
  padding-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah h2 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 54px;
  }
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #A4A4A4;
  padding-top: 12px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah p {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #A4A4A4;
    text-align: center;
    max-width: 225px;
    margin: 0px auto;
  }
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah form {
  width: 100%;
  max-width: 481px;
  height: 66px;
  padding: 5px;
  background-color: white;
  border-radius: 66px;
  margin-top: 51px;
  font-size: 0px;
  line-height: 0px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah form {
    max-width: 339px;
    margin: 17px auto;
  }
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah form input[type=text] {
  width: calc(100% - 151px);
  display: inline-block;
  outline: none;
  height: 54px;
  border-radius: 54px;
  padding-left: 29px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #5F5F5F;
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah form input[type=submit] {
  display: inline-block;
  background-color: #E30045;
  width: 149px;
  height: 54px;
  border-radius: 54px;
  border: solid 1px #E30045;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 31px;
  background-image: url("../img/obalka.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 99px;
  background-position-y: center;
  cursor: pointer;
  transition: 800ms;
}
body.podstrana #content #objednavka .newsletter .zarovnani .wrap .obsah form input[type=submit]:hover {
  background-color: white;
  color: #E30045;
  background-image: url("../img/obalka_aktivni.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 99px;
  background-position-y: center;
}
@media screen and (max-width: 500px) {
  body.podstrana #content #objednavka_dokonceni .linka_nad {
    border-top: solid 1px #eaeaea;
    margin-top: 25px;
  }
}
body.podstrana #content #objednavka_dokonceni h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  color: black;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.podstrana #content #objednavka_dokonceni h2 {
    padding-top: 30px;
  }
}
body.podstrana #content #objednavka_dokonceni h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  color: black;
  text-align: center;
}
body.podstrana #content #objednavka_dokonceni h3.prehled {
  padding-top: 80px;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky {
  max-width: 1276px;
  width: 96%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 375px;
  grid-gap: 57px;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky {
  padding-bottom: 40px;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px 0px;
  margin-bottom: 28px;
  padding: 15px 20px;
  position: relative;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap {
  display: grid;
  grid-template-columns: 221px 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap {
    grid-template-columns: 136px 1fr;
    grid-gap: 10px;
  }
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obrazek {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 23.2895px 0px;
  height: 118px;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obrazek {
    height: 70px;
    border-radius: 16px 0px;
  }
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah h3 {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label {
  margin-top: 18px;
  margin-bottom: 10px;
  display: block;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .minus {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: solid 1px #ccc;
  border-radius: 50%;
  text-align: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ccc;
  cursor: pointer;
  transition: 800ms;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .minus:hover {
  background-color: #e30045;
  color: white;
  border: solid 1px #e30045;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .plus {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: solid 1px #ccc;
  border-radius: 50%;
  text-align: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ccc;
  cursor: pointer;
  transition: 800ms;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label .plus:hover {
  background-color: #e30045;
  color: white;
  border: solid 1px #e30045;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label input {
  width: 63.28px;
  height: 35.82px;
  background: #FFFFFF;
  border: 1.19388px solid #CCCCCC;
  border-radius: 11.9388px;
  text-align: center;
  margin: 0px 12px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label input {
    margin: 0px 4px;
    width: 54px;
  }
}
@media screen and (max-width: 400px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label input {
    width: 50px;
    font-family: "Inter regular";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
  }
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label {
    display: inline-block;
    width: 120px;
  }
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah label {
    display: inline-block;
    width: 110px;
  }
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah .cena {
  text-align: right;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #E30045;
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah .cena {
    display: inline-block;
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 460px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka .wrap .obsah .cena {
    display: inline-block;
    width: calc(100% - 115px);
    font-family: "Inter regular";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #E30045;
  }
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka a.vyrazny {
  position: absolute;
  top: 8px;
  right: 13px;
  border: solid 1px #CCCCCC;
  text-decoration: none;
  color: #CCCCCC;
  width: 21px;
  height: 21px;
  display: block;
  text-align: center;
  line-height: 19px;
  border-radius: 16px;
  transition: 800ms;
  font-family: Arial, Helvetica, sans-serif;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka a.vyrazny:hover {
  background-color: #e30045;
  color: white;
  border: solid 1px #e30045;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka_celkem p, body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka_sleva p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka_celkem p strong, body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka_sleva p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka_celkem p a, body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .polozka_sleva p a {
  color: #e30045;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .pokracovat input {
  width: 412px;
  height: 44px;
  background: #E30045;
  border-radius: 15px 0px;
  display: block;
  cursor: pointer;
  margin: 0px auto;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: 800ms;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .pokracovat input:hover {
  background-color: #000;
}
@media screen and (max-width: 430px) {
  body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kosik_polozky .pokracovat input {
    width: 100%;
  }
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  border-radius: 50px 0px;
  height: 600px;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col {
  text-align: center;
  padding-top: 60px;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col span {
  display: block;
  margin: 0px auto;
  width: 47px;
  height: 47px;
  margin-bottom: 21px;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col span.rozvoz {
  background-image: url("../img/rozvazime_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col span.adresa {
  background-image: url("../img/adresa_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col span.telefon {
  background-image: url("../img/telefon_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-bottom: 4px;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col p strong a {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
}
body.podstrana #content #objednavka_dokonceni .wrap_kosik_polozky .kontakty .col p strong a:hover {
  text-decoration: underline;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek {
  max-width: 600px;
  margin: 0px auto;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 50px;
  padding: 30px;
  margin-bottom: 10px;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek .nadpis {
  text-align: center;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: none;
  margin-bottom: 20px;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
  margin-bottom: 8px;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3F3F3F;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek .omluva {
  color: #e30045;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek .sleva {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #e30045;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek .celkem {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: none;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek .obj {
  text-align: center;
  border-bottom: none;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek .obj a.obj {
  display: block;
  margin: 0px auto;
  border-radius: 20px 0px;
  background: black;
  width: 140px;
  height: 30px;
  text-decoration: none;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana #content #objednavka_dokonceni .vypis_objednavek .obj a.obj:hover {
  background-color: #e30045;
}
body.podstrana #content #objednavka_dokonceni #hlaska {
  text-align: center;
  padding-bottom: 10px;
  height: auto;
  padding-top: 10px;
  width: 100%;
  margin: 0px auto;
  margin-top: 10px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0px 20px;
  background-color: #e30045;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana #content #objednavka_dokonceni .super_vyrazne {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px 0px;
  background-color: #e30045;
}
body.podstrana #content #objednavka_dokonceni .super_vyrazne p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #fff;
}
body.podstrana #content #objednavka_dokonceni .super_vyrazne p#odpocet {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding-bottom: 0px;
}
body.podstrana #content #objednavka_dokonceni .sleva_vypis {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 30px 0px;
  background-color: #fff;
  margin-bottom: 80px;
}
body.podstrana #content #objednavka_dokonceni .sleva_vypis::after {
  clear: both;
  float: none;
}
body.podstrana #content #objednavka_dokonceni .sleva_vypis h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: black;
  text-align: left;
}
body.podstrana #content #objednavka_dokonceni .sleva_vypis p {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
  text-align: left;
}
body.podstrana #content #objednavka_dokonceni #form_inputs {
  width: 100%;
  margin: 0px auto;
  margin-top: 60px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content #objednavka_dokonceni #form_inputs .prihl_obj {
  background: black;
  color: white;
  border-radius: 20px 0px;
  line-height: 40px;
}
body.podstrana #content #objednavka_dokonceni #form_inputs .prihl_obj:hover {
  background-color: #e30045;
}
body.podstrana #content #objednavka_dokonceni #form_inputs .chybneUdaje {
  padding-bottom: 15px;
  display: inline-block;
}
body.podstrana #content #objednavka_dokonceni #form_inputs label {
  display: block;
}
body.podstrana #content #objednavka_dokonceni #form_inputs textarea {
  background: #FFFFFF;
  box-shadow: 0px 1.06207px 10.6207px rgba(0, 0, 0, 0.25);
  border-radius: 10.6207px;
  outline: none;
  display: block;
  width: 100%;
  height: 88px;
  padding: 10px 20px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
  margin-top: 12px;
  margin-bottom: 20px;
}
body.podstrana #content #objednavka_dokonceni #form_inputs textarea::-moz-placeholder {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content #objednavka_dokonceni #form_inputs textarea::placeholder {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content #objednavka_dokonceni #form_inputs input {
  background: #FFFFFF;
  box-shadow: 0px 1.06207px 10.6207px rgba(0, 0, 0, 0.25);
  border-radius: 10.6207px;
  outline: none;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0px 20px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  body.podstrana #content #objednavka_dokonceni #form_inputs input {
    border: solid 1px #ccc;
  }
}
body.podstrana #content #objednavka_dokonceni #form_inputs input::-moz-placeholder {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content #objednavka_dokonceni #form_inputs input::placeholder {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content #objednavka_dokonceni #form_inputs input[type=radio] {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  box-shadow: unset;
}
body.podstrana #content #objednavka_dokonceni #form_inputs input[type=submit] {
  width: 412px;
  height: 44px;
  background: #E30045;
  border-radius: 15px 0px;
  display: block;
  cursor: pointer;
  margin: 0px auto;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: 800ms;
}
body.podstrana #content #objednavka_dokonceni #form_inputs input[type=submit]:hover {
  background-color: #000;
}
@media screen and (max-width: 430px) {
  body.podstrana #content #objednavka_dokonceni #form_inputs input[type=submit] {
    width: 100%;
  }
}
body.podstrana #content #objednavka_dokonceni #form_inputs span {
  color: red;
}
body.podstrana #content #objednavka_dokonceni #form_inputs span.smaller {
  color: black;
  font-size: 14px;
}
body.podstrana #content #objednavka_dokonceni .newsletter {
  margin-top: 71px;
  margin-bottom: 121px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka_dokonceni .newsletter {
    margin-top: 40px;
  }
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani {
  max-width: 1211px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap {
  width: 100%;
  height: 400px;
  background-image: url("../img/sushi_news_back.jpg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: center;
  background-position-y: bottom;
  display: grid;
  grid-template-columns: 1fr 596px;
  grid-gap: 10px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap {
    grid-template-columns: 1fr;
    max-width: 382px;
    height: 267px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/sushi_news_back_mobile.jpg");
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: center;
    background-position-y: bottom;
  }
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obrazek {
  background-image: url("../img/newsletter_pic.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  display: block;
  height: 399px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obrazek {
    display: none;
  }
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah {
  text-align: left;
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-top: 155px;
  padding-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah h2 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 54px;
  }
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #A4A4A4;
  padding-top: 12px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah p {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #A4A4A4;
    text-align: center;
    max-width: 225px;
    margin: 0px auto;
  }
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah form {
  width: 100%;
  max-width: 481px;
  height: 66px;
  padding: 5px;
  background-color: white;
  border-radius: 66px;
  margin-top: 51px;
  font-size: 0px;
  line-height: 0px;
}
@media screen and (max-width: 840px) {
  body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah form {
    max-width: 339px;
    margin: 17px auto;
  }
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah form input[type=text] {
  width: calc(100% - 151px);
  display: inline-block;
  outline: none;
  height: 54px;
  border-radius: 54px;
  padding-left: 29px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #5F5F5F;
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah form input[type=submit] {
  display: inline-block;
  background-color: #E30045;
  width: 149px;
  height: 54px;
  border-radius: 54px;
  border: solid 1px #E30045;
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 31px;
  background-image: url("../img/obalka.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 99px;
  background-position-y: center;
  cursor: pointer;
  transition: 800ms;
}
body.podstrana #content #objednavka_dokonceni .newsletter .zarovnani .wrap .obsah form input[type=submit]:hover {
  background-color: white;
  color: #E30045;
  background-image: url("../img/obalka_aktivni.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: 99px;
  background-position-y: center;
}
body.podstrana #content .wrap_kosik_a_form {
  display: none;
}
body.podstrana #content .wrap_kosik_a_form.zobrazit {
  display: block;
}
@media screen and (max-width: 410px) {
  body.podstrana #content .zobrazit_kosik {
    text-align: center;
  }
}
body.podstrana #content .zobrazit_kosik p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content .zobrazit_kosik p strong {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content .zobrazit_kosik p span.prepocitat {
  display: inline-block;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: white;
  background-color: black;
  padding: 5px 15px;
  border-radius: 10px 0px;
  cursor: pointer;
  margin-left: 15px;
}
body.podstrana #content .zobrazit_kosik p span.prepocitat:hover {
  background-color: #e30045;
}
@media screen and (max-width: 400px) {
  body.podstrana #content .zobrazit_kosik p span.prepocitat {
    display: block;
    margin: 5px auto;
    width: 200px;
  }
}
body.podstrana #content #nastaveni .obsah_format h1 {
  text-align: center;
}
body.podstrana #content .zarovnani form.registrace p strong {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content .zarovnani form.registrace p input {
  background: #FFFFFF;
  box-shadow: 0px 1.06207px 10.6207px rgba(0, 0, 0, 0.25);
  border-radius: 10.6207px;
  outline: none;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0px auto;
  height: 44px;
  padding: 0px 20px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  body.podstrana #content .zarovnani form.registrace p input {
    border: solid 1px #ccc;
  }
}
body.podstrana #content .zarovnani form.registrace p input[type=submit] {
  width: 412px;
  height: 44px;
  background: #E30045;
  border-radius: 15px 0px;
  display: block;
  cursor: pointer;
  margin: 0px auto;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: 800ms;
  text-transform: initial;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.podstrana #content .zarovnani form.registrace p input[type=submit]:hover {
  background-color: #000;
  color: white;
  background-image: none;
}
@media screen and (max-width: 430px) {
  body.podstrana #content .zarovnani form.registrace p input[type=submit] {
    width: 100%;
  }
}
body.podstrana #content .zarovnani #napiste {
  text-align: center;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content .zarovnani #napiste input {
  background: #FFFFFF;
  box-shadow: 0px 1.06207px 10.6207px rgba(0, 0, 0, 0.25);
  border-radius: 10.6207px;
  outline: none;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0px auto;
  height: 44px;
  padding: 0px 20px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: black;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  body.podstrana #content .zarovnani #napiste input {
    border: solid 1px #ccc;
  }
}
body.podstrana #content .zarovnani #napiste input[type=submit] {
  width: 412px;
  height: 44px;
  background: #E30045;
  border-radius: 15px 0px;
  display: block;
  cursor: pointer;
  margin: 0px auto;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: 800ms;
  text-transform: initial;
  padding-top: 0px;
  padding-bottom: 0px;
}
body.podstrana #content .zarovnani #napiste input[type=submit]:hover {
  background-color: #000;
  color: white;
  background-image: none;
}
@media screen and (max-width: 430px) {
  body.podstrana #content .zarovnani #napiste input[type=submit] {
    width: 100%;
  }
}
body.podstrana #content #clanek {
  max-width: 800px;
  margin: 0px auto;
}
body.podstrana #content .dalsi_clanky {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  color: black;
  max-width: 800px;
  margin: 0px auto;
}
body.podstrana #content ul.dalsi_clanky {
  margin-bottom: 20px;
}
body.podstrana #content ul.dalsi_clanky li {
  background-image: url("../img/ul_li.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position-x: left;
  background-position-y: 5px;
  list-style-type: none;
  padding: 0px 0 5px 25px;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3F3F3F;
  margin-left: 5px;
}
body.podstrana #content ul.dalsi_clanky li a {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0px;
  color: black;
}
body.podstrana #content .fotogal_clanek {
  max-width: 800px;
}
body.podstrana #content #fotogalerie a.obr {
  height: 150px;
  transition: 500ms;
}
@media screen and (max-width: 950px) {
  body.podstrana #content #fotogalerie a.obr {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  body.podstrana #content #fotogalerie a.obr {
    width: 33%;
  }
}
@media screen and (max-width: 460px) {
  body.podstrana #content #fotogalerie a.obr {
    width: 50%;
  }
}
body.podstrana #content #fotogalerie a.obr:hover {
  transform: scale(1.1);
}
body.podstrana #content #fotogalerie a.obr:hover p {
  display: none;
}
body.podstrana #content #clanky {
  background-color: white;
  margin-top: 0px;
  padding-bottom: 0px;
}
body.podstrana #content #clanky h2 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 51px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px;
}
body.podstrana #content #clanky .clanky {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}
@media screen and (max-width: 1470px) {
  body.podstrana #content #clanky .clanky {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 980px) {
  body.podstrana #content #clanky .clanky {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  body.podstrana #content #clanky .clanky {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.podstrana #content #clanky .clanky .clanek {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  float: none;
  border: solid 1px #eae8e8;
  border-radius: 40px 0px;
}
@media screen and (max-width: 800px) {
  body.podstrana #content #clanky .clanky .clanek {
    margin-bottom: 30px;
  }
}
body.podstrana #content #clanky .clanky .clanek .obr {
  display: block;
  width: 100%;
  height: 282px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 40px 0px 0px 0px;
}
@media screen and (max-width: 1200px) {
  body.podstrana #content #clanky .clanky .clanek .obr {
    height: 200px;
  }
}
body.podstrana #content #clanky .clanky .clanek h3 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  body.podstrana #content #clanky .clanky .clanek h3 {
    font-family: "Inter semibold";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
  }
}
body.podstrana #content #clanky .clanky .clanek p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  padding: 10px;
  height: auto;
  overflow: initial;
}
@media screen and (max-width: 1200px) {
  body.podstrana #content #clanky .clanky .clanek p {
    font-family: "Inter regular";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #000000;
  }
}
body.podstrana #content #clanky .clanky .clanek .odkaz {
  display: block;
  width: 170px;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 20px;
  background-color: #e30045;
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-transform: initial;
  text-decoration: none;
  transition: 0.6s;
  padding: 0px;
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 0px;
  border: solid 1px #e30045;
}
body.podstrana #content #clanky .clanky .clanek .odkaz:hover {
  background-color: white;
  color: #e30045;
}
body.podstrana #content #pridani_do_kosiku #vypis_pridani {
  width: 350px;
}
body.podstrana #content #pridani_do_kosiku #vypis_pridani h2 {
  float: none;
  padding-bottom: 10px;
}
body.podstrana #content #pridani_do_kosiku #vypis_pridani p {
  padding: 10px 0px;
}
body.podstrana.sushi-online #content .obsah_format {
  text-align: center;
}
body.podstrana.sushi-online #content .obsah_format h1 {
  font-family: "Inter semibold";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  padding: 0px;
}
body.podstrana.sushi-online #content .obsah_format p {
  font-family: "Inter regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #3F3F3F;
  padding-top: 28px;
  padding-bottom: 0px;
}
body .objednat_home, body .mobx-caption .mobx-caption-inner .mobx-title .objednat {
  border: none;
  border-radius: 10px 0px;
}

.podstrana #content #mapa {
  background-image: url("../img/mapa_n.jpg");
}/*# sourceMappingURL=style.css.map */