.Header {
    background: #ffe9ea9e;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
}

.Header .top_headers_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 25px 25px;
}

.Header .top_header {
  position: relative;
  padding: 5px;
  padding-bottom: 0px;
  background: #fff;
}

.Header .top_header .top_header_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Header .top_header .content_social ul.social_icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

.Header .top_header .content_social ul.social_icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}

.Header .top_header .content_social ul.social_icon li {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 0px;
    display: flex;
}

.Header .top_header .content_social ul.social_icon .icons {
  color: #fff;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.Header .top_header .top_header_col1 .content_html {
  color: #202020;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.Header .top_header .content_social ul.social_icon .icons:hover {
  /* color: #f4a51c; */
}

.Header .middle_header {
  /* padding: 10px 0px 10px; */
  /* 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: 160px;
  height: 80px;
  margin-right: 15px;
}

.Header .middle_header .logo_div .logo_img {
  height: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
  cursor: pointer;
}

.search_input_div {
  width: 47%;
}

.search_input_div .input-group {
  /* width: 340px; */
  margin-left: auto;
}

.search_input_div .input-group .form-control {
  font-size: 14px !important;
  background: #f5f5f5 0% 0% no-repeat padding-box !important;
  border: 0.5px solid #70707078 !important;
  border-radius: 3px !important;
}

.search_input_div .input-group .input-group-text {
  background: #B22C35;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 19px;
}

.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 {
  padding: 0px 10px;
  border-right: 1px solid #b22c35;
  /* width: 110px; */
  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: 15px;
  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 .sub_text .common_icon {
  font-size: 14px;
  margin-left: 5px;
}

.Header .middle_header .three_box_div .box_div .sub_text .common_icon.active {
  color: #b22c35;
}

.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: #b22c35;
}

.Header .middle_header .three_box_div .box_div .count_div {
  position: absolute;
  background-color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -24px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header .middle_header .three_box_div .box_div .count_div .count_text {
  font-size: 14px;
  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: 9px 10px 9px !important;
  opacity: 1;
  box-shadow: 0px 3px 3px #FC710633;
}

.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: #000;
    margin-bottom: 0px;
    font-weight: 500;
    margin: 0px 15px;
}

.navbar .navbar-nav .nav-link.active {
  font-weight: 600;
  position: relative;
  border-bottom: 3px solid #B22C35;
  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: #B22C35;
  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: #b22c35;
  color: #fff;
  transition: 0.3s;
  padding-left: 15px;
}

.Header .bottom_header .box2 .profile_dropdown .dropdown-menu .logout_item:hover {
  background: #B22C35;
  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;
}

@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: 80px !important;
    height: unset;
    margin: 14px 0px;
  }

  .Header .middle_header {
    /* padding: 0px 0px 10px; */
  }

  .Header .middle_header .all_divs_holder {
    flex-wrap: wrap;
  }

  .Header .middle_header .three_box_div {
    width: 50%;
    justify-content: end;
  }

  .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: 10px !important;
  }

  .Header .top_header .content_social ul.social_icon li {
    width: 19px;
    height: 19px;
  }

  .Header .top_header .content_social ul.social_icon .icons {
    font-size: 9px;
  }

  .Header .middle_header .three_box_div .box_div {
    width: 13% !important;
  }

  .Header .middle_header .three_box_div .box_div.right_box {
    /* width: 30% !important; */
    /* justify-content: flex-start; */
  }

  .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 .bottom_header .box2 .text_holder .number_text,
  .Header .bottom_header .box2 .text_holder .first_text {
    font-size: 12px !important;
  }

  .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;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .search_input_div .input-group {
    /* width: 240px; */
  }

  .Header .middle_header .logo_div {
    width: 100px !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;
  }
}

@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;
  }

  .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 .three_box_div {
    margin-top: 5px;
    width: 100%;
    justify-content: end;
  }

  .Header .middle_header .three_box_div .box_div {
    text-align: center;
    width: 25%;
    padding: 0 0px;
  }

  .Header .top_header {
    padding-bottom: 0px;
  }

  .Header .top_header .top_header_col1 .content_html {
    font-size: 12px;
  }

  .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: 4px 0px 0px;
  }

  .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%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search_input_div {
    width: 16%;
  }

  .Header .middle_header .logo_div {
    width: 117px;
  }

  .search_input_div .input-group {
    /* width: 250px; */
  }

  .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: 45%;
  }

  .Header .middle_header .logo_div {
    width: 110px;
  }

  .search_input_div .input-group {
    /* width: 271px; */
  }
}