@font-face {
  font-family: "Conso";
  src: url(../../design/styles/fonts/Conso.ttf);
}
@font-face {
  font-family: "Red Hat Display";
  src: url(../../design/styles/fonts/RedHatDisplay.ttf);
}
@font-face {
  font-family: "Abril Fat Face";
  src: url(.../../design/styles/fonts/AbrilFatFace.ttf);
}
@font-face {
  font-family: "Mulish";
  src: url(../../design/styles/fonts/Mulish.ttf);
}
div.kuponok-box {
  position: relative;
}
div.kuponok-box input {
  background: white;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
}
div.kuponok-box input::placeholder {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
div.kuponok-box span {
  position: absolute;
  right: 5px;
  top: 5px;
}
div.kuponok-box span i {
  cursor: pointer;
  color: #e9e2db;
  font-size: 2rem;
}

.zabalnivalo-popup {
  position: absolute;
  width: min(600px, 90%);
  min-height: 200px;
  background: white;
  top: 10px;
  left: 50%;
  transition: 0.5s all;
  opacity: 0;
  transform: translateY(-100%) translateX(-50%);
}
.zabalnivalo-popup.activate {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
.zabalnivalo-popup div.portion-size {
  margin-top: 20px;
}
.zabalnivalo-popup h2.popup-food-name {
  text-align: center;
  font-family: "Conso";
}
.zabalnivalo-popup select {
  width: 100%;
  height: inherit;
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
  border: 1px solid var(--light-beige);
  padding: 5px 15px;
  background-position-x: 95%;
  background-position-y: 45%;
}
.zabalnivalo-popup button.summary-pay-btn {
  height: 56px;
  background: var(--primary-gradient);
  font-family: "Conso";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
  padding: 10px 20px;
}
.zabalnivalo-popup div.allergiak-list-box {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-end;
}
.zabalnivalo-popup div.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zabalnivalo-popup div.close-btn i {
  color: white;
  font-size: 2rem;
}
.zabalnivalo-popup div.wrapper {
  padding: 10px;
}
.zabalnivalo-popup div.wrapper * {
  font-family: "Conso" !important;
}
.zabalnivalo-popup div.food-image {
  height: 376px;
  width: 100%;
}
.zabalnivalo-popup div.food-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.cart-item-container div.cart-item-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.banner {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
}
div.banner * {
  box-sizing: border-box;
}
div.banner div.banner-inner {
  width: 100%;
  height: 100%;
  background: yellow;
}
div.banner div.banner-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k-picker {
  border-color: #e4e7eb;
  color: #212529;
  background: white !important;
}

div.food-box {
  margin: 20px 0 !important;
}

.dashboard .cart .cart-list .cart-item-container .cart-item .item-container .item-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.dashboard .cart .cart-list .cart-item-container .cart-item .item-container .item-left div {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.dashboard .cart .cart-list .cart-item-container .cart-item .item-container .item-left div.remove-kosar-item {
  cursor: pointer;
  transition: 0.5s;
}
.dashboard .main .main-bottom .cards-container div.food-box div.food-cards-box div.food-card {
  width: 270px;
  display: flex;
  flex-direction: column;
  background: white;
  min-width: 270px;
  position: relative;
  transition: 0.5s;
}
.dashboard .main .main-bottom .cards-container div.food-box div.food-cards-box div.food-card.selected div.card-image div.check-box {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.dashboard .main .main-bottom .cards-container div.food-box div.food-cards-box div.food-card div.card-image {
  position: relative;
}
.dashboard .main .main-bottom .cards-container div.food-box div.food-cards-box div.food-card div.card-image div.check-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  transition: 0.5s;
  transform: translateY(-100px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.dashboard .main .main-bottom .cards-container div.food-box div.food-cards-box div.food-card div.elfogyott-box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  align-items: flex-start;
  padding-top: 90px;
  justify-content: center;
  backdrop-filter: grayscale(100%);
  display: none;
}
.dashboard .main .main-bottom .cards-container div.food-box div.food-cards-box div.food-card div.elfogyott-box h1 {
  text-transform: uppercase;
  color: white;
}
.dashboard .main .main-bottom .cards-container div.food-box div.food-cards-box div.food-card.elfogyott div.elfogyott-box {
  display: flex;
}

div.napi-kategoriak {
  width: 800px;
  height: 100px;
  background: transparent;
  position: absolute;
  left: 90px;
  top: 20px;
  z-index: 1000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
  pointer-events: none;
  overflow-x: hidden; /* Hide vertical scrollbar */
}
@media only screen and (max-width: 1240px) {
  div.napi-kategoriak {
    display: none;
  }
}
div.napi-kategoriak div.kat-item {
  box-sizing: border-box;
  height: 50px;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: 0.5s all;
  pointer-events: all;
  font-family: "Red Hat Display";
  border-bottom: 1px inset rgba(0, 128, 0, 0.5);
}
div.napi-kategoriak div.kat-item.zabalnivalo-active {
  border-bottom: 5px inset #A65023;
  font-weight: 600;
}

.popup-bg {
  position: absolute;
  top: 0;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start !important;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.692);
}

div.layer {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.dashboard .main .main-bottom .main-banner {
  padding: 0px 30px 10px 90px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dashboard .main .main-bottom .cards-container .category-name {
  margin-bottom: 10px;
}

div.site-confirm {
  position: fixed;
  width: 100%;
  max-width: 500px;
  background: #FBF4EE;
  top: 20px;
  left: 50%;
  transition: 0.55s;
  transform: translateY(-400px) translateX(-50%) scale(0);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
div.site-confirm div.confirm-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
div.site-confirm div.s-content {
  padding: 10px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  font-size: 1.2em;
  font-weight: 400;
}
div.site-confirm div.s-header {
  background: #1B3E3D;
  color: wheat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 10px;
}
div.site-confirm div.s-header i {
  cursor: pointer;
  transition: 0.5s;
}
div.site-confirm div.s-header i:hover {
  transform: rotate(360deg);
}
div.site-confirm div.s-footer {
  color: black;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  gap: 10px;
  background: #FBF4EE;
}
div.site-confirm.activate {
  transform: translateY(0) translateX(-50%) scale(1);
}

.gray {
  filter: grayscale(80%);
}

.customize p {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
  opacity: 0.4;
  padding-bottom: 5px;
  margin: 20px 0;
  margin-bottom: 0;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
}

.checkbox-container input:checked ~ .custom-checkbox {
  background-color: var(--secondary-colorful);
}

.checkbox-container .custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--white);
  border: 2px solid var(--light-beige);
}

.customize .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

div.customize {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
div.customize div.allergiak-checkbox-box {
  display: flex;
  gap: 10px;
  align-items: center;
}
div.customize div.allergiak-checkbox-box input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 0;
}

div.allergiak-lista {
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1240px) {
  div.allergiak-lista {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

.portion-size select {
  width: calc(100% - 100px);
  height: inherit;
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
  border: 1px solid var(--light-beige);
  padding: 5px 15px;
  background: transparent url("/../design/images/dropdown.png") no-repeat;
  background-position-x: 95%;
  background-position-y: 45%;
}

.quantity-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 45px;
  width: 95px;
  background: var(--white);
  border: 1px solid var(--light-beige);
}
.quantity-container button {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
  width: 40px;
  height: inherit;
}
.quantity-container span {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.save-btn-box {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
.save-btn-box i {
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

div.cart-summary-sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup-bg .popup-container .popup-bottom .popup-data-container {
  display: flex;
  flex-direction: column !important;
  gap: 20px;
}

div.popup-data-container *:not(i) {
  font-family: "Conso";
}
div.popup-data-container div.summary {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  font-weight: 400;
  font-size: 0.8em;
}
div.popup-data-container div.allergiak-box {
  display: flex;
  flex-direction: column;
}
div.popup-data-container div.allergiak-box ul {
  list-style-type: none;
  font-weight: 400;
  font-size: 0.8em;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
div.popup-data-container div.allergiak-box ul li {
  font-size: 1.2em;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
}
@media only screen and (max-width: 1240px) {
  div.popup-data-container div.summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

div#orders-container p {
  margin-bottom: 0 !important;
}

.k-rating-container {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  margin: 0 !important;
  margin-left: -10px !important;
}

.orders-container .latest-order-cards-container .latest-order-cards-row .latest-order-card .card-body .card-item .bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0 !important;
}

div.sitenoti {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 95%;
  max-width: 500px;
  background: #1B3E3D;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-200px) translateX(-50%) scale(0);
  display: flex;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}
div.sitenoti div.image-wrapper {
  background: #1B3E3D;
}
div.sitenoti div.image-wrapper img {
  width: 157px;
  height: 51px;
}
div.sitenoti div.loader {
  position: absolute;
  width: 0;
  height: 10px;
  background: yellowgreen;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s;
}
div.sitenoti div.notiwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  padding: 20px;
}
div.sitenoti div.notiwrapper div {
  text-align: center;
  flex-grow: 1;
}
div.sitenoti.activate {
  opacity: 1;
  transform: translateY(0) translateX(-50%) scale(1);
}

div.cart-item-container {
  scrollbar-width: none;
}

@media only screen and (max-width: 1240px) {
  *::-webkit-scrollbar {
    display: none !important;
  }
}
@media only screen and (max-width: 1240px) {
  div.food-cards-box {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  div.food-cards-box::-webkit-scrollbar {
    display: none;
  }
}

.dashboard .mobile-cart-btn {
  display: none !important;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 56px;
  height: 56px;
  background-color: var(--secondary-colorful);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}

.dashboard .main .main-bottom .top-container .address-dropdown {
  background: transparent !important;
  padding: 0 !important;
}
@media only screen and (min-width: 1240px) {
  .dashboard .main .main-bottom .top-container .address-dropdown {
    position: absolute;
    top: -50px;
    right: 10px;
  }
}

div.cart-summary {
  transition: 0.5s all;
  cursor: pointer;
}
div.cart-summary.hide-elements {
  height: 160px !important;
  overflow: hidden;
}
div.cart-summary.hide-elements div.cart-summary-sub {
  display: none !important;
}

div.cart-summary-container {
  transition: 0.5s all;
}
div.cart-summary-container.hide-elements {
  height: 300px !important;
  overflow: hidden;
}
div.cart-summary-container.hide-elements div.cart-summary-sub {
  display: none;
}
div.cart-summary-container.hide-elements span.details-arrow {
  transform: rotate(180deg);
}

div.szallitasi-cimek-box {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
div.szallitasi-cimek-box div.address-element {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
div.szallitasi-cimek-box div.address-element span:first-child {
  white-space: nowrap;
  min-width: 120px;
}
div.szallitasi-cimek-box div.address-element span:last-child {
  font-size: 0.8em !important;
  white-space: nowrap;
}

i.remove-zabalnivalo-btn {
  color: red;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
}
i.remove-zabalnivalo-btn:hover {
  transform: rotate(360deg);
}

.thank-you-bg {
  width: 100vw;
  height: 91.5vh;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  background-color: var(--light-beige);
  position: absolute;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.thank-you-bg .thank-you-container {
  width: min(642px, 90%);
  height: min(100%, 600px);
  background: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  padding-top: 0;
}
.thank-you-bg .thank-you-container .thank-you-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 383px;
}
.thank-you-bg .thank-you-container .thank-you-img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.thank-you-bg .thank-you-container h2 {
  font-family: "Conso";
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 130%;
  color: var(--primary);
}
.thank-you-bg .thank-you-container p {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--primary);
  padding-bottom: 10px;
  max-width: 472px;
  text-align: center;
}
.thank-you-bg .thank-you-container button {
  width: 161px;
  height: 56px;
  font-family: "Conso";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  background: var(--primary-gradient);
}

div.frm-chk {
  display: flex;
  align-items: center;
}
div.frm-chk span {
  white-space: nowrap;
}

input[type=checkbox].frm-chk {
  width: 20px;
  height: 20px;
}

div.kibaszott-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  margin-top: 30px;
}

div.normalisan-elkeszitve-box {
  width: 100%;
  background: white;
}

div.kibaszott-grid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.kibaszott-grid-wrapper div.kibaszott-grid-box {
  display: grid;
  grid-template-columns: auto repeat(2, 1fr);
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
  min-height: 40px;
}
div.kibaszott-grid-wrapper div.kibaszott-grid-box i {
  background: #E9E2DB;
  padding: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #CCCCCC;
}
div.kibaszott-grid-wrapper div.kibaszott-grid-box i.edit-item-btn {
  cursor: pointer;
  pointer-events: all;
  transition: 0.5s;
}
div.kibaszott-grid-wrapper div.kibaszott-grid-box i.inactive {
  pointer-events: none;
  transform: translateX(-200px);
}
div.kibaszott-grid-wrapper div.kibaszott-grid-box div {
  white-space: nowrap;
}
div.kibaszott-grid-wrapper div.kibaszott-grid-box div:last-child {
  text-align: right;
}
@media only screen and (max-width: 1240px) {
  div.kibaszott-grid-wrapper div.kibaszott-grid-box {
    grid-template-columns: 1fr;
    height: auto;
  }
  div.kibaszott-grid-wrapper div.kibaszott-grid-box div {
    white-space: normal;
  }
  div.kibaszott-grid-wrapper div.kibaszott-grid-box div:last-child {
    text-align: left;
  }
}

div.edit-template {
  position: relative;
}
div.edit-template div.template-btn {
  position: absolute;
  left: -40px;
  top: 0;
  background: #E9E2DB;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
}
div.edit-template div.template-btn i {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  border: none;
}
div.edit-template div.check-template-btn {
  left: -80px;
}
@media only screen and (max-width: 1240px) {
  div.edit-template div.template-btn {
    left: initial;
    right: 0;
    top: -40px;
  }
  div.edit-template div.template-btn i {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  div.edit-template div.check-template-btn {
    left: initial;
    right: 37px;
  }
}
div.edit-template input[type=text] {
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  width: 100%;
}

div.my-account-container {
  width: 800px !important;
}

div.edit-form-box {
  padding: 20px;
}
div.edit-form-box div.wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
div.edit-form-box .input-area {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--light-beige);
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
}

@media only screen and (max-width: 1240px) {
  .my-account-bg {
    padding-bottom: 20px;
    height: max-content !important;
  }
}
table.cimek-table tr td {
  vertical-align: middle;
}

div.form-hide-wrapper {
  width: 100%;
}
div.szallitasi-cimek-box {
  margin: 20px 0;
  position: relative;
  height: max-content;
}
div.szallitasi-cimek-box input[type=checkbox] {
  width: 20px;
  height: 20px;
}

div.szallitasi-cimek-form-box.active {
  padding: 20px 0;
}

div.szallitasi-cimek-box-inner {
  display: grid;
  grid-template-columns: 60px 120px 200px auto 140px;
  background: #E9E2DB;
  align-content: center;
  align-items: center;
  padding: 10px;
}
div.szallitasi-cimek-box-inner div.address-box {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1240px) {
  div.szallitasi-cimek-box-inner {
    grid-template-columns: 1fr;
  }
  div.szallitasi-cimek-box-inner div.address-box {
    justify-content: flex-start;
  }
}

span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
  display: flex !important;
  padding: 0 !important;
}

div.edit-form-box div.card-footer {
  display: none;
}
div.edit-form-box div.action-box {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  overflow: hidden;
}
div.edit-form-box div.action-box button {
  transition: 1s;
  pointer-events: all;
}
div.edit-form-box div.action-box button.hide {
  transform: translateX(60px);
  pointer-events: none;
}
div.edit-form-box input[type=checkbox] {
  width: 20px;
  height: 20px;
}
div.edit-form-box.open div.card-footer {
  display: flex;
  justify-content: space-between;
}
div.edit-form-box.open button:not(button.action-btn) {
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(1);
}

div.chk-box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
div.chk-box div.chk-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.chk-box div.chk-wrapper input[type=checkbox] {
  width: 20px;
  height: 20px;
}

span.fizetes-span {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

div.my-account-bg {
  flex-direction: column !important;
  align-items: center;
}

div.edeny-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
div.edeny-item span:first-child {
  font-weight: 600;
}

div.kupon-inline {
  display: flex;
  gap: 10px;
  font-size: 1em;
  text-align: center;
  align-items: center;
  height: 30px;
  justify-content: space-between;
}
div.kupon-inline div.kibaszott-geci-box {
  animation: blink-1 2.5s infinite both;
  display: flex;
  gap: 2px;
  align-items: center;
  position: relative;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-5-30 3:10:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
div.szallitasi-dij-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
div.szallitasi-dij-box p {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  color: var(--primary);
}
div.szallitasi-dij-box div.szallitasi-dij-box-template {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  justify-content: space-between;
  row-gap: 5px;
}

div.confirm-close-box {
  width: 30px;
  height: 30px;
  background: red;
  top: 0;
  right: 0;
  position: absolute;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.confirm-close-box i {
  font-size: 2em;
}

div.confirm-text-box {
  padding: 20px;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}

div.confirm-image-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
div.confirm-image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

div.confirm-text-footer {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
div.confirm-text-footer button {
  width: 125px;
  height: 45px;
  background: var(--primary-gradient);
  font-family: "Conso";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
}

.k-picker {
  border-color: #e4e7eb;
  color: #212529;
  height: 40px;
  background: white !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

div.basket-box {
  width: min(400px, 100% - 10px);
  min-width: min(400px, 100% - 10px);
  height: calc(100vh - 80px);
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
div.basket-box * {
  border: none !important;
}
div.basket-box div.basket-list {
  flex-grow: 1;
  background: white;
  overflow-y: auto;
  border: none !important;
}
div.basket-box div.basket-summa {
  background: white;
  height: 200px;
  min-height: 200px;
  padding: 10px;
  border-top: 1px solid #CCCCCC !important;
}
div.basket-box #basket-day-list {
  padding: 0 10px;
}
div.basket-box #basket-day-list > div.k-listview-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
div.basket-box #basket-day-list h1 {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}
div.basket-box #basket-day-list div.osszesites-box {
  background: #FBF4EE;
  padding: 10px;
}
div.basket-box #basket-day-list div.osszesites-box div.osszesites {
  display: grid;
  grid-template-columns: auto auto;
}
div.basket-box #basket-day-list div.osszesites-box div.osszesites span {
  font-size: 0.8rem;
}
div.basket-box #basket-day-list div.osszesites-box div.osszesites > span:nth-of-type(odd) {
  font-weight: 600;
}
div.basket-box #basket-day-list div.address-box {
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
}
div.basket-box #basket-day-list div.address-box select.address-select {
  width: 100%;
}
div.basket-box #basket-day-list div.address-box .k-picker {
  height: 35px !important;
  border: 1px solid #CCCCCC !important;
  font-size: 0.8rem !important;
}
div.basket-box #basket-day-list div.day-item-list {
  min-height: 120px;
  border: none !important;
}
div.basket-box #basket-day-list div.day-item-list div.k-listview-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 0;
}
div.basket-box #basket-day-list div.day-item-template {
  display: flex;
  min-height: 100px;
  justify-content: center;
}
div.basket-box #basket-day-list div.day-item-template div.image-box {
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
div.basket-box #basket-day-list div.day-item-template div.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.basket-box #basket-day-list div.day-item-template div.content-box {
  flex-grow: 1;
  padding: 0 10px;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
div.basket-box #basket-day-list div.day-item-template div.content-box div.remove-box {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
div.basket-box #basket-day-list div.day-item-template div.content-box p.kategoria-box {
  font-weight: 800;
}
div.basket-box #basket-day-list div.day-item-template div.content-box p:nth-child(3) {
  flex-grow: 1;
}

span.k-list-item-text {
  font-size: 0.8rem !important;
}

div.confirm-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
div.confirm-body div:last-child {
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}

/*# sourceMappingURL=office.css.map */
