.Header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(19px);
}

.Header .top_headers_holder {
  background: #ffffff 0% 0% no-repeat padding-box;

  border-radius: 0px 0px;
}

.Header .top_header {
  position: relative;
  padding: 8px 0;

  background: #f8f8f8;
}
.login_button {
  background-color: #02542f;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  padding: 6px 10px;
  border: none;
}

.Header .top_header .top_header_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header .content_social {
  display: flex;
  align-items: center;
}

.Header .content_social ul.social_icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

.Header .content_social ul.social_icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

.Header .content_social ul.social_icon li {
  width: 25px;
  height: 25px;
  /* background: #000; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
}

.Header .content_social ul.social_icon .icons {
  color: #fff;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.Header .top_header .top_header_col1 .content_html {
  color: #5e5d6d;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.Header .top_header .top_header_col1 .content_html span {
  color: #fab819;
  display: inline-block;
  margin-right: 4px;
}
.Header .top_header .login-holder {
  display: flex;
  gap: 15px;
  align-items: center;
}
.Header .top_header .login-holder .content_html {
  cursor: pointer;
  white-space: nowrap;
}
.Header .top_header .login-holder .content_html:hover {
  color: #fab819;
}

.Header .middle_header {
  padding: 4px 0px 4px;
  /* background: #fff; */
}

.Header .middle_header .all_divs_holder {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.Header .middle_header .logo_div {
  width: 90px;
  height: 80px;
  margin-right: 15px;
  display: flex;
  justify-content: start;
}

.Header .middle_header .logo_div .logo_img {
  height: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
  cursor: pointer;
}

.search_input_div {
  width: 50%;
}

.search_input_div .input-group {
  width: 100%;
  margin-left: auto;
}

.search_input_div .input-group .form-control {
  font-size: 14px !important;

  border: 1px solid #92c743 !important;
  border-radius: 3px !important;
  padding: 10px;
  font-weight: 500 !important;
  margin: 0;
}
.search_input_div .input-group .form-control::placeholder {
  font-size: 15px !important;
  color: #dbdbdb !important;
  font-weight: 500 !important;
}
.search_input_div .input-group .input-group-text {
  background: #92c743;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 10px;
  border: 0;
  color: #fff;
  font-size: 15px;
}

.search_input_div .input-group .input-group-text .search_icon {
}

.Header .middle_header .three_box_div {
  display: flex;
  align-items: center;
}

.Header .middle_header .three_box_div .box_div {
  text-align: center;
}

.Header .middle_header .three_box_div .login_box {
  width: 123px;
}

.Header .middle_header .three_box_div .box_div:last-child {
  border-right: none;
}

.Header .middle_header .three_box_div .box_div.address_box {
  max-width: 224px;
  text-align: left;
  width: unset;
}

.Header .middle_header .three_box_div .box_div .title_text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.Header .middle_header .three_box_div .box_div .login-signup-text {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.Header .middle_header .three_box_div .box_div .title_text .inner_icon {
  font-size: 17px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.Header .middle_header .three_box_div .box_div .sub_text {
  color: #000;
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 0px;
  cursor: pointer;
}

.Header
  .middle_header
  .three_box_div
  .box_div
  .sub_text
  .title_span.address_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.Header .middle_header .three_box_div .box_div .sub_text:hover {
  /* color: #f4a51c; */
}

.Header .middle_header .three_box_div .box_div .icon-holder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fef1e9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fec907;
  position: relative;
  margin-left: 15px;
}

.Header .middle_header .three_box_div .box_div .sub_text .common_icon {
  font-size: 20px;
}

.Header .middle_header .three_box_div .box_div .sub_text .common_icon.active {
  color: #158b01;
}

.Header .middle_header .three_box_div .box_div.right_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.Header .middle_header .three_box_div .box_div .bell_icon_holder {
  position: relative;
  width: fit-content;
  /* margin: 0px auto; */
}

.Header .middle_header .three_box_div .box_div .bell_icon_holder::after {
  position: absolute;
  left: 15px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff2323;
  border-radius: 50%;
  display: none;
}

.Header
  .middle_header
  .three_box_div
  .box_div.right_box
  .big_img_holder
  .big_icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.Header
  .middle_header
  .three_box_div
  .box_div.right_box
  .big_img_holder
  .big_icon.active {
  color: #158b01;
}

.Header .middle_header .three_box_div .box_div .count_div {
  position: absolute;
  background-color: #8fc839;
  min-width: 20px;
  width: auto;

  height: 20px;
  border-radius: 50%;
  top: 0px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header .middle_header .three_box_div .box_div .count_div .count_text {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
}

.Header .middle_header .three_box_div .box_div .cart_text {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
  cursor: pointer;
}

.Header .middle_header .three_box_div .box_div .cart_text .bag_icon {
  margin-right: 8px;
}

.Header .bottom_header {
  padding: 5px 0px 5px !important;
  opacity: 1;
  background: #ffca02;
}

.Header .bottom_header .two_box_holder {
  display: flex;
  align-items: center;
}

.Header .bottom_header .box1 {
  width: 85%;
}

.Header .bottom_header .box1 .menu_toggle {
  display: none;
}

.Header .bottom_header .box1 .menu_toggle button {
  border: none;
  background: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.Header .bottom_header .box1 .menu_toggle button .menu_icon {
  margin-right: 5px;
}

.Header .bottom_header .box1 .category_manu_div {
}

.Header .bottom_header .box1 .navbar {
  padding: 0px;
}

.Header .bottom_header .box1 .navbar .navbar-nav {
}

.Header .bottom_header .box1 .navbar .navbar-nav {
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  padding: 5px 0px !important;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
  margin: 0px 15px;
}
.navbar .navbar-nav .nav-link:first-child {
  margin-left: 0;
}

.navbar .navbar-nav .nav-link.active {
  font-weight: 600;
  position: relative;
  color: #72aa3f;
  padding-bottom: 3px !important;
  margin-bottom: 0px;
}

.Header .bottom_header .box2 {
  display: flex;
  align-items: center;
  width: 340px;
  justify-content: end;
}

.Header .common_icon_holder {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #02542f;
  border-radius: 8px 4px;
}

.Header .common_icon_holder .call_icon {
  font-size: 13px;
  color: #fff;
}

.Header .bottom_header .box2 .text_holder {
  margin: 2px 18px 2px 8px;
  line-height: 0.9;
}

.Header .bottom_header .box2 .text_holder .first_text {
  margin-bottom: 3px;
  font-size: 13px;
  color: #000;
}

.Header .bottom_header .box2 .text_holder .number_text {
  margin-bottom: 3px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.menu_offcanvas {
  background: #000000cf !important;
}

.menu_offcanvas .navbar .navbar-nav .nav-link {
  color: #fff;
}

.menu_offcanvas .navbar .navbar-nav .nav-link:hover,
.menu_offcanvas .navbar .navbar-nav .nav-link.active {
  /* color: #f4a51c; */
  color: #fff;
}

.menu_offcanvas .btn-close {
  filter: invert(1);
}

.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  will-change: transform, opacity;
}

.sticky_header.show {
  transform: scaleY(1);
  opacity: 1;
}

.sticky_header .navbar {
  padding: 0px;
}

.sticky_header .navbar-brand {
  width: 20%;
}

.sticky_header .navbar-nav {
  width: 50%;
}

.sticky_header .all_icons {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: end;
}

.sticky_header .all_icons .icon_holder {
  padding: 0px 14px;
}

.sticky_header .all_icons .icon_holder svg {
  cursor: pointer;
}

.sticky_header .all_icons .icon_holder.search_icon {
  position: relative;
}

.sticky_header .all_icons .icon_holder .title_span {
  margin-left: 5px;
  font-size: 14px;
  color: #000;
}

.sticky_header .input-group-box {
  position: absolute;
  right: 0%;
  top: 43px;
  width: 250px;
  z-index: 1;
}

.sticky_header .input-group-box .form-control {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}

.sticky_header .input-group-box .list-group .list-group-item {
  font-size: 14px;
  margin-bottom: 0px;
  color: #000;
}

.sticky_header .all_icons .icon_holder.cart_box {
  position: relative;
  cursor: pointer;
}

.sticky_header .all_icons .cart_box .count_div {
  position: absolute;
  background-color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -15px;
  right: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky_header .all_icons .cart_box .count_div .count_text {
  color: #fff;
  margin-bottom: 0px;
  font-size: 13px;
}

.sticky_header .all_icons .menu_icon_holder {
  display: none;
}

.Header .bottom_header .box1 .category_div .Category_Dropdown {
  display: none;
}

.profile_icon_holder {
}

.profile_icon_holder .user_icon {
}

.Header .bottom_header .box2 .profile_dropdown {
}

.Header .bottom_header .box2 .profile_dropdown .dropdown-menu {
  padding: 0px;
  width: 188px;
  background: #fff;
  border: none;
}

.Header .bottom_header .box2 .profile_dropdown .dropdown-menu .white_box {
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 6px #00000029;
}

.Header .bottom_header .box2 .profile_dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 8px 8px;
  transition: 0.3s;
}

.Header .bottom_header .box2 .profile_dropdown .dropdown-menu .logout_item {
  background: #8e8e8e 0% 0% no-repeat padding-box;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff;
}

.Header
  .bottom_header
  .box2
  .profile_dropdown
  .dropdown-menu
  .dropdown-item:hover {
  background-color: #158b01;
  color: #fff;
  transition: 0.3s;
  padding-left: 15px;
}

.Header
  .bottom_header
  .box2
  .profile_dropdown
  .dropdown-menu
  .logout_item:hover {
  background: #ec353a;
  transition: 0.3s;
}

.Header
  .bottom_header
  .box2
  .profile_dropdown
  .dropdown-menu
  .dropdown-item
  .icon {
  margin-right: 5px;
  width: 20px;
  transition: 0.3s;
}

.Header
  .bottom_header
  .box2
  .profile_dropdown
  .dropdown-menu
  .dropdown-item:active {
  background-color: #fff;
}
.Header .desktop-search {
  display: block;
  position: relative;
}
.Header .mobile-search {
  display: none;
  position: relative;
}
.Header .recent-search-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 9999 !important;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);

  padding: 10px;
}
.Header .recent-search-list .list-wrapper {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffc700 #f5f5f5;
}
.Header .recent-search-item {
  padding: 7px 15px;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
}
.Header .recent-search-item:last-child {
  border-bottom: none;
}
.Header .recent-search-item:hover {
  background: #f8f8f8;
}

@media (min-width: 0px) and (max-width: 430px) {
  .Header .middle_header .logo_div {
    width: 40% !important;
  }

  .sticky_header .input-group-box {
    right: 0%;
    left: -97px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Header .middle_header .logo_div {
    width: 58px !important;
    height: unset;
    margin: 4px 0px;
  }

  .Header .middle_header {
    padding: 0px 0px 10px;
  }

  .Header .middle_header .all_divs_holder {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }

  .sticky_header .all_icons .cart_box .count_div {
    width: 20px;
    height: 20px;
  }

  .Header .middle_header .three_box_div .box_div .login-signup-text,
  .Header .middle_header .three_box_div .box_div .title_span {
    display: none;
  }

  .search_input_div {
    width: 64%;
  }

  .search_input_div .input-group {
    width: 100%;
  }

  .Header .top_header .top_header_col1 .content_html {
    font-size: 13px !important;
  }
  .Header .top_header .login-holder {
    gap: 7px !important;
  }

  .Header .content_social ul.social_icon li {
    width: 19px;
    height: 19px;
  }

  .Header .content_social ul.social_icon .icons {
    font-size: 9px;
  }

  .Header .middle_header .three_box_div .box_div.address_box {
    width: 100px !important;
  }

  .Header .middle_header .three_box_div .box_div.right_box .big_img_holder {
    margin: 0px 5px;
  }

  .Header .bottom_header .box1 .menu_toggle button {
    font-size: 13px;
  }

  .Header .common_icon_holder {
    width: 30px;
    height: 30px;
  }
  .Header .middle_header .three_box_div .box_div .icon-holder {
    width: 30px !important;
    height: 30px !important;
    margin-left: 7px;
  }
  .Header .middle_header .three_box_div .box_div .count_div .count_text {
    font-size: 10px !important;
  }
  .Header .bottom_header .box2 .text_holder .number_text,
  .Header .bottom_header .box2 .text_holder .first_text {
    font-size: 12px !important;
  }
  .Header .middle_header .three_box_div .box_div .count_div {
    min-width: 16px;
    height: 16px;
    top: -6px;
    right: -6px;
  }
  .Header .common_icon_holder .call_icon {
    font-size: 10px;
  }

  .Header
    .middle_header
    .three_box_div
    .box_div.right_box
    .big_img_holder
    .big_icon {
    width: 16px;
    height: 16px;
  }

  .Header .middle_header .three_box_div .box_div .bell_icon_holder::after {
    left: 8px;
    width: 7px;
    height: 7px;
    top: -5px;
  }
  .search_input_div .input-group .form-control,
  .search_input_div .input-group .input-group-text {
    padding: 5px 8px !important;
    font-size: 14px;
  }
  .search_input_div .input-group .form-control::placeholder {
    font-size: 14px !important;
  }
  .Header .top_header {
    padding: 5px 0;
  }

  .Header .bottom_header {
    padding: 5px 0px 7px !important;
  }
  .Header .bottom_header .box2 {
    margin-top: 7px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Header .middle_header .logo_div {
    width: 100px !important;
  }
  .search_input_div .input-group .form-control,
  .search_input_div .input-group .input-group-text {
    padding: 5px 8px !important;
    font-size: 14px;
  }
  .search_input_div .input-group .form-control::placeholder {
    font-size: 14px !important;
  }
  .Header .middle_header .three_box_div .box_div .bell_icon_holder::after {
    left: 7px;
    content: "";
    width: 10px;
    height: 10px;
    top: -10px;
  }

  .Header .middle_header .three_box_div .box_div .title_text {
    font-size: 14px !important;
    width: 111px;
  }

  .Header .middle_header .three_box_div .box_div .login-signup-text {
    font-size: 11px !important;
  }
  .Header .middle_header .logo_div {
    height: 60px;
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Header .middle_header .three_box_div .box_div .title_text {
    font-size: 14px !important;
    margin-right: 32px;
  }

  .Header .middle_header .three_box_div .box_div .login-signup-text {
    font-size: 11px !important;
    margin-right: 20px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Header .bottom_header .navbar-toggler {
    padding: 0px !important;
    border: none !important;
    margin-top: 2px;
  }

  .Header .bottom_header .navbar-toggler:focus {
    box-shadow: none;
  }

  .Header .bottom_header .two_box_holder {
    align-items: start;
  }

  .Header .middle_header .three_box_div .box_div .sub_text .common_icon {
    font-size: 16px;
  }

  .sticky_header .all_icons .menu_icon_holder {
    display: block;
  }

  .sticky_header .all_icons .icon_holder .title_span {
    display: none;
  }

  .sticky_header .all_icons {
    flex: 12;
  }

  .sticky_header .navbar-nav {
    display: none;
  }

  .Header .bottom_header .box2 {
    margin-left: auto;
    margin-top: 4px;
  }

  .Header .bottom_header .box1 .menu_toggle {
    display: block;
  }

  .Header .middle_header .three_box_div .box_div .title_text,
  .Header .middle_header .three_box_div .box_div .title_span {
    /* display: none; */
  }

  .Header .bottom_header .box1 .category_div .Category_Dropdown {
    display: block;
  }

  .Header
    .bottom_header
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-body {
    position: absolute;
    z-index: 3;
  }

  .Header
    .bottom_header
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button::after {
    display: none;
  }

  .Header
    .bottom_header
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    padding: 10px 5px;
    width: 130px;
    font-size: 11px;
  }

  .Header
    .bottom_header
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-body
    .nav-item
    .nav-link {
    font-size: 11px;
  }

  .Header
    .bottom_header
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-body
    .nav-item
    .arrow_icon_holder
    .children {
    width: 120px;
  }

  .Header .bottom_header .box2 .text_holder .number_text,
  .Header .bottom_header .box2 .text_holder .first_text {
    font-size: 12px;
  }

  .profile_icon_holder {
    margin-left: 5px;
  }

  .Header .middle_header .all_divs_holder {
    flex-wrap: wrap;
  }

  .Header .middle_header .three_box_div {
    margin-top: 5px;

    justify-content: end;
  }

  .Header .middle_header .three_box_div .box_div {
    text-align: center;

    padding: 0 0px;
  }
  .Header .middle_header .three_box_div .box_div .icon-holder {
    width: 36px;
    height: 36px;
  }

  .Header .top_header .top_header_col1 .content_html {
    font-size: 14px;
  }
  .Header .top_header .login-holder {
    gap: 10px;
  }
  .Header .middle_header .logo_div {
    width: 110px;
    margin-right: 15px;
  }

  .Header .middle_header .three_box_div .box_div .title_text {
    font-size: 11px;
  }

  .Header .middle_header .three_box_div .box_div .sub_text {
    font-size: 12px;
  }

  .Header .bottom_header .box1 .navbar {
    padding: 0px;
  }

  .Header .bottom_header {
    padding: 7px 0px 7px !important;
  }

  .Header .bottom_header .box1 {
    width: 66%;
  }

  .navbar .navbar-nav .nav-link.active {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    width: fit-content;
  }

  .navbar .navbar-nav .nav-link {
    margin: 0px 0px;
  }

  .Header .bottom_header .box1 .navbar .navbar-nav {
    margin-top: 14px;
  }

  .search_input_div .input-group {
    width: 100%;
  }
  .Header .desktop-search {
    display: none;
  }
  .Header .mobile-search {
    display: block;
    width: 100%;
  }

  .Header .recent-search-list h6 {
    font-size: 15px;
  }
  .Header .recent-search-item {
    padding: 3px 9px;
    font-size: 14px;
  }
  .Header .recent-search-list .list-wrapper {
    max-height: 170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Header .middle_header .logo_div {
    width: 117px;
  }

  .Header .bottom_header .box1 {
    width: 83%;
  }

  .sticky_header .navbar-brand {
    width: 10%;
  }

  .sticky_header .navbar-nav {
    width: 60%;
  }

  .Header .middle_header .three_box_div .box_div.address_box {
    width: 130px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .search_input_div {
    width: 50%;
  }

  .Header .middle_header .logo_div {
    width: 110px;
  }
}

/*---------------------------------------------------------*/
.Header .category_dropdown {
  position: relative;
  margin-left: 10px;
}
.Header .category_dropdown .mega_menu {
  position: absolute;
  top: 32px;
  left: 0;
  width: 210px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 999;
  /* max-height: 100px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffca02 #d7d7d741;
  overflow-x: hidden; */
}
.Header .category_dropdown:hover .mega_menu {
  display: block;
}
.Header .category_dropdown .menu_item {
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.Header .category_dropdown .menu_item:hover {
  color: #e8ad00;
}
.Header .category_dropdown .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  background: white;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  margin-left: 2px;
  color: #000;
}
.Header .menu_link {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}
.Header .menu_link:hover {
  color: inherit;
  text-decoration: none;
}
.Header .category_dropdown .menu_item:hover > .submenu {
  display: block;
}
.Header .category_dropdown .child_menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  background: #fff;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  margin-left: 2px;
}
.Header .category_dropdown .submenu .menu_item:hover .child_menu {
  display: block;
}
.Header .category_dropdown .child_menu a {
  display: block;
  padding: 6px 18px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #eee;
}
.Header .category_dropdown .child_menu a:hover {
  color: #e8ad00;
}
