.Header {
  /* background: #FCE3E5; */
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(19px);
}
.Header .new_login_box {
  background: #581724;
  color: #ffffff !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}
.Header .new_login_box svg {
  margin-bottom: 2px;
}
.Header .bottom_header {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.Header .search-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;

  gap: 20px;
}
.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 {
  padding: 2px;
  width: 21px;
  height: 21px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.Header .top_header .content_social ul.social_icon .icons {
  color: #fff;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  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: 120px;
  height: auto;
  margin-right: 15px;
  /* padding: 10px 0; */
}

.Header .middle_header .logo_div .logo_img {
  height: auto;
  height: 100%;
  width: 100%;
  object-fit: contain;
  cursor: pointer;
}

.search_input_div .input-group {
  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: 18px 0 0 18px !important;
}
.search_input_div .input-group .input-group-text {
  background: #581724;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  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 8px;
  border-right: 1px solid #b75619;
  /* 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: #880e03;
  font-size: 13px;
  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;
}
.Header .box_div {
  position: relative;
}
.Header .box_div .counter-div {
  font-size: 10px;
  position: absolute;
  top: -15px;
  background: #e8b751;
  min-width: 15px;
  padding: 0 3px;
  height: 15px;
  border-radius: 50%;
  font-weight: 600;
  right: 2px;
}
.Header .header-icons {
  font-size: 23px !important;
  color: #66202d;
}

.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 {
  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: #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 .new {
  display: flex;
}

.Header .new .two_box_holder {
  display: flex;
  align-items: center;
}

.Header .new .box1 {
  width: 85%;
}

.Header .new .box1 .menu_toggle {
  display: none;
}

.Header .new .box1 .menu_toggle button {
  border: none;
  background: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.Header .new .box1 .menu_toggle button .menu_icon {
  margin-right: 5px;
}

.Header .new .box1 .category_manu_div {
}

.Header .new .box1 .navbar {
  padding: 0px;
}

.Header .new .box1 .navbar .navbar-nav {
}

.Header .new .box1 .navbar .navbar-nav {
}

.navbar .navbar-nav .nav-link {
  font-size: 17px;
  padding: 5px 0px !important;
  color: #000;
  margin-bottom: 0px;
  font-weight: 500;
  margin: 0px 15px;

  color: #3b1f0a;
  font-family: "Gelasio", serif;
}

.navbar .navbar-nav .nav-link.active {
  /* font-weight: 600; */
  position: relative;
  border-bottom: 2px solid #7b2032;
  padding-bottom: 3px !important;
  margin-bottom: 0px;
}
.Header .new .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: #581724 !important;
  border-radius: 8px 4px;
}
.Header .common_icon_holder .call_icon {
  font-size: 13px;
  color: #fff;
}

.Header .new .box2 .text_holder {
  margin: 2px 18px 2px 8px;
  line-height: 0.9;
}

.Header .new .box2 .text_holder .first_text {
  margin-bottom: 3px;
  font-size: 13px;
  color: #000;
}

.Header .new .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 .form-control::placeholder {
  font-size: 14px !important;
}
.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 .new .box1 .category_div .Category_Dropdown {
  display: none;
}

.profile_icon_holder {
}

.profile_icon_holder .user_icon {
}

.Header .new .box2 .profile_dropdown {
}

.Header .new .box2 .profile_dropdown .dropdown-menu {
  padding: 0px;
  width: 188px;
  background: #fff;
  border: none;
}

.Header .new .box2 .profile_dropdown .dropdown-menu .white_box {
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 6px #00000029;
}

.Header .new .box2 .profile_dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 8px 8px;
  transition: 0.3s;
}
.Header .mobile-search {
  display: none;
}

.Header .new .box2 .profile_dropdown .dropdown-menu .logout_item {
  background: #8e8e8e 0% 0% no-repeat padding-box;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff;
}

.Header .new .box2 .profile_dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #158b01;
  color: #fff;
  transition: 0.3s;
  padding-left: 15px;
}

.Header .new .box2 .profile_dropdown .dropdown-menu .logout_item:hover {
  background: #ec353a;
  transition: 0.3s;
}

.Header .new .box2 .profile_dropdown .dropdown-menu .dropdown-item .icon {
  margin-right: 5px;
  width: 20px;
  transition: 0.3s;
}

.Header .new .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: 75px !important;
    height: unset;
    margin: 10px 0px;
  }

  .Header .middle_header .logo_div {
    padding: 0;
  }

  .Header .middle_header {
    padding: 0px 0px 10px;
  }

  .Header .middle_header .all_divs_holder {
    flex-wrap: wrap;
  }

  .Header .middle_header .three_box_div {
    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 .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.address_box {
    width: 110px !important;
  }

  .Header .middle_header .three_box_div .box_div.right_box .big_img_holder {
    margin: 0px 5px;
  }

  .Header .new .box1 .menu_toggle button {
    font-size: 13px;
  }

  .Header .common_icon_holder {
    width: 30px;
    height: 30px;
  }

  .Header .new .box2 .text_holder .number_text,
  .Header .new .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;
  }
  .Header .desktop-search {
    display: none;
  }
  .Header .mobile-search {
    display: block;
    width: 100%;
    margin: auto;
  }
  .Header .middle_header .three_box_div .box_div {
    padding: 0px 5px;
  }
  .Header .new_login_box {
    height: 33px;
    width: 33px;
    font-size: 16px;
  }
  .Header .new_login_box svg {
    margin-bottom: 1px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Header .middle_header .logo_div {
    width: 100px !important;
  }
  .Header .desktop-search {
    display: none;
  }
  .Header .mobile-search {
    display: block;
    width: 100%;
    margin: auto;
  }
  .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 .new_login_box {
    height: 35px;
    width: 35px;
    font-size: 18px;
  }
  .Header .new_login_box svg {
    margin-bottom: 1px;
  }
}

@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;
  }
  .Header .new_login_box {
    height: 36px;
    width: 36px;
    font-size: 19px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .Header .bottom_header {
    display: flex;
    align-items: start;
    padding: 8px 0;
  }
  .Header .bottom_header button:focus:not(:focus-visible),
  .Header .bottom_header .navbar-toggler {
    border: none !important;
    padding: 0 !important;
  }
  .Header .bottom_header .navbar-toggler:focus {
    box-shadow: none !important;
    padding: 0 !important;
  }
  .Header .top_headers_holder {
    border-radius: 0px 0px;
  }
  .Header .bottom_header .navbar {
    padding: 0 !important;
  }
  .Header .bottom_header .box2 {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .Header .bottom_header .first_text,
  .Header .bottom_header .number_text {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
  }
  .Header .desktop-header {
    display: none;
  }
  .Header .new .navbar-toggler {
    padding: 0px !important;
    border: none !important;
    margin-top: 2px;
  }

  .Header .new .navbar-toggler:focus {
    box-shadow: none;
  }

  .Header .new .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 .new .box2 {
    margin-left: auto;
  }

  .Header .new .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 .new .box1 .category_div .Category_Dropdown {
    display: block;
  }

  .Header
    .new
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-body {
    position: absolute;
    z-index: 3;
  }

  .Header
    .new
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button::after {
    display: none;
  }

  .Header
    .new
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    padding: 10px 5px;
    width: 130px;
    font-size: 11px;
  }

  .Header
    .new
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-body
    .nav-item
    .nav-link {
    font-size: 11px;
  }

  .Header
    .new
    .box1
    .category_div
    .Category_Dropdown
    .accordion
    .accordion-item
    .accordion-body
    .nav-item
    .arrow_icon_holder
    .children {
    width: 120px;
  }

  .Header .new .box2 .text_holder .number_text,
  .Header .new .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 {
    justify-content: end;
  }

  .Header .middle_header .three_box_div .box_div {
    text-align: center;
  }

  .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 .new .box1 .navbar {
    padding: 0px;
  }

  .Header .new {
    padding: 4px 0px 0px;
  }

  .Header .new .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 .new .box1 .navbar .navbar-nav {
    margin-top: 14px;
  }

  .search_input_div .input-group {
    width: 100%;
  }
  .Header .header-icons {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Header .middle_header .logo_div {
    width: 117px;
  }

  .Header .new .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;
  }
  .Header .middle_header .three_box_div .box_div {
    padding: 0px 5px;
  }
  .Header .header-icons {
    font-size: 21px !important;
  }
  .Header .new_login_box {
    height: 37px;
    width: 37px;

    font-size: 19px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Header .middle_header .logo_div {
    width: 110px;
  }
}

/*-------------------------------------------*/
