.top_header {
  z-index: 3;
}

#banner_top {
  margin-top: 64px;
}
#banner_top .main_img {
  height: 120px;
  width: 100%;
  transition: 0.3s all ease;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner_top .banner_inner .banner_inner_img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-image: linear-gradient(to top, rgba(14, 19, 23, 0.7294117647), transparent);
}
#banner_top .banner_inner .logo {
  width: 74px;
  height: 74px;
  z-index: 1;
  border-radius: 50%;
}
#banner_top .banner_inner .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#banner_top .breadcrumb_sec {
  position: absolute;
  bottom: 20px;
  right: 76px;
}

/*#tab_menu {*/
/*  padding: 24px 0 42px;*/
/*}*/
#tab_menu .tab_menu_in {
  display: flex;
  z-index: 2;
  overflow: auto hidden;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  background-color: #fafafa;
}
#tab_menu .tab_menu_item {
  color: #686868;
  background: #e7e7e7;
  padding: 8px;
  font-size: 12px;
  border-radius: 0;
  width: 214px;
  gap: 8px;
  border-radius: 20px;
}
#tab_menu .tab_menu_item img {
  display: inline-block;
  width: 54px;
  height: 54px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 4px;
  background: #ffffff;
  flex-shrink: 0;
}
#tab_menu .tab_menu_item p {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  font-family: "iranyekanbold", "Sans_Medium";
}
#tab_menu .tab_menu_item.active {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
#tab_menu .tab_menu_item.active img {
  border-color: #000000;
}


/* #tab_menu .tab_menu_content {
  padding: 30px 0 10px;
  margin-top: 24px;
  display: none;
} */


#tab_menu .tab_menu_slider {
  margin-bottom: 20px;
}
#tab_menu .tab_menu_slider .owl-dots {
  display: none;
}
#tab_menu .tab_menu_slider .owl-nav {
  position: absolute;
  left: 0;
}
#tab_menu .tab_menu_slider .owl-nav.disabled {
  display: block;
}
#tab_menu .tab_menu_slider .owl-nav button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 20px;
  font-family: "arial";
  transition: all 0.5s;
}
#tab_menu .tab_menu_slider .owl-nav button:hover {
  background: #000000;
  border-color: #000000;
}

.two_column_pro {
  gap: 24px;
}
@media screen and (max-width: 460px) {
  .two_column_pro {
    gap: 16px;
  }
}
.two_column_pro .product_item {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 460px) {
  .two_column_pro .product_item {
    width: calc((100% - 16px) / 2);
  }
}

.tab_menu_active {
  position: sticky;
  top: 66px;
}
.tab_menu_active .tab_menu_slider {
  margin-bottom: 6px !important;
}
.tab_menu_active .tab_menu_slider .owl-nav,
.tab_menu_active .tab_menu_slider .owl-nav.disabled {
  display: none !important;
}
/*# sourceMappingURL=menu-page.css.map */


#tab_menu .tab_menu_content.active {
    display: block !important;
}

#tab_menu .tab_menu_content {
    display: none;
    padding: 24px 8px 20px;
  }
