@charset "UTF-8";
@font-face {
  font-family: "libre";
  src: url("../fonts/LIBREFRANKLIN-REGULAR.TTF");
}
@font-face {
  font-family: "cinzel";
  src: url("../fonts/CINZELDECORATIVE-REGULAR.TTF");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}
html {
  height: 100%;
  box-sizing: border-box;
}

.navbar-nav li a {
  color: #000;
  text-transform: uppercase;
}

.navbar-toggle {
  border: 1px solid #ccc;
}

.navbar {
  background: #fff;
  border-bottom: 3px solid #996515;
}

.navbar-nav li.separator {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 30px;
  margin: 20px 10px 0 10px;
  display: none;
}

.nav-logo {
  display: block;
  text-align: center;
}

.nav-logo img {
  max-height: 120px;
}

.navbar-autohide {
  transition: transform 0.5s;
}

.navbar-autohide.is-hidden {
  transform: translateY(-120px);
}

.navbar-collapse:not(.in):not(.collapsing) .navbar-nav li > a {
  transition: all 0.2s ease 0.05s;
}

.navbar-nav li a:hover, .navbar-nav li.active > a {
  background-color: transparent;
  color: #e67e22;
}

.navbar-toggle .icon-bar {
  background-color: #d8b649;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.dropdown-menu {
  background-color: #d6b973;
  padding: 0;
}

.dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-family: "libre";
  font-weight: bold;
  transition: all 0s;
}

.dropdown-menu li a:hover {
  background-color: #996515;
  color: #fff;
}

body {
  background-color: hsl(43, 100%, 98%);
  font-family: "libre";
  /*color:#000;*/
  position: relative;
}

p {
  font-size: 16px;
  line-height: 1.6em;
}

.col img {
  max-width: 100%;
}

.pad-190 {
  padding-top: 190px;
}

.pad-50 {
  padding-top: 50px;
}

.nopad {
  padding: 0 !important;
}

.notopmargin {
  margin-top: 0 !important;
}

.overhidden {
  overflow: hidden;
}

#layout-content.inner {
  padding-top: 190px;
}

.brown-color {
  color: #996515 !important;
}

.white-color {
  color: #fff !important;
}

.black-color, .black-color > * {
  color: #000 !important;
}

.tobottom {
  position: absolute;
  bottom: 0 !important;
  height: auto;
  width: 100%;
}

img.v-mirror {
  transform: scaleX(-1);
}

img.h-mirror {
  transform: scaleY(-1);
}

img.v-gradient {
  mask-image: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
}

img.white-mask {
  mask-image: linear-gradient(rgba(250, 250, 250, 0.6), rgba(250, 250, 250, 0.6));
  -webkit-mask-image: linear-gradient(rgba(250, 250, 250, 0.6), rgba(250, 250, 250, 0.6));
}

.brown-bg {
  background-color: #d6ba73;
  /*background-color: #d8b649;    */
}

.big-shadow {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.nyitokep {
  width: 100%;
  height: 80vh;
  /*background-image:url(../images/panorama.jpg);*/
  background-size: 120%;
  background-repeat: no-repeat;
  background-color: #d8b649;
}

#nyito-szoveg {
  background-color: #d8b649;
  /*background-color:#fff;*/
  /*background-image:url(../images/fo-pattern.png);*/
  /*background-repeat:repeat;*/
  padding-bottom: 100px;
}

.nyito-text-cont {
  margin-top: -200px;
  background-color: #fff;
  padding: 10px 40px;
  text-align: center;
}

.nyito-text-cont h3 {
  padding: 0 50px;
  text-align: center;
  font-weight: 700;
  font-family: "cinzel";
  color: #d8b649;
}

.nyito-text-cont p span {
  font-style: italic;
}

.nyito-text-cont img {
  margin: 30px 0;
}

.nyito-text-cont .nyito-cim {
  margin: 50px 0;
}

.p-100 {
  padding: 100px 0;
}

.p-15 {
  padding: 15px;
}

.heti-letolt {
  /*stroke: hsla(46, 65%, 57%, 0.5); */
  color: #000;
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 100%;
}

.heti-letolt.withbg:after {
  content: "";
  background: url(image.jpg);
  background: url(../images/Sweet_Pea_Pattern.svg);
  background-size: cover;
  background-position-x: right;
  background-repeat: no-repeat;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.heti-letolt h2 {
  color: #414141;
  /*text-transform:uppercase;*/
  font-size: 30px;
  font-family: cinzel;
}

.heti-btn {
  display: block;
  margin: 40px auto;
  height: 50px;
  width: 200px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  background-color: #be994e;
  background: linear-gradient(to top, #be994e 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: center bottom;
  transition: all 0.4s;
}

.heti-btn:hover {
  color: #be994e;
  text-decoration: none;
  background-position: center top;
}

.heti-szabadszedes {
  margin-top: 100px;
}

.mides {
  display: flex;
  align-items: center;
  justify-content: center;
  /*align-items: flex-start;*/
  min-height: 300px;
  overflow: hidden;
}

.heti-szabadszedes img, .heti-ajanl-box img {
  height: 100%;
}

h3.ajanlat-description {
  font-size: 18px;
  color: #414141;
  flex: 1;
  max-width: 80%;
  text-align: center;
  font-family: libre;
  line-height: 1.6em;
  align-self: center;
}

div.ajanlat-description {
  padding-top: 10px;
  flex: 1;
  align-self: center;
  max-width: 90%;
  text-align: center;
  font-family: libre;
  line-height: 1.6em;
}

div.ajanlat-description p {
  font-size: 18px;
  color: #414141;
  padding: 3px 0;
  line-height: 1.2em;
}

h2.border, h2.cinzel, h3.cinzel {
  margin-top: 100px;
  /*text-align:center;*/
  font-size: 24px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-family: "cinzel";
  padding: 15px;
  border-bottom: 2px solid #996515;
  display: block;
  width: 100%;
}

h2.cinzel, h3.cinzel {
  border: none;
  /*text-align: inherit;*/
  margin-top: 20px;
}

h3 {
  font-family: "cinzel";
}

h3.cinzel {
  font-size: 20px;
  color: #fff;
}

.heti-ajanl-box, .sale-box {
  margin-top: 30px;
  background-color: #fff;
}

.sale-box {
  margin: 10px 15px;
  padding-bottom: 15px;
  overflow: hidden;
  line-height: 1.3em;
  font-family: "libre";
}

/*.sale-box:first-child{
    margin-left:0;
}
.sale-box:last-child{
    margin-right:0;
}*/
.sale-box-image-cont {
  height: 260px;
  width: 100%;
  overflow: hidden;
  /*position:relative;*/
  padding: 0;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale-box-image {
  display: inline-block;
  position: relative;
  margin: auto;
  align-self: center;
}

img.wide {
  /*max-width: 100%;*/
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.tall {
  /*max-height: auto;*/
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sale-box h4, .sale-box h4.top {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.sale-box h4.top, .sale-box h2.top {
  background-color: #bf994e;
  padding: 15px 0;
  width: 100%;
  margin: 0;
}

.sale-box h2.top {
  font-size: 24px;
  text-align: center;
}

.sale-box h2.top._80 {
  height: 80px;
  padding: 10px 20px 20px;
  margin-bottom: 15px;
}

.sale-box p, .sale-box ul, ul.sale-box, .heti-ajanl-box p {
  text-align: center;
  font-size: 14px;
  /*padding:10px 15px;*/
  padding: 3px 15px;
  /*line-height: 1em;*/
  margin-bottom: 0;
}

/*.sale-box ul{
    padding:10px 0px;
    }*/
.sale-box-corner {
  background-color: #d6ba73;
  position: absolute;
  text-align: right;
  border-radius: 0 0 0 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "cinzel";
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
  color: #fff;
  right: 15px;
  top: 10px;
  width: 100px;
  height: 100px;
  z-index: 100;
}

.product-box {
  width: 100%;
  height: 100%;
  margin: 0;
  /*display: flex;*/
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 8px -10px rgba(0, 0, 0, 0.3);
}

.product-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-box-image, .gallery-cont div .img-responsive {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
  display: inline;
}

.product-box-title {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  height: 33%;
  max-height: 33%;
  line-height: 1.3em;
  padding: 6% 0 0 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  font-family: "libre";
  text-transform: uppercase;
}

.wedding-box {
  background: url("/assets/images/ajanlataink_nagynap.jpg") center 0 no-repeat;
  background-size: cover;
  width: 100%;
  /*height:990px;*/
  height: auto;
  padding: 10px 20px 20px 20px;
}

.box {
  padding: 20px;
}

.gallery-cont div {
  float: left;
  display: block;
  margin: 10px;
  position: relative;
  width: calc(16.666666667% - 20px);
  overflow: hidden;
  height: 100%;
}

.gallery-cont div:before {
  content: "";
  display: block;
  overflow: hidden;
  padding-top: 100%;
}

.event-container {
  /*max-height:600px;*/
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.event-container div {
  position: relative;
  float: left;
  max-width: 50%;
  display: block;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}

img.cover-inside {
  position: relative;
  /* align-self: stretch;*/
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/*.gallery-cont div .img-responsive{
    height:auto;
    }*/
.table-kiszallitas {
  border-spacing: 0;
}

.table-kiszallitas td, .table-kiszallitas th {
  border: 1px solid #ACACAC;
  padding: 5px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.table-kiszallitas tbody tr.day-header, .table-kiszallitas td.day-header {
  background-color: #996515;
  font-weight: bold;
}

.table-kiszallitas tbody tr.day-header td, .table-kiszallitas td.day-header {
  color: #fff !important;
}

.table-kiszallitas thead {
  background-color: transparent !important;
}

.table-kiszallitas th {
  font-size: 18px;
}

.row-equal {
  display: flex;
  align-content: stretch;
  text-align: center;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding: 10px;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.col-half-offset {
  /*width:20%;*/
  margin-left: 4.166666667%;
  /*margin-left:0%;
  margin-right:0%;*/
}

#footer {
  margin-top: 30px;
  padding: 50px 0;
  background-color: #BE994E;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}

#footer h3 {
  text-align: center;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

.ftr-linkek {
  margin-top: 50px;
  text-align: center;
}

.ftr-linkek a:after {
  content: "|";
  margin-left: 5px;
}

.ftr-linkek a:last-child:after {
  content: "";
}

#footer p {
  margin-top: 80px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.galeria-cim {
  font-family: "cinzel";
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #666;
}

#ingyenes-szolg {
  text-align: center;
}

.szolg-cim {
  font-family: "cinzel";
  text-align: center;
  font-weight: 700;
  color: #BE994E;
}

#ingyenes-szolg img {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1205px) {
  .navbar-nav {
    float: right;
    margin: 0 auto;
    display: block;
    /*width:1200px;*/
    /*text-align: center;*/
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/*@media (min-width: 768px) and (max-width: 1205px) {*/
@media (max-width: 1205px) {
  .navbar-header {
    float: right;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
    overflow-y: hidden;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-fixed-top .navbar-collapse {
    float: right;
    min-width: 40vw;
    width: auto;
    position: absolute;
    right: 0;
    top: 70px;
    margin: 0 !important;
  }
  .navbar-nav {
    background-color: #fff;
    width: 100%;
    margin: 0 !important;
    text-align: right;
    padding-left: 10px;
  }
  .dropdown-menu {
    /*float:left;*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*right:0;
    width: auto;*/
  }
  .navbar {
    /*transform: translateY(-120px);*/
    height: 70px;
  }
  .pad-190 {
    padding-top: 60px;
  }
  .pad-50 {
    padding-top: 10px;
  }
  .nav-logo {
    display: inline-block;
    height: 50px;
  }
  .nav-logo img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .nyito-text-cont {
    margin-top: 20px;
    padding: 10px;
  }
  .col {
    min-width: 100%;
  }
  #nyito-szoveg {
    padding-bottom: 10px;
  }
  .p-100 {
    padding: 20px 0;
  }
  /*.sale-box h2.top {
    font-size: 16px;
    text-align: center;
  }*/
  h2.border, h2.cinzel, h3.cinzel {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .navbar-fixed-top .navbar-collapse {
    width: 100vw;
  }
  #nyito-szoveg {
    margin-top: 60px;
  }
  .price-list td:first-child {
    text-align: left;
    font-weight: bold;
    width: 40%;
  }
  .col-half-offset {
    width: auto;
    margin: initial;
  }
  .row-equal {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .nyito-text-cont h3 {
    font-size: 20px;
    text-align: left;
    padding: 0;
  }
  .mides {
    height: auto;
    min-height: auto;
  }
  .heti-ajanl-box h3 {
    font-size: 18px;
    flex: none;
  }
  .event-container {
    flex-direction: column;
  }
  .event-container div {
    max-width: 100% !important;
  }
  .wedding-box {
    background-image: none !important;
  }
}
.gallery_cont div {
  display: block;
  float: left;
  margin: 3px;
}

.restaurant-menu {
  display: block;
  position: relative;
}
.restaurant-menu li {
  padding: 5px;
}
.restaurant-menu li a {
  height: calc(100% - 10px);
  color: #000;
  border-radius: 5px;
  border: 1px solid #eee;
}
.restaurant-menu li a:hover {
  background-color: #eee;
}
.restaurant-menu li a img {
  width: 32px;
  height: 32px;
}

.DS_container {
  margin-top: 100px;
}
.DS_container h3.DS_login-header {
  text-align: center;
  font-family: Helvetica;
}
.DS_container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.DS_signin-form-container {
  border: 1px solid #eee;
  padding: 20px;
  margin: 30px 10px 10px 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.DS_signin-form-container .tab-pane {
  padding: 20px;
  border: 1px solid #dddddd;
  top: -1px;
}
.DS_signin-form-container .nav-tabs {
  border: none;
}
.DS_signin-form-container .nav-tabs li a {
  background: #eee;
}
.DS_signin-form-container .nav-tabs li.active a {
  background: #3097d1;
  color: #fff;
  border-color: transparent;
}

.DS_cart-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: #ddd;
  min-height: 40px;
  padding: 7px;
  border-bottom-left-radius: 5px;
  font-family: Helvetica;
  display: block;
}

.navbar-autohide.is-hidden .DS_cart-container {
  top: 120px;
  padding-bottom: 0px;
  height: 70px;
}

.DS_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -7px;
  width: 200%;
  margin: 0;
  z-index: 2000;
  list-style: none;
  background-color: #fff;
  padding: 5px;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  border: 1px solid #e67e22;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.DS_dropdown li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.DS_dropdown li:last-child {
  border: none;
}
.DS_dropdown.full {
  width: 30vw;
  right: -120%;
}
.DS_dropdown.full li:last-child {
  border-bottom: 1px solid #eee;
}
.DS_dropdown.active {
  display: block;
}
.DS_dropdown a {
  color: #414141;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.DS_dropdown a:hover {
  color: #e67e22;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.DS_cart, .DS_account {
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
  display: inline-block;
  color: #414141;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.DS_cart span, .DS_account span {
  display: inline;
}
.DS_cart span.green, .DS_account span.green {
  color: #00BA81;
}
.DS_cart span.DS_cart-counter, .DS_account span.DS_cart-counter {
  display: none;
  min-width: 24px;
  height: 18px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color: #00BA81;
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  border-radius: 12px;
}
.DS_cart span.DS_cart-counter.active, .DS_account span.DS_cart-counter.active {
  display: block;
}
.DS_cart:hover, .DS_account:hover {
  color: #e67e22;
}
.DS_cart:hover .DS_dropdown, .DS_account:hover .DS_dropdown {
  display: block;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  /*  -webkit-animation-name: bounce;
    animation-name: bounce;*/
  animation: bounce 0.7s 2;
}

.DS_radio-container {
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  display: block;
}
.DS_radio-container .DS_radio {
  width: calc(50% - 10px);
  float: left;
  height: 40px;
  position: relative;
  margin: 5px;
}
.DS_radio-container .DS_radio label, .DS_radio-container .DS_radio input[type=radio] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.DS_radio-container .DS_radio label {
  font: 16px;
  border: 1px solid #ddd;
  background-color: #eee;
  margin: 0;
  padding: 10px;
  line-height: 1.2em;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
}
.DS_radio-container .DS_radio input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.DS_radio-container .DS_radio input[type=radio]:checked + label {
  border-color: hsl(202, 64%, 50%);
  background: hsl(202, 40%, 50%);
  color: #fff;
}

.DS_toggle-form {
  display: none;
}
.DS_toggle-form.active {
  display: block;
}

.DS_two-fields div {
  width: calc(50% - 5px);
  float: left;
}
.DS_two-fields div:last-child {
  margin-left: 10px;
  margin-right: 0;
}

.DS_checkbox {
  display: block;
  width: 100%;
  position: relative;
}
.DS_checkbox label {
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: self-start;
}
.DS_checkbox label div {
  width: calc(100% - 40px);
  margin-left: 10px;
  font-size: 16px;
  color: #000;
}
.DS_checkbox label input[type=checkbox] {
  cursor: pointer;
  height: 30px;
  margin: 4px 0 0;
  position: absolute;
  opacity: 0;
  width: 30px;
  z-index: 2;
}
.DS_checkbox label input[type=checkbox] + span {
  background: #e74c3c;
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 30px;
  margin: 4px 0 0;
  position: relative;
  width: 30px;
  transition: all 0.2s ease;
}
.DS_checkbox label input[type=checkbox] + span::before, .DS_checkbox label input[type=checkbox] + span::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  transition: all 0.2s ease;
}
.DS_checkbox label input[type=checkbox] + span::before {
  height: 16px;
  left: 13px;
  top: 7px;
  transform: rotate(-45deg);
}
.DS_checkbox label input[type=checkbox] + span::after {
  height: 16px;
  right: 13px;
  top: 7px;
  transform: rotate(45deg);
}
.DS_checkbox label input[type=checkbox]:checked + span {
  background: #2ecc71;
}
.DS_checkbox label input[type=checkbox]:checked + span::before {
  height: 9px;
  left: 9px;
  top: 13px;
  transform: rotate(-47deg);
}
.DS_checkbox label input[type=checkbox]:checked + span::after {
  height: 15px;
  right: 11px;
  top: 8px;
}

.stat_span {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  position: absolute;
  display: inline-block;
  z-index: 20000;
}
.stat_span.green_bg::before {
  content: "\f00c";
  color: hsl(153, 100%, 33%);
}
.stat_span.red_bg::before {
  content: "\f06a";
  color: hsl(7, 71%, 55%);
}

div.progress.slim, div.progress.slim > .progress-bar {
  height: 14px;
  margin: 0px;
  font-size: 10px;
  line-height: 1.2em;
}

div[data-validate-for] {
  color: red;
}

label.required {
  position: relative;
}
label.required:after {
  content: "•";
  color: red;
  display: block;
  position: absolute;
  right: -10px;
  top: -13px;
  font-size: 24px;
}

.DSalert {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  border-width: 2px;
}
.DSalert.alert-danger {
  background-color: hsla(0, 88%, 52%, 0.5);
  border-color: hsla(0, 88%, 52%, 0.8);
}
.DSalert.alert-success {
  background-color: hsla(100, 100%, 45%, 0.8);
  border-color: hsl(100, 100%, 45%);
}

.DS_inline_btn, .DS_add_button {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 30px;
  line-height: 26px;
  margin-right: 5px;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  font-weight: bold;
}
.DS_inline_btn:hover, .DS_add_button:hover {
  text-decoration: none;
}

.DS_add_button {
  background-color: #00b900;
  font-size: 20px;
  height: 50px;
  padding: 10px 20px;
  line-height: 1.4em;
  width: auto;
  color: #fff;
  float: right;
  font-family: Helvetica;
  margin-right: 0px;
}
.DS_add_button:hover, .DS_add_button:active {
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.DS_inline_btn {
  float: right;
  padding: 0px;
}
.DS_inline_btn.delete {
  color: hsl(0, 100%, 40%);
  background-color: #fff;
}
.DS_inline_btn.delete:hover {
  color: #fff;
  background-color: hsl(0, 100%, 40%);
}
.DS_inline_btn.edit {
  color: hsl(0, 100%, 0%);
  background-color: #fff;
}
.DS_inline_btn.edit:hover {
  color: #fff;
  background-color: hsl(0, 100%, 0%);
}

.DS_address_cont {
  border: 1px solid #ddd;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.DS_address_cont .DS_data_cont {
  margin-top: 10px;
}
.DS_address_cont .DS_data_cont hr {
  margin-bottom: 5px;
}
.DS_address_cont .DS_data_cont p {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.DS_address_cont .DS_manage_cont {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  margin: 0 0 10px 0;
  display: block;
  z-index: 10;
  height: 50px;
  border-bottom: 1px solid #ddd;
}
.DS_address_cont .DS_manage_cont h4 {
  float: left;
  margin: 0;
}

.DS_badge {
  padding: 10px;
  border-radius: 10px;
}
.DS_badge:nth-of-type(n+2) {
  margin-left: 10px;
}

/*    td[colspan="2"], td[colspan="3"], td[colspan="4"]{
        text-align: center;
    }*/
.DS_menu_item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  align-items: stretch;
  padding: 0;
  width: 100%;
  margin: 15px 0;
  overflow: hidden;
  transition: all 0.3s;
}
.DS_menu_item:first-child {
  margin-top: 0;
}
.DS_menu_item:hover .DS_menu_item_image_cont img {
  width: 120px;
  height: 120px;
}
.DS_menu_item .DS_menu_item_image_cont {
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: block;
  flex: 0 0 100px;
}
.DS_menu_item .DS_menu_item_image_cont img {
  transition: all 0.2s;
  width: 100px;
  height: 100px;
  position: relative;
  /*width: auto;
  height: auto;*/
}
.DS_menu_item .DS_menu_item_data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex: 0 0 40%;
  text-align: left;
  padding: 10px;
}
.DS_menu_item .DS_menu_item_data h4 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 3px 0;
  color: rgb(0, 0, 0);
  clear: right;
  margin: 0;
}
.DS_menu_item .DS_menu_item_data .DS_menu_item_description {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
.DS_menu_item .DS_menu_item_data .DS_menu_item_description p {
  margin: 0;
}
.DS_menu_item .DS_menu_item_data .DS_menu_item_allergens {
  margin-top: auto;
  font-size: 14px;
  font-style: italic;
}
.DS_menu_item .DS_menu_price {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0 10px;
  /*del{
      color: rgba(0,0,0,0.5);
      position: absolute;
      top: 0;
      left: 10px;
      // display: block;
      // clear:right;
  }*/
}
.DS_menu_item .DS_menu_price .DS_price_format {
  position: relative;
  font-weight: bold;
  margin: 5px;
}
.DS_menu_item .DS_menu_price .DS_price_format:after {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  content: attr(data-old-price);
  display: block;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
}
.DS_menu_item .DS_menu_item_selector {
  display: flex;
  flex: 1 0 20%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.DS_menu_item .DS_cart_btn_container {
  display: flex;
  flex: 1 0 100px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.DS_menu_item .DS_ballon_selector {
  height: 40px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 93%);
  background: linear-gradient(to top, hsl(0, 0%, 93%) 0%, hsl(0, 0%, 88%) 100%);
  display: block;
  width: auto;
  margin-right: 20px;
  line-height: 34px;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid hsl(0, 0%, 87%);
}
.DS_menu_item .DS_ballon_selector input[type=radio] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.DS_menu_item .DS_ballon_selector input[type=radio]:checked + label {
  background-color: hsl(38, 100%, 70%);
  background: linear-gradient(to bottom, hsl(38, 100%, 70%) 0%, hsl(38, 100%, 65%) 100%);
}
.DS_menu_item .DS_ballon_selector label {
  border-radius: 20px;
  padding: 0 15px;
  font-weight: normal;
  color: #000;
  height: 100%;
  width: auto;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.DS_menu_item .DS_portion_price {
  margin: 0 20px;
  color: #000;
  min-width: 60px;
  padding-top: 10px;
}
.DS_menu_item .DS_add_to_cart_btn {
  width: auto;
  height: 40px;
  padding: 10px;
  margin-right: 20px;
  line-height: 20px;
  border-radius: 3px;
  background-color: #00b900;
  cursor: pointer;
  color: #fff;
}

.DS_cart_items {
  list-style-type: none;
  color: #000;
  margin-left: 0;
  padding-left: 0;
}
.DS_cart_items li {
  margin: 10px 0;
  box-size: border-box;
  display: block;
}
.DS_cart_items li img {
  /*width: 40px;
  height: 40px;*/
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px;
}
.DS_cart_items li .amount {
  font-size: 16px;
}
.DS_cart_items li .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.DS_cart_items li .portion {
  float: left;
  padding-top: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 16px;
}
.DS_cart_items li .price {
  float: right;
  font-size: 20px;
  margin-right: 10px;
}

.DS_cart_total_price {
  float: right;
  color: #000;
  font-size: 22px;
  padding: 10px;
}

.DS_amount_controller {
  display: block;
  margin: 5px 20px;
}
.DS_amount_controller div, .DS_amount_controller input, .DS_amount_controller.small div, .DS_amount_controller.small input {
  height: 30px;
  padding: 10px;
  font-size: 15px;
  line-height: 11px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  float: left;
  color: #414141;
  display: block;
}
.DS_amount_controller div.amount, .DS_amount_controller input.amount, .DS_amount_controller.small div.amount, .DS_amount_controller.small input.amount {
  background: #fff;
  width: 40px;
}
.DS_amount_controller div.plus, .DS_amount_controller input.plus, .DS_amount_controller.small div.plus, .DS_amount_controller.small input.plus {
  background: #ffbe4d;
}
.DS_amount_controller div.plus:hover, .DS_amount_controller input.plus:hover, .DS_amount_controller.small div.plus:hover, .DS_amount_controller.small input.plus:hover {
  filter: brightness(1.5);
}
.DS_amount_controller div.minus, .DS_amount_controller input.minus, .DS_amount_controller.small div.minus, .DS_amount_controller.small input.minus {
  background: hsl(0, 0%, 90%);
}
.DS_amount_controller div.minus:hover, .DS_amount_controller input.minus:hover, .DS_amount_controller.small div.minus:hover, .DS_amount_controller.small input.minus:hover {
  filter: brightness(50%);
}
.DS_amount_controller div:first-child, .DS_amount_controller input:first-child, .DS_amount_controller.small div:first-child, .DS_amount_controller.small input:first-child {
  border-right-color: transparent;
  border-radius: 5px 0 0 5px;
}
.DS_amount_controller div:last-child, .DS_amount_controller input:last-child, .DS_amount_controller.small div:last-child, .DS_amount_controller.small input:last-child {
  border-left-color: transparent;
  border-radius: 0 5px 5px 0;
}
.DS_amount_controller.small {
  margin: 5px 10px;
  float: right;
}
.DS_amount_controller.small div, .DS_amount_controller.small input {
  height: 24px;
  padding: 8px;
  font-size: 12px;
  line-height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  float: left;
  color: #414141;
  display: block;
}

.price-list {
  display: table;
  width: 100%;
  color: #000;
  padding: 5px;
  border-collapse: separate;
  border-spacing: 10px;
}
.price-list thead, .price-list tbody {
  display: table-header-group;
  width: 100%;
}
.price-list tbody tr:hover {
  background-color: hsla(0, 0%, 90%, 0.7);
}
.price-list td, .price-list th {
  font-size: 16px;
  background-color: #ddd;
  text-align: right;
  font-family: "libre";
  padding: 0;
  margin: 10px;
  line-height: 1.2em;
  width: auto;
}
.price-list td:first-child, .price-list th:first-child {
  text-align: left;
  font-weight: bold;
  width: 70%;
}
.price-list td > span, .price-list td > div {
  font-size: 14px;
  font-weight: normal;
  font-family: "libre";
}
.price-list th {
  font-size: 18px;
  font-style: italic;
}
.price-list.DS_time_menu td:first-child, .price-list th:first-child {
  width: auto;
}
.price-list td[colspan="2"] {
  text-align: center;
}
.price-list td[colspan="3"] {
  text-align: center;
}
.price-list td[colspan="4"] {
  text-align: center;
}

.DS_time_item {
  padding: 0;
}
.DS_time_item img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=theme.css.map */
