/* header css here */
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  /* background: #000000; */
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
  }
}

.Offcanvas_menu_wrapper {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 999999999;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  /* margin-left: -300px; */
  padding: 50px 15px 30px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper .header_right_info {
  display: block;
  margin-bottom: 25px;
}

.Offcanvas_menu_wrapper .header_right_info > ul > li > a {
  color: #000000;
}

.Offcanvas_menu_wrapper .header_account {
  display: block;
}

.offcanvas_main_menu > li.menu_item-has-children.menu-open > span.menu_expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu > li ul li.menu_item-has-children.menu-open span.menu_expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu_expand {
  position: absolute;
  right: 0;
  font-size: 20px;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.offcanvas_main_menu li ul.sub_menu {
  padding-left: 20px;
  display: none;
}

.Offcanvas_footer {
  margin-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 5px;
}

.Offcanvas_footer span a {
  font-size: 14px;
}

.Offcanvas_footer ul {
  margin-top: 20px;
}

.Offcanvas_footer ul li {
  display: inline-block;
  margin-right: 4px;
}

.Offcanvas_footer ul li:last-child {
  margin-right: 0;
}

.Offcanvas_footer ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #000;
}

.Offcanvas_footer ul li.facebook a {
  background: #3c5b9b;
}

.Offcanvas_footer ul li.twitter a {
  background: #1da1f2;
}

.Offcanvas_footer ul li.pinterest a {
  background: #bd081b;
}

.Offcanvas_footer ul li.google-plus a {
  background: #dd4d42;
}

.Offcanvas_footer ul li.linkedin a {
  background: #010103;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}

.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 31px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.canvas_close a:hover {
  color: #fff;
}

.canvas_open {
  position: absolute;
  left: 15px;
  top: 11px;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .canvas_open {
    left: 15px;
  }
}

.canvas_open a {
  font-size: 30px;
  width: 43px;
  height: 40px;
  display: block;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open a {
    width: 33px;
    height: 33px;
    line-height: 30px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 24px;
  }
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(28, 29, 24, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.sticky-header.sticky .logo a img {
  max-width: 118px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky .logo a img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-header.sticky .logo a img {
    max-width: 100px;
  }
}

/*header top css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-mobile-m {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header-mobile-m {
    margin-bottom: 30px;
  }
}

.header_top {
  background: #15161b;
  padding: 0 15px;
}

.header_account {
  /*margin-right: 45px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header_account {
    /* display: none; */
    margin-right: 0;
    margin-bottom: 0px;
    text-align: center;
  }
}

.header_account > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.header_account > ul > li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account > ul > li {
    margin-right: 0;
  }

  .header_account > ul > li:hover > a {
    color: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .header_account > ul > li {
    margin-right: 0;
  }

  .header_account > ul > li:hover > a {
    color: #999;
  }
}

.header_account > ul > li:hover ul.dropdown_currency,
.header_account > ul > li:hover ul.dropdown_language,
.header_account > ul > li:hover ul.dropdown_links {
  visibility: visible;
  max-height: 200px;
}

.header_account > ul > li:hover > a {
  color: #999;
}

.header_account > ul > li > a {
  text-transform: none;
  line-height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  /* color: #999999; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account > ul > li > a {
    line-height: 22px;
    color: #000000;
  }
}

@media only screen and (max-width: 767px) {
  .header_account > ul > li > a {
    line-height: 22px;
    color: #000000;
  }

  .header_account > ul > li > a i {
    float: right;
    margin: 5px 0px 0px;
    display: none;
  }
}

.header_account > ul > li > a i {
  margin-left: 3px;
}

.fixed-header .header_account > ul > li > a i {
  float: right;
  line-height: 40px;
}

.header_account > ul > li > a img {
  margin-right: 4px;
}

.dropdown_currency,
.dropdown_language,
.dropdown_links {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 130px;
  text-align: left;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  z-index: 9999;
  border-radius: 3px;
  visibility: hidden;
  max-height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_currency,
  .dropdown_language,
  .dropdown_links {
    left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown_currency,
  .dropdown_language,
  .dropdown_links {
    left: -30px;
  }
}

.dropdown_currency li a,
.dropdown_language li a,
.dropdown_links li a {
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  padding: 8px 8px 8px 8px;
  line-height: 20px;
  color: #000000;
}

.dropdown_currency li a:hover,
.dropdown_language li a:hover,
.dropdown_links li a:hover {
  background: #f2f2f2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_language {
    left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown_language {
    left: -10px;
  }
}

.dropdown_links {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_social {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_social {
    display: none;
  }
}

.header_social ul li {
  display: inline-block;
  margin-right: 25px;
}

.header_social ul li:last-child {
  margin-right: 0;
}

.header_social ul li a {
  color: #999999;
}

.header_social ul li a:hover {
  color: #ffffff;
}

/*header container css heer*/
.header_container {
  padding: 22px 0;
  background: #1c1d22;
}

@media only screen and (max-width: 767px) {
  .header_container {
    padding: 25px 0;
  }
}

.header_transparent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_transparent {
    position: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .header_transparent {
    position: inherit;
  }
}

.header_transparent .header_container {
  background: inherit;
  padding: 17px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_transparent .header_container {
    background: #1c1d22;
  }
}

@media only screen and (max-width: 767px) {
  .header_transparent .header_container {
    background: #1c1d22;
  }
}

.header_transparent .sticky-header.sticky {
  background: rgba(28, 29, 24, 0.7);
  padding: 8px 0;
}

/* 2.4 main menu css here */
.menu_position {
  position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}

.main_menu nav > ul {
  display: flex;
  /*justify-content: flex-end;*/
  flex-wrap: wrap;
}

.main_menu nav > ul > li {
  position: relative;
  flex-shrink: 0;
}

.main_menu nav > ul > li:hover ul.sub_menu {
  visibility: visible;
  max-height: 300px;
  padding: 24px 30px;
}

.main_menu nav > ul > li:hover .mega_menu {
  visibility: visible;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 30px 30px 30px;
}

.main_menu nav > ul > li:hover > a {
  color: #ffffff;
}

.main_menu nav > ul > li > a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 23px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  color: #999999;
}

.main_menu nav > ul > li > a i {
  margin-left: 3px;
}

.main_menu nav > ul > li > a.active {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li > a {
    padding: 10px 15px;
  }
}

.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 215px;
  padding: 0 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.main_menu nav > ul > li ul.sub_menu li a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 32px;
  text-transform: capitalize;
}

.main_menu nav > ul > li.mega_items {
  position: static;
}

.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 0 30px 0 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10000;
  top: auto;
  text-align: left;
}

.mega_menu_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.mega_menu_inner > li {
  flex: 1;
  max-width: 225px;
  min-width: 225px;
}

.mega_menu_inner > li > a {
  font-size: 12px;
  line-height: 22px;
  text-transform: none;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #999;
}

.mega_menu_inner > li ul li {
  display: block;
}

.mega_menu_inner > li ul li a {
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 12px;
  color: #777;
  text-transform: none;
}

/*main menu css end*/
/*mobaile menu css here*/
.mean-container .mean-bar {
  background: inherit;
  position: absolute;
  z-index: 9;
  top: 43px;
  left: 0;
  width: 100%;
}

.mean-container .mean-bar::after {
  top: -33px;
  left: 22px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mean-container .mean-bar::after {
    left: 22px;
    font-size: 15px;
  }
}

.mean-container .mean-nav {
  max-height: 300px;
  overflow: auto;
}

.mean-container .mean-nav ul li a {
  font-weight: 400;
}

.mean-container a.meanmenu-reveal {
  float: left;
  right: 17px;
  top: -34px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    right: 15px;
    top: -34px;
  }
}

.mean-container a.meanmenu-reveal span {
  background: #fff;
}

.mobile-menu {
  border: 1px solid #ddd;
  height: 45px;
  top: -31px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .logo a img {
    max-width: 110px;
  }
}

.header_right_info {
  /* text-align: right; */
}

@media only screen and (max-width: 991px) {
  .header_right_info {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_right_info {
    /* display: none;
    text-align: center; */
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
}

.header_right_info > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.header_right_info > ul > li:last-child {
  /* margin-right: 0; */
}

.header_right_info > ul > li > a {
  font-size: 16px;
  /* color: #999999; */
}

/*header container righ*/
.header_container_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search_widget {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 99;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_widget {
    left: -68px;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .search_widget {
    left: -68px;
    right: auto;
  }
}

.search_widget form {
  position: relative;
  width: 400px;
  border: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_widget form {
    width: 225px;
  }
}

@media only screen and (max-width: 767px) {
  .search_widget form {
    width: 225px;
  }
}

.search_widget form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}

.search_widget form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}

.search_widget form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}

.search_widget form input:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}

.search_widget form input {
  padding: 10px 40px 10px 15px;
  height: 41px;
  line-height: 30px;
  font-size: 12px;
  color: #222;
  border: none;
  width: 100%;
  background: #f7f7f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_widget form input {
    padding: 8px 40px 8px 15px;
    height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .search_widget form input {
    padding: 8px 40px 8px 15px;
    height: 38px;
  }
}

.search_widget form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: 0;
  background: none;
  font-size: 16px;
}

/*search container css end*/
/*mini cart css here*/
.header-wishlist span.item_count {
  position: absolute;
  top: -6px;
  right: -14px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}

.mini_cart_wrapper:hover .mini_cart {
  max-height: 550px;
  padding: 20px 28px 33px;
  visibility: visible;
}

.mini_cart_wrapper p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 11px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mini_cart_wrapper:hover .mini_cart {
    padding: 10px 11px 20px;
  }
}

.mini_cart_wrapper span.item_count {
  position: absolute;
  top: -6px;
  right: -10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}

.mini_cart {
  position: absolute;
  min-width: 355px;
  padding: 0 28px;
  background: #fff;
  border: 0;
  z-index: 999;
  right: 0;
  top: 142%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart {
    display: none;
    transition: unset;
    padding: 10px 11px 20px;
    min-width: 253px;
    right: -69px;
    max-height: inherit;
    visibility: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .mini_cart {
    display: none;
    transition: unset;
    padding: 10px 11px 20px;
    min-width: 253px;
    right: -69px;
    max-height: inherit;
    visibility: inherit;
  }
}

.cart_img {
  width: 90px;
  margin-right: 10px;
  border: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_img {
    width: 70px;
  }
}

.cart_info {
  width: 63%;
  text-align: left;
}

.cart_info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}

.cart_info p {
  font-size: 12px;
}

.cart_info p span {
  font-size: 16px;
  font-weight: 600;
}

.cart_remove a {
  font-size: 15px;
  border: 1px solid #ebebeb;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.cart_remove a:hover {
  color: #ffffff;
}

.cart_remove a i {
  display: block;
  padding-left: 2px;
}

.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
}

.mini_cart_table {
  padding: 23px 0;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}

.cart_total span {
  font-size: 14px;
  font-weight: 400;
}

.cart_total span.price {
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_total span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .cart_total span {
    font-size: 13px;
  }
}

.cart_button:first-child {
  margin-bottom: 15px;
}

.cart_button a {
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 10px 0;
  color: #000000;
  border: 2px solid #000000;
}

/*home two css here*/
.header_top_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_top_right .header_right_info {
  margin-left: 0;
}

.header_top_right .header_right_info > ul > li {
  margin-right: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_top_right .header_right_info > ul > li {
    margin-right: 10px;
  }
}

.header_top_right .header_right_info > ul > li:last-child {
  margin-right: 0;
}

.header_top_right .header_right_info > ul > li > a {
  color: #ffffff;
}

.header_top_right .header_right_info > ul > li:hover > a {
  color: #f6692a;
}

.header_top_right .search_widget form button:hover {
  color: #f6692a;
}

.header_top_right .header-wishlist span.item_count {
  background: #f6692a;
}

.header_top_right .mini_cart_wrapper span.item_count {
  background: #f6692a;
}

.header_top_right .header_account {
  margin-right: 0;
  margin-left: 20px;
}

.header_top_right .header_account > ul > li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_top_right .header_account > ul > li {
    margin-right: 8px;
    padding-right: 8px;
  }
}

.header_top_right .header_account > ul > li::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #a4a5a7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.header_top_right .header_account > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header_top_right .header_account > ul > li:last-child::before {
  display: none;
}

.header_top_right .header_account > ul > li > a {
  color: #ffffff;
  font-size: 13px;
}

.header_top_right .header_account > ul > li.top_links > a {
  font-size: 18px;
}

.header_top_right .header_account > ul > li:hover > a {
  color: #f6692a;
}

.header_top_right .dropdown_language {
  right: 0;
  left: auto;
}

.header_top_right .dropdown_currency,
.header_top_right .dropdown_language,
.header_top_right .dropdown_links {
  right: 0;
  left: auto;
}

.mini_cart2 .cart_info a:hover {
  color: #f6692a;
}

.mini_cart2 .cart_img:hover {
  border-color: #f6692a;
}

.mini_cart2 .cart_remove a:hover {
  background: #f6692a;
  border-color: #f6692a;
}

.mini_cart2 .cart_button a:hover {
  border-color: #f6692a;
  color: #f6692a;
}

.menu_two nav > ul {
  justify-content: center;
}

.menu_two nav > ul > li:hover > a {
  color: #f6692a;
}

.menu_two nav > ul > li > a {
  padding: 10px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu_two nav > ul > li > a {
    padding: 10px 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_two nav > ul > li > a {
    padding: 10px 8px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_two nav > ul > li > a i {
    margin-left: 1px;
  }
}

.menu_two nav > ul > li > a.active {
  color: #f6692a;
}

.menu_two nav > ul > li ul.sub_menu li a:hover {
  color: #f6692a;
}

.menu_two .mega_menu_inner > li > a:hover {
  color: #f6692a;
}

.menu_two .mega_menu_inner > li ul li a:hover {
  color: #f6692a;
}

@media only screen and (max-width: 767px) {
  .Offcanvas_two .canvas_open {
    top: 18px;
  }
}

.Offcanvas_two .canvas_open a:hover {
  color: #f6692a;
  border-color: #f6692a;
}

/*home three css here*/
.header_top_three {
  background: #006fa4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top_three {
    background: inherit;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_top_three {
    background: inherit;
    display: none;
  }
}

.header_top_three .header_account > ul > li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}

.header_top_three .header_account > ul > li::before {
  height: 15px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  content: "";
  background: #99c5db;
}

.header_top_three .header_account > ul > li:last-child {
  padding: 0;
  margin: 0;
}

.header_top_three .header_account > ul > li:last-child::before {
  display: none;
}

.header_top_three .header_account > ul > li:hover > a {
  color: #000000;
}

.header_top_three .header_account > ul > li > a {
  color: #ffffff;
  line-height: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome_text {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .welcome_text {
    display: none;
  }
}

.welcome_text p {
  color: #ffffff;
}

/* .header_middle {
  padding: 15px 0;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 28px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 15px 0;
  }
}

.heder_middle_right {
  display: flex;
  justify-content: end;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .heder_middle_right {
    justify-content: flex-end;
  }
}

.hover_category {
  position: relative;
}

.hover_category::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #a1a1a1;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hover_category::before {
    right: -2px;
  }
}

@media only screen and (max-width: 767px) {
  .hover_category::before {
    right: -2px;
  }
}

.hover_category .select_option {
  border: 0;
  background: inherit;
  height: 40px;
  line-height: 49px;
  min-width: 190px;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hover_category .select_option {
    min-width: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hover_category .select_option {
    height: 34px;
    line-height: 35px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 18px;
    min-width: 125px;
  }
}

@media only screen and (max-width: 767px) {
  .hover_category .select_option {
    height: 34px;
    line-height: 35px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 18px;
    min-width: 125px;
  }
}

.hover_category .select_option::after {
  top: 54%;
  right: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hover_category .select_option::after {
    right: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .hover_category .select_option::after {
    right: 6px;
  }
}

.hover_category .select_option ul.list {
  max-height: 300px;
  overflow: auto;
}

.search_container {
  width: 100%;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

.search_container form {
  display: flex;
  border: 1px solid #ebebeb;
  background: #fff;
  width: 648px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_container form {
    width: 512px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_container form {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .search_container form {
    width: 100%;
  }
}

.search_box_three {
  position: relative;
  width: 100%;
}

.search_box_three input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.search_box_three input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.search_box_three input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.search_box_three input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.search_box_three input {
  border: 0;
  background: inherit;
  width: 100%;
  height: 35px;
  color: #000000;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  padding: 0 80px 0 20px;
  opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_box_three input {
    font-size: 12px;
    padding: 0 45px 0 10px;
    width: 100%;
    height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .search_box_three input {
    font-size: 12px;
    padding: 0 45px 0 10px;
    width: 100%;
    height: 34px;
  }
}

.search_box_three button {
  border: 0;
  position: absolute;
  top: -1px;
  left: 0px;
  right: auto;
  bottom: -1px;
  left: 5px !important;
  width: 62px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search_box_three button:hover {
  background: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_box_three button {
    font-size: 20px;
    width: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .search_box_three button {
    font-size: 20px;
    width: 33px;
  }
}

.mini_cart_three {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_three {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mini_cart_three {
    display: none;
  }
}

.mini_cart_three > a i.zmdi-shopping-cart {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #000000;
  font-size: 24px;
  color: #ffffff;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mini_cart_three > a span.item_count {
  left: 33px;
  right: auto;
  background: inherit;
  font-size: 12px;
  top: 5px;
}

.mini_cart_three > a p.text_cart {
  float: left;
  margin-left: 15px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.mini_cart_three > a p.text_cart span {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;

  margin-top: 7px;
}

.mini_cart_three > a p.text_cart span i {
  float: right;
  color: #000000;
  line-height: 25px;
}

/*-- 2.3 Categories menu css here --*/
.categories_menu {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 25px;
  }
}

.categories_title {
  padding: 0 30px;
  position: relative;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_title {
    height: 45px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_title {
    height: 43px;
    line-height: 43px;
  }
}

.categories_title::before {
  content: "\f394";
  color: #fff;
  display: inline-block;
  font-family: Ionicons;
  position: absolute;
  font-size: 22px;
  line-height: 0px;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
}

.categories_title h2 {
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .categories_title h2 {
    font-size: 13px;
    line-height: 22px;
  }
}

.categories_menu_toggle {
  background: #ffffff;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
  display: none;
  box-shadow: 0px 0px 5.76px 0.24px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
    max-height: 350px;
    overflow: auto;
  }
}

.categories_menu_toggle > ul > li {
  position: relative;
}

.categories_menu_toggle > ul > li > a {
  font-size: 14px;
  line-height: 48px;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  cursor: pointer;
  padding: 0 20px 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a {
    line-height: 38px;
  }
}

.categories_menu_toggle > ul > li > a i.fa-angle-right {
  float: right;
  font-size: 15px;
  line-height: 35px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li > a i.fa-angle-right {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li > a i.fa-angle-right {
    display: none;
  }
}

.categories_menu_toggle > ul > li:last-child > a {
  border-bottom: 0;
}

.categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li:hover > a {
    background: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li:hover > a {
    background: inherit;
  }
}

.categories_menu_toggle > ul > li ul.categories_mega_menu {
  position: absolute;
  left: 120%;
  width: 500px;
  background: #ffffff;
  padding: 25px 20px 23px;
  overflow: hidden;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    width: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 0 20px 0px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 0 20px 0px 60px;
  }
}

.categories_menu_toggle > ul > li ul.categories_mega_menu.open {
  display: block;
  left: 0;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    padding: 0;
  }
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
    line-height: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li.menu_item_children > a {
    text-transform: capitalize;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.menu_item_children > a {
    position: relative;
  }

  .categories_menu_toggle ul li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.menu_item_children > a {
    position: relative;
  }

  .categories_menu_toggle ul li.menu_item_children > a::before {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li.menu_item_children.open > a::before {
    display: none;
  }

  .categories_menu_toggle ul li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li.menu_item_children.open > a::before {
    display: none;
  }

  .categories_menu_toggle ul li.menu_item_children.open > a::after {
    position: absolute;
    content: "-";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu {
    display: none;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .categorie_sub_menu {
    display: none;
    padding: 0 0 0 30px;
  }
}

.categorie_sub_menu li a {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_sub_menu li a {
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .categorie_sub_menu li a {
    line-height: 38px;
  }
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
    width: 100%;
  }
}

.categorie_sub {
  opacity: 0;
  z-index: 999;
  position: absolute;
  width: 100%;
  left: 0;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 65%;
  visibility: hidden;
}

.categorie_sub.open {
  top: 95%;
  opacity: 1;
  visibility: visible;
}

.categories_menu_toggle ul li.has-sub > a::before {
  position: absolute;
  content: "\f055";
  font-family: FontAwesome;
  top: 0;
  right: 20px;
  font-size: 18px;
  pointer-events: none;
}

.categories_menu_toggle ul li.has-sub > a.open::before {
  content: "\f056";
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  display: block;
  line-height: 45px;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
  padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:last-child {
  padding-right: 0;
}

.categorie_banner {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .categorie_banner {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorie_banner {
    display: none;
  }
}

.categorie_banner a img:hover {
  opacity: 0.8;
}

/*-- 2.7 Categories menu css end --*/
.header_bottom.sticky-header.sticky {
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
}

.menu_three nav > ul > li > a {
  color: #000000;
  padding: 18px 13px 18px 13px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_three nav > ul > li > a {
    padding: 18px 8px 18px 8px;
    font-size: 13px;
  }
}

.header_social.color_three ul li a {
  color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_three .canvas_open {
    top: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .Offcanvas_three .canvas_open {
    top: 27px;
  }
}

.Offcanvas_three .canvas_open a {
  color: #000000;
  border-color: #000000;
}

/*home four css here*/

.logo .header_logo_link {
  max-width: 100%;
  /* max-height: 45px; */
}

.header_top_four .header_account > ul > li {
  margin-right: 15px;
  padding-right: 15px;
}

.header_top_four .header_account > ul > li:hover > a {
  color: #000000;
}

.header_top_four .header_account > ul > li::before {
  height: 15px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  background: #99c5db;
}

.header_top_four .header_account > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header_top_four .header_account > ul > li:last-child::before {
  display: none;
}

.header_top_four .header_account > ul > li > a {
  color: #ffffff;
  line-height: 43px;
}

.search_four .searchForm {
  /* background: #006b9f; */
  border: 0;
}

.search_four .search_box_three input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #898989;
}

.search_four .search_box_three input::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
}

.search_four .search_box_three input:-ms-input-placeholder {
  /* IE 10+ */
  color: #898989;
}

.search_four .search_box_three input:-moz-placeholder {
  /* Firefox 18- */
  color: #898989;
}

.search_four .search_box_three input {
  border-color: transparent;
  background-color: transparent;
  height: 37px;
  color: #898989;
  font-style: normal;
  padding: 0 20px 0 60px;
  opacity: 1;
}

.search_four .search_box_three button {
  right: auto;
  left: 0px;
  color: #898989;
  font-size: 18px;
  background: transparent;
}

.search_four .search_box_three button:hover {
  color: #000000;
}

.search_four .hover_category::before {
  background: #ffffff;
}

.search_four .nice-select span.current {
  color: #ffffff;
}

.search_four .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.right_info_three > ul > li {
  margin-right: 20px;
}

.right_info_three > ul > li:last-child {
  /* margin-right: 0; */
}

.right_info_three > ul > li:hover > a {
  color: #000000;
}

.right_info_three > ul > li > a {
  /* color: #ffffff; */
  display: flex;
}

.right_info_three .header-wishlist span.item_count {
  left: 10px;
}

.right_info_three .mini_cart_wrapper span.item_count {
  left: 12px;
  top: -6px;
}

.right_info_three .mini_cart_wrapper > a i.zmdi-shopping-cart {
  margin-right: 10px;
}

.menu_four nav > ul > li:hover > a {
  color: #000000;
}

.menu_four nav > ul > li > a {
  color: #767676;
  padding: 10px 20px;
  text-transform: none;
}

/* .menu_four nav > ul > li:first-child > a {
  padding-left: 0px;
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_four nav > ul > li > a {
    padding: 10px 8px;
    font-size: 13px;
  }
}

.social_four ul li a {
  color: #ffffff;
}

.social_four ul li a:hover {
  color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_four .canvas_open {
    top: -45px;
  }
}

@media only screen and (max-width: 767px) {
  .Offcanvas_four .canvas_open {
    top: -45px;
  }

  .right_info_three .mini_cart_wrapper span.item_count {
    left: 20px;
    top: -8px;
  }
}

.Offcanvas_four .canvas_open a {
  color: #777;
  border-color: transparent;
  background: #f8f8f8;
  border-radius: 3px;
}
.canvas_open a {
  color: #777;
  border-color: transparent;
  background: #f8f8f8;
  border-radius: 3px;
}

.Offcanvas_four .canvas_open a img {
  width: 14px;
}
.canvas_open a img {
  width: 14px;
}

.Offcanvas_four .canvas_open a:hover {
  color: #000000;
  border-color: transparent;
}

/*home five css here*/
.header_five {
  background: #ffffff;
}

.header_five .header_top {
  background: none;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_five .header_top {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_five .header_top {
    display: none;
  }
}

.header_five .header_container {
  background: none;
}

.header_five .header_container.sticky-header.sticky {
  background: rgba(255, 255, 255, 0.7);
}

.heade_top_five .header_account > ul > li > a {
  color: #000000;
}

.heade_top_five .header_social ul li a {
  color: #000000;
}

.menu_five nav > ul > li > a {
  color: #000000;
}

.right_info_five > ul > li > a {
  color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_five .canvas_open {
    top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .Offcanvas_five .canvas_open {
    top: 28px;
  }
}

.Offcanvas_five .canvas_open a:hover {
  color: #000000;
  border-color: #000000;
}

/*home six css here*/
.heade_top_six .header_account > ul > li:hover > a {
  color: #e95a91;
}

.heade_top_six .header_account > ul > li > a {
  color: #000000;
}

.heade_top_six .header_social ul li a {
  color: #000000;
}

.heade_top_six .header_social ul li a:hover {
  color: #e95a91;
}

.menu_six nav > ul > li:hover > a {
  color: #e95a91;
}

.menu_six nav > ul > li > a {
  color: #000000;
}

.menu_six nav > ul > li > a.active {
  color: #e95a91;
}

.menu_six nav > ul > li ul.sub_menu li a:hover {
  color: #e95a91;
}

.menu_six .mega_menu_inner > li > a:hover {
  color: #e95a91;
}

.menu_six .mega_menu_inner > li ul li a:hover {
  color: #e95a91;
}

.right_info_six > ul > li > a {
  color: #000000;
}

.right_info_six > ul > li:hover > a {
  color: #e95a91;
}

.right_info_six .header-wishlist span.item_count {
  background: #e95a91;
}

.right_info_six .mini_cart_wrapper span.item_count {
  background: #e95a91;
}

.right_info_six .search_widget form button:hover {
  color: #e95a91;
}

.right_info_six .cart_img:hover {
  border-color: #e95a91;
}

.right_info_six .cart_info a:hover {
  color: #e95a91;
}

.right_info_six .cart_remove a:hover {
  background: #e95a91;
  border-color: #e95a91;
}

.right_info_six .cart_button a:hover {
  color: #e95a91;
  border-color: #e95a91;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_six .canvas_open {
    top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .Offcanvas_six .canvas_open {
    top: 28px;
  }
}

.Offcanvas_six .canvas_open a {
  color: #e95a91;
  border-color: #e95a91;
}

.Offcanvas_six .canvas_open a:hover {
  color: #000000;
  border-color: #000000;
}

/*home seven css here*/
.menu_seven nav > ul > li:hover > a {
  color: #eaca1c;
}

.menu_seven nav > ul > li > a {
  color: #ffffff;
  padding: 10px 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_seven nav > ul > li > a {
    padding: 10px 8px;
    font-size: 13px;
  }
}

.menu_seven nav > ul > li > a.active {
  color: #eaca1c;
}

.menu_seven nav > ul > li ul.sub_menu li a:hover {
  color: #eaca1c;
}

.menu_seven .mega_menu_inner > li > a:hover {
  color: #eaca1c;
}

.menu_seven .mega_menu_inner > li ul li a:hover {
  color: #eaca1c;
}

.right_info_seven .header_right_info > ul > li:hover > a {
  color: #eaca1c;
}

.right_info_seven .header-wishlist span.item_count {
  background: #eaca1c;
}

.right_info_seven .mini_cart_wrapper span.item_count {
  background: #eaca1c;
}

.right_info_seven .search_widget form button:hover {
  color: #eaca1c;
}

.right_info_seven .cart_img:hover {
  border-color: #eaca1c;
}

.right_info_seven .cart_info a:hover {
  color: #eaca1c;
}

.right_info_seven .cart_remove a:hover {
  background: #eaca1c;
  border-color: #eaca1c;
}

.right_info_seven .cart_button a:hover {
  color: #eaca1c;
  border-color: #eaca1c;
}

.right_info_seven .header_account > ul > li:hover > a {
  color: #eaca1c;
}

.Offcanvas_seven .canvas_open a {
  color: #ffffff;
  border-color: #ffffff;
}

.Offcanvas_seven .canvas_open a:hover {
  color: #eaca1c;
  border-color: #eaca1c;
}

/* Fixed Header  */
/* .fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block !important;
  z-index: 10000;
  width: 100%;
} */
.fixedHeader {
  padding: 5px 0px;
  display: none;
}

.fixedHeader .navbar-search.navbar-search {
  float: none;
  width: 100%;
}

.fixedHeader .navbar-search.navbar-search .input-group input[type="text"] {
  border: 1px solid #333;
  padding: 8px 20px;
}

.fixedHeader .navbar-search.navbar-search .input-group .input-group-btn .btn {
  padding: 8px;
}

.fixedHeader .header_logo img {
  min-height: 40px;
  max-height: 40px;
}

.fixedHeader .menu_item.animate_dropdown,
.fixedHeader .dropdown.myaccount-menu_item {
  float: right;
  list-style: none;
  margin-left: 15px;
  margin-top: 10px;
}

#fixedheader .header_account {
  float: right;
  /* margin-left: 20px; */
}

/* #fixedheader {
  background: #0081c1;
} */

#fixedheader .search_container {
  margin-top: 3px;
}

#fixedheader .header_right_info ul,
#fixedheader .header_account ul {
  margin-bottom: 0px;
}

#fixedheader .suggestions {
  left: 1.8%;
  width: 58%;
}

.responsive-view-email-phone {
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 10px;
  display: grid;
}

.fixedHeaderLogin ul.dropdown-menu {
  padding: 0px;
}

.fixedHeaderLogin ul.dropdown-menu li {
  padding-left: 10px;
}

.fixedHeaderLogin ul.dropdown-menu li a {
  font-size: 11px !important;
}

/* Login Page Top Header */

.top_bar {
  padding: 3px 0 !important;
  height: 30px;
}

.top_bar .inline_top_bar {
  display: inline-block;
}

.top_bar .nav_inline .menu_item {
  display: inline-block;
  color: #8e8e8e;
  font-size: 0.929em;
}

.top_bar .nav_inline .menu_item > a {
  display: inline-block;
  color: #334141;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}

.top_bar .nav_inline .menu_item > a i {
  /* margin-right: 6px; */
  font-size: 1rem;
}

.header-v3 {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}

.top_bar .nav_inline .menu_item + .menu_item:before {
  content: "|";
  color: #cad5d5;
  display: inline-block;
  margin: 0 0.5em !important;
}

.header_support_info {
  float: right;
}

.header_support_info .support_icon .fa {
  font-size: 3.571em;
}

.header_support_info .support_icon .fa {
  font-size: 4.571em;
  margin-right: 15px;
  /* color: #0083c1; */
}

.header_account ul,
.main_menu nav > ul,
.header_right_info ul {
  margin-bottom: 0px;
}

.fixedHeader .header_account {
  float: right;
  margin-left: 30px;
}

.header_account .top_links ul li {
  text-align: center;
}

@media (max-width: 991px) {
  .search_four .search_box_three input {
    padding: 0 20px 0 40px;
    height: 45px;
  }

  .search_container {
    width: 100%;
    margin-right: 0px;
  }

  .search_four .search_box_three button {
    right: 0px;
    left: auto;
    /* font-size: 0; */
    visibility: visible;
  }

  body .suggestions {
    top: 37px;
    left: 0px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top_bar .inline_top_bar {
    display: block;
    float: none;
  }

  .top_bar .inline_top_bar ul {
    justify-content: center;
  }

  .top_bar {
    height: auto;
  }
}

.four-level-menu {
  display: list-item !important;
  margin-left: 15px;
  list-style: disc;
}

.navbar .navbar-nav .menu-item-has-children.nav-item.dropdown.position-static .dropdown-menu.show {
  display: none;
}

/* Header1-style2 starts here */
.Header1-style2 #fixedheader .suggestions {
  left: 0px;
  width: 100%;
}

.Header1-style2 {
  padding: 0;
}
.Header1-style2 .navbar_mini_cart .nav-link {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 20px;
  line-height: 46px;
}
#mobileHeaderLayout2.Header1-style2 .Offcanvas_footer ul {
  margin-top: 20px;
  width: 100% !important;
  text-align: left !important;
}

.Header1-style2 .header_v3 {
  border-bottom: 0;
}

.Header1-style2 #fixedheader {
  padding: 0;
}

.Header1-style2 div#fixedheader.fixed-header {
  padding: 5px 0px 0px 0px;
}

/* .Header1-style2 div#fixedheader {
  background: #397fea !important;
  border-bottom: 2px solid #397fea;
} */
.Header1-style2 .header_logo {
  position: relative;
  float: left;
  min-height: 54px;
}

.Header1-style2 .site_header .navbar_search .form_control {
  height: 38px !important;
}

.Header1-style2 .navbar_search .input-group .form-control {
  height: 40px;
  border-radius: 0px;
  border: 0px !important;
  background: #fff;
  padding-left: 15px;
}

.Header1-style2 div#fixedheader .navbar_search {
  margin-top: 2px;
  margin-right: 20px;
}

.Header1-style2 div#fixedheader .navbar_search {
  width: 50%;
}

.Header1-style2 #fixedheader .primaryBgColor,
.Header1-style2 .fixed-header .primaryBgColor {
  color: #fff;
}

.Header1-style2 .navbar_search .input-group .input-group-btn .btn {
  border-color: transparent !important;
}

.Header1-style2 .navbar_search .input-group .input-group-btn .btn {
  background: #fff;
  border-radius: 0;
  padding: 3px;
  border-color: #397fea !important;
}

.Header1-style2 #fixedheader .fa.fa-search {
  color: #000;
  font-size: 15px;
}

.Header1-style2 .navbar_search span.ec,
.navbar-wishlist span.ec,
.navbar-compare span.ec {
  line-height: 0.9em;
  font-size: 16px;
}

.Header1-style2 .Header1-style2 .fa.fa-search::before {
  color: #000;
}

.Header1-style2 .navbar_search {
  float: left;
  width: 52%;
}

.Header1-style2 div#fixedheader .navbar_mini_cart {
  height: 40px;
}

.Header1-style2 div#fixedheader .navbar_mini_cart {
  padding-right: 35px;
  border-right: 1px solid #999;
}

.Header1-style2 .navbar_mini_cart {
  display: inline-flex;
  float: none;
}

.Header1-style2 .navbar-nav > li {
  float: none;
  display: inline-block;
}

.Header1-style2 .navbar_mini_cart span.ec {
  font-size: 22px;
}

.Header1-style2 .ec-shopping-bag::before {
  content: "\f07a";
  color: #fff;
  font: normal normal normal 22px/1 FontAwesome;
}

.Header1-style2 .navbar_mini_cart .dropdown .cart_items_count {
  bottom: 18px;
  right: -25px;
  font-size: 8.5px;
  left: auto;
}

.Header1-style2 .navbar_mini_cart .cart_items_count {
  font-size: 0.7em;
  line-height: 2em;
  font-weight: bold;
  position: absolute;
  left: 7px;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  bottom: -5px;
}

.Header1-style2 .cart_items_count {
  color: #397fea;
}

.Header1-style2 .cart_items_count {
  background: #e5e5e5;
}

.Header1-style2 .navbar_mini_cart .cart_items_count {
  font-size: 0.7em;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
}

.Header1-style2 .fixedHeaderLogin {
  position: relative;
  display: inline-block;
  list-style: none;
  padding-left: 10px;
}
.Header1-style2 .fixed-header .fixedHeaderLogin li a {
  color: #636363;
}

.Header1-style2 .fixedHeaderLogin a:hover {
  color: #636363 !important;
}
.Header1-style2 .fixed-header .fixedHeaderLogin li {
  list-style: none;
  margin: 0px;
}

.fixedHeaderLogin {
  margin-top: 0px;
  min-width: fit-content;
}

.custom_header {
  background: #fff;
  position: relative;
  border-bottom: 2px solid #397fea;
}

.custom_header::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: #fff;
  left: -100%;
}

.Header1-style2 header#main-header.headerLayout2 {
  padding: 0 0 0;
  background-color: #fff;
}

.Header1-style2 header#main-header {
  padding: 0px 0px 0px;
  margin-left: 0px;
}

.Header1-style2 header {
  width: 100%;
}

.Header1-style2 .header_v3 .container > .row:first-child {
  margin-bottom: 0em !important;
}

.Header1-style2 .headerLayout2 .header_logo {
  margin: 5px 0;
  width: 100%;
}

.Header1-style2 .header_logo {
  min-height: 40px;
}

.Header1-style2 .header_logo {
  position: relative;
  float: left;
  min-height: 54px;
}

.Header1-style2 .header_logo img#MainHeaderLogo {
  max-height: 70px;
}

.Header1-style2 .header_logo .logo_img_link {
  display: block;
  max-height: 55px;
}

.Header1-style2 header#main-header.headerLayout2 .nav-pills {
  text-align: center;
  flex-wrap: wrap !important;
}

.Header1-style2 #main-header.headerLayout2 .nav-pills > li {
  float: none;
  margin-left: 25px;
  display: inline-block;
  position: relative;
  min-height: 35px;
  line-height: 35px;
}

.Header1-style2 header#main-header.headerLayout2 .nav-pills > li > a {
  border-radius: 0;
  color: #000;
  margin-left: 0;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 0 10px;
}

.Header1-style2 #main-header.headerLayout2 .nav-pills > li.dropdown::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.Header1-style2 header#main-header.headerLayout2 .nav-pills .dropdown-menu {
  margin-top: 0;
}

.Header1-style2 header#main-header.headerLayout2 .dropdown-menu {
  border: 0 solid #ccc;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background: 0 0;
  /* display: none; */
}

.Header1-style2 .dropdown > .dropdown-menu {
  /* transition: all 0.5s ease-out; */
}

.Header1-style2 .site_header .dropdown-menu {
  z-index: 1001;
}

.Header1-style2 #main-header.headerLayout2 .nav-pills li.dropdown.rightArrow {
  position: relative;
}

.Header1-style2 header#main-header.headerLayout2 .dropdown-menu.level2 > li > a {
  font-weight: 600;
  padding: 5px 60px 5px 5px;
  /* color: #fff; */
}

.Header1-style2 header#main-header.headerLayout2 .dropdown-menu > li > a {
  /* color: #fff; */
  font-size: 12px;
  text-transform: uppercase;
}

.Header1-style2 header#main-header.headerLayout2 .dropdown-menu > li > a:hover {
  background: #f8f8f8;
}

.Header1-style2 .headerLayout2 .dropdown-menu > li > a {
  display: block;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  font-weight: 600;
  padding: 5px 10px 5px 10px;
}

.Header1-style2 header#main-header.headerLayout2 .nav-pills .dropdown-menu.level3,
.Header1-style2 header#main-header.headerLayout2 .nav-pills .dropdown-menu.level4 {
  padding: 10px 0 10px 10px !important;
}

.Header1-style2 header#main-header.headerLayout2 .nav-pills .dropdown-menu {
  margin-top: 0;
}

.Header1-style2 header#main-header.headerLayout2 li.dropdown:hover > .dropdown-menu.level2 {
  display: block;
  left: 0;
  top: 32px;
  padding: 10px 0px 10px 15px !important;
  background: #fff;
  border: 1px solid #ebebeb;
  min-width: 160px;
}

.Header1-style2 header#main-header.headerLayout2 li.dropdown:hover > .dropdown-menu {
  display: block;
  background-color: #fff;
  padding: 10px 15px !important;
  border: 1px solid #ebebeb;
}

.Header1-style2 header#main-header .dropdown-menu .dropdown .dropdown-item.active,
.Header1-style2 header#main-header .dropdown-menu .dropdown .dropdown-item:active {
  color: #000;
}

.Header1-style2 .headerLayout2 li.dropdown:hover > .dropdown-menu.level3,
.Header1-style2 .headerLayout2 li.dropdown:hover > .dropdown-menu.level4 {
  left: 100%;
  top: -10px;
}

.Header1-style2 .navbar_search .input-group .input-group-btn button {
  position: absolute;
  right: 0px;
  padding: 0px;
  background: transparent;
  border: 0px !important;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  z-index: 100;
  top: -8px;
}

.Header1-style2 .navbar_search .input-group .input-group-btn button {
  position: absolute;
  left: auto !important;
  padding: 0px;
  background: transparent;
  border: 0px !important;
  z-index: 100;
}

.Header1-style2 .mini_cart_wrapper a::after {
  right: -12px;
  content: "Cart";
  position: absolute;
  font-size: 16px;
  color: #8f8f8f;
  letter-spacing: 1px;
  top: 0px;
  display: none;
}

.Header1-style2 #fixedheader .mini_cart_wrapper {
  margin: 10px 10px 0px 10px;
}

.Header1-style2 .faiconalign {
  /* color: #fff !important; */
  font-size: 16px !important;
}

.Header1-style2 .fa-shopping-cart.cart-color {
  /* color: #fff; */
  font-size: 22px !important;
}

.Header1-style2 #fixedheader .fixedHeaderLogin .dropdown:hover > .dropdown-menu.useraccountwidth {
  display: block;
  right: 0px;
  left: auto;
  top: 20px;
}

.Header1-style2 #fixedheader .fixedHeaderLogin .dropdown:hover > .dropdown-menu.useraccountwidth {
  display: block;
  right: 0px;
  left: auto;
}

.Header1-style2 #fixedheader .fixedHeaderLogin .dropdown:hover > .dropdown-menu.useraccountwidth a {
  font-size: 12px;
  padding: 0.25rem 1.5rem;
}

.Header1-style2 .myaccount_menu_item .dropdown-menu a {
  font-size: 13px !important;
  line-height: 20px !important;
}

.Header1-style2 .mobileHeaderMenuButton2 {
  background: 0 0;
  padding: 0;
  font-size: 21px;
}

.Header1-style2 .mobileHeaderMenuButton2:active,
.Header1-style2 .mobileHeaderMenuButton2:focus {
  background-color: transparent;
}

#mobileHeaderWidgetLayout2.Header1-style2,
#mobileHeaderWidgetLayout2.Header1-style2 .fixed-header {
  padding: 0px 0;
}

#mobileHeaderWidgetLayout2.Header1-style2 img#MainHeaderLogo {
  margin-left: 0;
  margin-top: 0px;
}

#mobileHeaderWidgetLayout2.Header1-style2 .searchVisble.visble {
  /* top: -10px; */
  transition: 0.5s;
  top: 50px;
  z-index: 100;
  opacity: 1;
}

.Header1-style2 .mobileHeaderMenuButton2 {
  background: 0 0;
  padding: 0;
  font-size: 21px;
}

#mobileHeaderWidgetLayout2.Header1-style2 img#MainHeaderLogo {
  margin-left: 0;
  margin-top: 5px;
}

.Header1-style2 .faiconalign {
  /* color: #334141; */
  font-size: 14px !important;
}
.Header1-style2 #fixedheader .catalog-list .mini_cart_wrapper {
  margin: 0px 10px 0px 10px;
}
.Header1-style2 .inputContainer a.primaryButton.End-Punchout-button-header{
  margin-left: 0px;
  border: 1px solid;
  line-height: 38px;
}
@media (max-width: 991px) {
  #mobileHeaderLayout2.Header1-style2 ul.offcanvas_main_menu {
    padding-top: 50px;
  }
  #mobileHeaderLayout2.Header1-style2 .offcanvas_main_menu li {
    padding: 0px 10px;
  }
  #mobileHeaderLayout2.Header1-style2 .offcanvas_main_menu li span.menu_expand {
    position: absolute;
    right: 15px;
  }
  .Header1-style2 div#fixedheader .navbar_search {
    width: 100%;
  }

  .Header1-style2 #fixedheader .fa.fa-search {
    color: #000;
    font-size: 15px;
  }

  .Header1-style2 .mobileSearch .searchIcon {
    background: none;
  }

  .Header1-style2 .mobileSearch {
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }

  .Header1-style2 img#MainHeaderLogo {
    margin-left: 40px;
    max-height: 40px;
  }

  .Header1-style2 div#fixedheader {
    background: #fff;
    margin-top: 0px;
    padding: 0px;
    border-bottom: 0.5px solid #000;
  }

  .Header1-style2 .fixedHeaderLogin {
    margin-top: 5px;
    display: block;
    float: right;
    width: max-content;
  }

  .Header1-style2 .fixedHeaderLogin li a {
    font-size: 14px;
    color: #333e48;
  }

  .Header1-style2 .mobileSearch,
  .Header1-style2 .mobileCart {
    vertical-align: bottom;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
  }

  .Header1-style2 .mobileSearch .searchIcon {
    font-size: 18px;
    padding: 8px;
    line-height: 1.6;
  }

  .Header1-style2 #fixedheader .ec-search {
    color: #fff;
  }

  .Header1-style2 .navbar_search {
    width: 100%;
    margin: 0.714em 0;
  }

  .Header1-style2 .searchVisble .ec-close-remove {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 22px;
    color: #999;
    z-index: 100;
  }

  .Header1-style2 .mobileCart ul {
    margin-left: 0;
    margin-top: 0;
  }

  .Header1-style2 .mobileCart ul li a {
    padding: 0px 0px 0px 20px !important;
  }

  #mobileHeaderWidgetLayout2.Header1-style2 .navbar_toggler.mobileHeaderMenuButton2 {
    border: 0px;
  }

  .Header1-style2 img#MainHeaderLogo {
    margin-left: 15px !important;
  }

  .Header1-style2 .fixedHeaderLogin {
    margin-right: 5px !important;
  }

  .Header1-style2 .fixedHeaderLogin {
    background: none;
  }

  .Header1-style2 .menu_item.animate_dropdown {
    text-align: center;
  }

  .Header1-style2 .faiconalign {
    /* color: #334141 !important; */
    font-size: 14px !important;
    background: #f8f8f8;
    padding: 8px;
    border-radius: 3px;
  }

  .Header1-style2 .Offcanvas_menu_wrapper {
    padding: 75px 15px 30px;
  }
  .Header1-style2 .custom_header {
    display: none;
  }
}

@media (min-width: 351px) and (max-width: 991px) {
  .searchVisble.visble {
    transition: 0.5s;
    top: 45px;
    z-index: 100;
    display: block;
    opacity: 1;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .searchVisble {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    opacity: 0;
    transition: 0.5s;
    top: 45px;
    z-index: 0;
    /* display: none; */
  }
}

/* Header1-style2 ends here */

/* Header1-style3 starts here */

.Header1-style3 .nav_1 {
  /* background: #0f75bf !important; */
  padding: 0px !important;
  min-height: auto !important;
}
.Header1-style3 #fixedheader .suggestions {
  left: 0%;
  width: 100%;
}
.Header1-style3 .navbar.nav_1 {
  height: 35px !important;
  min-height: 35px !important;
}

.Header1-style3 .nav-item.dropdown:hover > .dropdown-menu {
  display: block !important;
}

.Header1-style3 .navbar_mini_cart .dropdown .nav-link {
  margin-right: 0px;
}

.Header1-style3 .logo {
  height: 50px;
}

.Header1-style3 .navbar_search .input-group .input-group-btn button {
  position: absolute;
  left: 8px;
  padding: 0px;
  background: transparent;
  border: 0px !important;
  z-index: 100;
  top: -28px;
}
.Header1-style3 .inputContainer a.primaryButton.End-Punchout-button-header{
  margin-right: 10px;
  height: 35px;
  line-height: 31px;
  font-size: 12px !important;
}
.Header1-style3 .nav_1 a {
  font-size: 14px !important;
  text-decoration: none;
  /* color: #fff !important; */
  padding: 5px 10px;
  border-right: 1px solid #ececec;
  /* background: none; */
  line-height: 25px;
}

.Header1-style3 .navbar_search .input-group .form-control {
  height: 40px;
  background: rgb(255 255 255);
  padding-left: 47px;
  border: 1px solid #000 !important;
  border-radius: 0px;
}

.Header1-style3 .header-nav-login .dropdown_links .dropdownhighlight {
  text-transform: capitalize;
  font-size: 12px !important;
  color: #000 !important;
}

.Header1-style3 .loginLink a {
  /* color: #fff; */
}

.Header1-style3 .loginLink a:last-child {
  border-right: 0px !important;
}

.Header1-style3 .catalog-list.right_info_three > ul > li {
  margin-right: 10px;
}

.Header1-style3 .menu-height {
  height: 40px;
  background: #f7f7f7;
}

.Header1-style3 .nav_1 .border-no {
  border-right: none !important;
}

.Header1-style3 .srchinput {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  box-shadow: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #333;
  color: #333;
  padding: 10px 10px;
  height: 40px;
}

.Header1-style3 .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: fill !important;
  color: #aaa !important;
}

.Header1-style3 #fixedheader {
  padding: 15px 0px;
}

.Header1-style3 .fixed-header#fixedheader .header_logo_link {
  max-width: 100%;
  height: 50px;
}

.Header1-style3 span.phone-box .fa.fa-phone {
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
}

.Header1-style3 .header-email {
  margin-top: -10px;
}

.Header1-style3 .header-email:hover {
  color: #000;
}

.Header1-style3 .phone-text {
  font-size: 23px;
  color: #000;
  text-decoration: none;
}

.Header1-style3 .navbar-expand-lg .navbar-nav {
  flex-wrap: wrap !important;
}

.Header1-style3 .nav_3 .dropdown a {
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  line-height: 25px;
}

.Header1-style3 .nav_3 li:hover .dropdown-menu {
  display: block;
}

.Header1-style3 .nav_row {
  height: 40px;
  align-items: center;
}

.Header1-style3 li.nav-item.dropdown {
  padding: 0px 15px 0px 0px;
}

.Header1-style3 .nav-link,
.Header1-style3 .nav-item a {
  display: block;
  padding: 10px 0px;
  margin: 0px 0px;
  padding-left: 0px !important;
}

.Header1-style3 .fixed-header .navbar_mini_cart li a {
  display: block;
  padding: 0px 0px;
  margin: 0px 0px;
  font-size: 16px;
}
.Header1-style3 .fixed-header.fixedHeaderLogin li {
  list-style: none;
  margin: 0px 0px 0px 20px;
}
.Header1-style3 #fixedheader .loginLink {
  background: none;
}

.Header1-style3 div.dropdown-multicol {
  width: 75em;
}

.Header1-style3 div.dropdown-multicol > div.dropdown-col {
  display: inline-block;
  width: 32%;
}

.Header1-style3 .navbar.navbar-expand-lg {
  padding: 0px;
}

.Header1-style3 .navbar-collapse {
  background: #f4f4f4;
}

.Header1-style3 .navbar {
  min-height: 44px !important;
}

.Header1-style3 .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute !important;
  width: 100%;
  visibility: visible;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 15px 30px 15px !important;
  margin-top: 0px !important;
  top: auto !important;
}

.megamenu-level2 h6.list-header {
  font-weight: bold;
}

.megamenu-level4 {
  padding-left: 20px;
}

.megamenu-level4 li {
  list-style-type: disc;
}

/*MEDIA QUERY Header*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .Header1-style3 .nav_1 a {
    font-size: 10px !important;
    text-decoration: none;
    /* color: #fff !important; */
    padding: 5px 8px;
    border-right: 0px solid darkgray !important;
  }

  .Header1-style3 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style3 .phone-text {
    font-size: 15px;
    color: #000;
    text-decoration: none;
  }

  .Header1-style3 span.phone-box {
    border-radius: 50%;
    border: 1px solid #000;
    padding: 5px 10px;
  }

  .Header1-style3 a.mail-text {
    font-size: 13px;
  }

  .Header1-style3 .srchinput {
    margin-top: 20px;
  }

  .Header1-style3 .has-search .form-control-feedback {
    margin-top: 20px;
  }

  .Header1-style3 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style3 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style3 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style3 .logo {
    height: 30px;
  }

  .Header1-style3 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style3 button.navbar-toggler {
    margin-top: -115px;
  }

  .Header1-style3 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .Header1-style3 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 10px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 0px solid darkgray !important;
  }

  .Header1-style3 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style3 .phone-text {
    font-size: 15px;
    color: #000;
    text-decoration: none;
  }

  .Header1-style3 span.phone-box {
    border-radius: 50%;
    border: 1px solid #000;
    padding: 5px 10px;
  }

  .Header1-style3 a.mail-text {
    font-size: 13px;
  }

  .Header1-style3 .srchinput {
    margin-top: 20px;
  }

  .Header1-style3 .has-search .form-control-feedback {
    margin-top: 20px;
  }

  .Header1-style3 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style3 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style3 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style3 .logo {
    height: 30px;
  }

  .Header1-style3 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style3 button.navbar-toggler {
    margin-top: -115px;
  }

  .Header1-style3 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .Header1-style3 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 10px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 0px solid darkgray !important;
  }

  .Header1-style3 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style3 .phone-text {
    font-size: 15px;
    color: #000;
    text-decoration: none;
  }

  .Header1-style3 span.phone-box {
    border-radius: 50%;
    border: 1px solid #000;
    padding: 5px 10px;
  }

  .Header1-style3 a.mail-text {
    font-size: 13px;
  }

  .Header1-style3 .srchinput {
    margin-top: 20px;
  }

  .Header1-style3 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style3 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style3 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style3 .logo {
    height: 30px;
  }

  .Header1-style3 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style3 button.navbar-toggler {
    margin-top: -115px;
  }

  .Header1-style3 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Header1-style3 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 10px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 0px solid darkgray !important;
  }

  .Header1-style3 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style3 .phone-text {
    font-size: 15px;
    color: #000;
    text-decoration: none;
  }

  .Header1-style3 span.phone-box {
    border-radius: 50%;
    border: 0px solid #000;
    padding: 5px 10px;
  }

  .Header1-style3 a.mail-text {
    font-size: 13px;
  }

  .Header1-style3 .srchinput {
    margin-top: 20px;
  }

  .Header1-style3 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style3 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style3 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style3 .logo {
    height: 30px;
    margin-top: 25px;
  }

  .Header1-style3 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style3 button.navbar-toggler {
    margin-left: 20px;
  }

  .Header1-style3 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .Header1-style3 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 10px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 1px solid darkgray;
  }

  .Header1-style3 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style3 .phone-text {
    font-size: 15px;
    color: #000;
    text-decoration: none;
  }

  .Header1-style3 span.phone-box {
    border-radius: 50%;
    padding: 5px 10px;
  }

  .Header1-style3 a.mail-text {
    font-size: 13px;
  }

  .Header1-style3 .srchinput {
    margin-top: 20px;
  }

  .Header1-style3 div.dropdown-multicol {
    width: 61em;
  }

  .Header1-style3 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style3 .logo {
    height: 30px;
    margin-top: 25px;
  }

  .Header1-style3 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style3 button.navbar-toggler {
    margin-left: 20px;
  }

  .Header1-style3 .menu-height {
    height: 40px;
    background: #fff;
  }

  .Header1-style3 .nav_3 .dropdown a {
    font-size: 10px;
    font-family: "Titillium Web", sans-serif;
    line-height: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .Header1-style3 .mobileSearch .searchIcon {
    font-size: 16px;
    position: absolute;
    top: -2px;
    right: auto !important;
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 4px 5px !important;
    border-right: 0px !important;
  }

  .Header1-style3 .social-Links {
    display: none;
  }
  .Header1-style3 .nav_1 a {
    border-right: 0px !important;
  }
  .Header1-style3 .loginLink.dropdown-toggle::after {
    display: none !important;
  }
  .Header1-style3 .phone-text,
  .Header1-style3 .header-email {
    display: none !important;
  }
  .mainHeader.header_four .Header1-style3 .navbar,
  .Header1-style3 .navbar {
    min-height: 50px !important;
  }
  .Header1-style3 .fixedHeaderLogin {
    margin-right: 10px !important;
    width: 30px;
    height: 30px;
    padding: 3px 0px;
    background: #f8f8f8;
  }
  .Header1-style3 .fixedHeaderLogin a i {
    font-size: 14px;
    display: none;
  }
  .Header1-style3 .nav_1 a {
    padding: 5px 10px !important;
  }
  .Header1-style3 #fixedheader {
    padding: 0px;
    min-height: 0px;
  }
  .Header1-style3 .logo-mobile {
    position: absolute;
    top: 8px;
    left: 60px;
  }
  .Header1-style3 .search-mobile {
    position: absolute;
    top: 12px;
    right: 85px;
  }
  /* .Header1-style3 .navbar.navbar-expand-lg{
    position: absolute;
    top: -39px;
  } */
  .Header1-style3 button.navbar-toggler {
    margin-top: auto !important;
    position: absolute;
    top: -40px;
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    padding: 5px;
    left: 10px;
  }
  .Header1-style3 .navbar-expand-lg ul.navbar-nav {
    padding: 0px 5px;
  }
  .Header1-style3 .dropdown-menu.megamenu .col-md-3.mb-5 {
    margin-bottom: 10px !important;
  }
  .Header1-style3 .dropdown-menu.megamenu .nav-item a {
    font-size: 12px;
  }
  .Header1-style3 .navbar_search .input-group .input-group-btn button {
    position: absolute;
    left: 1px;
    padding: 0px;
    background: transparent;
    border: 0px !important;
    z-index: 100;
    top: -47px;
  }
  .Header1-style3 .searchVisble.visble .zmdi.zmdi-close {
    font-size: 22px !important;
    position: absolute;
    right: 15px !important;
    top: 8px !important;
  }
  .Header1-style3 .navbar_search .input-group .form-control {
    height: 40px;
    background: rgb(255 255 255);
    padding: 0px 0px 0px 35px;
    border: 1px solid #000 !important;
    border-radius: 0px;
  }
  .Header1-style3 .nav_1 a {
    font-size: 11px !important;
  }
  .Header1-style3 .navbar_mini_cart li a {
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 3px 8px !important;
    border-right: 0px !important;
  }
  .Header1-style3 .navbar_mini_cart li a .fa.fa-shopping-cart {
    font-size: 14px;
  }
  .Header1-style3 .cart_items_count span {
    position: absolute;
    top: -12px;
  }
  .Header1-style3 li.nav-item.dropdown {
    padding: 0px 15px 0px 10px;
  }
  .Header1-style3 .fixedHeaderLogin ul.dropdown-menu {
    padding: 0px;
    position: absolute;
    right: 0px;
    left: auto;
    min-width: 105px;
  }
  .Header1-style3 #fixedheader.fixed-header {
    background: #f1f1f1 !important;
    min-height: 50px;
  }
  .Header1-style3 #fixedheader.fixed-header .logo-mobile {
    position: absolute;
    top: 8px;
    left: 10px;
  }
  .Header1-style3 #fixedheader.fixed-header .search-mobile {
    position: absolute;
    top: 12px;
    right: 0px;
  }
  .mainHeader.header_four .Header1-style3 .navbar.mobile-nav-button {
    min-height: 0px !important;
  }
}

/* Header1-style3 Ends here */

/*Header1-style4 Css Start*/
.Header1-style4 .header_logo img {
  max-height: 60px;
  height: auto;
  object-fit: contain;
}
.Header1-style4#fixedheader .suggestions {
  left: 0%;
  width: 100%;
}
.Header1-style4#fixedheader {
  padding: 0px;
}

.Header1-style4.header_logo_link {
  max-width: 100%;
  height: 50px;
}

.Header1-style4.navbar.navbar-expand-lg {
  background: #fff !important;
}

.Header1-style4.navbar {
  background-color: #fff;
  padding: 0;
  /* transition: all 0.5s; */
}

.Header1-style4.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute !important;
  left: auto !important;
  top: auto !important;
  right: 0 !important;
  min-width: 100% !important;
  max-height: 450px;
  overflow-y: auto;
  padding: 20px 15px 30px 15px !important;
  border: 1px solid #dbdbdb !important;
}

.Header1-style4.navbar.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.Header1-style4.navbar.sticky-header .h-top {
  display: none;
}

.Header1-style4.navbar .h-search-bx {
  background-color: #edecec;
}

.Header1-style4.navbar .h-search-bx .navbar_search {
  width: 100%;
}

.Header1-style4.navbar .h-search-bx .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  height: auto;
  min-height: 50px;
}

.Header1-style4 .navbar_search .input-group .input-group-btn button {
  position: absolute;
  right: 0px;
  padding: 0px;
  background: transparent;
  border: 0px !important;
  z-index: 100;
  top: -3px;
  left: auto;
}

.Header1-style4 .fa.fa-search {
  font-size: 13px;
  /* color: #f0134d; */
}

.Header1-style4 .fa.fa-shopping-cart {
  font-size: 20px !important;
}

.Header1-style4 .navbar-nav {
  flex-wrap: wrap !important;
}

.Header1-style4 .col-md-4.navbar-nav.align-items-center.justify-content-end {
  display: block !important;
}

.Header1-style4 .fixedHeaderLogin > div > ul > li > a {
  background: none;
  padding: 5px 0px 5px 0px;
  font-size: 12px;
}

.Header1-style4.navbar .h-search-bx .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.Header1-style4.navbar .h-search-bx .icon-search {
  border: 0;
  margin-right: 0px;
  color: #f0134d;
  font-size: 13px;
}

.Header1-style4.navbar .h-top {
  position: relative;
  padding: 15px 0;
}

.Header1-style4.navbar .h-top .navbar-nav .nav-item {
  margin: 0 0px 0 15px;
}

.Header1-style4.navbar .h-top .navbar-nav .nav-item:first-child {
  margin: 0 0px 0 0px;
}

.Header1-style4.navbar .h-top .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 13px;
  /* color: #15417e; */
  padding: 3px 0px 0px 0px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: 0px 10px;
}

.Header1-style4.navbar .h-top .navbar-nav .nav-item .nav-link::after {
  right: 10px;
  top: 15px;
}

.Header1-style4.navbar .h-top .navbar-nav .nav-item .nav-link.ht-icon {
  font-size: 20px;
}

.Header1-style4.navbar .h-top .navbar-nav .nav-item .nav-link.ht-icon:hover {
  color: #15417e;
}

.Header1-style4.navbar .h-top .navbar-nav .nav-item .nav-link:after {
  right: 5px;
}

.Header1-style4.navbar .h-top .badge {
  height: auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: -7px;
  right: -12px;
}

.Header1-style4.navbar .h-top .badge.badge-orange {
  /* background-color: #f67b28; */
  color: #fff;
}

.Header1-style4.navbar .h-top .dropdown-menu.hdm-right {
  left: auto;
  right: 0;
}

.Header1-style4.navbar .h-top .dropdown-menu {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.Header1-style4.navbar .h-top .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  text-align: center;
}

.Header1-style4.style4-nav.navbar .h-bottom {
  background-color: #f4f4f4;
  /* border-bottom: 1px solid #f1f1f1; */
}

.Header1-style4.style4-nav.navbar.navbar-expand-lg {
  min-height: 45px !important;
  background: #f4f4f4 !important;
}

.Header1-style4.navbar .h-bottom .navbar-nav .nav-item .nav-link,
.Header1-style4.navbar .h-bottom .navbar-nav .nav-item a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  /* color: #fff; */
  margin-left: 0px;
}
.Header1-style4.navbar .h-bottom .navbar-nav .nav-item a {
  display: block;
  margin: 0px 10px;
}
.Header1-style4.navbar .h-bottom .navbar-nav .nav-item a:first-child {
  /* padding-left: 0px; */
  margin-left: 0px;
}

/* .Header1-style4.navbar .h-bottom .navbar-nav .nav-item.active .nav-link,
.Header1-style4.navbar .h-bottom .navbar-nav .nav-item:hover .nav-link,
.Header1-style4.navbar .h-bottom .navbar-nav .nav-item.show .nav-link {
  background-color: #ffffff;
  border-top: 2px solid #f0134d;
  color: #15417e;
} */

.Header1-style4.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.Header1-style4.navbar .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.Header1-style4.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.Header1-style4.navbar .dropdown-menu li {
  position: relative;
}

.Header1-style4.navbar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  position: relative;
  font-size: 13px;
  color: #726e6e;
  font-weight: 500;
  line-height: 1.1;
  border: 0px;
}

.Header1-style4.navbar .dropdown-menu .dropdown-item:hover,
.Header1-style4.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #15417e;
  color: #fff;
}

.Header1-style4.navbar .dropdown-toggle::after,
.Header1-style4.navbar .dropdown-menu .dropdown-toggle:after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 3px;
  top: 20px;
  margin: 0;
}

.Header1-style4.navbar .dropdown-menu .dropdown-toggle:after {
  right: 10px;
  top: 13px;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.Header1-style4.navbar .nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}

.Header1-style4.navbar .nav-item .submenu-left {
  right: 100%;
  left: auto;
}

.Header1-style4.navbar .dropdown-menu > li:hover > .submenu {
  display: block;
}

.Header1-style4.navbar .navbar-toggler {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 20px;
}

.Header1-style4.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-color: transparent;
}

.Header1-style4.navbar .navbar-toggler.collapsed .navbar-toggler-icon .fa.fa-times:before {
  content: "\f0c9";
}

#header2 .Header1-style4.navbar .catalog-list.right_info_three > ul > li > a {
  background: #edecec;
}

#header2 .Header1-style4.navbar .catalog-list .dropdown > .dropdown-menu,
#header2 .Header1-style4.navbar .catalog-list .dropdown.open > .dropdown-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  /* transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; */
  padding: inherit;
  margin: inherit;
}
#header2 .Header1-style4.navbar .catalog-list .dropdown:hover > .dropdown-menu,
#header2 .Header1-style4.navbar .catalog-list .dropdown.open:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  padding: 0px !important;
  position: absolute;
  left: auto !important;
  right: 0 !important;
  top: 32px !important;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*Header-1 style4 Responsive*/

@media (max-width: 991px) {
  /* .Header1-style4.navbar .h-search-bx {
    margin: 0 35px -60px 0px;
    width: 100%;
    flex-direction: row-reverse;
  } */
  .Header1-style4 .canvas_open {
    left: 25px;
  }
  .Header1-style4.navbar .h-search-bx .form-control {
    min-height: 40px;
  }

  .Header1-style4.navbar .h-search-bx .icon-search {
    margin: 0 0 0 10px;
  }

  .Header1-style4.navbar .h-top {
    padding-bottom: 0;
  }

  .Header1-style4.navbar .h-top .dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .Header1-style4.navbar .h-bottom {
    padding: 10px 15px;
    align-items: center;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
  }

  .Header1-style4.navbar .h-bottom .navbar-toggler {
    height: 40px;
  }

  .Header1-style4.navbar .h-bottom .navbar-collapse {
    margin: 15px 0px 0;
    background: #fff;
  }

  .Header1-style4.navbar .h-bottom .navbar-collapse:before {
    content: "";
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    background: #ddd;
  }

  .Header1-style4.navbar .h-bottom .navbar-nav .nav-item.active .nav-link,
  .Header1-style4.navbar .h-bottom .navbar-nav .nav-item:hover .nav-link,
  .Header1-style4.navbar .h-bottom .navbar-nav .nav-item.show .nav-link {
    background-color: #f67b28;
    border-top: 2px solid #f67b28;
    color: #fff;
  }

  .Header1-style4.navbar .h-bottom .navbar-nav .nav-item .nav-link {
    border-bottom: 2px solid #f67b28;
    color: #15417e;
    padding: 10px 15px;
  }

  .Header1-style4.navbar .dropdown-menu {
    border: 0;
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    background-color: #edecec;
    border-top: 1px solid #15417e;
  }

  .Header1-style4.navbar .nav-item .submenu {
    position: relative;
    left: inherit;
    top: inherit;
    background: #ddd;
    border-top: 1px solid #15417e;
    margin: 0 20px;
  }

  .Header1-style4.navbar .nav-item .submenu .submenu {
    margin: 0;
    border-color: #727272;
    background-color: #cbcbcb;
    padding: 0 10px;
  }

  .Header1-style4.navbar .nav-item .submenu .submenu .dropdown-item:hover {
    background-color: transparent;
    color: #726e6e;
  }

  .Header1-style4.navbar .dropdown-toggle::after,
  .Header1-style4.navbar .dropdown-menu .dropdown-toggle:after {
    top: 15px;
    right: 10px;
  }

  .Header1-style4.navbar .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}

@media (max-width: 575px) {
  /*header*/
  .Header1-style4.navbar .h-top .navbar-brand {
    margin: 0;
    padding: 0 0 10px;
  }

  .Header1-style4.navbar .h-top .navbar-nav .nav-item {
    margin: 0 0 0 0px;
  }
}

@media (max-width: 320px) {
  /*header*/
  .Header1-style4.navbar .h-top .navbar-brand {
    max-width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .Header1-style4#fixedheader.fixed-header .fixedHeaderLogin {
    position: absolute;
    right: 10px;
    top: 2px;
  }
  .Header1-style4#fixedheader.fixed-header .navbar-nav .cart-mobile {
    position: absolute;
    right: 58px;
    top: 2px;
  }
  .Header1-style4#fixedheader.fixed-header .header_logo {
    margin-left: 55px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .Header1-style4#fixedheader.fixed-header.navbar .h-search-bx {
    position: absolute;
    right: 95px;
    top: 2px;
  }
  .Header1-style4.navbar .h-top {
    padding: 0px;
  }
  .Header1-style4.navbar .h-search-bx {
    margin-left: 15px;
    width: auto;
    background-color: #edecec00;
  }
  .Header1-style4 .dropdown-menu.megamenu .col-md-3.mb-5 {
    margin-bottom: 10px !important;
  }
  .Header1-style4 .dropdown-menu.megamenu .nav-item a {
    font-size: 12px;
  }
  .Header1-style4.navbar-expand-lg .navbar-nav .menu-item-has-children .dropdown-menu {
    position: static !important;
    max-height: 450px;
    overflow-y: auto;
    padding: 10px 10px 10px 10px !important;
    border: 1px solid #dbdbdb !important;
    width: 93%;
    min-width: 93% !important;
  }
  .Header1-style4 .fixedHeaderLogin ul.dropdown-menu li {
    padding-left: 5px;
  }
  .Header1-style4 .fixedHeaderLogin {
    margin-right: 10px !important;
    height: 30px;
    border-radius: 3px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .Header1-style4.navbar .h-top .navbar-nav .nav-item .nav-link {
    padding: 0px;
  }
  .Header1-style4 .navbar_mini_cart .undefined.dropdown {
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    border-radius: 3px;
    margin: 0px;
    text-align: center;
    padding: 5px;
  }
  .Header1-style4.navbar .h-top .navbar-nav .nav-item .nav-link {
    padding: 0px;
    margin: 0px;
  }
  .Header1-style4 .fa.fa-shopping-cart {
    font-size: 14px !important;
  }
  .Header1-style4 .navbar_mini_cart .undefined.cart_items_count {
    position: absolute;
    top: -14px;
    right: -14px;
  }
  .Header1-style4.navbar .h-top .badge.badge-orange {
    /* background-color: #f67b28; */
    color: #fff;
    font-size: 11px;
  }
  .Header1-style4.navbar .h-search-bx {
    margin-left: 15px;
    background-color: #f8f8f8;
    position: absolute;
    right: 95px;
    top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
  }
  .Header1-style4 .mobileSearch .searchIcon {
    background: #eee0e000;
  }
  .Header1-style4 .navbar-nav .cart-mobile {
    position: absolute;
    right: 58px;
    top: 12px;
  }
  .Header1-style4 img#MainHeaderLogo {
    max-height: 35px !important;
    margin-left: 0px !important;
  }
  .Header1-style4 .fixedHeaderLogin .dropdown-menu {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    right: 0 !important;
    min-width: 105px !important;
    padding: 10px !important;
    border: 1px solid #dbdbdb !important;
  }
  .Header1-style4 .header_logo {
    margin-left: 55px;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .Header1-style4 .h-top.w-100 .container .row {
    margin-top: 10px;
  }
  .Header1-style4.style4-nav.navbar .h-bottom {
    padding: 0px;
  }
  .Header1-style4.style4-nav.navbar.navbar-expand-lg {
    min-height: 0px !important;
  }
  .Header1-style4.style4-nav.navbar button.navbar-toggler {
    position: absolute;
    top: -48px;
    left: 15px;
  }
  .Header1-style4.navbar .navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-color: #f8f8f8;
    padding: 5px;
    border-radius: 3px;
  }
  .Header1-style4.navbar .h-search-bx .form-control {
    border-radius: 0;
    background-color: #fff;
  }
  .Header1-style4 .navbar_search .input-group .input-group-btn button {
    display: none;
  }
  .Header1-style4.navbar .navbar-toggler {
    color: inherit;
  }
  .Header1-style4.navbar .h-bottom .navbar-collapse.collapse.show {
    width: 100%;
    position: fixed;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    z-index: 11000;
    top: 49px;
    transition: all 0.5s ease 0s;
    left: 0px;
    padding: 10px 15px 10px;
    overflow-y: auto;
    height: 92vh;
  }
}

/*Header1-style4 emds here*/

/* Header1-style5 starts here */

#fixedheader.Header1-style5 {
  padding: 0px 0px;
}
.Header1-style5#fixedheader .Header1-style5-nav {
  background: #f4f4f4;
}
.Header1-style5#fixedheader.fixed-header {
  padding-bottom: 0px;
}
.Header1-style5 .navbar-light .navbar-nav .nav-link {
  margin-left: 0px;
  margin-right: 10px;
}
.Header1-style5 .inputContainer a.primaryButton.End-Punchout-button-header {
  padding: 0px 11px !important;
  border-radius: 3px !important;
  line-height: 32px;
  height: 33px;
  margin-left: 0px;
}
.Header1-style5 .navbar-expand-md .navbar-nav {
  flex-wrap: wrap !important;
}

.Header1-style5 .top-most-bar.top-bar {
  background: #f4f4f4 !important;
  box-sizing: border-box;
  padding: 0px 0px !important;
  height: auto;
  /* background: none; */
}

.Header1-style5 .pad-leftRight-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.Header1-style5 .top-most-bar .top-bar-icons {
  position: relative;
}

.Header1-style5 .top-most-bar .top-bar-icons {
  padding: 0px;
  margin: 0px;
}

.Header1-style5 .top-most-bar .top-bar-icons > li {
  display: inline-block;
  float: left;
  border-right: 1px solid #929292;
  min-width: 30px;
  /* color: #fff !important; */
  list-style: none;
}

.Header1-style5 .top-most-bar .top-bar-icons > li a {
  color: #333 !important;
}

.Header1-style5 .top-most-bar .top-bar-icons > li .std-link {
  line-height: 41px;
  padding: 0px 10px;
  display: inline-block;
  text-decoration: none;
  /* color: #fff !important; */
  outline: none;
  font-size: 15px;
}

.Header1-style5 .top-most-bar .right-menu > li {
  border: 0px;
  border-left: 1px solid #929292;
  list-style: none;
}

.Header1-style5 .top-most-bar .top-bar-icons > li {
  display: inline-block;
  float: left;
  /* border-right: 1px solid #fff; */
  min-width: 30px;
  /* color: #fff; */
  list-style: none;
}

.Header1-style5 .no-border {
  border: 0px !important;
}

.Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete {
  width: 100%;
  position: relative;
}

.Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete .auto-search {
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #333;
  outline: none;
}

.Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete input {
  width: 100%;
  box-shadow: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #0f75bf;
  color: #333;
  padding: 8px 10px;
  border: 1px solid #ccc;
  margin: 3px;
  transition: 0.3s all linear;
  height: 35px;
}

.Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete .form-control-feedback {
  padding: 12px;
  color: #999999;
  top: 0px;
  right: 8px;
}

.Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete .form-control-feedback {
  /* pointer-events: all; */
  cursor: pointer;
  color: grey !important;
}

.Header1-style5 .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 16px;
  text-align: center;
  /* pointer-events: none; */
}

.Header1-style5 .search-bar-type05 .autocomplete .input-group-btn button {
  position: absolute;
  top: -3px;
  right: 9px;
  background: transparent;
  color: #8e8e8e;
  height: auto;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0 0px;
  line-height: 29px;
}

.Header1-style5 .dropdown-toggle.std-link::after {
  display: none;
}

.Header1-style5 .fa-search:before {
  content: "\f002";
}

.Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete ul {
  position: absolute;
  left: 0;
  width: 100%;
  border: 0px solid #333;
  z-index: 99;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  top: 39px;
  box-shadow: none;
}

.Header1-style5 .top-most-bar .right-menu > li.user-after-login a.dropdown-toggle {
  font-weight: 600;
  font-size: 14px;
}

.Header1-style5 .top-most-bar .right-menu .dropdown .std-link {
  padding: 0px 10px 0px 5px;
}

.Header1-style5 .top-most-bar .right-menu > li.user-after-login a.dropdown-toggle .circle-user {
  padding: 3px 4px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: 5px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

.Header1-style5 .top-most-bar .right-menu > li.user-after-login a.dropdown-toggle .drop-icon {
  font-size: 15px;
  font-weight: 700;
  padding: 2px 5px;
}

.Header1-style5 .top-most-bar .right-menu .user-expand {
  background: #fff;
  left: auto;
  right: 0px;
  top: 22px;
}

.Header1-style5 .top-bar-icons.right-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.Header1-style5 .top-most-bar .right-menu .user-expand .triangle-bottomright {
  position: absolute;
  right: 25px;
  top: -10px;
  width: 0;
  height: 0;
}

.Header1-style5 .top-most-bar .right-menu .user-expand > li {
  line-height: 1.9;
  list-style: none;
}

.Header1-style5 .top-most-bar .right-menu .user-expand > li a {
  color: #333;
  outline: none;
  font-size: 13px;
  line-height: 1.9;
}

.Header1-style5 .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.Header1-style5 .top-most-bar .right-menu .user-expand > li {
  line-height: 1.9;
  list-style: none;
}

.Header1-style5 .top-most-bar .right-menu .user-expand > li.logout {
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding-top: 5px;
  margin-top: 5px;
}

.Header1-style5 .top-most-bar .right-menu .user-expand > li {
  line-height: 1.9;
  list-style: none;
}

.Header1-style5 .top-most-bar .right-menu > li:last-child {
  padding: 0px 0px 0px 10px;
}

.Header1-style5 .header_right_info {
  margin-left: 0px;
}

.Header1-style5 .top-most-bar .right-menu > li {
  border: 0px;
  border-left: 1px solid #929292 !important;
  list-style: none;
}

.Header1-style5 .top-most-bar .right-menu > li:first-child {
  border-left: 0px !important;
  width: 35%;
  margin-right: 15px;
}

.Header1-style5 .line-height-6 {
  line-height: 40px;
}

.Header1-style5 .top-most-bar .right-menu > li.user-before-login .login a,
.Header1-style5 .top-most-bar .right-menu > li.user-before-login .Signup a {
  padding: 0px 5px;
  font-weight: 600;
  font-size: 14px;
}

.Header1-style5 .header-body .company-logo {
  max-width: 250px;
  height: auto;
  max-height: 80px;
  min-height: 70px;
  line-height: 80px;
  text-align: left;
}

.Header1-style5 .header-body .company-logo img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  display: inline-block;
  object-fit: contain;
}

.Header1-style5 .header-body {
  background: #fff;
  /* padding-bottom: 20px; */
}

.Header1-style5 .contact-info-header-body {
  margin-top: 12px;
}

.Header1-style5 .header-body .contact-info-header-body a {
  color: #000 !important;
}

.Header1-style5 .header-body .contact-info-header-body a {
  outline: none;
  color: #333;
  text-decoration: none;
}

.Header1-style5 .header-body .contact-header-icon-circle {
  padding: 9px 14px 14px 13px;
  border-radius: 100%;
  font-size: 21px;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  color: #333;
}

.Header1-style5 .header-body .contact-header-icon-circle {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.Header1-style5 .header-body .contact-info-header-body .contact-number {
  font-size: 23px;
  padding-left: 9px;
}

span.contact-number {
  color: #000;
}

.Header1-style5 .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  width: 100%;
  position: absolute !important;
  width: 100%;
  visibility: visible;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 15px 30px 15px !important;
  margin-top: 0px !important;
  top: auto !important;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level2 {
  padding-left: 10px;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level2 li {
  list-style: none;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level2 li h6.list-header {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.Header1-style5 .nav-item a:hover {
  color: #000;
  text-decoration: none;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level2 li h6.list-header a:hover {
  text-decoration: none;
  color: #000;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level3 {
  padding-left: 0px;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level3 li {
  list-style: none;
  font-size: 14px;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level4 {
  padding-left: 20px;
}

.Header1-style5 .dropdown-menu.megamenu .megamenu-level4 li {
  list-style: square;
}

.Header1-style5 .navbar.navbar-expand-md {
  padding: 0px;
  min-height: 40px;
}

.Header1-style5 .dropdown-submenu {
  position: relative;
}

.Header1-style5 .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.Header1-style5 .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

/* header5 new style starts here */
.Header1-style5.Header1-style5-nav .mega_items a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.Header1-style5.Header1-style5-nav .mega_menu_inner a::after {
  display: none;
}
.Header1-style5.Header1-style5-nav .mega_menu_inner > li.four-level-menu > a {
  border-bottom: 0px;
  font-size: 14px;
}
.Header1-style5.Header1-style5-nav .mega_menu_inner > li.second-level-menu > a {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 14px;
}
.Header1-style5.Header1-style5-nav .four-level-menu {
  display: list-item !important;
  margin-left: 0px;
  list-style: none;
}
.Header1-style5.Header1-style5-nav .mega_menu_inner > li ul li a {
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 22px;
  /* color: #777; */
  text-transform: none;
}
.Header1-style5.Header1-style5-nav .five-menu-level {
  margin-left: 15px;
  display: list-item;
  list-style: square;
}
.Header1-style5.Header1-style5-nav .five-menu-level a {
  font-size: 14px !important;
}
.Header1-style5.Header1-style5-nav .menu_four nav > ul > li > a {
  padding: 15px;
  text-transform: none;
}
.Header1-style5.Header1-style5-nav .main_menu nav > ul > li > a {
  font-size: 14px;
}
/* header5 new style ends here */

@media only screen and (max-width: 767px) {
  .Header1-style5 .search-bar-type05 .autocomplete .input-group-btn button {
    position: absolute;
    top: -7px;
    right: 9px;
  }
  .Header1-style5 .top-bar-icons.pull-left {
    display: none;
  }
  .Header1-style5 .top-most-bar.top-bar {
    height: auto;
    width: 50%;
    position: absolute;
    right: 0px;
    z-index: 999999;
  }
  .Header1-style5 .top-most-bar.top-bar .row.justify-content-between {
    display: flex;
    justify-content: end !important;
    align-items: center;
  }
  .Header1-style5 .fixedHeaderLogin {
    margin-right: 10px !important;
  }
  .Header1-style5 .top-most-bar .right-menu > li {
    border-left: 0px !important;
  }
  .Header1-style5 .top-most-bar .top-bar-icons > li .std-link {
    line-height: 25px;
    background: #f8f8f8;
    height: 30px;
    border-radius: 3px;
    width: 30px;
    text-align: center;
    padding: 2px;
  }
  .Header1-style5 .std-link .quantity {
    position: absolute;
    top: -12px;
    left: 20px;
    border-radius: 50%;
    font-size: 11px;
  }
  .Header1-style5 .company-logo {
    position: absolute;
    top: -15px;
    left: 55px;
    z-index: 99999;
    display: none;
  }
  .Header1-style5#cheader-type01 {
    min-height: 50px;
    padding: 11px 0px;
  }
  .Header1-style5#fixedheader.fixed-header {
    padding-bottom: 0px;
    background: #f4f4f4 !important;
    height: auto;
  }
  .Header1-style5#fixedheader {
    background: #f4f4f4 !important;
    padding: 0px 0px 0px 50px;
    height: 0;
  }
  .Header1-style5 img#MainHeaderLogo {
    max-height: 70px !important;
    margin-left: 0px !important;
  }
  .Header1-style5 .navbar.navbar-expand-md {
    padding: 0px;
    min-height: 25px;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
    background: transparent;
  }
  .Header1-style5 .navbar.navbar-expand-md button.navbar-toggler {
    border-color: transparent;
    background: #f8f8f8;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    padding: 6px;
    line-height: 10px;
    margin-left: 10px;
  }
  .Header1-style5.Header1-style5-nav .navbar.navbar-expand-md .navbar-collapse {
    background: #fff;
    position: relative;
    z-index: 9999;
  }
  .Header1-style5.Header1-style5-nav .navbar.navbar-expand-md .navbar-collapse .navbar-nav {
    background: #fff;
    padding: 0px 20px;
  }
  .Header1-style5 .loginLink.dropdown-toggle::after {
    display: none;
  }
  .Header1-style5 .fixedHeaderLogin {
    text-align: center !important;
  }
  .Header1-style5 .mobileSearch {
    margin-top: 2px;
  }
  .Header1-style5 .mobileSearch .searchIcon {
    margin-right: 10px !important;
  }
  .Header1-style5 .top-most-bar .right-menu > li:last-child {
    padding: 0px;
  }
  .Header1-style5 .fixedHeaderLogin {
    margin-left: 10px;
    background: #f8f8f8;
    height: 30px;
    border-radius: 3px;
    width: 30px;
    padding-top: 2px;
  }
  .Header1-style5 .top-bar-icons.right-menu .dropdown-menu {
    position: absolute;
    left: auto !important;
    transform: translate3d(0px, 28px, 0px) !important;
    right: 0px;
  }
  .Header1-style5 .searchVisble.visble {
    visibility: visible;
    transition: 0.5s;
    top: 3px;
    opacity: 1;
    display: block;
  }
  .Header1-style5 .searchVisble.visble .navbar_search {
    width: 100%;
    position: absolute;
    top: 40px;
  }
  .Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete input {
    width: 100%;
    box-shadow: none;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #0f75bf;
    color: #333;
    padding: 8px 30px;
    border: 1px solid #ccc;
    margin: 0px;
    transition: 0.3s all linear;
    height: 35px;
  }
  .Header1-style5 .top-most-bar .top-bar-icons > li .search-bar-type05 .autocomplete .form-control-feedback {
    padding: 10px;
    color: #999999;
    top: 0px;
    left: 0px;
  }
  .Header1-style5 .searchVisble.visble .zmdi.zmdi-close {
    font-size: 18px !important;
    position: absolute !important;
    right: 12px !important;
    top: 48px !important;
    color: #000;
    display: none;
  }
  .Header1-style5 .dropdown-menu.megamenu .col-md-3.mb-5 {
    margin-bottom: 10px !important;
  }
  .Header1-style5 .dropdown-menu.megamenu .nav-item a {
    font-size: 12px;
  }
  .mainHeader.header_four .Header1-style5 .top-most-bar.top-bar {
    height: auto;
    width: 50%;
    position: absolute;
    right: 0px;
    z-index: 999999;
    background: transparent !important;
  }
  .Header1-style5.Header1-style5-nav .Offcanvas_menu .canvas_open {
    top: -10px !important;
  }
}

/* Header1-style5 Ends here */

/*Header1-style6 starts here*/
.Header1-style6 .logo-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}
.Header1-style6 #fixedheader.fixed-header.logo-mobile img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 50px;
}
.Header1-style6 #fixedheader .suggestions {
  left: 0px;
  width: 100%;
}
.Header1-style6 .nav_1 {
  background: #f4f4f4;
  padding: 0px;
}
#header2 .Header1-style6 .catalog-list.right_info_three > ul > li > a {
  border-right: 0px;
}
.Header1-style6 .catalog-list label {
  font-size: 13px;
  letter-spacing: 1px;
}
.Header1-style6 .logo {
  height: 50px;
}

.Header1-style6 .dropdown-menu.megamenu .megamenu-level2 li h6.list-header a:hover {
  text-decoration: none;
  color: #000;
}

.Header1-style6 .dropdown-menu.megamenu .megamenu-level2 a:hover,
.Header1-style6 .dropdown-menu.megamenu .megamenu-level3 a:hover,
.Header1-style6 .dropdown-menu.megamenu .megamenu-level4 a:hover {
  text-decoration: none;
  color: #000;
}

.Header1-style6 .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute !important;
  top: auto !important;
  width: 100%;
  min-width: 100% !important;
  left: 0 !important;
  right: auto;
  visibility: visible;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 15px 30px 15px !important;
}

.Header1-style6 .navbar_search .input-group .input-group-btn button {
  position: absolute;
  left: auto;
  right: 25px;
  padding: 0px;
  background: transparent;
  border: 0px !important;
  z-index: 100;
  top: -26px;
}

.Header1-style6 .nav-item .nav-link {
  margin: 0px;
}

.Header1-style6 .nav-item a {
  padding: 10px 0px;
}

.Header1-style6 .navbar_mini_cart .nav-link {
  margin: 0px 15px;
  padding: 0px;
  line-height: 36px;
  display: flex;
  align-items: center;
}

.Header1-style6 .navbar_mini_cart .nav-link .fa.fa-shopping-cart {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
}

.Header1-style6 .navbar_mini_cart .nav-link .cart_items_count {
  color: #fff;
}

.Header1-style6 .row-line a:last-child {
  border-right: 0px !important;
}

.Header1-style6 .nav-item.dropdown:hover > .dropdown-menu {
  display: block !important;
}

.Header1-style6 .nav_1 a {
  font-size: 13px !important;
  text-decoration: none;
  /* color: inherit !important; */
  padding: 5px 8px;
  border-right: 1px solid darkgray;
  background: none;
  line-height: 25px !important;
  text-transform: capitalize !important;
}
.Header1-style6 .nav_1 .dropdown_links a {
  color: #333 !important;
}
.Header1-style6 .nav_1 .fixedHeaderLogin ul li a {
  border-right: 0px !important;
}

.Header1-style6 .menu-height {
  min-height: 40px;
  background: #f7f7f7;
}

.Header1-style6 .nav_1 .border-no {
  border-right: none !important;
}

.Header1-style6 .nav_2 .srchinput {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  box-shadow: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #333 !important;
  color: #333 !important;
  padding: 10px 10px;
  height: 40px;
}

.Header1-style6 .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: fill !important;
  color: #aaa !important;
}

.Header1-style6 .nav_3 .dropdown a {
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  line-height: 25px;
}

.Header1-style6 .nav_3 li:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}

.Header1-style6 .navbar-expand-lg .navbar-nav {
  flex-wrap: wrap !important;
}

.Header1-style6 .nav_row {
  /* height: 40px; */
  align-items: center;
}

.Header1-style6 li.nav-item.dropdown {
  padding: 0px 15px 0px 0px;
  position: static;
}

.Header1-style6 .fixed-header#fixedheader .header_logo_link {
  max-width: 100%;
  height: 50px;
}

.Header1-style6 div.dropdown-multicol {
  width: 75em;
}

.Header1-style6 div.dropdown-multicol > div.dropdown-col {
  display: inline-block;
  width: 32%;
}

.Header1-style6 #fixedheader {
  background: #fff !important;
  padding: 10px 0px;
}

.Header1-style6 .navbar {
  min-height: 45px !important;
  height: fit-content !important;
  background: #f4f4f4 !important;
}

.Header1-style6 .nav_3 .dropdown a {
  line-height: 25px;
  margin: 0px !important;
}

.Header1-style6 .fixed-header .fixedHeaderLogin > div > ul > li > a {
  line-height: 40px;
}

/*MEDIA QUERY Header*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .Header1-style6 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 7px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 1px solid darkgray;
  }

  .Header1-style6 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style6 .srchinput {
    margin-top: 20px;
  }

  .Header1-style6 .has-search .form-control-feedback {
    margin-top: 20px;
  }

  .Header1-style6 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style6 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style6 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style6 .logo {
    height: 30px;
  }

  .Header1-style6 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style6 button.navbar-toggler {
    margin-top: -115px;
  }

  .Header1-style6 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
  .Header1-style6 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 7px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 1px solid darkgray;
  }

  .Header1-style6 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style6 .srchinput {
    margin-top: 20px;
  }

  .Header1-style6 .has-search .form-control-feedback {
    margin-top: 20px;
  }

  .Header1-style6 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style6 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style6 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style6 .logo {
    height: 30px;
  }

  .Header1-style6 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style6 button.navbar-toggler {
    margin-top: -115px;
  }

  .Header1-style6 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .Header1-style6 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 7px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 1px solid darkgray;
  }

  .Header1-style6 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style6 .srchinput {
    margin-top: 20px;
  }

  .Header1-style6 .has-search .form-control-feedback {
    margin-top: 20px;
  }

  .Header1-style6 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style6 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style6 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style6 .logo {
    height: 30px;
  }

  .Header1-style6 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style6 button.navbar-toggler {
    margin-top: -115px;
  }

  .Header1-style6 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Header1-style6 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 10px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 1px solid darkgray;
  }

  .Header1-style6 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style6 .srchinput {
    margin-top: 20px;
  }

  .Header1-style6 .has-search .form-control-feedback {
    margin-top: 20px;
  }

  .Header1-style6 div.dropdown-multicol {
    width: 100%;
  }

  .Header1-style6 div.dropdown-multicol > div.dropdown-col {
    display: block;
    width: 100%;
  }

  .Header1-style6 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style6 .logo {
    height: 30px;
    margin-top: 25px;
  }

  .Header1-style6 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style6 button.navbar-toggler {
    margin-left: 20px;
  }

  .Header1-style6 .menu-height {
    height: 40px;
    background: #fff;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .Header1-style6 .nav_1 a {
    font-family: "Poppins", sans-serif;
    font-size: 10px !important;
    text-decoration: none;
    /* color: #fff; */
    padding: 5px 8px;
    border-right: 0px !important;
    background: none;
    line-height: 25px !important;
  }

  .Header1-style6 .nav_1 .row {
    flex-wrap: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .Header1-style6 .srchinput {
    margin-top: 20px;
  }

  .Header1-style6 .has-search .form-control-feedback {
    margin-top: 20px;
  }

  .Header1-style6 div.dropdown-multicol {
    width: 61em;
  }

  .Header1-style6 .menu_row {
    display: flex;
    justify-content: flex-start !important;
  }

  .Header1-style6 .logo {
    height: 30px;
    margin-top: 25px;
  }

  .Header1-style6 .phone-col {
    align-items: flex-end !important;
  }

  .Header1-style6 button.navbar-toggler {
    margin-left: 20px;
  }

  .Header1-style6 .menu-height {
    height: 40px;
    background: #fff;
  }

  .Header1-style6 .nav_3 .dropdown a {
    font-size: 10px;
    font-family: "Titillium Web", sans-serif;
    line-height: 25px;
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .Header1-style6 .social-mobile {
    display: none;
  }
  .Header1-style6 .nav_1 a {
    border-right: 0px;
  }
  .Header1-style6 .loginLink.dropdown-toggle::after {
    display: none;
  }
  .Header1-style6 .btn.btn-dark.cart-mobile {
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    padding: 1px;
    border: 0px;
    border-radius: 3px;
    position: absolute;
    right: 45px;
    top: -42px;
  }
  .Header1-style6 .navbar_mini_cart .nav-link .cart_items_count {
    color: #636363;
    position: absolute;
    top: -12px;
    right: -7px;
  }
  .Header1-style6 .navbar_mini_cart .nav-link .fa.fa-shopping-cart {
    font-size: 14px;
    margin-right: 5px;
    color: #636363;
  }
  .Header1-style6 .navbar_mini_cart .nav-link {
    margin: 0px 0px;
    padding: 6px 3px;
    line-height: 25px;
    display: flex;
    align-items: center;
  }
  .Header1-style6 .nav_1 {
    background: #f4f4f4;
    padding: 0px;
    height: 0px;
  }
  .Header1-style6 #fixedheader {
    background: #f4f4f4 !important;
    padding: 0px 0px;
    height: 50px;
  }
  .Header1-style6 .menu_row .navbar {
    height: 0px !important;
    padding: 0px;
  }
  .Header1-style6 button.navbar-toggler {
    margin-top: auto !important;
  }
  .Header1-style6 img#MainHeaderLogo {
    max-height: 70px !important;
    margin-left: 60px !important;
    margin-top: 8px;
  }
  .Header1-style6 .menu_row .navbar button.navbar-toggler {
    position: absolute;
    top: -39px;
    background: #f8f8f8;
    width: 30px;
    height: 30px;
    padding: 4px;
    left: 15px;
  }
  .Header1-style6 .menu_row .navbar.navbar-expand-lg.menu-height {
    height: 0px !important;
    min-height: 0px !important;
    padding: 0px;
  }
  .Header1-style6 .fixedHeaderLogin {
    margin-right: 15px !important;
    margin-top: 10px;
    margin-left: 10px;
    background: #f8f8f8;
    height: 30px;
    border-radius: 3px;
    width: 30px;
    text-align: center;
    padding: 2px 0px;
  }
  .Header1-style6 .logo-mobile {
    width: auto;
  }
  .Header1-style6 .mobileSearch .searchIcon {
    font-size: 14px;
    color: #3d3d3d;
    margin-right: 15px;
    background: #f8f8f8;
    padding: 3px;
    border-radius: 3px;
    position: absolute;
    top: -33px;
    right: 88px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  #header2 .Header1-style6 .fixedHeaderLogin a.loginLink .fa.fa-user,
  .Header1-style6 .nav_1 a .fa.fa-user {
    font-size: 14px !important;
  }

  .Header1-style6 .nav_1 .fixedHeaderLogin a {
    border-right: 0px !important;
    color: #636363 !important;
  }
  .menu_row .navbar .navbar-collapse.collapse {
    z-index: 999;
  }
  .Header1-style6 .navbar-expand-lg .navbar-nav {
    background: #fff;
    padding: 0px 15px;
  }
  .Header1-style6 .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    padding: 10px 10px 10px 10px !important;
  }
  .Header1-style6 .dropdown-menu.megamenu .col-md-3.mb-5 {
    margin-bottom: 10px !important;
  }
  .Header1-style6 .dropdown-menu.megamenu .nav-item a {
    font-size: 12px;
  }
  .Header1-style6 .menu_row .navbar .navbar-nav .menu-item-has-children.nav-item .nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
  }
  .Header1-style6 .nav_2 .srchinput {
    position: relative;
    top: -16px;
  }
  .Header1-style6 .has-search .form-control-feedback {
    display: none;
  }
  .Header1-style6 .Offcanvas_four .canvas_open {
    top: -65px !important;
  }
  .Header1-style6 .mobileSearch .zmdi.zmdi-close {
    display: none;
  }
  .Header1-style6 .has-search .mobileSearch .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 3px !important;
  }
}

/* Header1 style6 ends here */

/* Header1-style7 starts here */
.Header1-style7#fixedheader .suggestions {
  left: 0px;
  width: 100%;
}
.Header1-style7 .navbar {
  padding: 0px 20px;
}
.Header1-style7 .navbar .navbar-nav {
  flex-wrap: wrap;
}
.Header1-style7 .navbar .navbar-nav .nav-link {
  display: block;
  padding: 10px 0px;
  margin: 0px 20px 0px 0px;
}
.Header1-style7 .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 100% !important;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: visible;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10000;
  top: auto !important;
  text-align: left;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 30px 30px 30px !important;
}
.Header1-style7 .company-logo {
  max-width: 250px;
  height: auto;
  max-height: 80px;
  min-height: 70px;
  text-align: left;
  align-items: center;
  display: grid;
}
.Header1-style7 .company-logo img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  display: inline-block;
  object-fit: contain;
}
.Header1-style7 .search-box .form-control {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  box-shadow: none;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #333 !important;
  color: #333 !important;
  padding: 10px 10px;
  height: 40px;
}
.Header1-style7 .navbar_search .input-group .input-group-btn button {
  position: absolute;
  left: auto;
  right: 0px;
  padding: 0px;
  background: transparent;
  border: 0px !important;
  z-index: 100;
  top: -7px;
  font-size: 14px !important;
  color: inherit;
}
.Header1-style7.top-header {
  background-color: #fff;
}
.Header1-style7 .search-box .icon-search {
  border: 0px;
}
.Header1-style7 .login-seprator {
  margin: 0px 5px;
}
.Header1-style7 .header-cart .nav-link {
  padding: 5px 0px;
  font-size: 20px;
  margin-right: 0px;
}
.Header1-style7#fixedheader .loginLink {
  background: none;
  padding-left: 0px;
}
.Header1-style7#fixedheader {
  background: #fff !important;
  padding: 5px 0px;
}
.Header1-style7#fixedheader .login-details {
  display: grid;
}
.mainHeader.header_four .Header1-style7.navbar {
  min-height: 45px;
  background: #f4f4f4;
}
.Header1-style7 .nav-item.dropdown:hover > .dropdown-menu {
  display: block !important;
}
.Header1-style7 .navbar-nav .nav-item .dropdown-menu.show {
  display: none;
}
@media only screen and (max-width: 992px) {
  .Header1-style7 .company-logo img {
    position: absolute;
    top: 5px;
    left: 60px;
  }
  .Header1-style7#fixedheader {
    background: #f4f4f4 !important;
    padding: 5px 0px;
  }
  .mainHeader.header_four .Header1-style7 .navbar {
    min-height: 0px;
    height: 0px;
    background: #f4f4f4;
  }
  .Header1-style7.top-header {
    background-color: #f4f4f4;
    height: 55px;
  }
  .Header1-style7 .navbar.navbar-expand-md .navbar-toggler {
    position: absolute;
    left: 10px;
    top: -45px;
    width: 35px;
    height: 35px;
    padding: 0px;
  }
  .Header1-style7 .header_logo_link {
    position: absolute;
    top: 5px;
    left: 60px;
  }
  .Header1-style7 img#MainHeaderLogo {
    max-height: 70px !important;
    margin-left: 0px !important;
    max-width: 80px;
  }
  .Header1-style7 .mobileSearch {
    position: absolute;
    top: -59px;
    z-index: 1;
    right: 118px;
    width: 28px;
    height: 28px;
  }
  .Header1-style7 .fixedHeaderLogin {
    position: absolute;
    z-index: 1;
    top: -61px;
    right: 15px;
    margin-right: 0px !important;
    text-align: center;
  }
  .Header1-style7 .fixedHeaderLogin .dropdown-toggle::after {
    display: none;
  }
  .Header1-style7 .navbar_mini_cart .dropdown .nav-link {
    position: absolute;
    z-index: 1;
    top: -82px;
    right: 50px;
  }
  .Header1-style7 .navbar_mini_cart .dropdown .nav-link .fa-shopping-cart {
    background: #f8f8f8;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    border-radius: 3px;
  }
  .Header1-style7 .navbar_mini_cart .dropdown .nav-link .cart_items_count {
    position: absolute;
    top: -7px;
    right: -8px;
    font-size: 12px;
  }
  .Header1-style7#fixedheader .loginLink {
    background: none;
    padding-left: 0px;
  }
  .Header1-style7 .fixedHeaderLogin .dropdown-menu {
    position: absolute;
    transform: unset;
    top: auto;
    left: auto;
    will-change: unset;
    right: 0px;
    z-index: 99999;
    top: 10px !important;
  }
  .Header1-style7 .searchVisble .zmdi.zmdi-close {
    display: none;
  }
  .Header1-style7 .navbar.navbar-expand-md .navbar-collapse.collapse {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 9999;
  }
  .Header1-style7 .navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 5px !important;
  }
}

/* Header1-style7 ends here */

/* Header1-style8 starts here */

.Header1-style8 .logo_img_link {
  max-width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

.mainHeader.header_four .Header1-style8 .navbar {
  min-height: max-content;
  background: #fff;
}

.Header1-style8 {
  background-color: #fff;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}
.Header1-style8#fixedheader {
  padding: 0px;
}
.Header1-style8 .header-v10.navbar .navbar-nav .nav-link {
  display: block;
  padding: 10px 0px;
  margin: 0px 15px;
}

.Header1-style8 .header-v10.navbar .navbar-nav {
  flex-wrap: wrap;
}

.Header1-style8 .homepage-v10-search-form-main {
  /* width: 574px;
  border: 1px solid #dadada; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.Header1-style8 .homepage-v10-search-form-main .navbar_search .input-group .form-control {
  height: 40px;
  background: #fff;
  border: 1px solid #dadada !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  border-radius: 0px;
  padding-left: 15px;
}

.Header1-style8 .homepage-v10-search-form-main .navbar_search .input-group .input-group-btn button {
  position: absolute;
  left: auto;
  padding: 0px;
  background: transparent;
  border: 0px !important;
  z-index: 100;
  right: 0px;
  color: #000;
  top: -7px;
  font-size: 15px !important;
}

.Header1-style8 .homepage-v10-search-form-input {
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  background-color: #fff;
  border: none;
  border-radius: 0px;
}

.Header1-style8 .homepage-v10-search-form-input:focus {
  color: #353a56;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}

.Header1-style8 .homepage-v10-search-form-btn {
  color: #353a56;
  font-size: 16px;
  padding: 7px 20px;
  border: none;
  background: none;
}

.Header1-style8 .homepage-v10-search-form-main-responsive {
  display: none;
}

.Header1-style8 .headerchanged .header-v10 .navbar-brand img {
  filter: brightness(0) invert(1);
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

/* .Header1-style8 .header-v10-navbar-right-mobile {
  display: none;
}

.Header1-style8 .homev10-responsive-mobile {
  display: none;
} */

.Header1-style8 .stickyNav .header-v10 {
  padding: 9px 0 10px 0;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.Header1-style8 .header-v10 {
  background: none;
  margin: 0;
  padding: 17px 0 18px 0;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.Header1-style8 .header-v10-navbar-border {
  padding: 0px !important;
}

.Header1-style8 .header-v10-navbar-border .navbar-collapse {
  border-top: 1px solid #ebebeb;
}

.Header1-style8 .header-v10 .navbar-brand {
  height: 51px;
  width: 127px;
  padding: 0;
  display: inline-block;
  margin-right: 0;
}

.Header1-style8 .stickyNav .header-v10 .navbar-brand {
  height: 42px;
  width: 107px;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.Header1-style8 .homev10-nav-link {
  color: #353a56 !important;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid;
  border-color: transparent;
  padding: 14px 35px !important;
  margin-top: -1px;
}
.Header1-style8 .navbar-light .navbar-nav .nav-link:active,
.Header1-style8 .navbar-light .navbar-nav .nav-link:hover,
.Header1-style8 .homev10-nav-link.active,
.Header1-style8 .homev10-nav-link:hover {
  color: #fbbe4d !important;
  border-top: 1px solid #fbbe4d;
}

.Header1-style8 .homev10-nav-link.show .fa-angle-down {
  transform: rotate(180deg);
}

.Header1-style8 .homev10-nav-link.dropdown-toggle::after {
  display: none;
}

.Header1-style8 .homev10-search a {
  position: relative;
}

.Header1-style8 .homev10-search .form-control {
  padding: 15px 24px;
  font-size: 15px;
  font-weight: 400;
  color: #353a56;
  background-color: #f4f4f4;
  border: none;
  border-radius: 100px !important;
  height: 41px;

  box-shadow: none;
  outline: none;
  font-style: italic;
}

.Header1-style8 .homev10-search .form-control:focus {
  border: none;
  border-radius: 100px !important;
  box-shadow: none;
  outline: none;
}

.Header1-style8 .homev10-search .homev10-search-fullwidth {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 10px 10px 10px 10px;
}

.Header1-style8 .homev10-search.menu-large {
  position: unset !important;
}

.Header1-style8 .homev10-search.menu-large .search-mobile-name {
  display: none;
}

.Header1-style8 .homev10-search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0px;
  margin-bottom: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
}

.Header1-style8 .homev10-search .dropdown-menu.show {
  display: block;
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.2s;
  top: 110px;
  left: 0;
  right: 0;
  margin-top: 0.125rem;
  position: absolute;
  z-index: 1000;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background: none;
  background-clip: border-box;
  border: none;
  box-shadow: none;
  background-clip: padding-box;
  border-radius: 0px;
}

.Header1-style8 .stickyNav .homev10-search .dropdown-menu.show {
  top: 62px;
}

.Header1-style8 .homev10-account-name {
  font-size: 14px;
  font-weight: 400;
  color: #353a56;
  display: block;
}

.Header1-style8 .homev10-wishlist-name {
  font-size: 14px;
  font-weight: 400;
  color: #353a56;
  display: block;
}
.Header1-style8 .header-v10-navbar-right-mobile .loginLink {
  font-size: 22px;
  color: #000;
}
.Header1-style8 .header-v10-navbar-right-mobile .loginLink.dropdown-toggle::after {
  display: none;
}
.Header1-style8 .header-v10-navbar-right-mobile .homev6-login {
  text-align: center;
  line-height: 18px;
  position: static;
}
.Header1-style8 .header-v10-navbar-right-mobile .homev10-shopping-basket {
  line-height: 18px;
}
.Header1-style8 .header-v10-navbar-right-mobile .user-account {
  display: block;
  font-size: 12px;
}
.Header1-style8 .homev10-cart-name {
  font-size: 14px;
  font-weight: 400;
  color: #353a56;
  display: block;
}
.Header1-style8 .navbar_mini_cart .fa-shopping-basket {
  font-size: 22px;
  color: #000;
}
.Header1-style8 .navbar_mini_cart p {
  color: #000;
}
.Header1-style8 .navbar_mini_cart .cart_items_count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-color: #a4bc47;
}

.Header1-style8 .homev10-wishlist .wishlist-mobile-name {
  display: none;
}

.Header1-style8 .homev10-wishlist:first-child a {
  padding: 0px !important;
}

.Header1-style8 .homev10-wishlist .homev10-nav-link-rightside {
  line-height: 1.2;
  position: relative;
  font-size: 22px;
  padding: 0px 0px 0px 50px !important;
  text-align: center;
}

.Header1-style8 .homev10-wishlist .homev10-nav-link-rightside.active,
.Header1-style8 .homev10-wishlist:hover .homev10-nav-link-rightside {
  color: #353a56 !important;
  border-top: none;
}

.Header1-style8 .homev10-shopping-basket .homev10-nav-link-rightside {
  line-height: 1.2;
  position: relative;
  font-size: 22px;
  padding: 0px 4px 0px 50px !important;
  text-align: center;
}

.Header1-style8 .homev10-shopping-basket .homev10-nav-link-rightside.active,
.Header1-style8 .homev10-shopping-basket:hover .homev10-nav-link-rightside {
  color: #353a56 !important;
  border-top: none;
}

.Header1-style8 .homev10-shopping-basket .homev10-nav-link-rightside .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-color: #a4bc47;
}

.Header1-style8 .homev10-shop .megamenu-text {
  position: absolute;
  bottom: 30px;
  left: 39px;
  padding: 0;
  margin: 0;
}

.Header1-style8 .homev10-shop .megamenu-text .title2 {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.Header1-style8 .homev10-shop .megamenu-text .title {
  font-size: 24px;
  font-weight: 900;
  color: #333333;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.Header1-style8 .homev10-shop.menu-large {
  position: unset !important;
}

.Header1-style8 .homev10-shop .dropdown-menu {
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0px;
  margin-bottom: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
}

.Header1-style8 .homev10-shop .dropdown-menu.show {
  display: block;
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.2s;
  top: 54px;
  left: 0;
  right: 0;
  margin-top: 0.125rem;
  position: absolute;
  z-index: 1000;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
  background-clip: padding-box;
  border-radius: 0px;
}

.Header1-style8 .stickyNav .homev10-shop .dropdown-menu.show {
  top: 54px;
}

.Header1-style8 .homev10-shop-megamenu {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 44px;
}

.Header1-style8 .homev10-shop .dropdown-item,
.Header1-style8 .dropdown-item:focus,
.Header1-style8 .dropdown-item:hover {
  color: #333333;
  background: none;
  font-size: 14px;
  font-weight: 400;
  /* margin: 0;
  padding: 0;
  line-height: 30px; */
}

/* .Header1-style8 .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
} */
#header2 .Header1-style8 .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.Header1-style8 .nav-item.homev6-login.dropdown:hover > .dropdown-menu {
  display: block !important;
  position: absolute !important;
  width: 120px !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: unset;
  will-change: inherit;
  margin: 0px !important;
}

#header2 .Header1-style8 .navbar-nav.header-v10-navbar-right-mobile .dropdown-menu {
  position: absolute;
  will-change: unset !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 120px !important;
  right: 0px !important;
}

#header2 .Header1-style8 .navbar-nav.header-v10-navbar-right-mobile .catalog-list .dropdown-menu {
  position: absolute;
  top: 100% !important;
}

#header2 .Header1-style8 .navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: max-content;
  padding: 0px 0;
  margin: 0rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.Header1-style8 .homev10-shop li:hover .dropdown-item {
  color: #a4bc47;
  background-color: #f9f9f9;
  padding: 0 10px;
}

.Header1-style8 .homev10-shop .col-megamenu .title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ebeeee;
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
}

.Header1-style8 .homev10-pages .dropdown-item.show .homev10-pages-right-arrow {
  transform: rotate(-90deg);
}

.Header1-style8 .dropend .dropdown-toggle::after {
  border: 0px;
}

.Header1-style8 .homev10-pages .dropdown-item:focus,
.Header1-style8 .dropdown-item:hover {
  color: #a4bc47;
}

.Header1-style8 .homev10-pages li:hover .dropdown-item {
  color: #a4bc47;
  background-color: #f9f9f9;
  padding: 0 15px;
}

.Header1-style8 .homev10-pages-right-arrow {
  line-height: 30px;
  float: right;
}
.Header1-style8#fixedheader .loginLink {
  background: none;
  background-size: inherit;
  padding-left: 0px;
}
.Header1-style8#fixedheader .suggestions {
  left: 0%;
  width: 100%;
}
.Header1-style8 .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.Header1-style8 .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 100% !important;
  background: #fff;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: visible;
  overflow: hidden;
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10000;
  top: auto !important;
  text-align: left;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 30px 30px 30px !important;
}

/* Header1-style8 new style starts here */
.Header1-style8 .menu_four nav > ul > li > a {
  padding: 10px 0px;
  margin: 0px 15px;
}
.Header1-style8 .main_menu nav > ul > li > a {
  font-size: 14px;
}
.Header1-style8 .menu-item-has-children h6.list-header {
  font-weight: bold;
}
.Header1-style8 .mega_menu_inner > li ul li a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 24px;
  text-transform: none;
}
.Header1-style8 .megamenu-level4 li {
  list-style-type: disc !important;
  display: list-item !important;
}

/* Header1-style8 new style ends here */

.Header1-style8 .homepage-v10-search-form-main .navbar_search {
  width: 100%;
}
@media (max-width: 991px) {
  .Header1-style8 .mobileSearch .searchVisble .zmdi.zmdi-close {
    display: none;
  }
  .Header1-style8 .navbar_mini_cart .cart_items_count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 13px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-color: #a4bc47;
  }

  .Header1-style8 .Offcanvas_four .canvas_open {
    top: -40px !important;
    left: 15px;
  }
  .Header1-style8 .navbar-brand {
    position: absolute;
    top: 8px;
    left: 55px;
  }
  .Header1-style8 img#MainHeaderLogo {
    max-height: 70px !important;
    margin-left: 0px !important;
    width: 100%;
    min-width: 100%;
  }
  .Header1-style8 .header-v10-navbar-right-mobile .user-account,
  .Header1-style8 .header-v10-navbar-right-mobile .cart-text {
    display: none;
  }
  .Header1-style8#fixedheader .loginLink {
    background: none;
    background-size: auto;
    background-size: 11px;
    padding-left: 30px;
  }
  .Header1-style8 .mobileSearch .searchIcon {
    background: none;
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 100px;
  }
  .Header1-style8 .header-v10-navbar-right-mobile .homev10-shopping-basket {
    line-height: 18px;
    margin-left: 0px !important;
  }
  #header2 .Header1-style8 .nav-item.homev6-login.dropdown:hover > .dropdown-menu {
    display: block !important;
    position: absolute;
    width: 120px !important;
    top: auto !important;
    left: auto !important;
    right: 10px !important;
    transform: unset;
    will-change: inherit;
    margin: 0px !important;
  }

  #header2 .Header1-style8 .navbar-nav.header-v10-navbar-right-mobile .dropdown-menu {
    position: absolute;
    will-change: unset !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 120px !important;
    right: 10px !important;
  }
}

/* Header1-style8 ends here */

/* Header1-style9 starts here */
.Header1-style9#fixedheader .suggestions {
  left: 2%;
  width: 88%;
  z-index: 999;
}
body .Header1-style9 .suggestions {
  top: 53px;
}
.Header1-style9 .suggestions li {
  padding: 0.5rem;
  font-size: 13px;
}
.mainHeader.header_four .Header1-style9 .navbar {
  min-height: 55px;
  background: #f4f4f4;
}
.Header1-style9 li.nav-item.dropdown {
  padding: 0px 0px 0px 0px;
  position: static !important;
}
.Header1-style9 .megamenu-level2 h6.list-header {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ebeeee;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.Header1-style9 .nav-item.dropdown:hover > .dropdown-menu {
  display: block !important;
  visibility: visible;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 30px 30px 30px !important;
  position: absolute !important;
  min-width: 100% !important;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  left: 0 !important;
  right: auto;
  -webkit-transition: 0.5s !important;
  transition: 0.5s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  z-index: 10000 !important;
  top: auto !important;
  text-align: left !important;
}
.Header1-style9 .homepage-v6-header-border {
  position: relative;
}
.Header1-style9 .navbar.navbar-expand-md.navbar-light {
  flex-wrap: wrap !important;
}
.Header1-style9 .navbar-collapse .navbar-nav.ms-auto.search-login-icon {
  flex-wrap: inherit !important;
}
.Header1-style9 .ms-auto {
  margin-left: auto !important;
}
.Header1-style9 .homepage-v6-header-border::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -25px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}

.Header1-style9 .stickyNav .homepage-v6-header-border::after {
  border: none;
}

.Header1-style9 .stickyNav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #191514;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.homev6-responsive-mobile {
  display: none;
}

.Header1-style9 .header-v6 {
  background: #000;
  margin: 0;
  padding: 15px 0;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.Header1-style9 .stickyNav .header-v6 .navbar-brand {
  height: 42px;
  width: 107px;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.Header1-style9 .homev6-nav-link {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.Header1-style9 .homev6-nav-link.active {
  color: #ffffff !important;
}

.Header1-style9 .homev6-nav-link {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.Header1-style9 .homev6-nav-link.show .fa-angle-down {
  transform: rotate(180deg);
}

.Header1-style9 .homev6-nav-link.dropdown-toggle::after {
  display: none;
}

.Header1-style9 .roundbgcolor-7 {
  background-color: #1db954;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  padding: 0px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 10px 0 13px;
}

.Header1-style9 .homev6-search a {
  position: relative;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.Header1-style9 .homev6-search .form-control {
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #777777;
  background-color: #edf1f7;
  border: none;
  border-radius: 10px !important;
  height: 41px;

  box-shadow: none;
  outline: none;
}

.Header1-style9 .homev6-search .form-control:focus {
  border: none;
  border-radius: 10px !important;
  box-shadow: none;
  outline: none;
}

.Header1-style9 .homev6-search .homev6-search-fullwidth {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 10px 10px 10px 10px;
}

.Header1-style9 .homev6-search.menu-large {
  position: unset !important;
}

.Header1-style9 .homev6-search.menu-large .search-mobile-name {
  display: none;
}

.Header1-style9 .homev6-search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0px;
  margin-bottom: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
}

.Header1-style9 .homev6-search .dropdown {
  position: static;
}
.Header1-style9 .nav-item.homev6-search.dropdown:hover > .dropdown-menu {
  padding: 0px !important;
}
.Header1-style9 .homev6-search .dropdown-menu.show {
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.2s;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0.125rem;
  position: absolute !important;
  z-index: 1000 !important;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none !important;
  background-color: transparent !important;
  background-clip: border-box !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  height: 100%;
  min-height: 80vh;
  overflow: visible;
}
.Header1-style9 .homev6-shopping-basket a .fa.fa-shopping-cart {
  font-size: 16px;
  color: #fff;
}
.Header1-style9 .homev6-login a.loginLink.dropdown-toggle {
  padding: 15px 0px;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
}
.Header1-style9 .homev6-login a .fa.fa-user {
  color: inherit;
}
.Header1-style9 .homev6-search a {
  font-size: 16px;
}
.Header1-style9 .stickyNav .homev6-search .dropdown-menu.show {
  top: 52px;
}
.Header1-style9 .homev6-login.dropdown .dropdown-toggle::after {
  display: none;
}
.Header1-style9 .homev6-wishlist .homev6-nav-link {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.Header1-style9 .homev6-wishlist .wishlist-mobile-name {
  display: none;
}

.Header1-style9 .homev6-wishlist a {
  position: relative;
}

.Header1-style9 .homev6-wishlist a .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 12px;
  left: 6px;
  width: 16px;
  height: 16px;
  background-color: #1db954;
}

.Header1-style9 .homev6-shopping-basket a {
  position: relative;
}

.Header1-style9 .homev6-shopping-basket a .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #110f2b;
  position: absolute;
  top: -10px;
  right: -15px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
}

.Header1-style9 .stickyNav .roundbgcolor-7 {
  width: 42px;
  height: 42px;
}

.Header1-style9 .stickyNav .homev6-shopping-basket a .cart-count {
  top: -6px;
  right: -8px;
  width: 20px;
  height: 20px;
}

.Header1-style9 .homev6-shopping-basket .dropdown-cart-products {
  max-height: 27.9rem;
  margin-top: -1rem;
  overflow-y: auto;
  width: 234px;
}

.Header1-style9 .homev6-shopping-basket .product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0px;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}

.Header1-style9 .homev6-shopping-basket .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 1.3rem;
  color: #999999;
  text-align: left;
}

.Header1-style9 .homev6-shopping-basket .product-title {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #333333;
  text-align: left;
  margin-bottom: 5px;
}

.Header1-style9 .homev6-shopping-basket .product-title a {
  color: #333333;
}

.Header1-style9 .homev6-shopping-basket .product-title:hover a {
  color: #1db954;
}

.Header1-style9 .homev6-shopping-basket .product-cart-details {
  font-weight: 700;
  max-width: 150px;
  font-size: 15px;
  color: #777777;
  text-align: left;
}

.Header1-style9 .homev6-shopping-basket .product-cart-details {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  text-align: left;
}

.Header1-style9 .homev6-shopping-basket .cart-product-qty del {
  opacity: 50%;

  font-weight: 400;
}

.Header1-style9 .homev6-shopping-basket .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0 0 0 auto;
}

.Header1-style9 .product-image {
  display: block;
  width: 100%;
  height: auto;
}

.Header1-style9 .homev6-shopping-basket .btn-remove {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  color: #777777;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-top: -0.5rem;
}

.Header1-style9 .homev6-shopping-basket .btn-remove:hover {
  color: #1db954;
}

.Header1-style9 .homev6-shopping-basket .dropdown-cart-total {
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
  width: 234px;
}

.Header1-style9 .homev6-shopping-basket .dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 234px;
}

.Header1-style9 .homev6-shopping-basket .dropdown-cart-action .btn {
  font-size: 18px;
  min-width: 110px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  color: #ffffff;
  background-color: #1db954;
  border-color: #1db954;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
}

.Header1-style9 .homev6-shop .megamenu-img {
  height: 237px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.Header1-style9 .homev6-shop .megamenu-text {
  position: absolute;
  bottom: 30px;
  left: 39px;
  padding: 0;
  margin: 0;
}

.Header1-style9 .homev6-shop .megamenu-text .title2 {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.Header1-style9 .homev6-shop .megamenu-text .title {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.Header1-style9 .homev6-shop .megamenu .default {
  position: static;
  top: 50%;
  font-size: 12px;
  font-weight: 400;
  right: 17px;
  border-radius: 100px;
  margin-left: 5px;
  line-height: normal;
  background-color: #00b9f5;
  color: #ffffff;
  padding: 1px 10px;
}

.Header1-style9 .homev6-shop .megamenu .new {
  position: static;
  top: 50%;
  font-size: 12px;
  font-weight: 400;
  right: 17px;
  border-radius: 100px;
  margin-left: 5px;
  line-height: normal;
  background-color: #012b72;
  color: #ffffff;
  padding: 1px 10px;
}

.Header1-style9 .homev6-shop .megamenu .hot {
  position: static;
  top: 50%;
  font-size: 12px;
  font-weight: 400;
  right: 17px;
  border-radius: 100px;
  margin-left: 5px;
  line-height: normal;
  background-color: #ff0000;
  color: #ffffff;
  padding: 1px 10px;
}

.Header1-style9 .homev6-shop .megamenu .featured {
  position: static;
  top: 50%;
  font-size: 12px;
  font-weight: 400;
  right: 17px;
  border-radius: 100px;
  margin-left: 5px;
  line-height: normal;
  background-color: #333333;
  color: #ffffff;
  padding: 1px 10px;
}

.Header1-style9 .homev6-shop.menu-large {
  position: unset !important;
}

.Header1-style9 .homev6-shop .dropdown-menu {
  top: auto !important;
  left: 0;
  right: 0;
  border-radius: 0px;
  margin-bottom: 110px;
  /* opacity: 0; */
  visibility: hidden;
  z-index: 1;
  transition: all 0.2s;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  max-height: 450px;
  overflow-y: auto;
}

.Header1-style9 .homev6-shop .dropdown-menu.show {
  display: block;
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.2s;
  top: 76px;
  left: 0;
  right: 0;
  margin-top: 0.125rem;
  position: absolute;
  z-index: 1000;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
  background-clip: padding-box;
  border-radius: 0px;
}

.Header1-style9 .stickyNav .homev6-shop .dropdown-menu.show {
  top: 52px;
}

.Header1-style9 .homev6-shop-megamenu {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 44px;
}

.Header1-style9 .homev6-shop .dropdown-item,
.Header1-style9 .homev6-shop .dropdown-item:focus,
.Header1-style9 .homev6-shop .dropdown-item:hover {
  color: #333333;
  background: none;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.Header1-style9 .homev6-shop .col-megamenu .title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ebeeee;
  margin: 0 0 20px 0;
  padding: 0 0 19px 0;
}

.Header1-style9 .homev6-pages .dropdown-menu {
  top: 100%;
  left: 0;
  border-radius: 0px;
  margin-bottom: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
  display: block;
}

.Header1-style9 .homev6-pages .dropdown-menu.show {
  min-width: 11rem;
  display: block;
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.2s;
  top: 71px;
  margin-top: 0.125rem;
  position: absolute;
  z-index: 1000;
  display: block;
  padding: 10px 15px;
  margin: 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  right: auto;
  left: 0;
}

.Header1-style9 .homev6-pages .multilevel-dropdown-menu {
  top: 100%;
  left: 160px;
  border-radius: 0px;
  margin-bottom: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
  display: block;
}

.Header1-style9 .homev6-pages .multilevel-dropdown-menu.show {
  display: block;
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.2s;
  top: 0px;
  margin-top: 0.125rem;
  position: absolute;
  z-index: 1000;
  display: block;
  padding: 10px 15px;
  margin: 0;
  font-size: 1rem;
  color: #3b3b3b;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  right: auto;
  left: 160px;
}

.Header1-style9 .stickyNav .homev6-pages .multilevel-dropdown-menu.show {
  top: 0 !important;
}

.Header1-style9 .homev6-pages .dropdown-item2 {
  color: #333333;
  background-color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 400;

  margin: 0;
  padding: 0;
  line-height: 30px;
}

.Header1-style9 .stickyNav .homev6-pages .dropdown-menu.show {
  top: 51px;
}

.Header1-style9 .homev6-pages .dropdown-item.show .homev6-pages-right-arrow {
  transform: rotate(-90deg);
}

.Header1-style9 .homev6-pages .dropdown-item {
  color: #333333;
  background-color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 400;

  margin: 0;
  padding: 0;
  line-height: 30px;
}

.Header1-style9 .dropend .dropdown-toggle::after {
  border: 0px;
}

.Header1-style9 .homev6-pages-right-arrow {
  line-height: 30px;
  float: right;
}

.Header1-style9 .common-btn1-hover-small {
  background: none;
  letter-spacing: 1.2px;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  padding: 9px 13px;
  margin: 0;
  margin-left: 10px;
  text-align: center;
  border: 2px solid #000;
  text-transform: uppercase;
  background-size: 300% 100%;
  border-radius: 10px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.Header1-style9 .show > .fa.fa-search.btn-secondary.dropdown-toggle {
  border-color: transparent;
}

.Header1-style9 .homepage-v6-header-border .search-login-icon .homev6-login .dropdown-menu {
  position: absolute !important;
  left: auto !important;
  right: 20px !important;
  width: auto !important;
  top: auto !important;
  min-width: fit-content !important;
  padding: 10px !important;
}

.Header1-style9.Header1-style9-nav .navbar ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
}
.Header1-style9.Header1-style9-nav .navbar-light .navbar-nav .nav-link,
.Header1-style9.Header1-style9-nav .navbar-light .navbar-nav a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 0px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.Header1-style9.Header1-style9-nav .navbar-light .navbar-nav a {
  margin: 0px 15px;
}
.Header1-style9 .logo-mobile img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  min-width: 150px;
  /* height: 45px; */
}
.Header1-style9 .inputContainer a.primaryButton.End-Punchout-button-header{
  border-radius: 10px !important;
}
.Header1-style9#fixedheader .loginLink {
  padding-left: 0px;
  background: none;
}
.Header1-style9#fixedheader {
  background: #fff !important;
  padding: 0px 0px;
}
.Header1-style9.fixed-header {
  border-bottom: 0px solid #e18468;
}
.Header1-style9 .nav-item.dropdown.homev6-search .fa.fa-search {
  margin: 0px;
  background: none !important;
  font-size: 14px !important;
  position: relative;
  top: -2px;
  color: inherit !important;
  line-height: 38px;
}
.Header1-style9 .nav-item.dropdown.homev6-search .dropdown-toggle:empty::after {
  display: none;
}
.Header1-style9 .menu-item-has-children.nav-item.dropdown.position-static .dropdown-menu.show {
  display: none;
}
/* .Header1-style10 .menu-item-has-children.nav-item.dropdown.position-static .dropdown-menu.show {
  display: none;
} */

@media only screen and (max-width: 992px) {
  #header2 .Header1-style9 .navbar-nav .dropdown-menu.megamenu {
    position: static;
  }
  .Header1-style9 .roundbgcolor-7 {
    background-color: #1db954;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    padding: 0px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 11px 15px 0 10px;
  }
  .Header1-style9#fixedheader .loginLink {
    padding-left: 0px;
    background: none;
    position: relative;
    top: 5px;
  }
  .Header1-style9 .nav-item.dropdown.homev6-search .fa.fa-search {
    margin: 0px;
    background: none !important;
    font-size: 14px !important;
    position: relative;
    top: 5px;
  }
  .Header1-style9 .homev6-search .dropdown-menu.show {
    position: absolute;
    top: 55px;
  }
  .Header1-style9 .homev6-shopping-basket a .cart-count {
    position: absolute;
    top: 0px;
    right: -20px;
  }
  .Header1-style9 .homev6-login .dropdown-menu {
    position: absolute !important;
    left: auto !important;
    right: 20px !important;
    width: auto !important;
    top: auto !important;
    min-width: fit-content !important;
    padding: 10px !important;
  }
  .Header1-style9 .logo-mobile {
    position: absolute;
    left: 70px;
  }
  .Header1-style9 .ms-auto {
    flex-direction: initial !important;
  }
  .Header1-style9 .navbar-toggler {
    position: absolute;
    left: 10px;
    top: -45px;
    padding: 0px;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
  }
  .Header1-style9.Header1-style9-nav {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 55px;
  }
  .Header1-style9 img#MainHeaderLogo {
    max-height: 70px !important;
    margin-left: 0px !important;
    max-width: 80px;
  }
  .mainHeader.header_four .Header1-style9 .navbar {
    min-height: 0px;
    background: #f4f4f4;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .Header1-style9 .header-v6 {
    margin: 0;
    padding: 0px 0;
  }
  .Header1-style9 .nav-item.dropdown:hover > .dropdown-menu.dropdown-menu-right.container {
    display: block !important;
    visibility: visible;
    left: auto !important;
    right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 10000;
    top: auto !important;
    text-align: left !important;
  }
  .Header1-style9 .homev6-login a.loginLink.dropdown-toggle {
    padding: 15px 0px;
    margin: 0px 10px 0px 10px;
    font-size: 16px;
  }
  .Header1-style9 .homepage-v6-header-border::after {
    display: none;
  }
  .Header1-style9 .navbar-nav .nav-item.homev6-search .dropdown-menu.show {
    display: block;
  }
}

/* Header1-style9 ends here */

/* Header1-style10 starts here */
.Header1-style10 .suggestions {
  left: 0px;
  width: 100%;
}
body .Header1-style10 .suggestions {
  top: auto;
}
.Header1-style10 .rd-navbar-search {
  position: relative;
  display: inline-flex;
}
.Header1-style10 .fixed-header .fixedHeaderLogin li {
  list-style: none;
  margin: 0px 0px 0px 0px;
  margin-right: 0px;
  min-width: fit-content;
}
.Header1-style10 .fixedHeaderLogin .catalog-list ul.dropdown-menu li {
  padding-left: 0px;
}
.Header1-style10 .fixed-header .fixedHeaderLogin .catalog-list li {
  margin-left: 0px;
}
.Header1-style10 .rd-navbar-static {
  display: block;
  padding: 10px 0px;
}
.Header1-style10 .rd-navbar {
  background: #fff;
}
.Header1-style10 .rd-navbar .top-nav {
  background: #f4f4f4;
}
.Header1-style10 .login-register-separator {
  margin: 0px 5px;
}
.Header1-style10 .menu_four nav > ul > li:first-child > a {
  padding-left: 20px;
}
.Header1-style10 .contact-info-list i {
  font-size: 32px;
}
.Header1-style10 .rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #fff;
  display: none;
}
.Header1-style10 .rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.Header1-style10 .rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}
.Header1-style10 .bg-wrap {
  position: relative;
  z-index: 1;
}
.Header1-style10 .bg-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  background: #f2f2f5;
  pointer-events: none;
}
.Header1-style10 .block-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header1-style10 .social-icon > li {
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}
.Header1-style10 .icon-xxs.icon-circle {
  width: 27px;
  height: 27px;
  line-height: 27px;
  color: #474747;
  background: #dfdfdf;
  font-size: 14px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.Header1-style10 .rd-navbar-classic .rd-navbar-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0px 22px 0;
}
.Header1-style10 .contact-info-list .fw-bold {
  font-weight: 700;
  font-size: 14px;
}
.Header1-style10 .rd-navbar .brand img {
  max-width: 100%;
  max-height: 45px;
  object-fit: cover;
}
.Header1-style10 .rd-navbar-classic .contact-info-list {
  color: #000;
  list-style: none;
  padding: 0;
  margin: 0;
}
.Header1-style10 .contact-info-list li {
  display: flex;
  align-items: center;
}
.Header1-style10 .contact-info-list li .contact-info {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}
.Header1-style10 .contact-info {
  vertical-align: baseline;
}
.Header1-style10 address {
  margin-top: 0;
  margin-bottom: 0;
}
.Header1-style10 .contact-info-list li .contact-info span + span {
  margin-top: -2px;
}
.Header1-style10 .contact-info-list li + li {
  margin-left: 68px;
}
.Header1-style10 .fw-bold {
  font-weight: 700 !important;
}
.Header1-style10 .contact-info-list li .contact-info a {
  display: flex;
  flex-direction: column;
}
.Header1-style10 .rd-navbar-classic .contact-info-list a {
  color: #000;
}
.Header1-style10 .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.Header1-style10 .rd-navbar-classic .rd-navbar-main-outer {
  background-color: #323946;
}

.Header1-style10 .rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: none;
  display: none;
  font-weight: 900;
}
.Header1-style10 .rd-navbar-brand a {
  display: block;
}
.Header1-style10 .rd-navbar.rd-navbar-classic ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Header1-style10 .rd-nav-item {
  display: inline-block;
  color: #333;
}
.Header1-style10 .rd-navbar--has-dropdown {
  position: relative;
}
.Header1-style10 .rd-nav-item.active .rd-nav-link {
  color: #44bef1;
  background: transparent;
}
.Header1-style10 .rd-navbar-static .rd-nav-link {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  transition: 0.25s;
  font-weight: 900;
}
.Header1-style10 .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: #44bef1;
}
.Header1-style10 .rd-nav-item > .rd-navbar-submenu-toggle {
  margin-left: 5px;
  font-family: "FontAwesome";
  font-size: 15px;
  cursor: pointer;
  font-weight: 400;
  color: #44bef1;
}
.Header1-style10 .rd-nav-item > .rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: 0.22s;
  content: "\f107";
}
.Header1-style10 .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 270px;
  background: #fff;
  z-index: 5;
}
.Header1-style10 .rd-menu {
  display: block;
  margin-top: 17px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border: 1px solid #d7d7d7;
  transform: translate3d(0, 30px, 0);
}
.Header1-style10 .rd-navbar-submenu.focus > .rd-menu,
.Header1-style10 .rd-navbar-submenu.opened > .rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.Header1-style10 .homev6-search a {
  position: relative;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.Header1-style10 .homev6-search .form-control {
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #777777;
  background-color: #edf1f7;
  border: none;
  border-radius: 10px !important;
  height: 41px;

  box-shadow: none;
  outline: none;
}
.Header1-style10 .homev6-search .form-control:focus {
  border: none;
  border-radius: 10px !important;
  box-shadow: none;
  outline: none;
}
.Header1-style10 .homev6-search .homev6-search-fullwidth {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 10px 10px 10px 10px;
}

.Header1-style10 .homev6-search.menu-large {
  position: unset !important;
}

.Header1-style10 .homev6-search.menu-large .search-mobile-name {
  display: none;
}

.Header1-style10 .homev6-search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0px;
  margin-bottom: 110px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
}

.Header1-style10 .homev6-search .dropdown {
  position: static;
}

.Header1-style10 .homev6-search .dropdown-menu.show {
  margin-top: 0px !important;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.2s;
  top: 12px !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0.125rem;
  position: absolute !important;
  z-index: 1000 !important;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none !important;
  background-color: transparent !important;
  background-clip: border-box !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  transform: unset !important;
  will-change: unset !important;
}
.Header1-style10 .homev6-search input {
  padding: 0 20px 0 20px;
  background-color: #fff;
}
.Header1-style10 .homev6-search button {
  right: 0px;
  left: auto !important;
  color: #898989;
  font-size: 18px;
  background: transparent;
  width: 44px;
}
.Header1-style10 .homev6-search .search_four {
  width: 100%;
  margin-right: 0px;
}
.Header1-style10 .homev6-search .show > .btn-secondary.dropdown-toggle {
  border-color: transparent;
}
.Header1-style10 .homev6-search a {
  font-size: 16px;
}
.Header1-style10 .nav-item.dropdown.homev6-search .fa.fa-search {
  margin: 0px;
  background: none !important;
  font-size: 16px !important;
  position: relative;
  top: -2px;
  color: inherit !important;
}
.Header1-style10 .homev6-search .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: transparent;
}
.Header1-style10 .nav-item.dropdown.homev6-search .dropdown-toggle:empty::after {
  display: none;
}
.Header1-style10 .navbar {
  padding: 0px;
}
.Header1-style10 .navbar .navbar-nav {
  flex-wrap: wrap;
}
.Header1-style10 .navbar .navbar-nav .nav-link,
.Header1-style10 .navbar .navbar-nav .nav-item a {
  display: block;
  padding: 10px 0px;
  margin: 0px 15px;
}
.Header1-style10 .navbar .navbar-nav .nav-item .menu-item-has-children a {
  display: block;
  padding: 0px 0px;
  margin: 0px 0px;
}
.Header1-style10 .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 100% !important;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: visible;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10000;
  top: auto !important;
  text-align: left;
  visibility: visible;
  max-height: 450px;
  overflow-y: auto;
  padding: 25px 30px 30px 30px !important;
}
.Header1-style10 .navbar_mini_cart .nav-link {
  padding: 5px 0px;
  font-size: 14px;
}
.Header1-style10 .fixed-header .navbar_mini_cart .nav-link {
  padding: 5px 0px;
  font-size: 14px;
  width: 45px;
}
.Header1-style10 .navbar_mini_cart .nav-link:hover {
  color: #000;
}
.Header1-style10 #fixedheader {
  padding: 0px 0px;
  background: #f4f4f4 !important;
}
.Header1-style10 .search_four .searchForm .zmdi.zmdi-search {
  color: #000;
  font-weight: bold;
}
.Header1-style10 .search-login-icon .fa.fa-times {
  color: #b9b9b9;
}
.Header1-style10 .homev6-search .fa-search:before {
  content: "\f002";
  font-size: 20px;
  line-height: 40px;
}
.Header1-style10 .homev6-search .dropdown-toggle::after {
  display: none;
}
.Header1-style10 .menu-item-has-children.nav-item.dropdown.position-static .dropdown-menu.show {
  display: none;
}
.Header1-style10 .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 992px) {
  .Header1-style10 .homev6-search .fa-search::before {
    content: "\f002";
    font-size: 14px;
  }
  .Header1-style10 .rd-navbar-classic .rd-navbar-info {
    padding: 0px;
  }
  .Header1-style10.Offcanvas_four .canvas_open {
    top: -40px !important;
  }
  .Header1-style10 #fixedheader {
    background: #f4f4f4 !important;
    padding: 0px;
    height: 55px;
  }
  .Header1-style10 .rd-navbar.rd-navbar-classic .fixedHeaderLogin ul {
    right: 0px;
    left: auto !important;
    transform: unset !important;
    will-change: unset !important;
    top: auto !important;
  }
  .Header1-style10 .navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 5px;
  }
  .Header1-style10 .block-container .social-icons {
    display: none;
  }
  .Header1-style10 .nav-item.dropdown.homev6-search .fa.fa-search {
    margin: 0px;
    background: none !important;
    font-size: 14px !important;
    position: relative;
    top: 5px;
  }
  .Header1-style10 .homev6-search .dropdown-menu.show {
    position: absolute;
    top: 55px;
  }
  .Header1-style10 .homev6-search button {
    right: 10px;
    left: auto;
    color: #000;
    font-size: 18px;
    background: transparent;
    position: absolute;
    visibility: visible;
  }
  .Header1-style10 .rd-navbar-classic .rd-navbar-info .brand {
    display: block;
  }
  .Header1-style10 .rd-navbar-classic.rd-navbar-static .rd-navbar-main .rd-navbar-panel {
    display: none;
  }
  .Header1-style10 .rd-navbar-classic .rd-navbar-main .rd-navbar-main-element {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .Header1-style10 .rd-navbar-classic .rd-navbar-main .rd-navbar-panel {
    display: none;
  }
  .Header1-style10 .contact-info-list li {
    display: none;
  }
  .Header1-style10 .rd-navbar-info .brand {
    position: absolute;
    left: 70px;
    top: 8px;
  }
  .Header1-style10 .header-nav-login {
    position: absolute;
    right: 0px;
    top: 5px;
  }
  .Header1-style10 .navbar .navbar-toggler {
    position: absolute;
    top: -41px;
    left: 15px;
    width: 35px;
    height: 35px;
    padding: 0px;
  }
  .mainHeader.header_four .Header1-style10 .navbar {
    min-height: 0px;
    height: 0px;
    background: #f4f4f4;
  }
  .Header1-style10 .rd-navbar-info .brand img#MainHeaderLogo {
    max-width: 100%;
    max-height: 70px !important;
    margin-left: -15px !important;
    margin-top: 3px;
  }
  .Header1-style10 .nav-item.dropdown.homev6-search .fa.fa-search {
    position: absolute;
    z-index: 999;
    right: 80px;
    top: -49px;
  }
  .Header1-style10 .fixedHeaderLogin {
    margin-right: 15px !important;
    background: #f8f8f8 !important;
    text-align: center;
    font-size: 14px;
    padding: 4px 10px;
    width: 30px;
    height: 30px;
    margin-top: 8px;
  }
  .Header1-style10 .fixedHeaderLogin a:hover {
    color: #000;
  }
  .Header1-style10 .navbar_mini_cart .undefined.nav-link {
    margin: 0px 10px;
    font-size: 14px;
    padding-top: 8px;
    color: #3d3d3d !important;
  }
  .Header1-style10 .fixedHeaderLogin .loginLink.dropdown-toggle::after {
    display: none;
  }
  .Header1-style10 .navbar-collapse.collapse.show {
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .Header1-style10 #fixedheader .loginLink {
    background: none;
    padding-left: 0px;
  }
  .Header1-style10 .rd-navbar-static {
    display: block;
    padding: 0px 0px;
  }
  .Header1-style10 .fixed-header .header-nav-login {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 55px;
  }
  .header1-style10 .fixed-header .canvas_open a {
    color: #777;
    border-color: transparent;
    background: #f8f8f8;
    border-radius: 3px;
  }
  .header1-style10 .fixed-header .canvas_open a img {
    width: 14px;
  }
  .header1-style10 .rd-navbar-aside-outer.rd-navbar-collapse.top-nav.fixed-header .fixed-header-logo {
    position: absolute !important;
    left: 68px !important;
    top: 8px !important;
  }
  .Header1-style10 .fixed-header .brand img {
    max-width: 100%;
    max-height: 45px;
    object-fit: cover;
    position: absolute !important;
    left: 68px !important;
    top: 8px !important;
  }
  .Header1-style10 .fixed-header .nav-item.dropdown.homev6-search .fa.fa-search {
    position: absolute;
    z-index: 999;
    right: 80px;
    top: 12px;
  }
  .Header1-style10 .fixed-header .navbar_mini_cart .undefined.nav-link {
    margin: 0px 10px;
    font-size: 14px;
    padding-top: 6px;
  }
  .Header1-style10 .fixed-header .fixedHeaderLogin {
    padding: 4px 10px;
    margin-top: 0px;
  }
  .Header1-style10 .nav-item.dropdown.homev6-search .fa.fa-search {
    font-size: 14px !important;
    color: #3d3d3d !important;
    margin-right: 15px;
    background: #f8f8f8 !important;
    padding: 6px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    top: -43px;
    line-height: 15px;
  }
  .Header1-style10 .navbar_mini_cart li {
    margin: 9px 0px 0px;
    background: #f8f8f8;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 5px;
    color: #3d3d3d !important;
  }
  .Header1-style10 .navbar_mini_cart .cart_items_count {
    position: absolute;
    top: -6px;
    right: -7px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
  }
  .Header1-style10 .fixed-header .navbar_mini_cart li {
    margin-top: 0px;
    padding: 2px 0px;
  }
}

/* Header1-style10 ends here */

/* Header1-style11 starts here */

.header1-style11 .header-body {
  background: #fff;
}
.header1-style11 .search-bar-type03 {
  transition: 0.3s all;
}
.header1-style11 .search-bar-type03 .autocomplete {
  width: 100%;
  position: relative;
}
.header1-style11 .search-bar-type03 .autocomplete input {
  width: 100%;
  padding: 7px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  border-radius: 30px 30px 30px 30px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  padding: 10px 10px 10px 20px;
  height: 40px;
}
.header1-style11 .inputContainer a.primaryButton.End-Punchout-button-header {
  padding: 0px 20px !important;
  border-radius: 50px !important;
  line-height: 38px;
}
.header1-style11 .search-bar-type03 .search_four .searchForm {
  background: #fff;
  /* border-radius: 5px; */
}
.header1-style11 .search-bar-type03 .search_four {
  width: 100%;
}
.header1-style11 .search-bar-type03 .search_four .searchForm button {
  border: 0;
  position: absolute;
  top: 2px;
  bottom: -1px;
  right: 0px;
  left: auto;
  width: 50px;
  color: #898989;
  font-size: 18px;
  background: transparent;
}
.header1-style11 .search-bar-type03 .autocomplete .form-control-feedback {
  padding: 2px;
  color: #fc9599;
  top: 2px;
}
.header1-style11 .search-bar-type03 .autocomplete .form-control-feedback {
  pointer-events: all;
  cursor: pointer;
}

.header1-style11 .form-control-feedback {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
/*.header1-style11 .search-bar-type03 .autocomplete ul {
  position: absolute;
  left: 12px;
  width: 95%;
  border: 1px solid #333;
  z-index: 99;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  top: 39px;
  box-shadow: 2px 3px 5px -1px rgb(0 0 0 / 50%);
}*/
.header1-style11 .header-body .company-logo {
  max-width: 250px;
  height: auto;
  max-height: 80px;
  min-height: 70px;
  line-height: 80px;
  text-align: center;
}
.header1-style11 .header-body .company-logo img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  display: inline-block;
}
.header1-style11 .shopping-cart .cart {
  min-width: 94px;
  border: 1px solid #333;
  min-height: 40px;
  padding: 5px;
  border-radius: 100%;
  font-size: 15px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
  padding: 6px 10px;
  margin-right: 20px;
  color: #333;
}
.header1-style11 .right-menu > li {
  border: 0px;
  list-style: none;
  float: left;
}
.header1-style11 .shopping-cart li a {
  text-decoration: none;
  outline: none;
}
.Header1-style11 .menu_four nav > ul > li > a {
  color: #767676;
  padding: 10px 25px 10px 0px;
  text-transform: none;
}
.header1-style11 .shopping-cart li a .fa-shopping-cart {
  font-size: 25px;
  color: #333;
  display: block;
}
.header1-style11 .shopping-cart .mini_cart_wrapper a::after {
  display: none;
}
.header1-style11 .shopping-cart li .quantity {
  vertical-align: super;
  font-size: 15px;
  color: #333;
}
.header1-style11 .right-menu > li {
  border: 0px;
  list-style: none;
  float: left;
}
.header1-style11 .shopping-cart .user-after-login a.dropdown-toggle {
  font-weight: 600;
  font-size: 14px;
}
.header1-style11 .right-menu .dropdown .std-link {
  padding: 5px 10px 10px 5px;
}
.header1-style11 .shopping-cart .dropdown > a {
  color: #333;
}
.header1-style11 .shopping-cart li a {
  text-decoration: none;
  outline: none;
  background: none;
  display: flex;
  justify-content: center;
}
.header1-style11 .loginLink {
  list-style: none;
  display: inline-flex;
  background: none !important;
}
.header1-style11 .right-menu .user-expand {
  background: #fff;
  left: auto;
  right: 0px;
  top: 22px;
}
.header1-style11 .right-menu > li {
  border: 0px;
  list-style: none;
  float: left;
}
.header1-style11 .shopping-cart .user-before-login .loginLink a,
.header1-style11 .shopping-cart .user-before-login .Signup a {
  padding: 0px 5px;
  font-weight: 600;
  font-size: 14px;
  color: #333 !important;
}
.header1-style11#fixedheader .mini_cart_wrapper {
  margin: 0px;
}
.header1-style11#fixedheader {
  background: #fff !important;
  padding: 0px 0px !important;
}
.header1-style11.header_bottom .menu_four nav > ul > li:first-child > a {
  padding-left: 20px;
}
.header1-style11#fixedheader .suggestions {
  left: 3%;
  width: 94%;
}
.header1-style11 .fixedHeaderLogin .zmdi-chevron-down::before {
  content: "\f2f9";
  line-height: 40px;
}
.header1-style11 .search-bar-type03 .autocomplete .homev6-search-fullwidth .form-control-feedback.mobile-search {
  position: absolute;
  top: 2px;
  right: 25px;
  background: transparent;
  border: 0px;
  font-size: 14px;
  color: #000;
}
@media (max-width: 992px) {
  .header1-style11 .search-bar-type03 .autocomplete .homev6-search-fullwidth .form-control-feedback.mobile-search {
    position: absolute;
    top: 6px;
    right: 25px;
    background: transparent;
    border: 0px;
  }
  .header1-style11 .header-body .company-logo img {
    max-width: 100%;
    height: auto;
    max-height: 35px;
    display: inline-block;
  }
  .header1-style11 .header-body {
    background: #f4f4f4;
  }
  .header1-style11 .fixedHeaderLogin {
    margin-right: 0px !important;
  }
  .header1-style11 .company-logo {
    position: absolute;
    left: 60px;
    top: -18px;
    z-index: 1;
  }
  .Header1-style11.Offcanvas_four .canvas_open {
    top: -36px !important;
  }
  .Header1-style11 .fixedHeaderLogin .loginLink {
    padding: 8px !important;
    padding-left: 0px !important;
  }
  .header1-style11 .loginLink {
    list-style: none;
    display: inline-flex;
    background: none !important;
    position: relative;
    top: 8px;
    right: 15px;
    color: #000;
  }
  .header1-style11 .shopping-cart .cart {
    min-width: auto;
    border: 0px;
    min-height: auto;
    font-size: 15px;
    border-radius: 0px;
    text-align: center;
    padding: 6px 10px;
    margin-right: 10px;
    color: inherit;
  }
  .header1-style11 .shopping-cart li a .fa-shopping-cart {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 5px;
  }
  .header1-style11 .shopping-cart li .quantity {
    vertical-align: super;
    font-size: 12px;
    color: #000;
    position: absolute;
    top: -10px;
    right: -7px;
  }
  .header1-style11 .fixedHeaderLogin {
    margin-top: 0px;
    margin-left: 0px;
  }
  .header1-style11 .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 12px;
    text-align: center;
    pointer-events: none;
    font-size: 14px;
    background: #f8f8f8;
    border-radius: 3px;
  }
  .header1-style11 .mobileSearch .searchIcon {
    background: none;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 88px;
  }
  .header1-style11 .search-bar-type03 .autocomplete .form-control-feedback {
    padding: 7px;
    color: #000;
    top: 1px;
  }
  .header1-style11 .shopping-cart .fixedHeaderLogin li a {
    justify-content: left;
  }
  .header1-style11 .headerstyle11-fixedheader .canvas_open {
    top: 6px;
  }
  .header1-style11 .headerstyle11-fixedheader .canvas_open a {
    color: #777;
    border-color: transparent;
    background: #f8f8f8;
    border-radius: 3px;
  }
  .header1-style11 .headerstyle11-fixedheader .canvas_open a img {
    width: 14px;
  }
}

/* Header1-style11 ends here */

@media (max-width: 768px) {
  .fixedHeaderLogin ul.dropdown-menu li a {
    font-size: 11px !important;
  }
  .fixedHeaderLogin ul.dropdown-menu li {
    padding-left: 10px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .Mobileheader-sticky.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .Mobileheader-sticky.sticky + .content {
    padding-top: 60px;
  }

  .Mobileheader-sticky {
    height: auto;
    background: #ebebeb;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0px;
  }

  .Mobileheader-sticky .canvas_open {
    position: relative;
    left: auto;
    top: auto;
    z-index: 9;
  }

  .Mobileheader-sticky img#MainHeaderLogo {
    max-width: 100%;
    height: 30px !important;
    margin-left: 10px !important;
  }
  .Mobileheader-sticky .mobileSearch .searchIcon {
    font-size: 14px;
    color: #3d3d3d;
    margin-right: 0px !important;
    background: #f8f8f8;
    padding: 3px 8px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: block;
  }
  .Mobileheader-sticky .mini_cart_wrapper {
    background: #f8f8f8;
    border-radius: 3px;
    width: 30px;
    height: 30px;
  }
  .Mobileheader-sticky .header_right_info > ul > li {
    display: block;
    margin-right: 0px;
  }
  .Mobileheader-sticky .loginLink {
    list-style: none;
    background: #f8f8f8;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 10px !important;
    font-size: 15px;
    padding: 3px 10px;
    border: 0px;
  }
  .Mobileheader-sticky .mini_cart_wrapper a {
    background: none;
  }
  .Mobileheader-sticky .mini_cart_wrapper a i {
    display: block;
    color: #3d3d3d;
    /* padding: 6px; */
  }

  .mini_cart_wrapper a i {
    font-size: 16px;
  }
  .Mobileheader-sticky .loginLink.dropdown-toggle::after {
    display: none;
  }
  .Mobileheader-sticky ul.dropdown-menu li {
    padding-left: 10px;
    line-height: 30px;
  }
  .Mobileheader-sticky ul.dropdown-menu li a {
    font-size: 12px !important;
  }
  .Mobileheader-sticky .header8-cart-responsive .nav-link {
    background: #f8f8f8;
    height: 30px;
    border-radius: 3px;
    width: 30px;
    margin: 0px;
    padding: 4px 7px;
  }
  .Mobileheader-sticky .header8-cart-responsive .nav-link .fa.fa-shopping-basket {
    font-size: 16px;
    color: #3d3d3d;
  }
  .Mobileheader-sticky .header8-cart-responsive .cart_items_count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    background-color: #a4bc47;
  }
  .Mobileheader-sticky .header8-cart-responsive .nav-link p {
    display: none;
  }
  .mainHeader.header_four .Header1-style10 #fixedheader {
    height: 50px;
  }
  .mainHeader.header_four {
    height: 50px;
  }
  .mini_cart_wrapper p {
    display: none;
  }
  .mini_cart_wrapper.loginLink {
    padding: 2px 7px;
  }
  .navbar_search .input-group .input-group-btn button {
    position: absolute;
    left: 15px;
    padding: 0px;
    background: transparent;
    border: 0px !important;
    z-index: 100;
    top: -8px;
    color: #000;
  }
  .navbar_mini_cart.header8-cart-responsive {
    margin-left: 10px;
  }
  .header9-mobile-search .common-btn1-hover-small {
    background: #fff;
    padding: 0px 5px;
    border: 1px solid #dedede;
    margin-left: -1px;
  }
  .header9-mobile-search .common-btn1-hover-small:hover {
    cursor: pointer !important;
  }
  .responsive-view-email-phone .phoneNumber,
  .responsive-view-email-phone .emailAddress {
    color: #333 !important;
  }
  .header11-search .homev6-search-fullwidth {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header11-search .homev6-search-fullwidth .auto-search.auto-search-search.search-icon {
    padding: 0 20px 0 30px;
    height: 45px;
    color: #898989;
    font-style: normal;
    opacity: 1;
    width: 100%;
    font-size: 12px;
  }
  .header11-search .homev6-search-fullwidth .fa.fa-search.mobile-search {
    position: absolute;
    background: #fff;
    border: 0px;
    height: 43px;
    top: 1px;
    left: 8px;
  }
  #header2 .form-control {
    padding: 0 18px 0px 40px;
  }
  .style1-header4-mobile .dropdown-menu.show {
    position: absolute !important;
    will-change: transform !important;
    top: 40px !important;
    left: auto !important;
    right: 0px !important;
    transform: none !important;
  }
  .style1-header5-mobileSearch .auto-search.auto-search-search.search-icon {
    padding: 0 20px 0 40px;
    height: 45px;
    color: #898989;
    font-style: normal;
    opacity: 1;
    width: 100%;
  }
  .style1-header5-mobileSearch .input-group-btn .primaryBorderColor.primaryBgColor.btn {
    background: transparent;
    border: 0;
    position: absolute;
    top: 2px;
    left: 0px;
    right: auto;
    bottom: -1px;
    width: 40px;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
    padding: 0px;
    margin: 0px;
  }
  .Mobileheader-sticky .catalog-list.loginLink {
    padding: 1px 6px;
    margin-right: 0px !important;
  }
  .Mobileheader-sticky .catalog-list .mini_cart_wrapper {
    background: none;
  }
  .Mobileheader-sticky .catalog-list .dropdown-menu {
    max-width: 135px !important;
    width: 135px !important;
    max-height: 350px;
    overflow-y: scroll;
    height: auto !important;
  }
  .Mobileheader-sticky .catalog-list .dropdown-menu li a {
    word-wrap: break-word;
    width: 135px !important;
    white-space: normal;
    height: auto !important;
    max-width: 135px;
  }
  #header2 .Mobileheader-sticky .catalog-list.right_info_three > ul > li > a {
    max-width: 250px;
    width: 250px;
    background: none;
    border: 0px solid #000;
    border-radius: 5px;
    padding: 1px;
    font-size: 11px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 30px !important;
    height: 30px;
  }
  #header2 .catalog-list.right_info_three > ul > li > a img {
    max-width: 100%;
    height: 16px;
  }
  /* .Mobileheader-sticky .catalog-list li a img{
    max-width: 100%;
    height: 16px;
  } */
  .catalog-list-dropdown {
    position: absolute;
    background: #ff000000;
    top: 0px;
    width: 1000%;
    height: 10000%;
    left: -2000px;
    z-index: 9;
  }
}

.fixed-header .Header1-style1.Heade-style12 .mini_cart_wrapper {
  margin-left: 0px !important;
}
.Header1-style1.Heade-style12 img#MainHeaderLogo {
  max-height: 70px !important;
}