@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Poppins:ital,wght@0,400;0,700;1,400&display=swap");
@CHARSET 'UTF-8' {}@font-face {
  font-family: Axiforma;
  src: url("..//fonts//Axiforma Bold.otf");
}

html {
  scroll-behavior: smooth;
}

.section {
  position: relative;
}

.section span {
  top: -120px;
  pointer-events: none;
  position: absolute;
}

html, body, h1, h2, h3, h4, h5, h6, a, p, span, input, textarea, select, option, div {
  font-family: "Poppins", sans-serif;
}

a, button, .container a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover, a:active, a:focus, button:hover, button:active, button:focus, .container a:hover, .container a:active, .container a:focus {
  text-decoration: none;
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.br:after {
  content: '\A';
  white-space: pre;
}

body > header,
body > main,
body > footer {
  overflow: inherit;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: #fff;
  padding-bottom: 15px;
}

.main-bar h1 {
  padding: 0 10px;
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 30px;
}

.navbar-toggler {
  padding: 0;
}

.navbar {
  position: relative;
  height: 75px;
  margin-top: 45px;
  z-index: 3;
}

.navbar .logo-img {
  width: 300px;
  margin-right: 10px;
}

ul.nav {
  position: relative;
  padding-left: 50px;
  list-style: none;
}

ul.nav li.active > a {
  font-weight: bold;
}

ul.nav li {
  text-align: center;
  position: relative;
  padding: 7px 10px;
  z-index: 100;
  white-space: nowrap;
}

ul.nav li > a {
  font-size: 0.85rem;
  color: #b3a995;
}

ul.nav li > a:hover, ul.nav li a:focus {
  color: #000;
  text-decoration: none;
}

.menu-icons {
  position: absolute;
  top: 41px;
  right: 7vw;
  z-index: 1;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 0;
  font-size: 0.85rem;
}

.menu-icons span {
  display: block;
}

.menu-icons div {
  margin-left: 20px;
}

.menu-icons img {
  height: 25px;
}

.menu-ico-1, .menu-ico-1:hover {
  color: #d0aa5b;
}

.menu-ico-1 img, .menu-ico-1:hover img {
  margin-bottom: 8px;
}

.menu-ico-2, .menu-ico-2:hover {
  display: block;
  height: 100px;
  width: 65px;
  cursor: pointer;
}

.menu-ico-2 span, .menu-ico-2:hover span {
  pointer-events: none;
}

.menu-ico-2 img, .menu-ico-2:hover img {
  pointer-events: none;
  margin-bottom: 6px;
}

.menu-ico-2 img ~ img, .menu-ico-2:hover img ~ img {
  height: 10px;
  margin-top: 10px;
  margin-left: 3px;
}

.shop-open {
  color: #7ab507;
}

.shop-closed {
  color: #b3a995;
}

.menu-ico-3, .menu-ico-3:hover {
  color: #b3a995;
}

.menu-ico-3 img, .menu-ico-3:hover img {
  margin-bottom: 6px;
}

.dropdown {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #e5e0d6;
  padding: 10px;
  background-color: #1a1a1c;
  min-width: 160px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow-z-index: 30;
}

.dropdown-content span {
  display: block;
}

.dropdown-content p {
  margin: 0;
  padding: 0 10px;
}

.dropdown-content p span:nth-child(1) {
  font-weight: bold;
}

.dropdown-content div {
  margin-left: 0;
}

.show {
  display: block;
}

.main {
  position: relative;
}

.hmpg-intro-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 185px;
}

.hmpg-intro-top-cut {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 185px;
  z-index: 2;
  background-image: url("..//images//svg//resize//menu_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.hmpg-intro {
  position: absolute;
  top: 110px;
  left: 0;
  padding: 0;
  z-index: 1;
  height: 834px;
  background-image: url("..//images//svg//resize//header.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #221812;
  color: #fff;
  text-align: center;
}

.hmpg-intro > div > div:nth-child(1) span {
  font-family: "Playfair Display", serif;
  font-size: 5.5rem;
  letter-spacing: 0.6px;
  line-height: 4.5rem;
}

.hmpg-intro > div > div:nth-child(1) span:nth-child(3) {
  color: #d0aa5b;
  font-weight: 900;
}

.hmpg-intro p {
  padding-top: 30px;
  margin-bottom: 0;
  line-height: 1.8rem;
  letter-spacing: 0.6px;
}

.ponuka-btn {
  background-color: #fff;
  color: #d0aa5b;
  width: 242px;
  height: 87px;
  border-radius: 44px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
  padding-left: 32px;
  margin-left: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5;
}

.ponuka-btn:hover, .ponuka-btn:focus {
  color: #fff;
  background-color: #d0aa5b;
}

.ponuka-btn img {
  height: 25px;
  padding-right: 32px;
}

.tipy-triky-odkaz {
  position: absolute;
  z-index: 10;
  top: 805px;
}

.tipy-triky-odkaz div {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 39%;
  left: calc(50% - 80px);
}

.tipy-triky-odkaz div a {
  color: #fff;
}

.tipy-triky-odkaz div a img {
  display: block;
  height: 45px;
  margin-left: 60px;
}

.tipy-triky-odkaz > img {
  height: 286px;
  border-radius: 50%;
  border: 18px solid #fff;
}

.o-nas {
  margin-top: 1000px;
  position: relative;
}

.o-nas > div div:nth-child(1) {
  padding: 20px 30px;
  background-color: #1a1a1c;
}

.o-nas > div div:nth-child(1) span:nth-child(2), .o-nas > div div:nth-child(1) span:nth-child(4) {
  color: #d0aa5b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.6px;
  line-height: 2.9rem;
}

.o-nas > div div:nth-child(1) span:nth-child(6) {
  display: inline-block;
  padding: 10px 0 22px 0;
  color: #e5e0d6;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.o-nas > div div:nth-child(1) p {
  color: #a19999;
  width: 86%;
  line-height: 1.45rem;
  font-size: 0.85rem;
}

.o-nas > div div:nth-child(1) p a {
  color: #e5e0d6;
}

.o-nas > div div:nth-child(1) p a:hover {
  color: #d0aa5b;
}

.o-nas > div img:nth-child(1) {
  position: absolute;
  height: 51px;
  top: 15px;
  right: 35px;
}

.o-nas > div div:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.o-nas .podpis {
  position: relative;
  height: 90px;
}

.cennik-header {
  height: 250px;
  position: relative;
  overflow: visible;
}

.cennik-header span:nth-child(1) {
  color: #d0aa5b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 3rem;
}

.cennik-header span:nth-child(2) {
  color: #e5e0d6;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.cennik-header::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 200%;
  top: -8%;
  left: 23%;
  z-index: -1;
  background: url("..//images//svg//lokse_vajnory_text.svg") 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  opacity: 0.15;
}

.cennik a {
  text-transform: uppercase;
  color: #a19999;
}

.cennik a:hover {
  color: #d0aa5b;
}

.cennik-obsah {
  margin-top: -30px;
}

.cennik-box {
  padding: 0;
  position: relative;
  margin: 60px 15px 15px 15px;
}

.cennik-box-inner {
  position: relative;
  height: 250px;
  width: 255px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #a19999;
  font-size: 0.85rem;
  line-height: 0.2rem;
}

.cennik-box-inner p {
  line-height: 1rem;
  display: inline;
  padding: 0;
  margin: 0;
}

.cennik-box-inner > b, .cennik-box-inner span:nth-child(2) {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #d0aa5b;
  text-transform: uppercase;
}

.cennik-box-inner > b {
  margin-top: 80px;
}

.cennik-box-inner span:nth-child(2) {
  margin-bottom: 35px;
}

.cennik-box-inner span:nth-child(6) {
  display: block;
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1rem;
  color: #d0aa5b;
}

.hover-img img {
  position: absolute;
  top: -51px;
  left: calc(50% - 51px);
  height: 102px;
}

.hover-img .img-after {
  display: none;
}

.cennik-box-inner:hover {
  background-color: #1a1a1c;
  cursor: pointer;
}

.cennik-box-inner:hover .img-after {
  display: block;
}

.tipy-triky {
  position: relative;
  margin-top: 0px;
}

.tipy-triky .row {
  margin-top: -40px;
}

.tipy-triky-box {
  padding: 0;
  position: relative;
  margin-top: 10px;
}

.tipy-triky-box-inner {
  position: relative;
  height: 651px;
  width: 351px;
  background-color: #1a1a1c;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #a19999;
  font-size: 0.85rem;
}

.tipy-triky-box-inner img {
  margin-bottom: 40px;
}

.tipy-triky-box-inner p {
  padding: 0 22px;
  margin-bottom: 15px;
}

.tipy-triky-box-inner p:nth-child(2) {
  color: #d0aa5b;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4rem;
}

.tipy-triky-box-inner p:nth-child(3) {
  line-height: 1.3rem;
}

.tipy-triky-box-inner p:nth-child(4) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.recepty {
  margin-top: -30px;
}

.recepty-box-img {
  padding: 0;
  background-color: #1a1a1c;
}

.recepty-box-img img {
  height: 450px;
  width: 647px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recepty-box-intro-txt {
  height: 450px;
  background-color: #1a1a1c;
  padding: 35px;
}

.recepty-box-intro-txt span {
  display: block;
}

.recepty-box-intro-txt span:nth-child(1) p {
  color: #d0aa5b;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 2.5rem;
}

.recepty-box-intro-txt span:nth-child(2) {
  color: #e5e0d6;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 3.4rem;
}

.recepty-box-intro-txt span:nth-child(3) {
  color: #d0aa5b;
  font-size: 0.8rem;
  line-height: 1.8rem;
  margin-top: 25px;
}

.recepty-box-intro-txt p {
  padding: 0;
  margin: 0;
  color: #a19999;
  font-size: 0.8rem;
  line-height: 1.8rem;
}

.recepty-box-postup {
  background-color: #d0aa5b;
  padding: 45px 100px 45px 45px;
  color: #1a1a1c;
}

.recepty-box-postup span {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1rem;
}

.recepty-box-postup p {
  margin-top: 25px;
  font-size: 0.85rem;
  line-height: 1.3rem;
}

.carousel-control-prev-icon {
  height: 30px;
  width: 30px;
  display: block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: -100%;
  background: url("..//images//svg//arrow_slide.svg") no-repeat;
}

.carousel-control-next-icon {
  height: 30px;
  width: 30px;
  display: block;
  margin-right: -100%;
  background: url("..//images//svg//arrow_slide.svg") no-repeat;
}

.gallery {
  margin-top: -30px;
}

.gallery-img {
  width: 257px;
  height: 257px;
  margin: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lokse-footer {
  color: #b3a995;
  margin-top: 80px;
  min-height: 471px;
  z-index: 2;
  background-image: url("..//images//svg//resize//footer.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  font-size: 0.85rem;
  line-height: 2rem;
}

.lokse-footer a {
  color: #b3a995;
}

.lokse-footer a:hover {
  color: #fff;
}

.lokse-footer div .row:nth-child(1) {
  margin-top: 35px;
}

.lokse-footer div .row:nth-child(1) img {
  width: 494px;
}

.lokse-footer div .row:nth-child(3) {
  margin-top: 60px;
}

.lokse-footer p {
  text-align: center;
}

.gold-font-color {
  color: #d0aa5b;
}

.gold-font-color a {
  color: #d0aa5b;
}

.gold-font-color a:hover {
  color: #fff;
}

.footer-menu {
  z-index: 2;
  margin-left: 50px;
  margin-top: 65px;
}

.footer-menu > ul.nav {
  display: inline;
  position: relative;
  list-style: none;
  padding-left: 0;
}

.footer-menu > ul.nav > li ~ li:before {
  position: absolute;
  top: 0px;
  left: calc(50% - 67px);
  color: #d0aa5b;
  content: "|";
}

.footer-menu > ul.nav > li {
  margin-right: 50px;
  display: inline;
  position: relative;
  z-index: 100;
  white-space: nowrap;
}

.footer-menu > ul.nav > li > a {
  font-size: 0.95rem;
  color: #b3a995;
}

.footer-menu > ul.nav > li > a:hover, .footer-menu > ul.nav > li a:focus {
  color: #fff;
  text-decoration: none;
}

.bottom-footer {
  color: #1a1a1c;
  font-size: 0.8rem;
  line-height: 0.85rem;
  height: 100px;
  padding: 0 15px;
}

.bottom-footer span {
  display: block;
  margin-top: 4px;
}

.bottom-footer img {
  width: 75px;
  margin-left: 5px;
}

.cookieinfo {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
}

.cookieinfo #cookie_more_info {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.cookieinfo .cookieinfo-close {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

.cookieinfo .cookieinfo-close:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

body > footer {
  background-color: #a8a8a8;
}

ul.slickSlider {
  padding: 0;
}

ul.slickSlider li {
  position: relative;
  width: 100%;
  height: 33vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sixnetFooter {
  max-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .o-nas {
    margin-top: 1025px;
    padding: 0;
  }
  .o-nas > div div:nth-child(1) {
    padding: 25px 50px;
  }
  .o-nas > div img:nth-child(1) {
    height: 81px;
    top: 35px;
    right: 180px;
  }
  .o-nas > div div:nth-child(2) {
    padding: 0;
  }
  .o-nas > div div:nth-child(2) img {
    position: relative;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .navbar {
    width: 100%;
    height: unset;
    margin-top: 25px;
    padding: 0;
  }
  .navbar a {
    margin-right: 0;
  }
  .navbar a > img {
    height: 60px;
    margin-right: 0;
  }
  .navbar .logo-img {
    width: unset;
    margin-right: 10px;
  }
  .navbar-collapse {
    position: absolute;
    top: 35px;
    right: 25px;
    z-index: 500;
  }
  .navbar-collapse ul.nav {
    width: 170px;
  }
  .navbar-collapse ul.nav li {
    background-color: #1a1a1c;
    border-bottom: 1px solid #bf9c54;
  }
  .navbar-collapse ul.nav > li > a {
    color: #b3a995;
  }
  .navbar-collapse ul.nav > li > a:hover, .navbar-collapse ul.nav > li a:focus {
    color: #fff;
    text-decoration: none;
  }
  .navbar-brand {
    width: 75%;
    float: left;
  }
  .menu-icons {
    top: 25px;
    right: 320px;
  }
  .footer-menu {
    margin-left: 150px;
  }
  .hmpg-intro-top-cut {
    background-size: cover;
    height: 140px;
  }
}

@media only screen and (max-width: 992px) {
  .o-nas {
    margin-top: 1025px;
    padding: 0;
  }
  .cennik-header::before {
    width: 80%;
    height: 200%;
    left: 15%;
  }
  .recepty-box-img {
    margin: 0 auto;
  }
  .recepty-box-intro-txt {
    margin: 0 auto;
    height: 290px;
  }
  .recepty-box-intro-txt span:nth-child(3) {
    margin-top: 15px;
  }
  .recepty-box-postup {
    padding: 45px 50px 45px 45px;
  }
  .menu-icons {
    position: absolute;
    top: 35px;
    right: 21vw;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 0;
    font-size: 0.75rem;
  }
  .menu-icons span {
    display: block;
  }
  .menu-icons div {
    margin-left: 20px;
  }
  .menu-icons img {
    height: 20px;
  }
  .menu-ico-1, .menu-ico-1:hover {
    color: #d0aa5b;
  }
  .menu-ico-1 img, .menu-ico-1:hover img {
    margin-bottom: 8px;
  }
  .menu-ico-2, .menu-ico-2:hover {
    display: block;
    height: 100px;
    width: 65px;
    cursor: pointer;
  }
  .menu-ico-2 span, .menu-ico-2:hover span {
    pointer-events: none;
  }
  .menu-ico-2 img, .menu-ico-2:hover img {
    pointer-events: none;
    margin-bottom: 6px;
  }
  .menu-ico-2 img ~ img, .menu-ico-2:hover img ~ img {
    height: 10px;
    margin-top: 10px;
    margin-left: 3px;
  }
  .footer-menu {
    margin-left: 20px;
  }
  .contact-address {
    padding: 0 25px;
    margin-bottom: 10px;
  }
  .contact-address hr {
    display: block;
    margin-top: 25px;
  }
  #agree {
    margin-bottom: 50px;
  }
  #agree-error {
    position: absolute;
    top: 48px;
    left: 24px;
    color: red;
    font-size: 0.9rem;
    line-height: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .nav-container {
    max-width: 99% !important;
  }
  .navbar {
    height: unset;
  }
  .navbar a > img {
    height: 50px;
  }
  .menu-icons {
    position: absolute;
    top: 25px;
    right: 14vw;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 0;
    font-size: 0.7rem;
  }
  .menu-icons span {
    display: block;
  }
  .menu-icons div {
    margin-left: 8px;
  }
  .menu-icons img {
    height: 20px;
  }
  .menu-ico-1, .menu-ico-1:hover {
    color: #d0aa5b;
  }
  .menu-ico-1 img, .menu-ico-1:hover img {
    margin-bottom: 8px;
  }
  .menu-ico-2, .menu-ico-2:hover {
    display: block;
    height: 100px;
    width: 65px;
    cursor: pointer;
  }
  .menu-ico-2 span, .menu-ico-2:hover span {
    pointer-events: none;
  }
  .menu-ico-2 img, .menu-ico-2:hover img {
    pointer-events: none;
    margin-bottom: 6px;
  }
  .menu-ico-2 img ~ img, .menu-ico-2:hover img ~ img {
    height: 10px;
    margin-top: 10px;
    margin-left: 3px;
  }
  .hmpg-intro {
    top: 50px;
    height: 770px;
    text-align: center;
  }
  .hmpg-intro > div > div:nth-child(1) span {
    font-size: 3.5rem;
    letter-spacing: 0.6px;
    line-height: 2.5rem;
  }
  .hmpg-intro p {
    padding: 30px 25px 30px;
    margin-bottom: 0;
    line-height: 1.8rem;
    letter-spacing: 0.6px;
  }
  .ponuka-btn {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .tipy-triky-odkaz {
    top: 675px;
  }
  .o-nas {
    margin-top: 890px;
    padding: 0;
  }
  .cennik-header::before {
    width: 95%;
    top: -2%;
    left: 10%;
  }
  .footer-menu {
    margin-left: 50px;
    margin-top: 65px;
  }
  .footer-menu > ul.nav {
    display: inline;
  }
  .footer-menu > ul.nav > li ~ li:nth-child(4):before {
    top: 0px;
    left: calc(50% - 87px);
    content: "";
  }
  .lokse-footer p {
    text-align: left;
  }
}

@media only screen and (max-width: 576px) {
  .navbar {
    position: relative;
    height: 75px;
    margin-top: 15px;
    z-index: 3;
  }
  .navbar .logo-img {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("..//images//svg//lokse_symbol.svg") no-repeat;
    width: 50px;
    height: 50px;
    padding-left: 500px;
  }
  .nav-container {
    max-width: 100% !important;
  }
  .navbar {
    height: unset;
  }
  .navbar a > img {
    height: 50px;
  }
  .menu-icons {
    position: absolute;
    top: 25px;
    right: 18vw;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 0;
    font-size: 0.7rem;
  }
  .menu-icons span {
    display: block;
  }
  .menu-icons div {
    margin-left: 6px;
  }
  .menu-icons img {
    height: 20px;
  }
  .menu-ico-1, .menu-ico-1:hover {
    color: #d0aa5b;
  }
  .menu-ico-1 img, .menu-ico-1:hover img {
    margin-bottom: 8px;
  }
  .menu-ico-2, .menu-ico-2:hover {
    display: block;
    height: 100px;
    width: 65px;
    cursor: pointer;
  }
  .menu-ico-2 span, .menu-ico-2:hover span {
    pointer-events: none;
  }
  .menu-ico-2 img, .menu-ico-2:hover img {
    pointer-events: none;
    margin-bottom: 6px;
  }
  .menu-ico-2 img ~ img, .menu-ico-2:hover img ~ img {
    height: 10px;
    margin-top: 5px;
    margin-left: 3px;
  }
  .o-nas > div div:nth-child(1) {
    padding: 20px 30px;
  }
  .o-nas > div img:nth-child(1) {
    height: 51px;
    top: 15px;
    right: 35px;
  }
  .cennik-header {
    overflow: hidden;
    padding-top: 20px;
    margin: 0;
    height: 250px;
  }
  .cennik-header span:nth-child(1) {
    color: #d0aa5b;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
  }
  .cennik-header span:nth-child(2) {
    line-height: 3rem;
  }
  .cennik-header::before {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 95%;
    top: 20%;
    left: 7%;
    background-size: 100%;
  }
  .recepty-box-img {
    margin: 0 auto;
    height: 250px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .recepty-box-intro-txt {
    margin: 0 auto;
    height: 420px;
  }
  .recepty-box-intro-txt span:nth-child(3) {
    margin-top: 15px;
  }
  .recepty-box-postup {
    padding: 30px 35px 35px 35px;
  }
  .footer-menu {
    margin-left: 00px;
    margin-top: 65px;
  }
  .footer-menu > ul.nav {
    position: relative;
    list-style: none;
  }
  .footer-menu > ul.nav > li ~ li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #d0aa5b;
    content: "";
  }
  .footer-menu > ul.nav > li {
    margin-right: 50px;
    display: block;
    position: relative;
    z-index: 100;
    white-space: nowrap;
  }
  .footer-menu > ul.nav > li > a {
    font-size: 0.95rem;
    color: #b3a995;
  }
  .footer-menu > ul.nav > li > a:hover, .footer-menu > ul.nav > li a:focus {
    color: #fff;
    text-decoration: none;
  }
  .lokse-footer div .row:nth-child(2) {
    margin-top: 20px;
  }
  .lokse-footer div .row:nth-child(3) {
    margin: 40px 0 30px 0;
  }
  .bottom-footer {
    color: #1a1a1c;
    font-size: 0.8rem;
    line-height: 0.85rem;
    height: 100px;
  }
  .bottom-footer .text-right {
    margin-left: 35px;
    width: 50%;
  }
  .bottom-footer span {
    display: block;
    margin-top: 4px;
  }
  .bottom-footer img {
    width: 75px;
    margin-top: 0px;
    margin-left: 5px;
  }
}
/*# sourceMappingURL=app.css.map */