.button-container {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 888;
}

.plus-icon span {
  color: white !important;
  text-shadow: #aaa 0px 2px 5px;
}


#plus-icon-1 {
  position: absolute;
  z-index: 99;
  font-size: 50px;
  left: 62%;
  bottom: 40%;
}

#plus-icon-2 {
  position: absolute;
  z-index: 99;
  left: 39%;
  font-size: 50px;
  bottom: 40%;
}

#plus-icon-3 {
  position: absolute;
  z-index: 99;
  bottom: 43%;
  right: 16%;
  font-size: 50px;
}

#plus-icon-4 {
  position: absolute;
  z-index: 99;
  font-size: 50px;
  left: 23%;
  bottom: 45%;
}

.fixed-featured-bottom {
  left: 100px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  text-align: left;
  left: 100px;
}

.new-main-plus-btn.housemeal {
  top: 29%;
  right: 47%;
}

.new-main-plus-btn.plusbtn5 {
  top: 66%;
  right: 24%;
}

.new-main-plus-btn.plusbtn4 {
  top: 32%;
  right: 79%;
}

.new-main-plus-btn.plusbtn3 {
  top: 36%;
  left: 73%;
}

.new-main-plus-btn.plusbtn2 {
  bottom: 68%;
  left: 50%;
}

.new-main-plus-btn.plusbtn1 {
  top: 51%;
  left: 41%;
}

#testSlide1 {
  background-image: url("/images/newmain/april/bg.jpg");
  background-repeat: no-repeat;
  background-position: center !important;
  //image-rendering: -moz-crisp-edges; /* Firefox */
  //image-rendering: -o-crisp-edges; /* Opera */
  //image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  //image-rendering: crisp-edges;
  //-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  position: absolute;
  top: 0;
  z-index: 5;
  width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#janslide {
  background-image: url("/images/newmain/jan2025/Zion_JAN_Website-Main-Banner.jpg");
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 5;
  /*width: 1920px;*/
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#decslide {
  background-image: url("/images/newmain/dec2024/Zion_DEC_Website-Recipe-Banner.jpg");
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 5;
  /*width: 1920px;*/
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}



@media screen and (max-width: 768px) {
  #janslide {
    background-image: url("/images/newmain/jan2025/Zion_Jan_Website-Main-Banner_Mobile.jpg");
    background-position: center !important;
    background-size: cover !important;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
  }

  #decslide {
    background-image: url("/images/newmain/dec2024/Zion_DEC_Website-Recipe-Banner_mobile.jpg");
    background-position: center !important;
    background-size: cover !important;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
  }
}

.new-main-plus-btn {
  cursor: pointer;
  -webkit-transition: transform 1s;
  /* For Safari 3.1 to 6.0 */
  transition: transform 1s;
}

.new-main-plus-btn:hover {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(90deg);
}

.sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 14;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  transition: 0.5s;
  font-family: 'Montserrat';
}

.sideMenuWrapper {
  display: flex;
  /*justify-content: center;*/
  margin-top: 43px;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.side-desc-container {
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
}

#side-img {
  width: 100%;
}

#side-title {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  margin-bottom: 3rem;
}

#side-desc {
  font-size: 16px;
  font-weight: normal;
  color: #222;
  margin-bottom: 3rem;
}

#side-ingredients-paragraph {
  color: #00a551;
  font-size: 16px;
  font-weight: 600;
}

#side-ingredients {
  margin-bottom: 3rem;
}

.side-ingredients-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-ingredients-item {
  color: #222;
  font-size: 16px;
}

@media screen and (max-width: 650px) {
  .side-desc-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  #side-title {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }

  #side-desc,
  .side-ingredients-item {
    font-size: 12px;
  }

  #side-desc {
    margin-bottom: 1.5rem;
  }

  #side-ingredients {
    margin-bottom: 2rem;
  }

  #side-ingredients-paragraph {
    font-size: 12px;
    margin-bottom: 1rem;
  }

  .sideMenuWrapper {
    justify-content: center;
    margin-top: 0;
  }
}


#swslide4 {
  background-image: url("../../images/newmain/apr2025/april25-desktop.jpg");
  background-position: center !important;
  background-size: cover !important;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  z-index: 3;

}
#julyslide {
  background-image: url("../../images/newmain/jun2025/2025_Giveaway_Desktop.jpg");
  background-position: center !important;
  background-size: cover !important;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  z-index: 3;

}
#eventslide {
  background-image: url("../../images/newmain/jun2025/Zion-Labubu-Banner.jpg");
  background-position: center !important;
  background-size: cover !important;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  z-index: 3;

}

#tipslide {
  background-image: url("../../images/newmain/apr2025/zespri-desktop.jpg");
  background-position: center !important;
  background-size: cover !important;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */

}

#swslide2_1 {
  background-image: url("/images/slide/featured/main-featured_product-nongshim3-2.jpg");
}

#swslide2_2 {
  background-image: url("/images/slide/featured/main-featured_product-ottogi2.jpg");
}

/* .swiper-button-next, .swiper-button-prev{
  display: none !important;
} */
#swslide3 {
  background-image: url("../../images/newmain/zion-rewards-app-final2.jpg");
}

#kcon {
  background-image: url("../../images/newmain/may2023/Zion_Blackpink_Web.jpg");
}

@media screen and (max-width: 1016px) {
  .button-container {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  #swslide4 {
    background-image: url("../../images/newmain/apr2025/april25-mobile.jpg");
    /* background-size: cover !important; */
  }
  #julyslide {
    background-image: url("../../images/newmain/jun2025/2025_Giveaway_Mobile.jpg");
    /* background-size: cover !important; */
  }
  #eventslide {
    background-image: url("../../images/newmain/jun2025/Zion-Labubu-Banner-Mobile-simple.png");
    /* background-size: cover !important; */
  }

  #tipslide {
    background-image: url("../../images/newmain/apr2025/zespri-mobile.jpg");
    /* background-size: cover !important; */
  }
}

@media (max-width: 767px) {
  .fixed-featured-bottom {
    left: 30px;

  }

  #swslide2_1 {
    background-image: url("../../images/slide/mobile/mobile_web_banner2-1.jpg");
    background-position: center top !important;
  }

  #swslide2_2 {
    background-image: url("../../images/slide/mobile/mobile_web_banner2-2-done.jpg");
  }

  #swslide3 {
    background-image: url("../../images/newmain/zion-rewards-app-mobile.jpg");
  }

  #kcon {
    background-image: url("../../images/newmain/may2023/Zion_Blackpink_Mobile.jpg");
  }

  .new-main-plus-btn {
    width: 35px;
  }

  .new-main-plus-btn.housemeal {
    top: 20%;
    right: 47%;
  }

  .new-main-plus-btn.plusbtn5 {
    top: 69%;
    right: 55%;
  }

  .new-main-plus-btn.plusbtn4 {
    top: 36%;
    right: 22%;
  }

  .new-main-plus-btn.plusbtn3 {
    top: 56%;
    left: 68%;
  }

  .new-main-plus-btn.plusbtn2 {
    bottom: 52%;
    left: 24%;
  }

  .new-main-plus-btn.plusbtn1 {
    top: 43%;
    left: 40%;
  }
}

.hire-floating {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 10;
}

.hiring-modal-x:after {
  content: 'x';
  color: #333;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 35px;
  text-shadow: 0 1px 0 #fff;
  top: 25px;
}


@media (max-width: 600px) {
  .hire-floating {
    display: none;
  }
}




/* URGENT MODAL */
.urgent-modal {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 22;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.urgent-modal-content {
  position: relative;
  background-color: transparent;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding: 20px;
  width: 600px;
  /* Could be more or less, depending on screen size */
  text-align: center;
}

.urgent-img-containe {}

/* The Close Button */
.urgent-close {
  color: #0a0a0a;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 40px;
}

.urgent-close:hover,
.urgent-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 678px) {
  .urgent-modal-content {
    margin: 30% auto;
  }
}


@media (max-width: 629px) {
  .urgent-modal-content {
    margin: 40% auto;
    width: 100%;
  }
}

@media (max-width: 595px) {
  .urgent-close {
    right: 8vw;
    top: 9vw;
    font-size: 40px;
  }
}