<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p._arrow-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  animation: jump 5s infinite;
  cursor: pointer;
  /* width: 10%; */
  margin: 0 auto;
  padding-bottom: 20px;
}

._arrow-tag {
  height: 65px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  animation: none;
}

._arrow-tag span {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0.85);
  animation: height 2s infinite cubic-bezier(0.17, 0.67, 0.59, 0);
}

._arrow-tag-div {
  position: sticky;
  bottom: 0;
}

.chosen-container .chosen-results {
  padding: 0px;
  margin: 0px;
}

.show-off-icon a {
  cursor: pointer;
}

.back-view {
  padding-top: 15px;
  ;
}

.logo-img img {
  height: 65px !important;
}

.food-gallery-img .food-gallery-caption {

  z-index: unset;
}

@media(max-width:576px) {
  .back-view a img {
    width: 16px;
    height: auto;
  }

  .back-view {
    padding-top: 9px;
  }
}

@keyframes height {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  50% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  51% {
    transform: scaleY(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0);
    transform-origin: 0% 100%;
    opacity: 0.5;
  }
}

@media (max-width: 480px) {
  ._arrow-tag {
    display: none;
  }
}

/*pop alert*/

.vt_iframe_modal {
  display: none;
}

.vt_child_iframe {
  width: 70% !important;
  height: 70% !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 9999;
}

.vt_iframe_modal .vt_child_iframe {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

button.buy_button {
  padding: 6px 43px;
  border-radius: 18px;
  font-size: 12px;
  background-color: #750582;
  color: #fff;
  margin-top: 25px;
  top: 0%;
  right: 45px;
  position: absolute;
  z-index: 999999;
  width: 175px;
}

.vt_close_div {
  position: fixed;
  background-color: #eee;
  right: -20px;
  top: -20px;
  padding: 5px 14px;
  border-radius: 50%;
  box-shadow: 1px -1px 1px #ccc;
}

.vt_close_div a {
  color: #777;
  text-decoration: none;
  font-weight: bolder;
}

@media screen and (max-width: 1024px) {
  .vt_child_iframe .popup_video {
   
    top: 15%;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .vt_child_iframe {
    width: 90% !important;
    height: 90% !important;
  }
  .vt_close_div {
    top: -14px;
    right: -14px;
  }
  .buy_next {
    padding: 6px 46px;
  }
  .vt_child_iframe .popup_video {
  top: 16%;
  left: 0;
  right: 0;
  }
  .vt_child_iframe button.buy_button{
    margin-top: 41px;
    position: fixed;
  }
}

@media screen and (max-width: 500px) {
  .vt_child_iframe .popup_video {
   
    top: 23%;
    left: 0;
    right: 0;
  }
  .vt_child_iframe button.buy_button{
    margin-top: 39px;
    position: fixed;
  }

}

@media screen and (max-width: 425px) {
  .buy_next {
    padding: 6px 30px;
  }
  .vt_child_iframe button.buy_button{
    margin-top: 20px;
  }
  .vt_child_iframe .popup_video {
    top: 9%;
    left: 0;
    right: 0;
  }
  .vt_child_iframe {
    width: 90% !important;
    height: 90% !important;
  }
  .vt_child_iframe button.buy_button{
    button.buy_button{
      margin-top: 17px;
      position: fixed;
    }
  }
  
  .vt_child_iframe{
	  top:49% !important;
  }
}


/*pop alert*/
.popup_video video {
  position: sticky;
}

.popup_video {
  overflow: hidden;
  background: #000000;
  max-width: 100% !important;
  
  top: 15%;
  left: 0;
  right: 0;
  max-height: 70% !important;
  position: fixed;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bruch_head h2 {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

button.buy_next {
  font-size: 12px;
  background-color: #8c3ca5;
  color: #fff;
  padding: 9px 85px;
  border-radius: 16px;
}

.bu_but {
  text-align: center;
  margin: 20px 0px;
}

.bruch_head {
  text-align: center;
}

@media screen and (max-width: 760px) {
  .popup_video {
    position: unset;
    width: 100%;
    height: 100%;
  }
  .vt_child_iframe button.buy_button{
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    left: 50%;
  }
}</pre></body></html>