.fly-popup {
  display: block;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  z-index: 10002;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(4, 4, 4, 0.25);
}
.fly-popup.fly-popup-open {
  width: 100%;
}
.fly-popup.fly-popup-open .fly-popup-box {
  width: 50rem;
}
@media (max-width: 768px) {
  .fly-popup.fly-popup-open .fly-popup-box {
    width: 100%;
  }
}
.fly-popup .fly-popup-box {
  display: block;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  z-index: 1000;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: #ffffff;
  transition: width 0.5s ease-out;
  box-shadow: 0 0 7pc #4b5661;
}
.fly-popup .fly-popup-box .fly-popup-box-container {
  width: 50rem;
  display: block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100%;
}
@media (max-width: 768px) {
  .fly-popup .fly-popup-box .fly-popup-box-container {
    width: 100%;
    min-width: 20rem;
  }
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-header {
  padding: 0;
  height: 5.92rem;
  display: flex;
  background-color: #0481e0;
  color: #e6e6e6;
  transition: color 0.3s;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-header:hover {
  color: #ffffff;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-header span.fly-popup-box-container-header-close {
  font-size: 3.6rem;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.5s;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-header span.fly-popup-box-container-header-close:hover {
  color: #ffffff;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-header span.fly-popup-box-container-header-close img {
  width: 4.2rem;
  height: 4.2rem;
  filter: invert(84%) sepia(98%) saturate(411%) hue-rotate(294deg) brightness(97%) contrast(90%);
  transition: filter 0.3s;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-header span.fly-popup-box-container-header-close img:hover {
  filter: invert(100%) sepia(10%) saturate(0%) hue-rotate(91deg) brightness(104%) contrast(104%);
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content {
  color: #4b5661;
  font-weight: 400;
  height: calc(100% - 5.92rem);
  background-color: #ffffff;
  overflow-y: auto;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content form.tmob-add-megjegyzes {
  padding: 0;
  border: 0;
  box-shadow: none;
  margin-top: 2rem;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content .order-mentiuni {
  border-bottom: solid 0.1rem #d3d3d3;
  padding-bottom: 2rem;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content .order-notice-header {
  font-weight: 700;
  font-size: 1.2rem;
  color: #000000;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content .order-notice-content {
  font-weight: 400;
  font-size: 1.4rem;
  color: #4b5661;
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content .padding {
  overflow: auto;
  background-color: #ffffff;
  font-weight: 400;
  padding: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content .padding {
    padding: 2rem 1rem;
  }
}
.fly-popup .fly-popup-box .fly-popup-box-container .fly-popup-box-container-content .padding .no-orders {
  margin: 2rem;
  text-align: center;
  color: #4b5661;
  font-weight: 300;
}

.fly-popup-box-container-content .category-show .category-item a {
  border-radius: 0;
}
.fly-popup-box-container-content p.order-notice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.fly-popup-box-container-content p.order-notice img {
  margin: 0 0.5rem;
}
