#header_bottom #pc_menu_big_kind_list .pc_sub_menu {
  overflow: hidden;
  overflow-y: auto;
}

#header_bottom #pc_menu_big_kind_list .pc_sub_menu::-webkit-scrollbar {
  width: 6px;
}

#header_bottom #pc_menu_big_kind_list .pc_sub_menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #52c5c1;
}

#header_bottom #pc_menu_big_kind_list .pc_sub_menu::-webkit-scrollbar-thumb {
  background-color: #006564;
}

#header_shopping_cart #header_shopping_cart_btn span {
  top: -5px;
  left: -5px;
  width: 18px;
  height: 18px;
}

#header_shopping_cart .list-group {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

#header_top {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 1020;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

#header_top.show {
  top: 0%;
}

#header_top #header_logo img {
  max-width: 100px;
}

#header_center #navbar_block .dropdown-menu.show {
  inset: -2px auto auto 0px !important;
}

#header_center #navbar_block .navbar_btn:hover {
  color: #009491;
}

#header_center #navbar_block .navbar_btn.active {
  color: #009491;
}

#header_center #navbar_block .navbar_item:last-child .navbar_btn {
  background-color: unset;
  color: #009491;
  border: 2px solid #009491;
}

#header_center #navbar_block .navbar_item:last-child .navbar_btn:hover {
  background-color: #009491;
  color: #fff;
}

#header_bottom {
  height: 38.5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#header_bottom.close {
  height: 0px;
}

#header_bottom #pc_menu_btn.active .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#header_bottom #pc_menu_big_kind_list {
  display: none;
}

#header_bottom #pc_menu_big_kind_list .pc_sub_menu {
  display: none;
}

#header_bottom #pc_menu_big_kind_list .pc_sub_menu .col-9 span:last-child {
  display: none;
}

#header_bottom #pc_menu_big_kind_list .pc_menu_link:hover > a {
  background-color: #fff !important;
  color: #009491 !important;
}

#header_bottom #pc_menu_big_kind_list .pc_menu_link:hover > .pc_sub_menu {
  display: block;
}

#header_bottom #search_type_btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid;
}

#header_bottom #search_type_btn .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid;
}

#header_bottom #search_input {
  border-radius: 0;
}

#header_bottom_mobile.show {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
}

#header_bottom_mobile #search_modal {
  display: none;
}

#mobile_menu_offcanvas .mobile_tab {
  position: relative;
}

#mobile_menu_offcanvas .mobile_tab::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0%;
  background-color: #ddd;
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

#mobile_menu_offcanvas .mobile_tab.active {
  background-color: #eee;
}

#mobile_menu_offcanvas .mobile_tab.active::after {
  width: 100%;
  background-color: #009491;
}

#mobile_menu_offcanvas .mobile_block {
  display: none;
}

#mobile_menu_offcanvas .mobile_block.active {
  display: block;
}

#mobile_menu_offcanvas .mobile_block .menu_link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-height: 56px;
  position: relative;
  background-color: unset;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mobile_menu_offcanvas .mobile_block .menu_link.active {
  background-color: #eee;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mobile_menu_offcanvas .mobile_block .has_child .fas {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mobile_menu_offcanvas .mobile_block .has_child.active {
  background-color: #009491;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mobile_menu_offcanvas .mobile_block .has_child.active .fas {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
}

#mobile_menu_offcanvas .mobile_block .sub_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: none;
}

@media (max-width: 991.98px) {
  #header_center #logo_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header_bottom_mobile .logo_img {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  #header_bottom_mobile .logo_img {
    width: 50%;
  }
}
