:root {
  --prm_clr: #44bebe;
  --lgt_clr: #adadad;
  
  --bg_clr: #ffffff;
  --fsize: 15px;
  --fcolor:#000;
}

.backimg {
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.transparent_svg {
  opacity: 0;
  fill: transparent;
  stroke: transparent;
  stroke-miterlimit: 0;
  display: block;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

.inner_ingre .ingre_items {
  display: flex;
  align-items: center;
/*   width: 94%; */
}

.ingre_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pro_ingre {
  margin-top: 20px;
  margin-bottom: 20px;
}

.active .ingre_title .ttl {
  color: var(--prm_clr);
}
.active .ingre_img .backimg {
  filter: grayscale(0%);
}

.ingre_img .backimg {
  max-width: 90px;
  filter: grayscale(100%);
}

.ingre_title .ttl {
    text-align: center;
    color: var(--lgt_clr);
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.ingre_title {
  margin-top: 16px;
}

.tab_inner {
  display: none;
}

.ingredata {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  width: 95%;
  margin: 0 auto;
}

.item_data_inner {
  padding: 1.458vw 1.823vw;
  border: 0.052vw solid var(--prm_clr);
  border-radius: 0.313vw;
  background-color: var(--bg_clr);

  position: relative;
}

.item_data_inner p {
  font-size:var(--fsize);
  color:var(--fcolor);  
}

.ingre_item_inner {
  padding-left: 15px;
  padding-right: 15px;
}

.inner_ingre {
    display: flex;
    /* justify-content: center; */
    margin-top: 25px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ingre_item {
  /*   flex: 1 1 0; */
}

/* .top::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: var(--bg_clr);
  top: -11px;
  left: 50%;
  border-top: var(--prm_clr) solid 1px;
  border-left: var(--prm_clr) solid 1px;
  transform: rotate(45deg);
} */

.slider_btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;

  height: 100% !important;
}

.slider_btn.swiper-button-prev {
  left: 0px;
}

.slider_btn.swiper-button-next {
  right: 0px;
}

.slider_btn.swiper-button-next:after,
.slider_btn.swiper-button-prev:after {
  font-size: 20px;
  color: var(--prm_clr);
  font-weight: 800;
}

@media only screen and (max-width: 798px) {
  
  .pro_ingre .ingredata {
    padding-top:14px;
  }
  .main_info {
      margin-top: 8px;
  }

  .item_data_inner {
    padding: 14px;
  }
  
}

.pro_ingre .main_tt {
    margin-bottom: 15px;
}

.small-unit-price {
  font-size: 0.75em !important;
  top: 2px !important;
  position: relative !important;
  color: ##000000 !important; 
  padding: 2px 6px !important;
  font-weight: 500 !important;
  font-family: 'Poppins', sans-serif !important; 
  display: inline-block !important;
}
