.header-slider-nav.w-slider-nav>.w-slider-dot {
  width: 12px;
  height: 12px;
}

.product-slide-nav.w-slider-nav>.w-slider-dot {
  width: 24.5%;
  height: 6px;
  border-radius: 1px;
  margin: 0 !important;
}

.product-slide-nav.w-slider-nav>.w-slider-dot.w-active {
  width: 24.5%;
  height: 6px;
  margin: 0 !important;
  background: #ED0000;
}

.product-slide-nav.w-slider-nav.w-round {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 458px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .product-slide-nav.w-slider-nav.w-round {
    width: 380px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 10px) {
  .product-slide-nav.w-slider-nav.w-round {
    width: 100%;
  }

  .product-slide-nav.w-slider-nav {
    height: 6px;
  }
}

.product-slide-nav.w-slider-nav.w-round>div {
  width: 24.5%;
  height: 6px;
  border-radius: 1px;
  background: #E2E2E2;
}

.about-slide-nav.w-slider-nav>.w-slider-dot {
  width: 24.5%;
  height: 6px;
  border-radius: 1px;
  margin: 0 !important;
}

.about-slide-nav.w-slider-nav>.w-slider-dot.w-active {
  width: 24.5%;
  height: 6px;
  margin: 0 !important;
  background: #ED0000;
}

.about-slide-nav.w-slider-nav.w-round {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-slide-nav.w-slider-nav.w-round>div {
  width: 24.5%;
  height: 6px;
  border-radius: 1px;
  background: #E2E2E2;
}

.critio-modal {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-height: none;
  /* for Firefox */
  overflow-y: scroll;
}

.critio-modal::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #e0d9d9 !important;
}

select option {
  background: #fff;
  color: #000;
  height: 40px !important;
}

select option:hover {
  color: #ED0000;
}

.map-block {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  scrollbar-height: none;
  overflow-x: scroll;
}

.map-block::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.transition-page-enter-active,
.transition-page-leave-active {
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.transition-page-enter,
.transition-page-leave-to {
  opacity: 0;
}


.page-number {
  text-decoration: none !important;
  padding: 5px 15px;
  width: auto;
  height: auto;
}




.fade-enter-active,
.fade-leave-active {
  transition: all 300ms ease-in-out !important;
}

.fade-enter,
.fade-leave-to {
  opacity: 0 !important;
}


.pagination {
  margin-bottom: 50px;
}


.product-card-image {
  width: 100px;
  height: 100px
}

.no-scroll {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-x: scroll;
}

.no-scroll::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}




@media screen and (max-width: 767px) {
  /* .store-name {
    max-width: 180px;
  } */


}


.video-embed {
  height: 100%;
}


.video-block {
  width: 49vw;
  height: 45vh;
  max-width: 700px;
  min-height: 390px;
}

.video-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.video-overlay.hide {
  display: none;
}

.product-card-image.sausage-roll,
.product-card-image.coconut-chips,
.product-card-image._55cl {
  width: 300px;
  height: 300px
}

.product-card-image._120ml {
  width: 250px;
  height: 250px
}

@media screen and (max-width: 991px) {

  .video-block {
    width: 74vw;
    max-width: 800px;
  }
}


@media screen and (max-width: 767px) {

  .video-block {
    width: 400px;
    height: 265px;
    max-width: none;
    min-height: 0px;
  }

  .product-tab-image {
    width: 100%;
  }

  .video-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .product-card-image.sausage-roll,
  .product-card-image.coconut-chips {
    width: 200px;
    height: 200px
  }


}

@media screen and (max-width: 479px) {

  .video-block {
    width: 85%;
    height: 250px;
  }
}


.product-tab-image-inner.pouch {

  background-position: 0% 0%;
}
