﻿@media only screen and (max-width: 768px) {
  /*.p101.id2 header.mobile .logo img {*/
  header.mobile .logo img {
    max-height: 50px;
  }
  .p101.id2 .bg-left,
  .p101.id2 .bg-right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p101.id2 #objednavka .menu-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 5px 1rem;
    margin-top: 5rem;
  }
  .p101.id2 #objednavka .menu-item .item-description {
    margin: 0 auto;
  }
  .p101.id2 #objednavka .menu-item .item-description span {
    text-align: center;
    gap: 8px;
  }
  .p101.id2 #objednavka .menu-item .item-description .wheat {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .p101.id2 #objednavka .menu-item .item-description .info {
    position: absolute;
    top: -40px;
    left: 35px;
  }
  .p101.id2 #objednavka .menu-item .item-quantity {
    margin: 0 auto;
  }
  .p101.id2 #objednavka .menu-item .item-quantity span:first-of-type {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
   #objednavka .menu-item {
    display: grid;
    grid-template-columns: auto 15rem 8.5rem;
    gap: 1rem;
    padding: 5px 1rem;
  }
}
.p101.id2 #objednavka .menu-item .item-quantity .decrease-btn:hover {
  width: 35px;
  height: 35px;
  background: #92cc2e url(https://www.izora.cz/dev/food/images/icon-minus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
  padding: 0px;
}
.p101.id2 #objednavka .menu-item .item-quantity .increase-btn:hover {
  width: 35px;
  height: 35px;
  background: #92cc2e url(https://www.izora.cz/dev/food/images/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
  padding: 0px;
}

.auth {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
  background: white;
}

.auth a {
  font-weight: 500;
  color: #111212;
  text-decoration: none;
  font-size:20px;
}

.auth a:hover {
  color: #111212;
  text-decoration: underline;
}

.auth .login {
    background-color: #ffcc00;
    border-radius: 50px;
    padding: 10px 15px;
}

.auth .register {
    background-color: #92cc2e;
    border-radius: 50px;
    padding: 10px 15px;
}

@media only screen and (max-width: 1200px) {
  .auth.desktop,
  header.desktop {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  .auth.desktop,
  header.desktop {
    display: block;
  }
  .auth.desktop,
  header.desktop .main_limit {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
  .auth.desktop nav ul,
  header.desktop nav ul {
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }
  .auth.desktop nav ul li,
  header.desktop nav ul li {
    list-style-type: none;
  }
  .auth.desktop nav ul li a,
  header.desktop nav ul li a {
    text-decoration: none;
  }
  .auth.desktop nav ul li a:hover,
  header.desktop nav ul li a:hover {
    text-decoration: underline;
  }
  .auth.desktop .user-section .login-btn,
  header.desktop .user-section .login-btn {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #8bcd23;
    border-radius: 50px;
    border: 0;
    padding: 14px 30px;
  }
  .auth.desktop .user-section .profile-icon a,
  header.desktop .user-section .profile-icon a {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  header.mobile {
    display: block;
  }
  header.mobile .main_limit {
    position: relative;
  }
  header.mobile .main_limit a.cart-summary {
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 0;
    margin: 0;
  }
  header.mobile .main_limit a.cart-summary .cart-icon {
    background: #92cc2e;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.mobile .main_limit a.cart-summary .cart-icon img {
    width: 100%;
    max-width: 25px;
    display: block;
  }
  header.mobile .main_limit a.cart-summary .cart-icon .item-count {
    font-size: 12px;
    color: #fff;
    background: #080809;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -5px;
  }
  header.mobile .main_limit .hamburger-menu {
    position: absolute;
    top: 4px;
    left: 0;
    right: auto;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  header.mobile .hamburger-menu img {
    width: 40px;
    height: 40px;
  }
  header.mobile .mobile-nav {
    position: relative;
  }
  header.mobile .mobile-nav:not(.open) .nav-menu {
    display: none;
  }
  header.mobile .mobile-nav.open .nav-menu {
    display: block;
    background: #92cc2e;
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 2rem 0;
    padding: 0;
  }
  header.mobile .mobile-nav.open .nav-menu ul {
    margin: 0 0 10px 0;
    padding: 2rem;
  }
  header.mobile .mobile-nav.open .nav-menu ul li {
    border-bottom: 1px dotted #fff;
    list-style-type: none;
    padding: 1rem 0;
  }
  header.mobile .mobile-nav.open .nav-menu ul li a {
    padding-left: 2rem;
  }
  /*
  header.mobile .mobile-nav.open .nav-menu ul li {
  list-style-type: none;
  padding: 0 0 10px 0;
  margin: 0;
  }
  */
  header.mobile .mobile-nav.open .nav-menu ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 10px;
  }
}
@media only screen and (min-width: 1201px) {
  header.mobile {
    display: none;
  }
}
@media only screen and (max-width: 1201px) {
  header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1201px) {
  header .logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 190px;
  }
}

header nav {
  display: flex;
  /*justify-content: flex-start;*/
  justify-content: center;
  align-items: center;
}

header nav ul li {
  position: relative;
  padding-left: 3rem;
}

header nav ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #92cc2e;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
}

header nav ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #111212;
  text-decoration: none;
}

header nav ul li a:hover {
  color: #111212;
  text-decoration: underline;
}

header .cart-summary {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  header .cart-summary {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1201px) {
  header .cart-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
header .cart-summary .cart-icon {
  background: #92cc2e;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .cart-summary .cart-icon img {
  width: 100%;
  max-width: 40px;
  display: block;
}

header .cart-summary .cart-icon .item-count {
  font-size: 12px;
  color: #fff;
  background: #080809;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: auto;
  right: -5px;
  bottom: 5px;
}

main #slider-first {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 25px;
  margin-top: 2rem;
}

@media only screen and (max-width: 1200px) {
	main #slider-first {
	  margin-top: 0rem;
	}
}

@media only screen and (max-width: 1200px) {
  main #slider-first::before {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  main #slider-first::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: 120px;
    left: auto;
    right: -150px;
    background: url("https://www.izora.cz/dev/food/images/blade.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: moveUpDown 1sease-in-out infinite;
  }
}
main #slider-first .deliver {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffcc00;
  padding: 15px 30px;
  border-radius: 50px;
  z-index: 9;
}

@media only screen and (max-width: 1200px) {
  main #slider-first .deliver {
    width: 100%;
    max-width: max-content;
  }
}
main #slider-first .slider-container {
  background: #92cc2e;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main #slider-first .slider-container .slick-list {
  height: 100%;
}

main #slider-first .slider-container .slick-list .slick-track {
  height: 100%;
}

main #slider-first .slider-container .slick-list .slider-item {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  main #slider-first .slider-container .slick-list .slider-item {
    margin-top: 5rem;
  }
}
main #slider-first .slider-container .slick-list .slider-item .slider-text {
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 1200px) {
  main #slider-first .slider-container .slick-list .slider-item .slider-text h1 {
    font-size: 20px;
    color: #fff;
    margin: 2rem 2rem 0;
  }
}
@media only screen and (min-width: 1201px) {
  main #slider-first .slider-container .slick-list .slider-item .slider-text h1 {
    font-size: 20px;
    color: #fff;
    margin: 2rem 2rem 0;
  }
}
@media only screen and (max-width: 1200px) {
  main #slider-first .slider-container .slick-list .slider-item .slider-text h2 {
    font-size: 50px;
    color: #fff;
    margin: 2rem 2rem;
  }
}
@media only screen and (min-width: 1201px) {
  main #slider-first .slider-container .slick-list .slider-item .slider-text h2 {
    font-size: 100px;
    color: #fff;
    margin: 2rem 2rem;
  }
}
main #slider-first .slider-container .slick-list .slider-item .slider-text .order-btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  background: #080809;
  border-radius: 50px;
  border: 0;
  padding: 14px 30px;
  margin: 2rem 2rem 0;
}

@media only screen and (max-width: 1200px) {
  main #slider-first .slider-container .slick-list .slider-item img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 80%;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    object-fit: cover;
    display: block;
    z-index: 0;
  }
}
@media only screen and (min-width: 1201px) {
  main #slider-first .slider-container .slick-list .slider-item img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 80%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
  }
}
main #slider-first .slider-container .slick-dots {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  main #days {
    display: grid;
    grid-template-columns: 1fr;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 1201px) {
  main #days {
    display: grid;
    grid-template-columns: auto auto;
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 1200px) {
  main #days .week-switch {
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1201px) {
  main #days .week-switch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
main #days .week-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

@media only screen and (max-width: 1200px) {
  main #days .week-switch .switch {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1201px) {
  main #days .week-switch .switch {
    margin: 0 5px;
  }
}
main #days .week-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

main #days .week-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #080809;
  transition: 0.4s;
  border-radius: 34px;
}

main #days .week-switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: #92e600;
  transition: 0.4s;
}

main #days .week-switch input:checked + .slider {
  background-color: #080809;
}

main #days .week-switch input:checked + .slider:before {
  transform: translateX(26px);
}

@media only screen and (max-width: 1200px) {
  main #days .days-buttons {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1201px) {
  main #days .days-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
  }
}
main #days .days-buttons .day-button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #92cc2e;
  border-radius: 50px;
  border: 0;
  padding: 14px 30px;
  cursor: pointer;
}

main #days .days-buttons .day-button:hover,
main #days .days-buttons .day-button.active {
  font-size: 16px;
  font-weight: 700;
  color: #92cc2e;
  background: #080809;
  border-radius: 50px;
  border: 0;
  padding: 14px 30px;
  cursor: pointer;
}

main .about-us {
  line-height: 1.5rem;
}

main .about-us p {
  line-height: 1.5rem;
}

main .about-us h1 {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #080809;
  text-transform: uppercase;
  text-align: center;
  z-index: 9;
}

main .about-us .order-buttons .order-food {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  background: #080809;
  border-radius: 50px;
  border: 0;
  padding: 14px 30px;
  margin: 2rem auto;
  display: block;
  cursor: pointer;
}

main .about-us .order-buttons .order-food:hover {
  background: #92cc2e;
  border-radius: 50px;
  cursor: pointer;
}

main #slider-second {
  position: relative;
}

main #slider-second .slider-container .slick-list .slider-item {
  border-radius: 25px;
}

main #slider-second .slider-container .slick-list .slider-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 25px;
}

main #slider-second .slider-container .slick-dots {
  width: max-content;
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

main #slider-second .slider-container .slick-dots li {
  padding: 0;
  margin: 0 5px;
}

main #slider-second .slider-container .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: white;
  padding: 0;
  margin: 0;
}

main #slider-second .slider-container .slick-dots li button::before {
  display: none !important;
}

main #slider-second .slider-container .slick-dots li.slick-active button {
  background: #92cc2e;
}

main #slider-second .order-buttons {
  position: relative;
  width: max-content;
  margin: -3rem auto 2rem;
  cursor: pointer;
}

main #slider-second .order-buttons:hover {
  background: #92cc2e;
  border-radius: 50px;
  cursor: pointer;
}

main .menicko h2,
main #main-dishes h2 {
  position: relative;
}

main .menicko h2::before,
main #main-dishes h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
}

main .menicko h2 span,
main #main-dishes h2 span {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #8bcd23;
  text-transform: uppercase;
  background: #fff;
  z-index: 9;
  padding-right: 10px;
}

main .menicko .menu-item {
  background: #f6f6fa;
  border-radius: 10px;
  margin-bottom: 1rem;
  /*padding: 2rem;*/
  padding: 1rem;
}

@media only screen and (max-width: 1200px) {
  main .menicko .menu-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1201px) {
  main .menicko .menu-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
  }
}
main .menicko .menu-item .item-description {
  /*font-size: 22px;*/
  font-weight: bold;
  color: #888888;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

main .menicko .menu-item .item-description span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

main .menicko .menu-item .item-description span .wheat {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #8bcd23;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .menicko .menu-item .item-description span .wheat img {
  max-width: 15px;
}

main .menicko .menu-item .item-description span .info {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #080809;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .menicko .menu-item .item-description span .info img {
  max-width: 6px;
}

main .menicko .menu-item .item-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px !important;
}

main .menicko .menu-item .total {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px !important;
  
}



main .menicko .menu-item .item-quantity .decrease-btn {
  width: 35px;
  height: 35px;
  background: #e1e1ec url(https://www.izora.cz/dev/food/images/icon-minus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
  padding: 0px;
}

main .menicko .menu-item .item-quantity .increase-btn {
  width: 35px;
  height: 35px;
  background: #e1e1ec url(https://www.izora.cz/dev/food/images/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
  padding: 0px;
}

main .menicko .menu-item .item-quantity .quantity {
  color: #fff;
  font-size: 18px;
  text-align: center !important;
  background: #080809;
  border-radius: 50%;
  border: 0;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
}

main .menicko .menu-item .item-quantity .quantity::-webkit-outer-spin-button,
main .menicko .menu-item .item-quantity .quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main .menicko .menu-item .item-quantity .quantity[type=number] {
  -moz-appearance: textfield;
}

main .menicko .menu-item .total p {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

main .menicko .menu-item .total p:first-child {
  color: #888;
}

@media only screen and (max-width: 1200px) {
  main .menicko .menu-item-total {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1201px) {
  main .menicko .menu-item-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 175px;
  }
}
main .menicko .menu-item-total .total {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

main .menicko .menu-item-total .total .total-value {
  color: #fff;
  font-size: 28px;
  text-align: center !important;
  background: #080809;
  border-radius: 50%;
  border: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
}

main #main-dishes .menu-item {
  background: #f6f6fa;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 2rem;
}

@media only screen and (max-width: 1200px) {
  main #main-dishes .menu-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1201px) {
  main #main-dishes .menu-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
  }
}
main #main-dishes .menu-item .item-description {
  font-size: 22px;
  font-weight: bold;
  color: #888888;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

main #main-dishes .menu-item .item-description span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

main #main-dishes .menu-item .item-description span .wheat {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #8bcd23;
  display: flex;
  justify-content: center;
  align-items: center;
}

main #main-dishes .menu-item .item-description span .wheat img {
  max-width: 15px;
}

main #main-dishes .menu-item .item-description span .info {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #080809;
  display: flex;
  justify-content: center;
  align-items: center;
}

main #main-dishes .menu-item .item-description span .info img {
  max-width: 6px;
}

main #main-dishes .menu-item .item-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px !important;
}

main #main-dishes .menu-item .item-quantity .decrease-btn {
  width: 35px;
  height: 35px;
  background: #e1e1ec url(https://www.izora.cz/dev/food/images/icon-minus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
}

main #main-dishes .menu-item .item-quantity .increase-btn {
  width: 35px;
  height: 35px;
  background: #e1e1ec url(https://www.izora.cz/dev/food/images/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
}

main #main-dishes .menu-item .item-quantity .quantity {
  color: #fff;
  font-size: 18px;
  text-align: center !important;
  background: #080809;
  border-radius: 50%;
  border: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
}

main #main-dishes .menu-item .item-quantity .quantity::-webkit-outer-spin-button,
main #main-dishes .menu-item .item-quantity .quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main #main-dishes .menu-item .item-quantity .quantity[type=number] {
  -moz-appearance: textfield;
}

main #main-dishes .menu-item .total p {
  font-weight: 500;
  padding: 0;
  margin: 0;
}

main #main-dishes .menu-item .total p:first-child {
  color: #888;
}

@media only screen and (max-width: 1200px) {
  main #main-dishes .menu-item-total {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1201px) {
  main #main-dishes .menu-item-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 175px;
  }
}
main #main-dishes .menu-item-total .total {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

main #main-dishes .menu-item-total .total .total-value {
  color: #fff;
  font-size: 28px;
  text-align: center !important;
  background: #080809;
  border-radius: 50%;
  border: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px;
}

#best {
  position: relative;
  margin: 5rem 0;
}

@media only screen and (max-width: 1200px) {
  #best::before {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #best::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: 300px;
    left: -150px;
    right: auto;
    background: url(https://www.izora.cz/dev/food/images/blade-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: moveUpDown 1s ease-in-out infinite;
  }
}
@media only screen and (max-width: 1200px) {
  #best::after {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #best::after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: auto;
    left: 42%;
    bottom: -100px;
    right: auto;
    background: url(https://www.izora.cz/dev/food/images/min-tomato.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: moveUpDown 1s ease-in-out infinite;
  }
}
@media only screen and (max-width: 1200px) {
  #best .bg-move {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #best .bg-move {
    width: 100px;
    height: 100px;
    position: absolute;
    top: auto;
    left: auto;
    right: -200px;
    bottom: -250px;
    background: url(https://www.izora.cz/dev/food/images/small-sheet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s ease;
  }
}
#best h2 {
  margin: 5rem 0 2rem;
}

#best h2 span {
  font-size: 50px;
  font-weight: bold;
  color: #8bcd23;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

#best .content {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #best .content .text {
    background: #f1f1f1;
    border-radius: 25px;
    width: 100%;
    max-width: fit-content;
    min-height: 400px;
    padding: 2rem;
    display: block;
  }
  #best .content .text p,
  #best .content .text ul {
    width: 100%;
    max-width: 90%;
    margin: 0 5% 5%;
  }
}
@media only screen and (min-width: 1201px) {
  #best .content .text {
    background: #f1f1f1;
    border-radius: 25px;
    width: 50%;
    margin-right: auto;
    padding: 2rem;
    min-height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  #best .content .text p,
  #best .content .text ul {
    padding: 0;
  }
}
@media only screen and (min-width: 1201px) {
  #best .content .text p,
  #best .content .text ul {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  #best .content .slider-container {
    width: 100%;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 1201px) {
  #best .content .slider-container {
    width: 50%;
    position: absolute;
    top: 20px;
    right: 0;
    border-radius: 25px;
  }
}
#best .content .slider-container .slider-item {
  min-height: 400px;
  border-radius: 25px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  #best .content .slider-container .slider-item img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    object-position: center;
    object-fit: cover;
    display: block;
  }
}
@media only screen and (min-width: 1201px) {
  #best .content .slider-container .slider-item img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-position: center;
    object-fit: cover;
    display: block;
  }
}
#best .content .slider-container .slick-dots {
  width: max-content;
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#best .content .slider-container .slick-dots li {
  padding: 0;
  margin: 0 5px;
}

#best .content .slider-container .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: white;
  padding: 0;
  margin: 0;
}

#best .content .slider-container .slick-dots li button::before {
  display: none !important;
}

#best .content .slider-container .slick-dots li.slick-active button {
  background: #92cc2e;
}

#best-at h2 {
  margin: 5rem 0 2rem;
}

#best-at h2 span {
  font-size: 50px;
  font-weight: bold;
  color: #8bcd23;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

#best-at img {
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  #best-at .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1201px) {
  #best-at .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}
#best-at .items .item {
  text-align: center;
}

#taste {
  position: relative;
}

#taste h2 {
  margin: 5rem 0 2rem;
}

#taste h2 span {
  font-size: 50px;
  font-weight: bold;
  color: #8bcd23;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

@media only screen and (max-width: 1200px) {
  #taste .bg-move {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #taste .bg-move {
    width: 100px;
    height: 100px;
    position: absolute;
    top: auto;
    left: -200px;
    right: auto;
    bottom: -250px;
    background: url(https://www.izora.cz/dev/food/images/small-sheet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.5s ease;
  }
}
#taste .slider-container {
  position: relative;
  background: #f1f1f1;
  border-radius: 50px;
  width: 100%;
  min-height: 500px;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  #taste .slider-container::before {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #taste .slider-container::before {
    content: "";
    background: #f8f8f8;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 200px;
    height: 500px;
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: -1;
  }
}
@media only screen and (max-width: 1200px) {
  #taste .slider-container::after {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #taste .slider-container::after {
    content: "";
    background: #f8f8f8;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 200px;
    height: 500px;
    position: absolute;
    top: 50px;
    right: -50px;
    z-index: -1;
  }
}
#taste .slider-container .slider-item {
  background: #f1f1f1;
  border-radius: 50px;
  min-height: 600px;
}

#taste .slider-container .slider-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

#taste .slider-container .slider-item .slider-text {
  padding: 1rem 2rem;
}

#taste .slider-container .slick-dots {
  display: none !important;
}

#delivery-map {
  margin-bottom: 5rem;
}

#delivery-map h2 {
  margin: 5rem 0 2rem;
}

#delivery-map h2 span {
  font-size: 50px;
  font-weight: bold;
  color: #8bcd23;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

@media only screen and (max-width: 1200px) {
  #delivery-map .delivery-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1201px) {
  #delivery-map .delivery-info {
    display: flex;
    gap: 5px;
  }
}
#delivery-map .delivery-info div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#delivery-map .delivery-info div strong {
  padding: 1rem 20px;
}

#delivery-map .delivery-info div:hover {
  background: #f1f1f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}

#delivery-map .delivery-info .active {
  background: #f1f1f1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#delivery-map #map {
  background: #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottpm-right-radius: 5px;
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 1200px) {
  #delivery-map #map {
    padding: 0;
  }
  #delivery-map #map ul,
  #delivery-map #map p,
  #delivery-map #map span {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1201px) {
  #delivery-map #map {
    padding: 2rem;
  }
}
#delivery-map #map #content-item-1:not(.active),
#delivery-map #map #content-item-2:not(.active),
#delivery-map #map #content-item-3:not(.active) {
  display: none;
}

#delivery-map #map #content-item-1.active,
#delivery-map #map #content-item-2.active,
#delivery-map #map #content-item-3.active {
  display: block;
}

#delivery-map #map #content-item-1.active iframe,
#delivery-map #map #content-item-2.active iframe,
#delivery-map #map #content-item-3.active iframe {
  width: 100%;
  min-height: 510px;
  height: 100%;
  border: 0;
}

#best,
#delivery-map {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #best .bg-left,
  #delivery-map .bg-left {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  #best .bg-left,
  #delivery-map .bg-left {
    width: 200px;
    height: 200px;
    position: fixed;
    top: 30%;
    left: -200px;
    transform: translateY(-50%);
    transition: transform 0.5s ease;
    z-index: -1;
  }
}
.ingredients {
  width: 100%;
  max-width: 100%;
}

#best-at .bg-right {
  width: 200px;
  height: 200px;
  position: fixed;
  top: 85%;
  right: -200px;
  transform: translateY(-50%);
  transition: transform 0.5s ease;
  z-index: -1;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollMoveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes scrollMoveDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
footer .footer-content .newsletter-content {
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 1200px) {
  footer .footer-content .newsletter-content {
    margin-top: 5rem;
  }
}

footer .footer-content .newsletter-content .newsletter {
  background: #000 url(https://www.izora.cz/dev/food/images/bg-newslleter.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 600px;
}

@media only screen and (max-width: 1200px) {
  footer .footer-content .newsletter-content .newsletter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }
  footer .footer-content .newsletter-content .newsletter h3,
  footer .footer-content .newsletter-content .newsletter p {
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (min-width: 1201px) {
  footer .footer-content .newsletter-content .newsletter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-content .newsletter-content .newsletter h3 {
    font-size: 35px;
    margin: 1rem auto 2rem;
    padding: 0;
  }
   footer .copyright_left {text-align:center;}
}
@media only screen and (min-width: 1200px) {
  footer .footer-content .newsletter-content .newsletter h3 {
    font-size: 35px;
    margin: 1rem 0 2rem;
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  footer .footer-content .newsletter-content .newsletter .newsletter-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 90%;
    margin: 2rem 5%;
    padding-bottom: 5%;
  }
}
@media only screen and (min-width: 1201px) {
  footer .footer-content .newsletter-content .newsletter .newsletter-form {
    display: flex;
    gap: 1rem;
  }
}
@media only screen and (max-width: 1201px) {
  footer .footer-content .newsletter-content .newsletter .newsletter-form input {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 14px 30px;
  }
}
@media only screen and (min-width: 1201px) {
  footer .footer-content .newsletter-content .newsletter .newsletter-form input {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #8bcd23;
    border-radius: 50px;
    padding: 14px 30px;
  }
  footer .footer-content .newsletter-content .newsletter .newsletter-form input.subbutton {
  background: #8bcd23;
  max-width: inherit;
  }
}

footer .footer-content .newsletter-content .newsletter .newsletter-form button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #8bcd23;
  border: 2px solid #8bcd23;
  border-radius: 50px;
  padding: 14px 30px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  footer .footer-content .footer-info-content {
    color: #fff;
    background: #8bcd23;
    padding: 4rem 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  footer .footer-content .footer-info-content {
    color: #fff;
    background: #8bcd23;
    padding: 2rem 0rem 1rem;
  }
}

footer .footer-content .footer-info-content .contact h4,
footer .footer-content .footer-info-content .footer-info h4,
footer .footer-content .footer-info-content .complaints h4 {
  font-size: 35px;
  margin: 1rem 0 2rem;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  footer .footer-content .footer-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  footer .footer-content .footer-info h4 {
    text-align: center;
  }
  footer .footer-content .footer-info ul {
    width: max-content;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 1201px) {
  footer .footer-content .footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
	padding: 0rem 2rem;
  }
}
footer .footer-content .footer-info ul {
  margin: 0;
  padding: 0 20px 0;  
}

footer .info ul {
  columns:2;
  column-gap: 3rem;
}

footer .footer-content .footer-info ul li {
  color: #000000;
  padding-bottom: 1rem;
}

footer .footer-content .footer-info ul li p,
footer .footer-content .footer-info ul li a {
  color: #000000;
}

footer .footer-content .footer-info .info ul li {
  position: relative;
  list-style-type: none;
}

footer .footer-content .footer-info .info ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

footer .footer-content .footer-info .contact,
footer .footer-content .footer-info .complaints {
  text-align: center;
}

footer .footer-content .footer-info .contact ul,
footer .footer-content .footer-info .complaints ul {
  margin: 0;
  padding: 0;
}

footer .footer-content .footer-info .contact ul li,
footer .footer-content .footer-info .complaints ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
}

footer .copyright_left, footer .copyright_left a, footer .copyright_right {
  color: #000000;  
}

footer .copyright_left {
  float: left;  
}

footer .copyright_right {
  text-align: center; 
}



@media only screen and (max-width: 1200px) {
  body.vo main .menicko .menu-item-total,
  body.vo main #main-dishes .menu-item-total {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1201px) {
  body.vo main .menicko .menu-item-total,
  body.vo main #main-dishes .menu-item-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 215px !important;
  }
}
body.vo main .menicko .menu-item,
body.vo main #main-dishes .menu-item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

body.vo main .menicko .menu-item .item-quantity,
body.vo main #main-dishes .menu-item .item-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px !important;
}

body.vo main .menicko .menu-item .item-quantity .decrease-btn,
body.vo main #main-dishes .menu-item .item-quantity .decrease-btn {
  width: 35px;
  height: 35px;
  background: #e1e1ec url(https://www.izora.cz/dev/food/images/icon-minus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
}

body.vo main .menicko .menu-item .item-quantity .increase-btn,
body.vo main #main-dishes .menu-item .item-quantity .increase-btn {
  width: 35px;
  height: 35px;
  background: #e1e1ec url(https://www.izora.cz/dev/food/images/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 50px;
  border: 0;
  display: block !important;
}

body.vo main .menicko .gastro,
body.vo main #main-dishes .gastro {
  background: #f6f6fa;
  border-bottom: 2px solid #e4e4e6;
  margin-bottom: 2rem;
  padding: 0;
}

body.vo main .menicko .gastro a.btn,
body.vo main #main-dishes .gastro a.btn {
  font-size: 18px;
  font-weight: 700;
  color: #080809;
  background: #92cc2e;
  border-radius: 50px;
  border: 0;
  margin: 0 0 1rem 2rem;
  padding: 14px 30px;
  width: max-content;
  display: block;
  cursor: pointer;
}

body.vo main .menicko .gastro .menu-item,
body.vo main #main-dishes .gastro .menu-item {
  background: #92cc2e;
  border-radius: 0;
  margin-bottom: 0;
  padding: 1rem 1rem;
}

@media only screen and (max-width: 1200px) {
  body.vo main .menicko .gastro .menu-item,
  body.vo main #main-dishes .gastro .menu-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1201px) {
  body.vo main .menicko .gastro .menu-item,
  body.vo main #main-dishes .gastro .menu-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
  }
}
body.vo main .menicko .gastro .menu-item .item-description span,
body.vo main #main-dishes .gastro .menu-item .item-description span {
  color: #fff;
}

body.vo main .menicko .gastro .menu-item .item-quantity .quantity,
body.vo main #main-dishes .gastro .menu-item .item-quantity .quantity {
  color: #080809;
  font-size: 18px;
  text-align: center !important;
  background: #fff;
  border-radius: 50%;
  border: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

body.vo main .menicko .gastro .menu-item .total p:first-of-type,
body.vo main #main-dishes .gastro .menu-item .total p:first-of-type {
  color: #fff;
}

body.vo main .menicko .gastro .menu-item:not(:last-child),
body.vo main #main-dishes .gastro .menu-item:not(:last-child) {
  border-bottom: 2px solid #82b824;
}

body.vo main .menicko .gastro .menu-item:first-of-type,
body.vo main #main-dishes .gastro .menu-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

body.vo main .menicko .gastro .menu-item:last-child,
body.vo main #main-dishes .gastro .menu-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.login h1 {
  position: relative;
  font-size: 45px;
  font-weight: 700;
  color: #080809;
  text-transform: uppercase;
  text-align: center;
  z-index: 9;
}

.login .auth-container .tabs {
  width: auto;
  max-width: max-content;
}

@media only screen and (max-width: 480px) {
  .login .auth-container .tabs {
    display: flex;
    gap: 0;
  }
  .login .auth-container .tabs .tab.active {
    color: #fff;
    font-weight: 600;
    background: #92cc2e;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 0;
    padding: 25px 1rem;
    cursor: pointer;
  }
  .login .auth-container .tabs .tab:not(.active) {
    color: #080809;
    font-weight: 600;
    background: #e7eedd;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 0;
    padding: 25px 1rem;
    cursor: pointer;
  }
}
@media only screen and (min-width: 481px) {
  .login .auth-container .tabs {
    display: flex;
    gap: 10px;
  }
  .login .auth-container .tabs .tab.active {
    color: #fff;
    font-weight: 600;
    background: #92cc2e;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 0;
    padding: 25px 2rem;
    cursor: pointer;
  }
  .login .auth-container .tabs .tab:not(.active) {
    color: #080809;
    font-weight: 600;
    background: #e7eedd;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 0;
    padding: 25px 1rem;
    cursor: pointer;
  }
}
.login .login-form {
  text-align: center;
  background: #92cc2e;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: auto;
  max-width: 100%;
  height: 100%;
  padding: 1rem;
}

.login .login-form .login-wrapper {
  text-align: center;
  background: #92cc2e;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: auto;
  max-width: max-content;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .login .login-form .login-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .login .login-form .login-wrapper {
    display: flex;
    gap: 1rem;
    padding: 2rem;
    margin: 0 auto;
  }
}
input {
  font-size: 16px;
  font-weight: 700;
  color: #080809;
  text-transform: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 14px 0;
  margin: 1rem auto;
  display: block;
  cursor: pointer;
}

.login input {
  border: 0px solid rgba(0, 0, 0, 0.3);
  margin: auto;
}

.login label	{
	display: block;
}

@media only screen and (max-width: 768px) {
  .login .login-form .login-wrapper input {
    font-size: 16px;
    font-weight: 700;
    color: #080809;
    text-transform: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    border: 0;
    padding: 14px 0;
    margin: 1rem auto;
    display: block;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .login .login-form .login-wrapper input {
    font-size: 16px;
    font-weight: 700;
    color: #080809;
    text-transform: none;
    background: #fff;
    border-radius: 50px;
    border: 0;
    padding: 14px 30px;
    margin: 1rem auto;
    display: block;
    cursor: pointer;
  }
}
.login .login-form .submit-btn,
button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  background: #080809;
  border-radius: 50px;
  border: 0;
  padding: 18px 50px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

button:hover {
  background: #92cc2e;
}

.login .login-form .submit-btn:hover,
.login .login-form button:hover, .com-users-reset button:hover, .com-users-reset-confirm button:hover , .reset-confirm  button:hover {
  color: #080809;
  background: #fff;
  text-transform: none;
  border-radius: 50px;
  border: 0;
  padding: 18px 50px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.login .login-form .forgot-password {
  color: #080809;
  margin-top: 3rem;
}

.login .login-form .forgot-password span {
  color: #080809;
}

.login .login-form .forgot-password a {
  color: #fff;
  text-decoration: underline;
}

* {
  /*font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  */
}

body {
  overflow-x: hidden;
}

body header,
body main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 0rem;
}

body header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  max-width: 100%;
  background: white;
  padding: 1rem 0rem;
}

body footer .newsletter,
body footer .footer-info {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.main_limit {
  text-align: left;
  position: relative;
}

@media (max-width: 1200px) {
  .main_limit {
    width: 95%;
  }
}
/*-------------------*/
@media (min-width: 1200px) {
  .delivery-map .uk-scope .uk-padding {
    padding: 36px;
  }
}
.delivery-map .uk-scope ul {
  margin: 0;
}
@media (max-width: 1200px) {
  .delivery-map .uk-scope ul {
    width: 100%;
  }
  .delivery-map .uk-scope ul li {
    min-width: 100%;
    max-width: 100%;
  }
  .delivery-map .uk-scope ul li a {
    text-align: center;
    display: block;
  }
  .delivery-map .uk-scope ul li:not(.uk-active) {
    background: #fafafa;
  }
  .delivery-map .uk-scope ul li:not(.uk-active) a {
    text-align: center;
    border-radius: 10px;
    display: block;
  }
  .delivery-map .uk-scope ul li.uk-active a {
    text-align: center;
    border-radius: 10px;
    display: block;
  }
}

.delivery-map .uk-scope .uk-margin-top {
  margin-top: 0 !important;
  background: #f1f1f1;
  border-radius: 0 0 0 10px;
}

.delivery-map .uk-scope .uk-subnav-pill a {
  padding: 1rem 20px;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.delivery-map .uk-scope .uk-subnav-pill > .uk-active > a {
  background-color: #f1f1f1;
  border-radius: 10px 10px 0 0;
}

.delivery-map .uk-scope .uk-subnav-pill > * {
  padding-left: 0;
}

/**/
@media (max-width: 1200px) {
  .slider-text-nad {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 500px;
    display: block;
    z-index: 10;
  }
  .slider-text-nad > div {
    width: 100%;
    height: 100%;
  }
  .slider-text-nad > div h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: normal;
    padding: 0;
    margin: 0;
  }
  .slider-text-nad > div .order-btn {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
    line-height: normal;
    min-width: max-content;
    padding: 14px 30px;
    margin: 0;
  }
  .slider-text-nad h1 {
    display: none;
  }
}
