body {
  background-color: #f8f8f8;
}

.food article {
  box-shadow: rgba(136, 165, 191, 0.48) 0 2px 16px 0,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0;
}

.emoji-sad-1 {
  background-image: url("../../images/user/emoji-sad-1.png");
}
.emoji-surprised-2 {
  background-image: url("../../images/user/emoji-surprised-2.png");
}
.emoji-happy-10 {
  background-image: url("../../images/user/emoji-surprised-3.png");
}
.emoji-in-love {
  background-image: url("../../images/user/emoji-surprised-4.png");
}

.active-feedback {
  top: 50%;
  transform: scale(1.2);
}
.emoji-feed {
  animation: transform 10s infinite linear;
}
@keyframes transform {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.feedback-point {
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  /*border: 10px solid red;*/
  transition: all 2s;
}
.add-point {
  transform: translate(0, -50%);
  transition: all 2s;
}

.hshopframe {
  min-height: 5rem;
}
.adminmessage {
  display: none;
}

.bannerShop {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.bannerShop::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  .bannerShop {
    padding-bottom: 20%;
  }
}
@media only screen and (max-width: 992px) {
  .bannerShop {
    padding-bottom: 36%;
  }
}

/*-----------------------------initial style---------------------*/

.main-page-shop {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

@keyframes heart {
  from {
    -moz-box-shadow: 0 0 0 0 white;
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  to {
    -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes heart {
  from {
    -moz-box-shadow: 0 0 0 0 white;
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  to {
    -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes heart {
  from {
    -moz-box-shadow: 0 0 0 0 white;
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  to {
    -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
}

/********************************shop style***************************/

.res-active {
  background: linear-gradient(
    135deg,
    #9dd53a 0%,
    #a1d54f 50%,
    #80c217 51%,
    #7cbc0a 100%
  );
  color: #fff;
  width: 8rem;
  height: 7rem;
  border-radius: 50%;
  animation: heart 1.5s infinite;
}

.res-dactive {
  background: linear-gradient(
    135deg,
    #d53a3a 0%,
    #d54f4f 50%,
    #c21717 51%,
    #bc0a0a 100%
  );
  color: #fff;
  width: 8rem;
  height: 7rem;
  border-radius: 50%;
  animation: heart 1.5s infinite;
}

.big-logo {
  position: absolute;
  bottom: 0;
}

/*****************************/

/*# sourceMappingURL=style.css.map */

.alert-box {
  top: 3rem;
  z-index: 99999;
}
/*-----------------------------*/

/*--------------------------------*/

/*dot*/
.ping {
  position: relative;
  height: 30px;
  width: 30px;
}

.ping::before,
.ping::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #eee;
  animation: pulse7132 2s linear infinite;
  transform: scale(0);
  opacity: 0;
}

.ping::after {
  animation-delay: calc(2s / -2);
}

@keyframes pulse7132 {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*dot*/
/*arrow-up*/

@keyframes bgmotion {
  from {
    background-position-y: -5100%;
  }
  to {
    background-position-y: 0;
  }
}
@-moz-keyframes bgmotion {
  from {
    background-position-y: -5100%;
  }
  to {
    background-position-y: 0;
  }
}
@-webkit-keyframes bgmotion {
  from {
    background-position-y: -5100%;
  }
  to {
    background-position-y: 0;
  }
}

/*loading*/
#hloading {
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 2px 2px 1px rgb(86 86 86 / 12%) inset;
  backdrop-filter: blur(12px);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  position: fixed;
  inset: 0;
}

.dot-spinner {
  --uib-size: 5rem;
  --uib-speed: .9s;
  --uib-color: #183153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}