html * {
  font-family: Poppins;
}

.nav-product_item_menu_text {
  font-size: 0.8em;
  color: #6c757d;
}

.nav-item {
  margin-right: 24px;
}

.nav-product-item {
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #f1f6fa;
  padding-left: 5px;
  padding-right: 5px;
  height: 90%;
  margin-bottom: 20px;
  line-height: 1.2em;
  padding: 20px;
}

.nav-product-item-active {
  background-color: #f1f6fa;
}

#nav-item-product-list {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  z-index: 200;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.menu_bubble {
  width: 132px;
}

.overlay_text {
  left: 0;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 100%;
}

.overlay_text_active {
  color: white;
}

.bs_social_icon {
  text-decoration: none;
}

#carousel-1 {
  margin-top: 10px;
}

.home_product_panel_img {
  margin-bottom: 10px;
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs_top_margin {
  padding-top: 20px;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.bs_panel_title {
  font-size: 1.8em;
}

.bs_text_center {
  text-align: center;
}

.bs_subtitle_gray {
  color: var(--bs-secondary);
  font-size: 1.2em;
}

.bs_summary_text {
  font-size: 1em !important;
  font-weight: 350 !important;
}

.bs_panel {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.bs_main_title {
  font-size: 2.8em !important;
  font-weight: 800! important;
}

.bs_submain_title {
  font-size: 1.4em;
}

.bs_icon_feature {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.bs_social_img {
  width: 40px!important;
  margin: 1px!important;
}

.bs_footer_span {
  margin: 20px;
  width:50%;
}

.bs_footer_col {
  margin-top: 10px;
  text-align:center;
}

