.top_header {
  position: fixed !important;
  background: #0e1317;
  z-index: 3;
}

#banner_top {
  margin-top: 70px;
}
#banner_top .main_img {
  height: 140px;
  width: 100%;
  transition: 0.3s all ease;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner_top .banner_inner::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 {
  position: absolute;
  right: 20px;
  bottom: -45px;
  width: 90px;
  height: 90px;
  z-index: 1;
  padding: 6px;
  border: 1px solid #c19977;
  border-radius: 50%;
}
#banner_top .banner_inner .logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#banner_top .breadcrumb_sec {
  position: absolute;
  bottom: -50px;
  right: 100px;
}
#banner_top .breadcrumb_sec .breadcrumb {
  justify-content: center;
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 15px;
}
@media screen and (max-width:400px){
    #banner_top .breadcrumb_sec .breadcrumb {
        display:none;
    }
}
#banner_top .breadcrumb_sec .breadcrumb .breadcrumb-item {
  padding-left: 0;
  font-size: 14px;
  z-index: 2;
  margin-top: 5px;
  color: #b1b5b7;
}
#banner_top .breadcrumb_sec .breadcrumb .breadcrumb-item.active {
  color: #dbdbdb;
}
#banner_top .breadcrumb_sec .breadcrumb .breadcrumb-item::before {
  float: none;
  padding-left: 0.5rem;
  color: #777777;
}
#banner_top .breadcrumb_sec .breadcrumb .breadcrumb-item a {
  color: #b1b5b7;
}
#banner_top .breadcrumb_sec .breadcrumb .breadcrumb-item a:hover {
  color: #c19977;
}

#tab_menu {
  padding: 70px 0 0;
}
#tab_menu .tab_menu_in {
  z-index: 3;
  background: #0e1317;
  padding-bottom: 14px;
}
#tab_menu .tab_menu_in .owl-stage-outer {
  padding-top: 34px;
}
#tab_menu .nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  align-items: start;
  gap: 10px;
  padding-top: 40px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#tab_menu .nav::-webkit-scrollbar {
  height: 6px;
  touch-action: pinch-zoom;
}
#tab_menu .nav::-webkit-scrollbar-track {
  background: #333;
}
#tab_menu .nav::-webkit-scrollbar-thumb {
  background: #464545;
}
#tab_menu .nav::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#tab_menu .tab_menu_item {
  color: #dbdbdb;
  background: #151a1e;
  padding: 8px;
  font-size: 12px;
  border: 2px solid #151a1e;
  border-radius: 0;
  /*white-space: nowrap;*/
  font-family: "iranyekanbold", "Sans_Medium";
  width: 124px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  #tab_menu .tab_menu_item {
    width: 100%;
  }
}
#tab_menu .tab_menu_item img {
  display: block;
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: -42px;
  border: 2px solid transparent;
  padding: 4px;
  background: #0e1317;
}
#tab_menu .tab_menu_item span {
    margin-top: 8px;
     display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
     height: 50px; 
    overflow: hidden;
}
#tab_menu .tab_menu_item.active {
  border-color: #c19977;
}
#tab_menu .tab_menu_item.active img {
  border-color: #c19977;
} 
#tab_menu .tab_menu_content {
  padding: 30px 8px 80px;
  display: none;
}
#tab_menu .tab_menu_content.active{
  display: block !important;
}
#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;
  right:auto;
  top:auto;
  margin-top: 10px;
}
#tab_menu .tab_menu_slider .owl-nav.disabled {
  display: block;
}
#tab_menu .tab_menu_slider .owl-nav button {
  position: static;
  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: #c19977;
  border-color: #c19977;
}

.tab_menu_active {
  position: sticky;
  top: 68px;
}
@media screen and (max-width: 575px) {
    .tab_menu_active {
        top: 60px;
    }
}
.tab_menu_content .product_item:last-child{
    margin-bottom:0;
}
.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 */
.breadcrumb_sec .breadcrumb{
  background-color: transparent !important;
}
.loading_div{
    display: none;
    position: absolute;
    left: 43%;
    top: 50%;
}
.black_menu{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.activeLoading{
  display: block !important;
}
.login_section{
    display:none !important;
}

