@font-face {
  font-family: lexend;
  src: url(../fonts/seventeen-dishes/LexendZetta-VariableFont_wght.ttf);
}

@font-face {
  font-family: platypi;
  src: url(../fonts/seventeen-dishes/Platypi-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: minion;
  src: url(../fonts/seventeen-dishes/MinionVariableConcept-Italic.otf);
}

#recipeV3 .featured {
  height: 100vh;
  background: #000;
  position: relative;
}

#recipeV3 .featured .sliderContainer {
  position: absolute;
  bottom: 15px;
  width: 30%;
  right: 60px;
  z-index: 10;
}

#recipeV3 .featured .sliderContainer .btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff0000;
  color: #fff;
  padding: 5px 15px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  transform: translateY(-100%);
  margin-top: -15px;
}

#recipeV3 .featured .sliderContainer .splide {
  padding-bottom: 35px;
}

#recipeV3 .featured .sliderContainer .splide__slide {
  padding: 0;
}

#recipeV3 .featured .sliderContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#recipeV3 .featured .sliderContainer .sliderProgress {
  position: absolute;
  bottom: 10px;
  right: 40px;
  background: #fff;
  height: 1px;
  left: 70px;
}

#recipeV3 .featured .sliderContainer .sliderProgress > div {
  width: 0;
  height: 100%;
  background: #ff0000;
  transition: width 400ms ease;
}

#recipeV3 .featured .sliderContainer .sliderIndicator {
  position: absolute;
  bottom: 10px;
  font-size: 28px;
  right: 0;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  transform: translateY(50%);
}

#recipeV3 .featured .sliderIndicator2 {
  position: absolute;
  top: 0;
  font-size: 100px;
  right: 30px;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  z-index: 100;
}

#recipeV3 .featured .sliderContainer .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}

#recipeV3 .featured .sliderContainer .splide__arrow {
  border-radius: 50%;
  background: none;
  border: solid 2px #fff;
  width: 25px;
  height: 25px;
  outline: none;
  position: relative;
}

#recipeV3 .featured .sliderContainer .splide__arrow svg {
  transform: rotate(180deg) translate(-50%, -50%);
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
}

#recipeV3 .featured .sliderContainer .splide__arrow svg path {
  fill: #fff;
}

#recipeV3 .featured .sliderContainer .splide__arrow.splide__arrow--next {
  left: 5px;
}

#recipeV3 .featured .sliderContainer .splide__arrow.splide__arrow--next svg {
  transform: rotate(0) translate(-50%, -50%);
  transform-origin: center;
}

#recipeV3 .featured .zoomContainer {
  position: absolute;
  bottom: 50px;
  width: calc(((30% + 10px) / 3) - 10px);
  left: 70%;
  height: 25vh;
  transition: unset;
  margin-left: -60px;
  overflow: hidden;
}

#recipeV3 .featured .zoomContainer .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

#recipeV3 .featured .zoomContainer:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

#recipeV3 .featured .zoomContainer.top {
  z-index: 1;
}

#recipeV3 .featured .zoomContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#recipeV3 .featured .zoomContainer.active {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100vh;
  padding: 0;
  transition: all 0.5s;
  margin-left: 0;
}

#recipeV3 .featured .zoomContainer.active img {
  border-radius: 0;
}

#recipeV3 .featured .zoomContainer .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#recipeV3 .search .scol {
  position: relative;
  z-index: 5;
}

#recipeV3 .search .scol.s2 {
  position: relative;
  z-index: 4;
}

#recipeV3 .search .scol.s3 {
  position: relative;
  z-index: 3;
}

#recipeV3 .search .scol.s4 {
  position: relative;
  z-index: 2;
}

#recipeV3 .search .scol.s5 {
  position: relative;
  z-index: 1;
}

#recipeV3 .chosen-container-active .chosen-choices,
#recipeV3 .chosen-container-multi .chosen-choices {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  width: 200px;
  padding: 5px 15px;
  text-align: center;
  z-index: 1011;
}

#recipeV3 .chosen-container-multi .chosen-choices li.search-choice:first-child {
  margin-left: 30px;
}

#recipeV3 .chosen-container-multi .chosen-choices li.search-field {
  width: 100%;
}

#recipeV3
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  font-family: roboto;
  text-align: center;
  font-weight: 300;
  color: #fff !important;
}

#recipeV3 .chosen-container .chosen-results li.no-results {
  color: #000;
}

#recipeV3 .chosen-container.chosen-with-drop .chosen-drop {
  border: none;
  margin-top: -15px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

#recipeV3 .chosen-container .chosen-results {
  max-height: none;
}

#recipeV3 .chosen-container .chosen-results li {
  font-family: roboto;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 400;
  border-top: solid 1px #fff;
}

#recipeV3 .chosen-container .chosen-results li:first-child {
  padding-top: 25px;
}

#recipeV3 .s1 .chosen-container-active .chosen-choices,
#recipeV3 .s1 .chosen-container-multi .chosen-choices {
  background: #ce6e08;
}

#recipeV3 .s1 .chosen-container.chosen-with-drop .chosen-drop {
  background: #e5b488;
}

#recipeV3 .s1 .chosen-container .chosen-results li.highlighted {
  background: #93460c;
}

#recipeV3 .s1 .chosen-container-active .chosen-choices:after,
#recipeV3 .s1 .chosen-container-multi .chosen-choices:after {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 15px;
  content: " ";
  left: 0;
  top: 0;
  background: #93460c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url(../img/recipe_ic_search_1.png);
}

#recipeV3 .s2 .chosen-container-active .chosen-choices,
#recipeV3 .s2 .chosen-container-multi .chosen-choices {
  background: #1d5e38;
}

#recipeV3 .s2 .chosen-container.chosen-with-drop .chosen-drop {
  background: #297c4b;
}

#recipeV3 .s2 .chosen-container .chosen-results li.highlighted {
  background: #07421f;
}

#recipeV3 .s2 .chosen-container-active .chosen-choices:after,
#recipeV3 .s2 .chosen-container-multi .chosen-choices:after {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 15px;
  content: " ";
  left: 0;
  top: 0;
  background: #07421f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url(../img/recipe_ic_search_2.png);
}

#recipeV3 .s3 .chosen-container-active .chosen-choices,
#recipeV3 .s3 .chosen-container-multi .chosen-choices {
  background: #dd1f26;
}

#recipeV3 .s3 .chosen-container.chosen-with-drop .chosen-drop {
  background: #dd4752;
}

#recipeV3 .s3 .chosen-container .chosen-results li.highlighted {
  background: #b2101c;
}

#recipeV3 .s3 .chosen-container-active .chosen-choices:after,
#recipeV3 .s3 .chosen-container-multi .chosen-choices:after {
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 15px;
  content: " ";
  left: 0;
  top: 0;
  background: #b2101c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-image: url(../img/recipe_ic_search_3.png);
}

#recipeV3 .search .s4 input {
  font-family: roboto;
  font-weight: 900;
  color: #000 !important;
  font-size: 18px;
  height: 37px;
  padding: 0 15px;
  border-radius: 0;
  border-bottom: solid 1px #606060;
  background: none;
}

@media (max-aspect-ratio: 16/9) {
  #recipeV3 .featured .zoomContainer .video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 100vw;
    height: 56.25vw;
  }
}

@media only screen and (orientation: portrait) {
  #recipeV3 .featured .zoomContainer .video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 60vh;
    width: 116.3vh;
  }
}

#recipeV3 .featured .caption {
  position: absolute;
  top: 0;
  width: 40%;
  left: 0;
  height: 100%;
  z-index: 10;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

#recipeV3 .featured .caption > div {
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  padding: 0 50px;
  transition: all 0.5s;
}

#recipeV3 .featured .caption > div.active {
  opacity: 1;
}

#recipeV3 .featured .caption h2 {
  font-size: 20px;
  display: inline-block;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}

#recipeV3 .featured .caption h5 {
  font-size: 16px;
  margin-top: 30px;
}

#recipeV3 .featured .caption strong {
  font-weight: 500;
}

#recipeV3 .featured .caption h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin-top: 30px;
  text-transform: uppercase;
}

#recipeV3 .featured .caption h4 {
  margin-top: 30px;
}

#recipeV3 .featured .caption .btn {
  margin-top: 30px;
  background: #ff0000;
  color: #fff;
  padding: 5px 15px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
}

#recipeV3 .archive {
  padding: 50px 0 100px;
  background: #fff;
}

#recipeV3 .archive .ctn {
  padding: 60px 50px 30px;
  position: relative;
}

#recipeV3 .archive .ctn.recipewithbg:before {
  background-color: #dd1f26;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: " ";
  position: absolute;
  z-index: 1;
}
#recipeV3 .archive .ctn.recipewithbg.bgimg:before {
  background: url(../img/seventeen-dishes/bg-resep-kemerdekaan.png);
  background-repeat: no-repeat;
}

#recipeV3 .archive .ctn.recipewithbg.bgred:before {
  background-color: #da222e;
}

#recipeV3 .archive .ctn.recipewithbg.bggreen:before {
  background-color: #205e39;
}

#recipeV3 .archive .ctn.recipewithbg.bgrown:before {
  background-color: #cc6e1f;
}

#recipeV3 .archive .sliderContainer .splide__slide {
  padding: 15px 50px 0 50px;
}

#recipeV3 .archive .sliderContainer {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

#recipeV3 .archive .sliderContainer .imgCont {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

#recipeV3 .archive .sliderContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}

#recipeV3 .archive .sliderContainer .splide__arrow {
  position: absolute;
  top: 0;
  right: 85px;
  border-radius: 50%;
  background: none;
  border: solid 2px #775317;
  width: 30px;
  height: 30px;
  outline: none;
  transform: translateY(-45px) rotate(180deg);
}

#recipeV3 .archive .sliderContainer .splide__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
}

#recipeV3 .archive .sliderContainer .splide__arrow svg path {
  fill: #775317;
}

#recipeV3 .archive .sliderContainer .splide__arrow.splide__arrow--next {
  right: 50px;
  transform: translateY(-45px) rotate(0);
  transform-origin: center;
}

#recipeV3 .archive h2 {
  color: #dd1f26;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 15px 100px 15px 15px;
  background-color: #e4d7c1;
  height: 100%;
  z-index: 0;
}

#recipeV3 .archive strong {
  font-weight: 700;
}

#recipeV3 .archive .splide__slide .cont {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
}

#recipeV3 .archive .splide__slide .cont .more a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(132, 98, 41, 1);
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
}

#recipeV3 .archive .splide__slide .cont .more a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#recipeV3 .archive .splide__slide a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

#recipeV3 .archive .splide__slide .new-stamp {
  position: absolute;
  top: 10px;
  right: 45px;
  width: 26%;
  object-fit: unset;
  height: auto;
}

#recipeV3 .archive .splide__slide .videoIc {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  text-shadow: 0px 0px 10px #000;
}

#recipeV3 .archive .splide__slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:rgba(132,98,41,.85);*/
  border-radius: 15px;
  color: #fff;
  padding: 15px;
}

#recipeV3 .archive .splide__slide.withvideo .hover {
  background: none;
}

#recipeV3 .archive .splide__slide .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#recipeV3 .archive .splide__slide:hover img {
  transition: all 1s;
}

#recipeV3 .archive .splide__slide:hover img:not(.new-stamp) {
  /* transform: scaleX(-1); */
  transform: rotateY(360deg);
}

#recipeV3 .archive .splide__slide:hover .hover {
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.2s;
}

#recipeV3 .archive .splide__slide:hover .video {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s;
}

#recipeV3 .archive .splide__slide .hover h5 {
  text-shadow: 0px 0px 10px #000;
  font-size: 14px;
}

#recipeV3 .archive .splide__slide .hover h3 {
  font-size: 1rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left: -21px;
  right: 50px;
  background-color: #ffc540;
  color: #dd1f26;
  font-weight: 600;
  padding: 5px;
}

#recipeV3 .archive .splide__slide .hover h3:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #da222e;
  transform: rotate(45deg) translateY(-100%);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
}

#recipeV3.archive .archive {
  padding-top: 100px;
}

#recipeV3.archive .archive h2 {
  padding-left: 0;
}

#recipeV3.archive .archive h2 span {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  background: #775317;
  color: #e4d7c1;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  transform: translateY(-5px);
  margin-top: 15px;
}

#recipeV3.archive .archive .noresult {
  margin-top: 30px;
  font-size: 18px;
  color: #775317;
}

#recipeV3.archive .archive .item {
  margin-top: 30px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-top: 15px;
}

#recipeV3.archive .archive .item .cont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

#recipeV3.archive .archive .item .new-stamp {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26%;
  object-fit: unset;
  height: auto;
}

#recipeV3.archive .archive .item a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

#recipeV3.archive .archive .item .videoIc {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  font-size: 24px;
}

#recipeV3.archive .archive .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

#recipeV3.archive .archive .item .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
}

#recipeV3.archive .archive .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
	background:rgba(132,98,41,.85);
	*/
  border-radius: 15px;
  color: #fff;
  padding: 15px;
}

#recipeV3.archive .archive .item:hover img:not(.new-stamp) {
  transform: scaleX(-1);
}

#recipeV3.archive .archive .item:hover .hover {
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.2s;
}

#recipeV3.archive .archive .item:hover .video {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s;
}

#recipeV3.archive .archive .item .hover h5 {
  font-size: 14px;
}

#recipeV3.archive .archive .item .hover h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

#recipeV3 .search {
  padding: 50px 15px 50px;
  text-align: center;
  background: #e4d7c1;
}

#recipeV3 .search h2 {
  color: #775317;
  padding-left: 15px;
  text-align: center;
  font-size: 1.5rem;
}

#recipeV3 .search a {
  color: #775317;
  font-size: 1rem;
  text-decoration: none;
}

#recipeV3 .search h2 strong {
  font-weight: 700;
}

#recipeV3 .search form {
  display: block;
  margin-top: 15px;
}

#recipeV3 .search input,
#recipeV3 .search select {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  font-size: 14px;
  width: 200px;
}

#recipeV3 .search button {
  font-weight: 700;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  font-size: 18px;
  background: #ff0000;
  padding-left: 30px;
  padding-right: 30px;
}

#tiktok_popup .modal-dialog {
  max-width: 605px;
}

#tiktok_popup .tiktok-embed {
  margin: 0 auto;
}

#tiktok_popup .modal-body {
  position: relative;
}

#tiktok_popup .btnclose {
  color: #000;
  position: absolute;
  font-size: 18px;
  top: 5px;
  right: 15px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .recipe-swiper {
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .titleImg {
  width: 300px;
  padding: 0;
  z-index: 1;
  padding-left: 15px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg {
  margin-top: 0;
  padding: 0 50px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item {
  position: relative;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item .img {
  width: 80%;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item .img .img-ctn {
  width: 100%;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style1 h1 {
  color: #fff;
  font-family: platypi;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  transform: rotate(-10deg);
  width: 70%;
  padding: 15px 15px 20px;
  background: url(../img/seventeen-dishes/bg-title-style1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style2 h1 {
  color: #fff;
  font-family: platypi;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(10deg);
  width: 80%;
  padding: 15px 15px 20px;
  background: url(../img/seventeen-dishes/bg-title-style2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style3 h1 {
  color: #fff;
  font-family: platypi;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 80%;
  padding: 15px 15px 20px;
  background: url(../img/seventeen-dishes/bg-title-style3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style1 p {
  background: #fad061;
  color: #ef4f50;
  font-family: lexend;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 10px 30px;
  text-align: center;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 35px;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style2 p {
  background: #ef4f50;
  color: #fff;
  font-family: lexend;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 10px 30px;
  text-align: center;
  width: auto;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item.style3 p {
  background: #ef4f50;
  color: #fff;
  font-family: lexend;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 10px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .item .btnRecipeCustom {
  background: #54a06e;
  color: #fff;
  width: 150px;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #000;
  box-shadow: none;
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap {
  width: 8%;
  position: absolute;
  bottom: -50px;
  right: 0;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap2 {
  width: 8%;
  position: absolute;
  top: 15px;
  right: 0;
}

#recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap3 {
  width: 8%;
  position: absolute;
  top: 0;
  left: -50px;
}

@media only screen and (orientation: portrait) {
  #tiktok_popup .btnclose {
    top: 0;
    right: 5px;
  }

  html,
  body {
    overflow-x: hidden !important;
    width: 100vw !important;
  }

  #recipeV3 .featured {
    position: relative;
    height: 100vh;
  }

  #recipeV3 .featured .zoomContainer.active {
    height: 100vh;
  }

  #recipeV3 .featured .sliderContainer .btn {
    right: 45px;
    font-size: 14px;
  }

  #recipeV3 .search {
    padding: 50px 15px 0;
  }

  #recipeV3 .search form {
    padding: 0 30px;
  }

  #recipeV3 .chosen-container {
    width: 100% !important;
  }

  #recipeV3 .search input,
  #recipeV3 .search select {
    width: 100%;
    margin-bottom: 15px;
  }

  #recipeV3 .chosen-container-active .chosen-choices,
  #recipeV3 .chosen-container-multi .chosen-choices {
    width: 100%;
  }

  #recipeV3 .search .chosen-container input {
    margin-bottom: 0;
  }

  #recipeV3 .search .scol {
    width: 100%;
  }

  #recipeV3 .archive {
    padding: 50px 0 100px;
  }

  #recipeV3.archive .archive {
    padding: 50px 15px 100px;
  }

  #recipeV3 .archive h2 {
    font-size: 1rem;
    padding-right: 50px;
  }
  #recipeV3 .archive .ctn {
    padding: 31px 25px 30px;
  }

  #recipeV3 .archive .splide__slide .hover {
    padding: 5px 10px;
  }

  #recipeV3 .archive .splide__slide .hover h5 {
    font-size: 10px;
  }

  #recipeV3 .archive .splide__slide .hover h3 {
    font-size: 10px;
    line-height: 10px;
    right: 10px;
  }

  #recipeV3 .archive .splide__slide .videoIc {
    font-size: 14px;
  }

  #recipeV3 .archive .splide__slide .cont .more a {
    font-size: 14px;
    line-height: 14px;
  }

  #recipeV3 .featured .caption {
    width: 100%;
    height: 50vh;
  }

  #recipeV3 .featured .caption > div {
    padding: 0 15px;
    top: 60px;
  }

  #recipeV3 .featured .caption h2 {
    font-size: 16px;
  }

  #recipeV3 .featured .caption h5 {
    font-size: 14px;
    margin-top: 15px;
  }

  #recipeV3 .featured .caption h3 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
  }

  #recipeV3 .featured .caption .btn {
    font-size: 14px;
    margin-top: 15px;
  }

  #recipeV3 .featured .sliderContainer .sliderIndicator {
    display: none;
  }

  #recipeV3 .featured .sliderContainer .sliderProgress {
    display: none;
  }

  #recipeV3 .featured .sliderContainer {
    right: -30px;
    width: 45%;
  }

  .backsoundbutton {
    display: none;
  }

  #recipeV3 .archive .sliderContainer {
    margin-right: 0;
  }

  #recipeV3 .archive .sliderContainer .splide__arrows {
    transform: translateX(-6%);
  }

  #recipeV3 .archive .sliderContainer .splide__arrow {
    transform: translateY(-45px) rotate(180deg) scale(0.75);
    right: 40px;
  }

  #recipeV3 .archive .sliderContainer .splide__arrow.splide__arrow--next {
    transform: translateY(-45px) rotate(0) scale(0.75);
    right: 15px;
  }

  .cart-icon {
  }

  #recipeV3.archive .archive .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #recipeV3 .archive .sliderContainer .splide__slide {
    padding: 0 15px;
  }
  #recipeV3 .archive .sliderContainer .splide__arrow {
    right: 25px;
  }
  #recipeV3 .archive .sliderContainer .splide__arrow.splide__arrow--next {
    right: 0;
  }
  #recipeV3 .archive .splide__slide .new-stamp {
    top: -1px;
    right: 13px;
  }

  #recipeV3 .archive .ctn.recipewithbg.bgimg {
    padding: 0;
  }
  #recipeV3 .archive .ctn.recipewithbg.bgimg .item {
    margin: 0 30px;
  }
  #recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap {
    width: 25%;
    bottom: 0;
  }
  #recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap3 {
    width: 25%;
    left: 0;
  }
  #recipeV3 .archive .ctn.recipewithbg.bgimg .lottieWrap2 {
    width: 25%;
    top: 50px;
  }
}

#recipeV3 .bgpattern {
  display: none;
}

#recipeV3.black-pattern-crazykind .bgpattern {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
}

#recipeV3.black-pattern-crazykind .bgpattern > div {
  background-image: url("../img/pattern-crazykind-3.png");
  background-size: 100% auto;
  height: 100%;
  opacity: 0.1;
}

#recipeV3.black-pattern-crazykind {
  background: none;
  position: relative;
}

#recipeV3.black-pattern-crazykind .archive {
  background: none;
  position: relative;
}

#recipeV3.black-pattern-crazykind .search {
  background: none;
}

#recipeV3.black-pattern-crazykind .search h2,
#recipeV3.black-pattern-crazykind .search a,
#recipeV3.black-pattern-crazykind .archive h2,
#recipeV3.black-pattern-crazykind .search .s4 input {
  color: #fff !important;
}

#recipeV3.black-pattern-crazykind .archive .sliderContainer .splide__arrow {
  border: solid 1px #fff;
}

#recipeV3.black-pattern-crazykind
  .archive
  .sliderContainer
  .splide__arrow
  svg
  path {
  fill: #fff;
}
