.Header {
  position: sticky;
  top: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);

  box-shadow: 0px 2px 2px #00000029;
  background-color: #2e5246;
}

.marque_tag_hodler {
  background: #fa7317;
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.marque_tag_hodler .marquee_text {
  margin-right: 40px; /* spacing between texts */
  display: inline-block;
  white-space: nowrap;
}

.marque_tag_hodler .marquee_track {
  display: flex;
  width: max-content;
  animation: marquee_scroll 80s linear infinite;
}

@keyframes marquee_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.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: 10px;
}

.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: #202020;
  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;
}

.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: 15px 0px;
}

.Header .middle_header .all_divs_holder .left_side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Header .middle_header .all_divs_holder {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.Header .middle_header .logo_div {
  width: 195px;
  margin-right: 31px;
}

.Header .middle_header .logo_div .logo_img {
  height: auto;
  max-width: 100%;
  cursor: pointer;
}

.Header .middle_header .all_divs_holder .left_side .search_input_div {
  position: relative;
}

.Header .middle_header .all_divs_holder .left_side .input-group-box {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
  left: 0px;
  cursor: pointer;
}

.Header
  .middle_header
  .all_divs_holder
  .left_side
  .input-group-box
  .form-control {
  border-radius: 0%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #707070;
  border-radius: 19px;
  font-size: 13px;
}

.search_input_div .input-group {
  width: 500px;
  margin-left: auto;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border: 0.5px solid #fa7317;
  border-radius: 18px;
  opacity: 1;
}
.search_input_div .input-group .form-control {
  font-size: 14px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 18px;
}

.search_input_div .input-group .form-control:focus {
  box-shadow: none;
}

.search_input_div .input-group .input-group-text {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 0;
  border: 0;
  background: no-repeat;
  color: #000;
}

.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 .login_btn_holder {
  width: 80px;
  margin-left: auto;
}

.Header .middle_header .three_box_div .box_div {
  padding: 0px 10px;
  border-right: 1px solid #0f3768;
  width: 110px;
}

.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 {
  width: 224px;
}

.Header .middle_header .three_box_div .box_div .title_text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.Header .middle_header .three_box_div .box_div .title_text .inner_icon {
  font-size: 17px;
  margin-bottom: 1px;
  margin-left: 5px;
}

.Header .middle_header .three_box_div .box_div .sub_text {
  color: #000;
  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: 16px;
  margin-left: 5px;
}

.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-between;
}

.Header
  .middle_header
  .three_box_div
  .box_div.right_box
  .header_icon_holder.bell_icon_holder {
  position: relative;
}

.header_icon_holder {
  background: #fefffe 0% 0% no-repeat padding-box;
  border: 1px solid #fa721a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  position: relative;
}

.counter_holder {
  width: 13px;
  height: 13px;
  background: #fa7317;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 3px;
}

.counter_holder .count_text {
  color: #fff;
  font-size: 10px;
}

.header_icon_holder .big_icon {
  cursor: pointer;
  font-size: 18px;
}

.header_icon_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 .bottom_header {
  padding: 4px 10px 0px;
  box-shadow: 0px 2px 2px #00000029;
  padding: 14px 0px 5px;
  background-color: #2e5246;
}

.Header .bottom_header .two_box_holder {
  display: flex;
  align-items: center;
}

.Header .bottom_header .two_box_holder .dropdown-menu {
  background-color: #0f3768f2;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 352px;
  z-index: 1;
  /* position: unset !important; */
  transform: none !important;
}

.Header .bottom_header .two_box_holder .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  padding: 10px;
}

.Header .bottom_header .two_box_holder .dropdown-menu .dropdown-item:hover {
  background: #df4223 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 15px;
  padding: 10px;
}

.Header .bottom_header .two_box_holder .dropdown-menu[data-bs-popper] {
  top: 99%;
  left: 0;
  margin-top: 0;
  height: 300px;
  overflow-y: scroll;
}

.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: 14px;
  padding: 5px 0px !important;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
  margin: 0px 15px;
  padding-bottom: 10px !important;
}

.Header .navbar-expand {
  padding: 0px !important;
}

.navbar-nav .nav-link.show {
  color: #fff !important;
}

.navbar .navbar-nav .nav-link.my_acc_nav {
  margin: 0px 0px;
}

.navbar .navbar-nav .nav-link.active {
  font-weight: 600;
  position: relative;
  padding-bottom: 10px !important;
  color: #fb7118;
}

.Header .navbar-nav .nav-link.active:after {
  bottom: -4px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  width: 30px;
}

.Header .bottom_header .box2 {
  display: flex;
  align-items: center;
  width: 208px;
  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: #158b01 0% 0% no-repeat padding-box;
  border-radius: 8px 4px;
}

.Header .common_icon_holder .call_icon {
  font-size: 13px;
  color: #fff;
}

.Header .bottom_header .box2 .text_holder {
  margin: 0px 18px 0px 8px;
}

.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;
}

.mobile_menu_offcanvas {
  background: #0f3768 !important;
  width: 220px !important;
}

.mobile_menu_offcanvas .offcanvas-header .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
  width: 100%;
}

.mobile_menu_offcanvas .offcanvas-header .logo_img {
  width: 80px;
  height: 40px;
  object-fit: contain;
}
.mobile_menu_offcanvas .offcanvas-header {
  background: #ffffff;
  padding: 13px 10px;
  width: 100%;
}

.mobile_menu_offcanvas .navbar .navbar-nav {
  width: 100%;
}

.mobile_menu_offcanvas .offcanvas-header .close_img_div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mobile_menu_offcanvas .offcanvas-header .close_img_div .close_img {
  width: 28px;
  height: 28px;
}

.mobile_menu_offcanvas .navbar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 300;
}

.mobile_menu_offcanvas .navbar .navbar-nav .nav-link:hover,
.mobile_menu_offcanvas .navbar .navbar-nav .nav-link.active {
  /* color: #f4a51c; */
  color: #fff;
}

.mobile_menu_offcanvas .navbar .navbar-nav .nav-link.active {
  font-weight: 400;
}

.mobile_menu_offcanvas .navbar-nav .nav-link.active:after {
  border-bottom: 2px solid #df4223;
  bottom: 0px;
  content: "";
  left: 16px;
  position: absolute;
  transform: translate(-50%, 0px);
  width: 30px;
}

.mobile_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: transparent;
  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;
}

.mobile_header {
  display: none;
  background: #f5f5f5;
  box-shadow: 0px 2px 2px #00000029;
  position: sticky;
  top: 0;
  z-index: 999;
}

.mobile_header .logo_img {
  height: 41px;
}

.mobile_header .top_blue_div {
  background: transparent
    linear-gradient(93deg, #0f3768 0%, #235da5 0%, #0f3768 100%) 0% 0% no-repeat
    padding-box;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 10px;
}

.mobile_header .top_blue_div .left_menu_icon_div {
}

.mobile_header .top_blue_div .common_icon_holder {
}

.mobile_header .top_blue_div .common_icon_holder .inner_icon {
}

.mobile_header .top_blue_div .right_side_div {
  display: flex;
  align-items: center;
}

.mobile_header .top_blue_div .right_side_div .mobile_login_btn {
}

.mobile_header
  .top_blue_div
  .right_side_div
  .mobile_login_btn
  .Login_Green_Btn {
  padding: 5px 10px;
  width: 70px;
  margin-left: 8px;
}

.mobile_header
  .top_blue_div
  .right_side_div
  .mobile_login_btn
  .Login_Green_Btn
  .btn_text {
  font-size: 12px;
}

.mobile_header .top_blue_div .mobile_search_input_div {
  position: relative;
}

.mobile_header .top_blue_div .mobile_search_input_div .input-group-box {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
  left: 0px;
  cursor: pointer;
}

.mobile_header
  .top_blue_div
  .mobile_search_input_div
  .input-group-box
  .form-control {
  border-radius: 0%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #707070;
  border-radius: 19px;
  font-size: 13px;
}

.mobile_header .top_blue_div .mobile_search_input_div .list-group-item {
  color: #000;
  font-size: 15px;
}

.mobile_header .top_blue_div .mobile_search_input_div .input-group {
}

.mobile_header
  .top_blue_div
  .mobile_search_input_div
  .input-group
  .form-control {
  background: #fefffe 0% 0% no-repeat padding-box;
  border: 1px solid #df4223;
  height: 33px;
  opacity: 0;
  width: 0px;
  transition: 0.3s;
  font-size: 13px;
}

.mobile_header
  .mobile_search_input_div
  .input-group
  .form-control::placeholder {
  font-size: 13px;
}

.mobile_header .mobile_search_input_div .input-group.show_input {
  margin-left: auto;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border: 0.5px solid #df4223;
  border-radius: 18px;
  opacity: 1;
}

.mobile_header .mobile_search_input_div .input-group.show_input .form-control {
  width: 160px;
  opacity: 1;
  transition: 0.3s;
}

.mobile_header
  .mobile_search_input_div
  .input-group.show_input
  .form-control:focus {
  box-shadow: none;
}

.mobile_header .mobile_search_input_div .input-group .header_icon_holder {
  background: #fefffe 0% 0% no-repeat padding-box;
  border: 1px solid #df4223;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  width: 33px;
  height: 33px;
  aspect-ratio: 1 / 1 !important;
  position: relative;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.mobile_header
  .mobile_search_input_div
  .input-group.show_input
  .header_icon_holder {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.mobile_header .right_side_div .header_icon_holder {
  margin-right: 0px;
  margin-left: 10px;
}

.mobile_header .address_content {
  display: flex;
  align-items: center;
  padding: 7px 10px;
}

.mobile_header .address_content .location_img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.mobile_header .address_content .location_text {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mobile_menu_offcanvas .offcanvas-body .accordion .accordion-item {
  border: none;
  background: none;
}

.mobile_menu_offcanvas
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 0;
  margin: 0px 0px 5px;
  padding: 5px 7px 0px 0px;
  font-weight: 500;
  width: -moz-fit-content;
  width: 100%;
  background: none;
  font-size: 14px;
  padding: 5px 0px !important;
  color: #fff;
  font-weight: 300;
}

.mobile_menu_offcanvas
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  font-size: 13px;
  filter: brightness(0) invert(1);
}

.mobile_menu_offcanvas
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed),
.mobile_menu_offcanvas
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  background: none;
  box-shadow: none;
}

.mobile_menu_offcanvas
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-body {
  padding: 4px 0px;
  background: #fff;
  height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.mobile_menu_offcanvas
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-body
  .dropdown-item {
  color: #000;
  font-size: 13px;
  margin: 5px 0px;
  padding: 5px 7px 5px 7px;
  font-weight: 500;
  transition: transform 0.2s ease-in-out;
}

.mobile_menu_offcanvas
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-body
  .dropdown-item:hover {
  background: #235da5;
  width: auto;
  transition: transform 0.3s ease-in-out;
  padding: 5px 7px 5px 7px;
  color: #fff;
}

.mobile_menu_offcanvas .offcanvas-body {
  padding: 10px 10px;
}

.mobile_menu_offcanvas .navbar .navbar-nav .nav-link {
  margin: 0px 0px 10px;
}

@media (min-width: 0px) and (max-width: 380px) {
  .mobile_header
    .mobile_search_input_div
    .input-group.show_input
    .form-control {
    width: 120px;
  }
}

@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: 450px) and (max-width: 575px) {
  .Header .middle_header .logo_div .logo_img {
    max-width: 139px !important;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .mobile_header .top_blue_div .mobile_search_input_div .list-group-item {
    font-size: 13px;
  }

  .Header .middle_header .logo_div {
    width: 46%;
  }

  .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 .title_text,
  .Header .middle_header .three_box_div .box_div .title_span {
    display: none;
  }

  .search_input_div {
    width: 100%;
    margin: 5px 0px;
  }

  .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: 40% !important;
  }

  .Header .middle_header .three_box_div .box_div.right_box .header_icon_holder {
    margin: 0px 5px;
  }

  .Header .bottom_header .box1 .menu_toggle button {
    font-size: 13px;
  }

  .Header .common_icon_holder {
    width: 24px;
    height: 24px;
  }

  .Header .common_icon_holder .call_icon {
    font-size: 12px;
  }

  .Header
    .middle_header
    .three_box_div
    .box_div.right_box
    .header_icon_holder
    .big_icon {
    width: 16px;
    height: 16px;
  }

  .Header
    .middle_header
    .three_box_div
    .box_div.right_box
    .header_icon_holder.bell_icon_holder::after {
    left: 8px;
    width: 7px;
    height: 7px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .search_input_div .input-group {
    width: 100%;
    margin: 5px 0px;
  }

  .Header .middle_header .logo_div {
    width: 125px !important;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .search_input_div .input-group {
    width: 100%;
    margin: 5px 0px;
  }

  .marque_tag_hodler {
    font-size: 11px;
  }

  .header_icon_holder {
    width: 33px;
    height: 33px;
  }

  .mobile_header {
    display: block;
  }

  .Header {
    display: none;
  }

  .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 .all_divs_holder {
    flex-wrap: wrap;
  }

  .Header .middle_header .three_box_div {
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }

  .Header .middle_header .three_box_div .box_div {
    text-align: center;
    width: 25%;
  }

  .Header .top_header {
    padding-bottom: 0px;
  }

  .Header .top_header .top_header_col1 .content_html {
    font-size: 12px;
  }

  .Header .middle_header .logo_div {
    width: 135px;
    margin-right: 15px;
  }

  .Header .middle_header .three_box_div .box_div .title_text {
    font-size: 13px;
  }

  .Header .middle_header .three_box_div .box_div .sub_text {
    font-size: 12px;
  }

  .Header .bottom_header .box1 .navbar {
    padding: 9px 0px;
  }

  .Header .bottom_header {
    padding: 4px 0px 0px;
  }

  .Header .bottom_header .box1 {
    width: 66%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .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: 180px;
  }

  .search_input_div .input-group {
    width: 300px;
  }

  .Header .middle_header .three_box_div {
    width: 38%;
  }

  .Header .middle_header .three_box_div .box_div.right_box .header_icon_holder {
    width: 33px;
    height: 33px;
  }

  .Header .middle_header .three_box_div .box_div .sub_text {
    font-size: 11px;
  }

  .Header .middle_header .logo_div {
    width: 120px;
  }

  .Header .middle_header .three_box_div .box_div .title_text {
    font-size: 13px;
  }

  .Header
    .middle_header
    .three_box_div
    .box_div.right_box
    .header_icon_holder
    .counter_holder
    .count_text {
    font-size: 8px;
  }

  .Header
    .middle_header
    .three_box_div
    .box_div.right_box
    .header_icon_holder
    .counter_holder {
    width: 11px;
    height: 11px;
  }

  .Header .middle_header .three_box_div .login_btn_holder .Green_Btn {
    padding: 6px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Header .middle_header .logo_div {
    width: 130px;
  }

  .Header .middle_header .three_box_div {
    width: 35%;
  }

  .Header .middle_header .three_box_div .box_div.right_box .header_icon_holder {
    width: 33px;
    height: 33px;
  }

  .search_input_div .input-group {
    width: 340px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .Header .middle_header .three_box_div {
    width: 29%;
  }
}

/* -------------------------------------------------------------------------------------------------------- */

/* old css */
/* 
.second-header-sec {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1024;
}

.second-header-sec .mobile_view_header {
  display: none;
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.second-header-sec .desktop_view_header .headlogo {
  width: 120px;
  height: 63px;
}

.second-header-sec .desktop_view_header {
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

.second-header-sec .desktop_view_header .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  margin: 25px 11px 0px 11px;
}

.second-header-sec .desktop_view_header .navbar-nav .nav-link:hover {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  margin: 25px 11px 0px 11px;
}

.second-header-sec .desktop_view_header .navbar-nav .nav-link.active {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 25px 11px 0px 11px;
  padding-bottom: 15px;
  border-bottom: 2px solid #DF4223;
}

.second-header-sec .desktop_view_header .navbar-nav .nav-link.show {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 25px 11px 0px 11px;
  padding-bottom: 15px;
}


.second-header-sec .desktop_view_header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.second-header-sec .desktop_view_header .dropdown-toggle.show::after {
  font-size: 20px;
  vertical-align: 0;
  transform: rotate(180deg);
}

.second-header-sec .desktop_view_header .dropdown-toggle::after {
  font-size: 20px;
  vertical-align: 0;
}

.second-header-sec .desktop_view_header .dropdown-toggle::after {
  position: absolute;
  right: -7px;
  margin-top: 6px;
}

.second-header-sec .cart-logo {
  color: #000;
  margin: 10px 0px 0px 26px;
  cursor: pointer;
}

.cart-icon-holder {
  position: relative;
}

.second-header-sec .count-span-holder {
  position: absolute;
  top: -11px;
  right: -14px;
  color: #fff;
  background: #000000;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-header-sec .desktop_view_header .navbar-toggler:focus {
  box-shadow: none;
}

.second-header-sec .desktop_view_header .dropdown-menu {
  background-color: #0f3768f2;
  border-radius: 0%;
  width: 352px;
  padding-top: 0%;
  padding-bottom: 0%;
  z-index: 1;
}

.secondHeaderOffcanvas .dropdown-menu {
  background-color: #0f3768f2;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 352px;
  z-index: 1;
  position: unset !important;
  transform: none !important;
}

.secondHeaderOffcanvas .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  padding: 10px;
}


.second-header-sec .desktop_view_header .dropdown-item:hover,
.secondHeaderOffcanvas .dropdown-menu .dropdown-item:hover {
  background: #df4223 0% 0% no-repeat padding-box;
  color: #FFF;
  font-size: 15px;
  padding: 10px;
}



.second-header-sec .desktop_view_header .dropdown-item:active {
  background: #df4223 0% 0% no-repeat padding-box;
  color: #FFF;
  font-size: 15px;
  padding: 10px;
}

.second-header-sec .desktop_view_header .dropdown-item {
  color: #FFF;
  font-size: 15px;
  padding: 10px;
}

.second-header-sec .login {
  font-size: 18px;
  color: #000;
  padding-left: 16px;
  margin-top: 6px;
}

.second-header-sec .desktop_view_header .dropdown-menu[data-bs-popper] {
  top: 99%;
  left: 0;
  margin-top: 0;
  height: 300px;
  overflow-y: scroll;
}



.second-header-sec .all-icon {
  position: relative;
}

.second-header-sec .desktop_view_header .input-group-box {
  position: absolute;
  top: 51px;
  width: 250px;
  z-index: 1;
  right: 80%;
}

.second-header-sec .desktop_view_header .input-group-box .form-control {
  border-radius: 0%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #707070;
  border-radius: 19px;
  font-size: 13px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .second-header-sec .desktop_view_header .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    margin: 25px 0px 0px 3px;
  }

  .second-header-sec .desktop_view_header .navbar-nav .nav-link:hover {
    color: #000;
    font-size: 14px;
    margin: 25px 11px 0px 11px;
  }

  .second-header-sec .desktop_view_header .navbar-nav .nav-link.active {
    color: #000;
    font-size: 14px;
    margin: 25px 11px 0px 11px;
  }

  .second-header-sec .desktop_view_header .navbar-nav .nav-link.show {
    color: #000;
    font-size: 14px;
    margin: 25px 11px 0px 11px;
  }

  .second-header-sec .desktop_view_header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .second-header-sec .desktop_view_header .navbar-nav .nav-link {
    color: #000;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    padding: 5px 5px;
  }

  .second-header-sec .desktop_view_header .navbar-nav .nav-link:hover {
    color: #000;
    font-size: 12px;
    margin: 25px 0px 0px 0px;
  }

  .second-header-sec .desktop_view_header .navbar-nav .nav-link.active {
    color: #000;
    font-size: 12px;
    margin: 25px 0px 0px 0px;
  }

  .second-header-sec .desktop_view_header .navbar-nav .nav-link.show {
    color: #000;
    font-size: 13px;
    margin: 25px 0px 0px 0px;
  }

  .second-header-sec .desktop_view_header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0%;
  }

  .second-header-sec .desktop_view_header .login {
    margin-top: 14px;
    font-size: 13px;
  }


  .second-header-sec .desktop_view_header .dropdown-toggle::after {
    position: absolute;
    right: -8px;
    margin-top: 7px;
  }

  .second-header-sec .desktop_view_header .dropdown-menu {
    width: 299px;
  }

  .second-header-sec .desktop_view_header .cart-logo {
    color: #000;
    margin: 6px 0px 0px 5px;
  }

  .second-header-sec .count-span-holder {
    top: -16px;
    right: -22px;
  }
}

@media (min-width: 0px) and (max-width: 767.98px) {

  .second-header-sec .mobile_view_header {
    display: block !important;
    padding: 2px 0px 9px;
  }

  .second-header-sec .desktop_view_header {
    display: none;
  }


  .second-header-sec .mobile_view_header .top_content {
    width: 100%;
  }



  .second-header-sec .mobile_view_header .top_content .headlogo {
    width: 70px;
    height: auto;
  }


  .second-header-sec .mobile_view_header .count-span-holder {
    right: 0px;
  }

  .second-header-sec .mobile_view_header .login {
    font-size: 13px;
    color: #000;
    padding-top: 0px;
    margin-top: 2px;

  }

  .second-header-sec .mobile_view_header .mobile-view {
    display: block;
  }

  .second-header-sec .mobile_view_header .navbar-toggler {
    color: #000;
    background-color: #fff !important;
    margin-top: 8px;
    padding: 2px 10px;
    border: none;
    font-size: 17px;
  }

  .second-header-sec .mobile_view_header .navbar-nav .dropdown {
    margin-top: 10px;
  }

  .second-header-sec .mobile_view_header .navbar-nav .nav-link,
  .secondHeaderOffcanvas .offcanvas-body .nav-link {
    color: #000;
    font-size: 13px;
    margin: 4px 16px 7px 10px;
    padding: 5px 7px 0px 0px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    width: fit-content;
  }

  .second-header-sec .mobile_view_header .navbar-nav .nav-link.active,
  .secondHeaderOffcanvas .offcanvas-body .nav-link.active {
    color: #000;
    font-size: 13px;
    border-bottom: 2px solid #df4223;
    margin: 4px 16px 7px 10px;
    padding: 5px 7px 0px 0px;
    width: fit-content;
  }

  .second-header-sec .mobile_view_header .navbar-nav .nav-link.show {
    color: #000;
    font-size: 13px;
    border-bottom: none;
    margin: 4px 16px 0px 10px;
  }


  .second-header-sec .mobile_view_header .dropdown-toggle::after {
    position: absolute;
    right: inherit;
    margin-top: 6px;
  }

  .second-header-sec .mobile_view_header .dropdown-menu {
    width: 298px;
  }

  .second-header-sec .mobile_view_header .dropdown-item:hover {
    background: #df4223 0% 0% no-repeat padding-box;
    color: #FFF;
    font-size: 12px;
    padding: 10px;
  }

  .second-header-sec .mobile_view_header .dropdown-item:active {
    background: #df4223 0% 0% no-repeat padding-box;
    color: #FFF;
    font-size: 12px;
    padding: 10px;
  }

  .second-header-sec .mobile_view_header .dropdown-item {
    color: #FFF;
    font-size: 12px;
    padding: 10px;
  }

  .top-header .search .form-control {
    font-size: 13px;
  }

  .top-header .search .search-btn {
    font-size: 13px;
    width: 84px;
  }

  .top-header .headlogo {
    width: 96px;
    height: auto;
  }

  .second-header-sec .mobile_view_header .cart-logo {
    margin: 0px 10px;
  }

  .top-header {
    background-color: #fff;
    padding: 10px 0px;
  }

  .top-header .search {
    margin-top: 15px;
  }



  .second-header-sec .mobile_view_header .all-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .secondHeaderOffcanvas .dropdown-menu .dropdown-item {
    font-size: 12px;
  }

  .secondHeaderOffcanvas .dropdown-menu .dropdown-item:hover {
    font-size: 12px;
  }


  .second-header-sec .mobile_view_header .bottom_content {
    width: 100%;
    position: relative;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .second-header-sec .mobile_view_header .bottom_content .menu_icon_div {}

  .second-header-sec .mobile_view_header .bottom_content .menu_icon_div .menu_icon {
    font-size: 20px;
    cursor: pointer;
  }

  .second-header-sec .mobile_view_header .input-group-box {
    position: relative;
    margin-bottom: 0px !important;
    width: 80%;
  }

  .second-header-sec .mobile_view_header .input-group-box .form-control {
    font-size: 14px;
  }

  .second-header-sec .mobile_view_header .input-group-box .list-group {
    position: absolute;
    width: 100%;
  }

  .second-header-sec .mobile_view_header .input-group-box .list-group .list-group-item {
    font-size: 13px;
  }

  .secondHeaderOffcanvas .offcanvas-header {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
  }

  .secondHeaderOffcanvas .offcanvas-header .logo_holder {}

  .secondHeaderOffcanvas .offcanvas-header .logo_holder .headlogo {
    width: 30%;
  }

  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item {
    border: none;
  }

  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button {
    padding: 0;
    color: #000;
    font-size: 13px;
    margin: 4px 16px 7px 10px;
    padding: 5px 7px 0px 0px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    width: -moz-fit-content;
    width: 100%;
  }

  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button::after {
    font-size: 13px;
  }

  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed),
  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button:focus {
    background: none;
    box-shadow: none;
  }

  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item .accordion-body {
    padding: 4px 0px;
    background: #e0442540;
  }

  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item .accordion-body .dropdown-item {
    color: #000;
    font-size: 13px;
    margin: 4px 10px 7px 10px;
    padding: 5px 7px 0px 0px;
    font-weight: 500;
    transition: transform 0.2s ease-in-out;
  }

  .secondHeaderOffcanvas .offcanvas-body .accordion .accordion-item .accordion-body .dropdown-item:hover {
    background: #e0442540;
    width: auto;
    padding-left: 10px;
    transition: transform 0.3s ease-in-out;
  }


}



@media (min-width: 0px) and (max-width: 375px) {
  .second-header-sec .desktop_view_header .headlogo {
    width: 60px;
    height: auto;
  }

  .second-header-sec .desktop_view_header .navbar-toggler {
    padding: 3px 5px;
    font-size: 12px;
    margin-right: 10px;
  }

  .second-header-sec .desktop_view_header .cart-logo {
    margin: 0px 5px;
  }
}

@media (min-width: 376px) and (max-width: 767.98px) {
  .second-header-sec .desktop_view_header .headlogo {
    width: 80px;
    height: auto;
  }

  .second-header-sec .desktop_view_header .navbar-toggler {
    padding: 3px 7px;
    font-size: 14px;
    margin-right: 10px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .second-header-sec .desktop_view_header .headlogo {
    width: auto;
    height: 35px;
  }

} */
