/* Header Css Start */
header.main-header {
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.5s ease;
}

body.active-responsive-menu,
body.active-cart-drawer {
  overflow: hidden;
}

/* .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    z-index: 98;
} */
body .header-right-col::before {
  visibility: hidden;
}

body.active-responsive-menu .header-right-col::before {
  content: "";
  position: fixed !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  visibility: visible;
}

/* Show overlay when active */
/* body.active-responsive-menu .menu-overlay {
    opacity: 1;
    visibility: visible;
} */

body:not(.home) header.main-header {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* header.main-header.nav-down {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
} */
header.main-header.nav-up {
  margin-top: -126px;
  overflow: hidden;
}

.home .main-header:not(.nav-down) {
  background: transparent;
}

.header_hem_bar_box,
.nav-link>ul.menu>li.menu_text {
  display: none;
}

.header-section div.contact-us-link,
.header-top-menu {
  display: none;
}

header.elementor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: var(--transition);
  line-height: 0;
}

header.elementor.nav-up .header_bottom:before {
  height: 100%;
}

header.nav-down {
  top: 0;
}

header.nav-down .header_bottom,
header.elementor.nav-up .header_bottom {
  background: var(--header-color);
  /* box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 10px; */
  /* padding: 0; */
}

.home .main-header:not(.nav-down) .header_bottom:before {
  height: 100%;
}

.home .main-header:not(.nav-down) .header_bottom {
  background-color: transparent;
}

.home .main-header:not(.nav-down) header.nav-down .header_bottom,
.home .main-header:not(.nav-down) header.elementor.nav-up .header_bottom {
  background: var(--header-color);
}

header.nav-down,
header.elementor.nav-up .header_bottom {
  box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 10px;
}

.header_bottom ul.menu>li.menu-item-has-children,
header.nav-down .header_bottom ul.menu>li.menu-item-has-children,
header.elementor.nav-up .header_bottom ul.menu>li.menu-item-has-children {
  /* padding-bottom: 24px;
    margin-top: 24px;*/
}

.home .main-header:not(.nav-down) .head_top_row {
  border: 0;
}

.home .main-header:not(.nav-down) .head_top_row {
  border-bottom: 1px solid rgb(204 204 204 / 12%);
}

.head_top_row {
  background: #1e1e1e;
  padding: 10px 0;
  transition: var(--transition);
  border-bottom: 1px solid rgb(204 204 204 / 12%);
}

.header_bottom {
  padding: 20px 0;
}

.header_bottom {
  transition: var(--transition);
  position: relative;
  background: var(--header-color);
}

.header-section ul.menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  gap: 20px;
  justify-content: flex-end;
}

.header-section ul.menu li {
  margin-right: 20px;
  align-items: flex-end;
  display: flex;
}

.header-section ul.menu li:nth-last-child(-n + 2) {
  margin-right: 0;
}

.header-section ul.menu li:hover a,
.header-section ul.menu li.current-menu-item a {
  color: var(--blue) !important;
}

ul.menu>li.menu-item>a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
  letter-spacing: 0;
  color: var(--black);
  transition: var(--transition);
}

.home .main-header:not(.nav-down) ul.menu>li.menu-item>a {
  color: var(--white);
}

ul.menu>li.contact-us-link a {
  color: var(--blue);
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  transition: var(--transition);
}

.home ul.menu>li.contact-us-link a {
  color: var(--blue) !important;
  font-size: 26px;
  line-height: 31px;
}

.home .main-header:not(.nav-down) ul.menu>li.contact-us-link a:hover {
  color: var(--white) !important;
}

ul.menu>li.contact-us-link a:hover {
  color: var(--black) !important;
}

ul.menu>li.menu-item.desktop-none {
  display: none;
}

.header-top-right-menu {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  margin-right: 10px;
}

.home .main-header:not(.nav-down) .cart-icon svg,
.home .main-header:not(.nav-down) .cart-icon svg path,
.home .main-header:not(.nav-down) .user-box svg,
.home .main-header:not(.nav-down) .user-box svg path {
  fill: #fff;
}

.header-top-right-menu .user-box,
.header-top-right-menu .mini-cart

/* .header-top-right-menu .header_hem_bar_box */
  {
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.header-top-right-menu .user-box a,
.header-top-right-menu .mini-cart a,
.header-top-right-menu .user-box svg path,
.header-top-right-menu .mini-cart svg path {
  transition: var(--transition);
}

.header-top-right-menu .user-box .user-icon {
  display: flex;
}

.header-top-right-menu .user-box a:hover svg path {
  fill: var(--blue) !important;
}

.header-top-right-menu .mini-cart a:hover svg path {
  fill: var(--blue) !important;
}

.header-top-right-menu .mini-cart a:hover .cart-contents {
  background-color: #ffe816;
  color: var(--black);
}

.home .main-header:not(.nav-down) .header_bottom:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 152px;
  transition: var(--transition);
  z-index: -1;
}

.header_bottom .header_bottom_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_bottom .header-left-col {
  width: 356px;
  display: flex;
  align-items: center;
}

.header_bottom .header-right-col {
  width: calc(100% - 336px);
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  /* gap: 24px; */
  gap: 10px;
}

.header_bottom .bottom-icon-menu {
  display: flex;
  align-items: center;
  width: 116px;
  justify-content: end;
  column-gap: 26px;
}

.header_bottom ul.menu>li.menu-item-has-children {
  position: relative;
  transition: var(--transition);
}


header.main-header.nav-up .header_bottom,
header.main-header.nav-down .header_bottom {
  padding: 10px 0;
}

.home .main-header:not(.nav-down) .header_bottom ul.menu>li.menu-item-has-children {
  /* padding-bottom: 12px; */
  padding-bottom: 0;
  /* margin-top: 12px; */
  margin-top: 0px;
}

.header_bottom ul.menu li.menu-item-has-children>a {
  position: relative;
  padding-right: 18px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon {
  display: none;
}

.header_bottom .header-left-col .main-logo {
  display: block;
}

.header_bottom .header-left-col .main-logo img {
  display: block;
  width: 100%;
}

.bottom-icon-menu a {
  display: block;
}

.bottom-icon-menu a i {
  width: 21px;
  height: 21px;
  display: block;
}

.mini-cart a.custom_link {
  display: flex;
  align-items: center;
}

.mini-cart span.cart-icon {
  position: relative;
}

.mini-cart span.cart-icon,
.mini-cart span.cart-icon svg {
  display: block;
}

.mini-cart .cart-contents {
  position: absolute;
  top: -6.5px;
  right: -10px;
  background: var(--blue);
  width: 22px;
  height: 22px;
  color: var(--white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0;
}

.cart-drawer-body .mini-cart {
  display: block;
}

.mini-cart a.custom_link p,
.mini-cart a.custom_link svg,
.mini-cart a.custom_link svg path,
.home .mobile_menu_bar svg path {
  transition: var(--transition);
}

.header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover>a,
.header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a:hover,
ul.menu li.current-menu-parent>a,
.header_bottom ul.menu>li.menu-item-has-children>ul.sub-menu li.current-menu-item>a,
ul.menu li.current-menu-ancestor>a,
.header_bottom ul.menu li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>a {
  color: var(--blue) !important;
}

.bottom-icon-menu svg path {
  transition: var(--transition);
}

/**cart start*/
/* Overlay */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}

/* Drawer */
.cart-drawer-content {
  position: fixed;
  top: 0;
  right: -400px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #fff;
  padding: 20px;
  transition: 0.3s;
  z-index: 9999;
  overflow-y: auto;
}

.custom-cart-drawer.active .cart-overlay {
  opacity: 1;
  visibility: visible;
}

.custom-cart-drawer.active .cart-drawer-content {
  right: 0;
}

.cart-close {
  cursor: pointer;
  font-size: 22px;
  float: right;
}

.custom-cart-drawer h3 {
  font-size: 30px;
  line-height: 40px;
}

.custom-cart-drawer .cart-close {
  font-size: 36px;
  line-height: 40px;
}

.custom-cart-drawer .cart-drawer-body {
  margin-top: 30px;
}

.custom-cart-drawer .button {
  display: inline-block;
  background-color: var(--blue);
  padding: 11.5px 28px 11.5px 28px;
  border: 2px solid var(--blue);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  border-radius: 2px;
  color: var(--white);
  transition: var(--transition);
}

.custom-cart-drawer .button:hover {
  background-color: transparent;
  color: var(--blue);
}

.custom-cart-drawer ul.woocommerce-mini-cart.cart_list.product_list_widget li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  position: relative;
  padding-right: 26px;
  padding-top: 0;
}

.custom-cart-drawer ul.woocommerce-mini-cart.cart_list.product_list_widget .product-wrap {
  display: flex;
  gap: 20px;
}

.custom-cart-drawer a.remove.remove_from_cart_button,
.custom-cart-drawer a.remove.remove_from_cart_button {
  color: #000 !important;
  text-decoration: none;
  font-size: 20px;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  padding: 0;
  margin: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  text-align: center;
}

.custom-cart-drawer ul.cart_list li a,
.custom-cart-drawer ul.product_list_widget li a {
  display: block;
  font-weight: 700;
  color: var(--black);
}

.custom-cart-drawer ul.cart_list li img,
.custom-cart-drawer ul.product_list_widget li img {
  float: left;
  width: 100px;
  height: auto;
  box-shadow: none;
  margin-left: 0;
}

.custom-cart-drawer .woocommerce-mini-cart__total strong {
  font-weight: 600;
}

.custom-cart-drawer .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}

.custom-cart-drawer .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  text-transform: capitalize;
}

.custom-cart-drawer .woocommerce-mini-cart__buttons.buttons a {
  font-family: var(--Lato);
}

.custom-cart-drawer .mini-cart-wrap,
.custom-cart-drawer .woocommerce-mini-cart__empty-message {
  margin-top: 30px;
}

/**cart end*/

@media only screen and (min-width: 1199px) {
  .header_bottom .header_bottom_row.two-col {
    justify-content: space-between;
  }

  .header_bottom .header_bottom_row.two-col .header-right-col {
    width: auto;
  }

  .header_bottom .header_bottom_row.two-col .header-right-col li.two-column-menu ul.sub-menu {
    left: auto;
    right: 0;
  }

  .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon {
    display: flex;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
  }

  .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon svg {
    width: 100%;
    height: 100%;
  }

  .home .main-header:not(.nav-down) .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon svg {
    fill: #fff;
  }

  .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon svg path {
    transition: all 0.5s ease;
  }

  .home .main-header:not(.nav-down) .header_bottom ul.menu li.menu-item-has-children>a:hover i.arrow-icon svg,
  .home .main-header:not(.nav-down) .header_bottom ul.menu li.menu-item-has-children>a:active i.arrow-icon svg {
    fill: var(--blue);
  }

  .header_bottom ul.menu li.menu-item-has-children>a:hover i.arrow-icon svg path,
  .header_bottom ul.menu li.menu-item-has-children>a:active i.arrow-icon svg path {
    color: var(--blue);
  }

  .header_bottom ul.menu>li.menu-item-has-children:before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: var(--white);
    bottom: -5px;
    left: 40%;
    transform: rotate(45deg);
    z-index: 999999;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    border-right: 0;
  }

  .header_bottom ul.menu>li.menu-item-has-children:hover:before {
    opacity: 1;
  }

  .header_bottom ul.sub-menu {
    position: absolute;
    top: 100%;
    background: var(--white);
    left: 0;
    /* width: 251px; */
    width: max-content;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 1;
    display: none;
    list-style: none;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  }

  .header_bottom ul.menu li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    margin-top: 0px;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li {
    position: relative;
    width: 100%;
    line-height: 0;
    padding: 7px 30px;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
    background: #e4e4e4;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li:last-child:before {
    height: 0;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    left: 100%;
    top: 0;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children {
    position: relative;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children a {
    width: 100%;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children a i.arrow-icon svg path {
    fill: #000;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children a i.arrow-icon {
    right: -20px;
    width: 8px;
    height: 8px;
    transform: rotate(274deg);
    top: 9px;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li {
    width: 100%;
    line-height: 0;
    padding: 7px 30px;
    cursor: auto;
  }

  .header_bottom ul.menu>li.menu-item-has-children:hover>a i.arrow-icon {
    transform: translateY(-50%) rotateX(180deg);
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a {
    padding: 0;
    color: #000 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a:hover {
    color: var(--blue) !important;
  }

  .header_bottom ul.menu li.menu-item-has-children.menu-hover-active:hover>a i.arrow-icon svg {
    fill: var(--blue) !important;
  }

  .header_bottom ul.menu li.menu-item-has-children.current-menu-item>a i.arrow-icon svg,
  .header_bottom ul.menu li.menu-item-has-children.current-menu-item>a i.arrow-icon svg path,
  .header_bottom ul.menu li.menu-item-has-children.current-menu-ancestor>a i.arrow-icon svg,
  .header_bottom ul.menu li.menu-item-has-children.current-menu-ancestor>a i.arrow-icon svg path {
    fill: var(--blue) !important;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    opacity: 0;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: var(--blue);
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header_bottom ul.menu li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>a::before,
  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover>a:before,
  .header_bottom ul.menu>li.menu-item-has-children>ul.sub-menu li.current-menu-item>a:before,
  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: -15px;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu {
    display: none;
  }

  .header_bottom ul.menu>li.two-column-menu:hover ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    width: 470px;
    padding: 20px;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu li {
    width: 100% !important;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu li {
    padding-right: 0;
    padding-left: 15px;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu li:before {
    width: 100%;
  }

  .header_bottom ul.menu>li.two-column-menu li:nth-last-child(-n + 2):before {
    width: 0 !important;
  }

  ul.menu>li.current_page_item>a i.arrow-icon svg path,
  .header_bottom ul.menu li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>a i.arrow-icon svg path,
  ul.menu li.current-menu-ancestor>a i.arrow-icon svg path,
  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children.current_page_parent>a i.arrow-icon svg path,
  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover>a i.arrow-icon svg path,
  /* .header_bottom ul.menu>li.menu-item-has-children:hover>a>i.arrow-icon svg path, */
  ul.menu>li.current-menu-parent>a>i.arrow-icon svg path {
    fill: var(--blue);
  }

  .header-bottom-bar ul.menu>li>a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: var(--white);
    left: 50%;
    transition: all 0.5s ease;
    transform: translateX(-50%);
    border-radius: 50px;
  }

  .header-bottom-bar ul.menu>li>a {
    position: relative;
  }

  .home .header-bottom-bar ul.menu li.current-menu-parent>a {
    color: var(--white) !important;
  }

  .header-bottom-bar ul.menu li.current-menu-parent>a {
    color: var(--blue) !important;
  }

  .home ul.menu>li.current-menu-ancestor>a i.arrow-icon svg path {
    fill: var(--white);
  }

  ul.menu>li.current-menu-ancestor>a i.arrow-icon svg path {
    fill: var(--black);
  }
}

@media (max-width: 1410px) {
  .header-section ul.menu {
    gap: 18px;
  }

  .header_bottom .header-left-col {
    min-width: 267px;
    width: 267px;
  }

  .header_bottom .header-right-col {
    width: calc(100% - 267px);
  }

  ul.menu>li.menu-item>a {
    font-size: 15px;
  }

  ul.menu>li.contact-us-link a {
    font-size: 20px;
  }

  .header_bottom .header-right-col {
    padding-left: 16px;
  }

  .header-section ul.menu li {
    margin-right: 15px;
  }
}

@media (max-width: 1300px) {
  .header-section ul.menu {
    gap: 16px;
  }

  .header_bottom .header-left-col {
    min-width: 250px;
    width: 250px;
  }

  .header_bottom .header-right-col {
    width: calc(100% - 250px);
  }

  ul.menu>li.menu-item>a {
    font-size: 14px;
  }

  ul.menu>li.contact-us-link a {
    font-size: 18px;
  }

  .header_bottom .header-right-col {
    padding-left: 14px;
  }

  .header-section ul.menu li {
    margin-right: 12px;
  }
}

@media (max-width: 1199px) {
  .home .main-header:not(.nav-down) .mobile_menu_bar_icon svg path {
    fill: #fff;
  }

  .header_bottom .header-right-col {
    padding-left: 12px;
    display: flex;
    justify-content: center;
    gap: 0;
  }

  .header-top-right-menu {
    margin-right: 0;
  }

  .header_hem_bar_box {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .header_bottom .header-bottom-bar nav.nav-link>ul.menu {
    display: none;
  }

  /* body.active-responsive-menu .header_bottom .header-bottom-bar nav.nav-link>ul.menu {
        right: 0;
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 450px;
        background: var(--dark-blue);
        height: 100%;
        margin: 0;
        padding: 0 20px 40px;
        overflow-y: auto;
        flex-direction: column;
        transition: all .6s ease;
        display: block !important;
        flex-wrap: nowrap;
        z-index: 99;
    } */
  .header_bottom ul.menu li.menu-item-has-children>a {
    margin-top: 0;
  }

  .header_bottom ul.menu li.menu-item-has-children>a {
    padding: 14px 0px;
  }

  .header_bottom .header-bottom-bar nav.nav-link>ul.menu {
    position: fixed;
    top: 0;
    gap: 0px;
    right: -100%;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: var(--dark-blue);
    margin: 0;
    padding: 20px 20px 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    transition: right 0.6s ease;
    z-index: 99;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  body.active-responsive-menu .header_bottom .header-bottom-bar nav.nav-link>ul.menu {
    right: 0;
  }

  .home .main-header:not(.nav-down) .header_bottom ul.menu>li.menu-item-has-children {
    margin: 0;
    padding: 0;
  }

  .header_bottom .header-bottom-bar ul.menu>li {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .header-section ul.menu li {
    margin: 0;
    display: block;
  }

  .header_bottom nav.nav-link>ul.menu li.menu_text span.mobile_menu_bar_inner {
    width: 15px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
  }

  .header_bottom nav.nav-link>ul.menu li.menu_text span.mobile_menu_bar_inner svg {
    width: 100%;
    height: 100%;
  }

  ul.menu>li.contact-us-link {
    display: none;
  }

  .header_bottom nav.nav-link>ul.menu li.menu_text {
    border: none;
    width: 100%;
    top: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
    background: var(--header-color);
    margin-bottom: 10px;
  }

  .header_bottom .header_bottom_row.two-col {
    justify-content: space-between;
  }

  .header_bottom .header_bottom_row.two-col .header-right-col {
    width: auto;
  }

  .header_bottom .header_bottom_row.two-col .header-right-col li.two-column-menu ul.sub-menu {
    left: auto;
    right: 0;
  }

  .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 8px;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
  }

  .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon svg {
    width: 100%;
    height: 100%;
  }

  .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon svg path {
    transition: var(--transition);
  }

  ul.sub-menu>li {
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding: 0px 0;
    position: relative;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li {
    position: relative;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li:last-child:before {
    height: 0;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    left: 100%;
    top: 0;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children {
    position: relative;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children a {
    width: 100%;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children a i.arrow-icon svg path {
    fill: #000;
  }

  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children a i.arrow-icon {
    right: -20px;
    width: 8px;
    height: 8px;
    transform: rotate(274deg);
    top: 9px;
  }

  body ul.menu li>a {
    color: #fff;
    transition: 0.5s;
    position: relative;
    padding-bottom: 11px;
    padding: 16px 0;
    font-size: 16px;
    display: block;
    cursor: pointer;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li {
    width: 100%;
    line-height: 0;
    padding: 13px 0;
    cursor: auto;
  }

  .header_bottom ul.menu>li.menu-item-has-children:hover>a i.arrow-icon {
    transform: translateY(-50%) rotateX(180deg);
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 0;
    border: none;
  }

  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a {
    padding: 0;
    color: var(--white);
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header_bottom ul.menu li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>a::before,
  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover>a:before,
  .header_bottom ul.menu>li.menu-item-has-children>ul.sub-menu li.current-menu-item>a:before,
  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: -15px;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  ul.sub-menu {
    width: 100%;
    list-style: none;
    padding: 0;
    padding-left: 20px;
    display: none;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu {
    display: none;
  }

  .header_bottom ul.menu>li.two-column-menu:hover ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    width: 470px;
    padding: 20px;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu li {
    width: 100% !important;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu li {
    padding-right: 0;
    padding-left: 15px;
  }

  .header_bottom ul.menu>li.two-column-menu ul.sub-menu li:before {
    width: 100%;
  }

  .header_bottom ul.menu>li.two-column-menu li:nth-last-child(-n + 2):before {
    width: 0 !important;
  }

  ul.menu>li.current_page_item>a i.arrow-icon svg path,
  .header_bottom ul.menu li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>a i.arrow-icon svg path,
  ul.menu li.current-menu-ancestor>a i.arrow-icon svg path,
  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children.current_page_parent>a i.arrow-icon svg path,
  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover>a i.arrow-icon svg path,
  /* .header_bottom ul.menu>li.menu-item-has-children:hover>a>i.arrow-icon svg path, */
  ul.menu>li.current-menu-parent>a>i.arrow-icon svg path {
    fill: var(--blue);
  }

  .header-bottom-bar ul.menu>li>a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: var(--white);
    left: 50%;
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 50px;
  }

  .header-bottom-bar ul.menu>li>a {
    position: relative;
  }

  .header_bottom ul.menu li.menu-item-has-children:hover>a {
    color: var(--blue) !important;
  }

  ul.menu>li.current-menu-ancestor>a i.arrow-icon svg path {
    fill: var(--white);
  }

  ul.menu>li.menu-item>a {
    color: var(--white);
  }

  .header_bottom ul.menu li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>a::before,
  .header_bottom ul.menu li.menu-item-has-children>ul.sub-menu li.menu-item-has-children:hover>a:before,
  .header_bottom ul.menu>li.menu-item-has-children>ul.sub-menu li.current-menu-item>a:before,
  .header_bottom ul.menu>li.menu-item-has-children ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: -15px;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  span.mobile-toggle {
    width: 30px;
    height: 53px;
    position: absolute;
    top: 26px;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  span.mobile-toggle:after,
  span.mobile-toggle:before {
    content: "";
    width: 14px;
    height: 2px;
    background: var(--white);
    position: absolute;
    border-radius: 1px;
    transition: all 0.6s ease;
    right: 5px;
  }

  span.mobile-toggle:after {
    transform: rotate(90deg);
  }

  span.mobile-toggle.dt-open::after {
    transform: rotate(0deg);
  }

  .header_bottom ul.menu li.menu-item-has-children>a i.arrow-icon {
    display: none;
  }

  .header-section ul.menu li:hover a {
    color: var(--white) !important;
  }

  .header-section div.contact-us-link {
    display: flex;
  }

  .header-section .contact-us-link a {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    transition: var(--transition);
  }

  .home .header-section .contact-us-link a:hover {
    color: var(--white);
  }

  .header-section .contact-us-link a:hover {
    color: #a0a0a0;
  }

  /* .header-section .header-right-col {
        padding-top: 5px;
    } */
  va .header-section .mini-cart {
    margin-right: 10px;
  }

  .header-section .user-box,
  .header-section .mini-cart,
  .header-top-right-menu .header_hem_bar_box {
    margin-top: 0px;
    align-items: center;
  }

  .home .main-header:not(.nav-down) .header_bottom {
    padding: 16px 0;
    /* padding: 0; */
  }

  header.nav-down {
    padding: 0;
  }

  .header_bottom {
    padding: 16px 0;
  }

  .header-top-right-menu {
    align-items: center;
  }

  .header-top-right-menu .user-box .user-icon {
    display: flex;
  }

  .header-top-right-menu .mobile_menu_bar_icon svg {
    display: flex;
  }

  .custom-cart-drawer h3,
  .custom-cart-drawer .cart-close {
    font-size: 26px;
    line-height: 36px;
  }

  .custom-cart-drawer .woocommerce-mini-cart__buttons .button {
    padding: 9px 25px;
  }

  .custom-cart-drawer ul.cart_list li img,
  .custom-cart-drawer ul.product_list_widget li img {
    width: 90px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {

  .home .main-header:not(.nav-down) .header_bottom,
  header.nav-down {
    padding: 14px 0;
  }

  .header-top-menu {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-blue);
  }

  header.nav-down {
    padding: 0;
  }

  header.nav-down .header_bottom,
  header .header_bottom {
    padding: 14px 0px;
  }

  .header-section .contact-us-link a {
    display: none;
  }

  .header-top-menu a {
    display: flex;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .header-top-menu a:before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    background-image: var(--icon-phone);
  }

  ul.menu>li.menu-item>a {
    font-size: 14px;
  }

  .header_bottom .header-left-col {
    width: 217px;
    min-width: 217px;
  }

  .header_bottom .header-right-col {
    width: calc(100% - 217px);
  }

  .header-top-right-menu {
    gap: 24px;
  }

  .header-section .contact-us-link a {
    font-size: 14px;
  }

  .header-right-col svg {
    width: 20px;
    height: 20px;
  }

  .mini-cart .cart-contents {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .custom-cart-drawer h3,
  .custom-cart-drawer .cart-close {
    font-size: 24px;
    line-height: 34px;
  }

  .custom-cart-drawer .woocommerce-mini-cart__buttons .button {
    padding: 8px 20px;
  }

  .custom-cart-drawer ul.cart_list li img,
  .custom-cart-drawer ul.product_list_widget li img {
    width: 80px;
  }

  .woocommerce-mini-cart__total {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 576px) {
  .header_bottom .header-left-col {
    width: 160px;
    min-width: 160px;
    height: 29px;
  }

  .header_bottom .header-right-col {
    width: calc(100% - 160px);
  }

  .header-top-right-menu {
    gap: 12px;
  }

  .header_hem_bar_box {
    margin-left: 10px;
  }
}