.headerlayout-1, .headerlayout-2, .headerlayout-3, .headerlayout-4 {
    display: none;
}
.header-contents.layout-1 .headerlayout-1,
.header-contents.layout-2 .headerlayout-2,
.header-contents.layout-3 .headerlayout-3,
.header-contents.layout-4 .headerlayout-4 {
    display: block;
}
#header .logo {
  display: inline-block;
  vertical-align: middle;
}

/* --- header layout-1 --- */
/* --- header top --- */
.headerlayout-1 .badheader-top-inner {
  background-color: var(--theme-background-color);
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.headerlayout-1 .badheader-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.headerlayout-1 div#_desktop_contact_link {
  display: flex;
  align-items: center;
}
.headerlayout-1 #contact-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
}
.headerlayout-1 #_desktop_contact_link i, .headerlayout-1 #email-link i {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 18px;
}
.headerlayout-1 .contact-link-phone-content {
  padding-left: 12px;
}
.headerlayout-1 #contact-link span, .headerlayout-1 #email-link span {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 400;
}
.headerlayout-1 #email-link span {
  padding-left: 12px;
}
.headerlayout-1 #email-link:hover span,
.headerlayout-1 #email-link:hover i,
.headerlayout-1 #contact-link:hover span,
.headerlayout-1 #contact-link:hover i {
  color: var(--theme-custom-color);
}
.headerlayout-1 #email-link {
  display: inline-block;
  line-height: 20px;
  display: none;
}
.headerlayout-1 .contact-link-phone{
  display: none;
}
.headerlayout-1 .badmyaccount-button .myaccount-title {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    text-align: left;
    display: block;
}
.headerlayout-1 .badheader-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 30px 0;
}
.headerlayout-1 .badheaderlanguage-btn,
.headerlayout-1 .badheadercurrency-btn {
  cursor: pointer;
  width: 100%;
}
.headerlayout-1 .badheadercurrency-btn span, .headerlayout-1 .badheaderlanguage-btn span {
    font-size: 14px;
    letter-spacing: 0px;
    color: #333;
    line-height: 35px;
    display: inline-block;
}
.headerlayout-1 .badheadercurrency-btn i,
.headerlayout-1 .badheaderlanguage-btn i {
  color: #333;
  float: right;
  font-size: 20px;
  line-height: 35px;
}
.headerlayout-1 .badheaderlanguage-btn:hover span,
.headerlayout-1 .badheadercurrency-btn:hover span,
.headerlayout-1 .badheaderlanguage-btn:hover i,
.headerlayout-1 .badheadercurrency-btn:hover i {
  color: var(--theme-custom-color);
}
.headerlayout-1 .badheaderlanguage-dropdown,
.headerlayout-1 .badheadercurrency-dropdown {
  padding: 10px;
  min-width: 110px;
  width: 100%;
  right: 0;
  left: auto;
  position: inherit;
  margin: 0;
  border: 1px solid #eee;
  top: 100%;
  background-clip: border-box;
}
.headerlayout-1 .badheaderlanguage-dropdown li a,
.headerlayout-1 .badheadercurrency-dropdown li a {
  font-size: 13px;
  color: #222222;
  line-height: 30px;
  padding: 0;
  font-weight: 500;
}
.headerlayout-1 ul.dropdown-menu.badheaderlanguage-dropdown {
  max-height: 230px;
  overflow-y: scroll;
}
/* --- header top end --- */

/* --- second header ---  */
 #index .headerlayout-1 .badheader-second-wrapper {
  background-color: var(--theme-background-color);
  box-shadow: none;
}
.headerlayout-1 .badheader-second-wrapper {
  border-bottom: 1px solid #e8eaf2;
}
.headerlayout-1 .badheader-top-logo {
  position: relative;
  text-align: left;
  padding: 0;
}
.headerlayout-1 .badheader-top-logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0;
}
.headerlayout-1 .badmegamenu-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0%;
}
.headerlayout-1 .badheader-cart-user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 0;
  gap: 20px;
}
ul.dropdown-menu.badheaderlanguage-dropdown img {
    display: none;
}
/* --- search block layout-1 ---  */
.headerlayout-1 .badsearch-block {
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.headerlayout-1 .badsearch-block {
    display: block;
}
.headerlayout-1 .badsearch-content-box-wrapper {
  display: flex;
  padding: 23px 0px;
  justify-content: center;
}
.headerlayout-1 .badsearch-content-box-wrapper .badsearch-btn {
  display: none;
}
.headerlayout-1 .badsearch-inner-open i,
.headerlayout-1 .badsearch-inner-close i{
    color: #686868;
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.headerlayout-1 .badsearch-inner-open i {
  display: none;
}
.headerlayout-1 .badsearch-inner-close i {
  display: none;
}
.headerlayout-1 .badsearch-content-box-wrapper.open .badsearch-inner-close i {
  display: inline-block;
}
.headerlayout-1 .badsearch-content-box-wrapper.open .badsearch-inner-open i {
  display: none;
}
.headerlayout-1 .badsearch-content-box {
  display: block;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 600px;
  border-radius: 5px;
  z-index:2;
}
.headerlayout-1 .badsearch-content-box-inner .input_category {
    padding: 0 15px;
    margin-right: 8px;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    max-width: 150px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .6px;
    border-left: 1px solid #E7E7E7;
}
.headerlayout-1 .badsearch-content-box-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
}
.headerlayout-1 .search-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  position: relative;
}
.headerlayout-1 .search-widget form input[type="text"] {
    width: 100%;
    color: #888;
    border: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.6px;
    padding: 0 15px;
    opacity: 1;
    position: relative;
    background-color: #FFFFFF;
    outline: none;
    border-radius: 5px;
}
.headerlayout-1 .search-widget form input[type="text"]::placeholder {
  color: #888;
  opacity: 1;
}
.headerlayout-1 .search-widget form input[type="text"]:focus {
  background-color: transparent;
  color: #888;
}
.headerlayout-1 .search-widget form input[type="text"]:after {
  content: "";
  position: absolute;
  border-left: 1px solid #eeeeee;
  height: 28px;
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: 10;
  margin: auto;
}
.headerlayout-1 .badsearch-content-box-inner button {
    background-color: var(--theme-custom-color);
    cursor: pointer;
    border: none;
    display: block;
    transition: all 0.3s;
    border-radius: 0 5px 5px 0;
}
.headerlayout-1 .badsearch-content-box-inner button i {
    font-size: 22px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    color: #fff;
}
.headerlayout-1 .bad_wishtlist_top span,.headerlayout-1 .view-compare span {
    font-size: 14px;
    line-height: 35px;
    color: #333;
}

@media (max-width:  1199px){
    .headerlayout-1 .badsearch-content-box-wrapper .badsearch-btn {
        display: block;
    }
    .headerlayout-1 .badsearch-content-box {
        min-width: 290px;
    }
    .headerlayout-1 .badheader-cart-user-block{
      gap: 10px;
    }
    .headerlayout-1 .badheader-top-logo a{
      padding: 18px 0;
    }
    .headerlayout-1 .contact-link-phone-content{
      padding-left: 5px;
    }
}
@media(max-width: 1024px){
  .headerlayout-1 .badheader-top-logo a {
      padding: 22px 0;
  }
}
@media(max-width: 991px){
  .headerlayout-1 .bad_wishtlist_top span,.headerlayout-1 .view-compare span{
    display: none;
  }
  .bad_wishtlist_top span, span.cart-title{
    display: none;
  }
  .badsearch-content-box-inner .input_category{
    display: none;
  }
}
/* --- search block layout-1 end ---  */

/* --- header options layout-1 ---  */
.headerlayout-1 .badmyaccount-dropdown-wrapper {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
}
.headerlayout-1 .badmyaccount-dropdown-wrapper button {
    cursor: pointer;
    background-color: transparent;
}
.headerlayout-1 button.btn-unstyle.badmyaccount-button {
    display: flex;
    align-items: center;
}
.headerlayout-1 .bad_wishtlist_top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerlayout-1 .bad_wishtlist_top:hover{
  color: #000000;
}
.headerlayout-1 .badmyaccount-button i,
.headerlayout-1 .bad_wishtlist_top_wrapper i,
.headerlayout-1 .cart-icon i {
  font-size: 22px;
  color: #000000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.headerlayout-1 .badmyaccount-dropdown {
  min-width: auto;
  width: 130px;
  padding: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  border: 1px solid var(--theme-custom-color);
  background-clip: border-box;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 3px 1px;
}
.headerlayout-1 .badmyaccount-dropdown li {
  border-bottom: 1px solid #eee;
}
.headerlayout-1 .badcustomer-signin-login span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.headerlayout-1 .badmyaccount-dropdown li:last-child {
  border-bottom: none;
}
.headerlayout-1 .bad-compare-inline-block i {
  display: none;
}
.headerlayout-1 .bad-compare-inline-block .compare-nb {
  display: none;
}
.headerlayout-1 .bad_wishtlist_top span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: block;
    font-weight: 500;
}
.headerlayout-1 .badheader-custom-cart .cart-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
}
.headerlayout-1 .view-compare span {
  font-size: 14px;
  line-height: 35px;
  color: #333;
}
.headerlayout-1 #_desktop_header_store_location:hover a,
.headerlayout-1 #_desktop_header_blog:hover a,
.headerlayout-1 .view-compare:hover span,
.headerlayout-1 .badcustomer-signin-login span:hover,
.badheaderlanguage-block .language-selector:hover .badheaderlanguage-btn span, .badheadercurrency-block .currency-selector:hover i, .badheaderlanguage-block .language-selector:hover i {
  color: var(--theme-custom-color);
}
.headerlayout-1 .bad_wishtlist_top_wrapper,
.headerlayout-1 .badheader-custom-cart {
  padding: 30px 0;
}
.headerlayout-1 .bad-wishlist-title {
  position: relative;
}
.headerlayout-1 .badheader-custom-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.headerlayout-1 .badheader-custom-cart a span.cart-count-prod {
    background-color: var(--theme-custom-color);
    color: #ffffff;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 3px;
}

@media (max-width:  1300px){
  .headerlayout-1 .badmyaccount-dropdown-wrapper{
    margin-left: 10px;
  }
}
@media (max-width:  1199px){
    .headerlayout-1 .badmyaccount-dropdown-wrapper{
        margin-left: 0;
    }
}
/* --- header layout-1 end --- */


/* --- header layout-2 --- */
.headerlayout-2 .badheader-top-inner {
  background-color: var(--theme-background-color);
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.headerlayout-2 .badheader-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 30px 0;
}
.headerlayout-2 div#contact-link {
    display: flex;
    align-items: center;
}
.headerlayout-2 .contact-link-phone {
    display: none;
}
.headerlayout-2 #_desktop_contact_link i,
.headerlayout-2 #email-link i {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
}
.headerlayout-2 .contact-link-phone-content {
  padding-left: 12px;
}
.headerlayout-2 #contact-link span,
.headerlayout-2 #email-link span {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 400;
}
.headerlayout-2 #email-link span {
  padding-left: 12px;
}
.headerlayout-2 #email-link:hover span,
.headerlayout-2 #email-link:hover i,
.headerlayout-2 #contact-link:hover span,
.headerlayout-2 #contact-link:hover i {
  color: var(--theme-custom-color);
}
.headerlayout-2 #email-link {
  display: none;
  line-height: 20px;
}
.headerlayout-2 .badheaderlanguage-btn,
.headerlayout-2 .badheadercurrency-btn {
  cursor: pointer;
  width: 100%;
  padding: 0;
}
.headerlayout-2 li.dropdown-menu-currency,
.headerlayout-2 li.dropdown-menu-languages{
    display: block;
}
.headerlayout-2 .badheadercurrency-btn span,
.headerlayout-2 .badheaderlanguage-btn span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
  line-height: 35px;
  display: inline-block;
}
.headerlayout-2 .badheadercurrency-btn i,
.headerlayout-2 .badheaderlanguage-btn i {
  color: #616161;
  float: right;
  font-size: 20px;
  line-height: 35px;
}
.headerlayout-2 .badheaderlanguage-btn:hover span,
.headerlayout-2 .badheadercurrency-btn:hover span,
.headerlayout-2 .badheaderlanguage-btn:hover i,
.headerlayout-2 .badheadercurrency-btn:hover i {
  color: var(--theme-custom-color);
}
.headerlayout-2 .badheaderlanguage-dropdown,
.headerlayout-2 .badheadercurrency-dropdown {
  padding: 10px;
  min-width: 110px;
  width: 100%;
  position: relative;
  margin: 0;
  border: 1px solid #eee;
  top: 100%;
  background-clip: border-box;
}
.headerlayout-2 .badheaderlanguage-dropdown li a,
.headerlayout-2 .badheadercurrency-dropdown li a {
  font-size: 13px;
  color: #222222;
  line-height: 30px;
  padding: 0;
  font-weight: 500;
}
.headerlayout-2 ul.dropdown-menu.badheaderlanguage-dropdown {
  max-height: 230px;
  overflow-y: scroll;
}
#index .headerlayout-2 .badheader-second-wrapper {
  background-color: var(--theme-background-color);
  box-shadow: none;
}
.headerlayout-2 .badheader-second-wrapper {
  border-bottom: 1px solid #e8eaf2;
}
.headerlayout-2 .badheader-top-logo {
  position: relative;
  text-align: left;
  padding: 0;
}
.headerlayout-2 .badheader-top-logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0;
}
.headerlayout-2 .badmegamenu-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 0%;
}
.headerlayout-2 .badheader-cart-user-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding: 0;
    gap: 20px;
}

/* --- search block layout-2 --- */
.headerlayout-2 .badsearch-block {
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.headerlayout-2 .badsearch-block {
    display: block;
}
.headerlayout-2 .badsearch-content-box-wrapper {
  display: flex;
  padding: 23px 0px;
  justify-content: center;
}
.headerlayout-2 .badsearch-content-box-wrapper .badsearch-btn {
  display: none;
}
.headerlayout-2 .badsearch-content-box {
    display: block;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    min-width: 600px;
    border-radius: 5px;
}
.headerlayout-2 .badsearch-content-box-inner .input_category {
    padding: 0 15px;
    margin-right: 8px;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    max-width: 150px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .6px;
    border-left: 1px solid #E7E7E7;
}
.headerlayout-2 .badsearch-content-box-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
}
.headerlayout-2 .search-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  position: relative;
}
.headerlayout-2 .search-widget form input[type="text"] {
  width: 100%;
  color: #888;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.6px;
  padding: 0 15px;
  opacity: 1;
  position: relative;
  background-color: #FFFFFF;
  outline: none;
  border-radius: 5px;
}
.headerlayout-2 .search-widget form input[type="text"]::placeholder {
  color: #888;
  opacity: 1;
}
.headerlayout-2 .search-widget form input[type="text"]:focus {
  background-color: transparent;
  color: #888;
}
.headerlayout-2 .search-widget form input[type="text"]:after {
  content: "";
  position: absolute;
  border-left: 1px solid #eeeeee;
  height: 28px;
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: 10;
  margin: auto;
}
.headerlayout-2 .badsearch-content-box-inner button {
  background-color: var(--theme-custom-color);
  cursor: pointer;
  border: none;
  display: block;
  transition: all 0.3s;
  border-radius: 0 5px 5px 0;
}
.headerlayout-2 .badsearch-content-box-inner button i {
  font-size: 22px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  color: #fff;
}

@media (max-width: 1200px) {
    .headerlayout-2 .badsearch-content-box{
        min-width: 420px;
        position: inherit;
        display: block;
    }
    .headerlayout-2 .badheader-top-logo a{
      padding: 17px 0;
    }
    .headerlayout-2 .badheader-cart-user-block {
      gap: 10px;
  }
}
@media(max-width: 1024px){
  .headerlayout-2 .badheader-top-logo a {
      padding: 22px 0;
  }
}
/* --- search block layout-2 end --- */

/* --- header options layout-2 ---  */
.headerlayout-2 .badmyaccount-dropdown-wrapper {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
}
.headerlayout-2 button.btn-unstyle.badmyaccount-button {
    display: flex;
    align-items: center;
}
.headerlayout-2 .badmyaccount-dropdown-wrapper button{
    cursor: pointer;
}
.headerlayout-2 .badmyaccount-button i,
.headerlayout-2 .bad_wishtlist_top_wrapper i,
.headerlayout-2 .cart-icon i {
  font-size: 22px;
  color: #000000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.headerlayout-2 .badmyaccount-button .myaccount-title {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    text-align: left;
    display: block;
}
.headerlayout-2 .badmyaccount-dropdown {
  min-width: auto;
  width: 130px;
  padding: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  border: 1px solid var(--theme-custom-color);
  background-clip: border-box;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 3px 1px;
}
.headerlayout-2 .badmyaccount-dropdown li {
  border-bottom: 1px solid #eee;
}
.headerlayout-2 .badcustomer-signin-login span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.headerlayout-2 .badmyaccount-dropdown li:last-child {
  border-bottom: none;
}
.headerlayout-2 .bad-compare-inline-block i {
  display: none;
}
.headerlayout-2 .bad-compare-inline-block .compare-nb {
  display: none;
}
.headerlayout-2 .bad_wishtlist_top span{
  font-size: 16px;
  line-height: 16px;
  color: #000;
  display: block;
  font-weight: 500;
}
.headerlayout-2 .view-compare span {
  font-size: 14px;
  line-height: 35px;
  color: #333;
}
.headerlayout-2 .badheader-custom-cart .cart-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
}
.headerlayout-2 #_desktop_header_store_location:hover a,
.headerlayout-2 #_desktop_header_blog:hover a,
.headerlayout-2 .bad_wishtlist_top:hover span,
.headerlayout-2 .view-compare:hover span,
.headerlayout-2 .badcustomer-signin-login span:hover {
  color: var(--theme-custom-color);
}
.headerlayout-2 .bad_wishtlist_top_wrapper,
.headerlayout-2 .badheader-custom-cart {
  padding: 30px 0;
}
.headerlayout-2 .bad_wishtlist_top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerlayout-2 .bad-wishlist-title {
  position: relative;
}
.headerlayout-2 .badheader-custom-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.headerlayout-2 .badheader-custom-cart a span.cart-count-prod {
    background-color: var(--theme-custom-color);
    color: #ffffff;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 3px;
}


/* --- header layout-2 end --- */

/* --- header layout-3 --- */
.headerlayout-3 .badheader-top-inner{
    background-color: var(--theme-custom-color) !important;
}
.headerlayout-3 .badheader-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.headerlayout-3 div#_desktop_contact_link {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.headerlayout-3 #contact-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.headerlayout-3 .contact-link-phone-content {
  padding-left: 12px;
}
.headerlayout-3 #contact-link span,
.headerlayout-3 #email-link span {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}
.headerlayout-3 #email-link span {
  padding-left: 12px;
}
.headerlayout-3 #email-link {
  display: none;
  line-height: 20px;
}
.headerlayout-3 .contact-link-phone{
  display: none;
}
.headerlayout-3 #_desktop_contact_link i,
.headerlayout-3 #email-link i {
  font-size: 16px;
  font-weight: 400;
}
.headerlayout-3 .badmyaccount-button .myaccount-title {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    text-align: left;
    display: block;
}
.headerlayout-3 #contact-link span,
.headerlayout-3 #email-link span,
.headerlayout-3 #_desktop_contact_link i,
.headerlayout-3 #email-link i,
.headerlayout-3 .badheadercurrency-btn span,
.headerlayout-3 .badheaderlanguage-btn span,
.headerlayout-3 .badheadercurrency-btn i,
.headerlayout-3 .badheaderlanguage-btn i{
    color: #fff !important;
}
.headerlayout-3 .badheader-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.headerlayout-3 .badheadercurrency-btn span,
.headerlayout-3 .badheaderlanguage-btn span {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
  display: inline-block;
}
.headerlayout-3 .badheadercurrency-btn i,
.headerlayout-3 .badheaderlanguage-btn i {
  float: right;
  font-size: 20px;
  line-height: 21px;
}
.headerlayout-3 .badheaderlanguage-btn,
.headerlayout-3 .badheadercurrency-btn {
  cursor: pointer;
  width: 100%;
  padding: 12px 0;
}
.headerlayout-3 .badheaderlanguage-btn {
  padding-left: 20px;
}

.headerlayout-3 .badheaderlanguage-dropdown,
.headerlayout-3 .badheadercurrency-dropdown {
  padding: 10px;
  min-width: 110px;
  width: 100%;
  right: 0;
  left: auto;
  position: absolute;
  margin: 0;
  border: 1px solid #eee;
  top: 100%;
  background-clip: border-box;
}
.headerlayout-3 .badheaderlanguage-dropdown li a,
.headerlayout-3 .badheadercurrency-dropdown li a {
  font-size: 13px;
  color: #222222;
  line-height: 30px;
  padding: 0;
  font-weight: 500;
}
.headerlayout-3 ul.dropdown-menu.badheaderlanguage-dropdown {
  max-height: 230px;
  overflow-y: scroll;
}
#index .headerlayout-3 .badheader-second-wrapper {
  background-color: #fff;
  box-shadow: none;
}
.headerlayout-3 .badheader-second-wrapper-bottom.hidden-md-dow {
    border-bottom: 1px solid #e8eaf2;
}
.headerlayout-3 .badheader-second-wrapper {
  border-bottom: 1px solid #e8eaf2;
}
.headerlayout-3 .badheader-top-logo {
  position: relative;
  text-align: left;
  padding: 0;
}
.headerlayout-3 .badheader-top-logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 0;
}
.headerlayout-3 .badheader-wrapper-bottom-inner{
    display: flex;
    justify-content: space-between;
}
.headerlayout-3 .badmegamenu-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 0%;
}
.headerlayout-3 .badheader-cart-user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 0;
  gap: 20px;
}

/* --- search block layout-3 --- */
.headerlayout-3 .badsearch-block {
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.headerlayout-3 .badsearch-block {
    display: block;
}
.headerlayout-3 .badsearch-content-box-wrapper {
  display: flex;
  padding: 23px 0px;
  justify-content: center;
}
.headerlayout-3 .badsearch-content-box-wrapper .badsearch-btn {
  display: none;
}
.headerlayout-3 .badsearch-content-box {
  display: block;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  min-width: 600px;
  border-radius: 5px;
}
.headerlayout-3 .badsearch-content-box-inner .input_category {
    padding: 0 15px;
    margin-right: 8px;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    max-width: 150px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: .6px;
    border-left: 1px solid #E7E7E7;
}
.headerlayout-3 .badsearch-content-box-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
}
.headerlayout-3 .search-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  position: relative;
}
.headerlayout-3 .search-widget form input[type="text"] {
  width: 100%;
  color: #888;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.6px;
  padding: 0 15px;
  opacity: 1;
  position: relative;
  background-color: #FFFFFF;
  outline: none;
  border-radius: 5px;
}
.headerlayout-3 .search-widget form input[type="text"]::placeholder {
  color: #888;
  opacity: 1;
}
.headerlayout-3 .search-widget form input[type="text"]:focus {
  background-color: transparent;
  color: #888;
}
.headerlayout-3 .search-widget form input[type="text"]:after {
  content: "";
  position: absolute;
  border-left: 1px solid #eeeeee;
  height: 28px;
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: 10;
  margin: auto;
}
.headerlayout-3 .badsearch-content-box-inner button {
  background-color: var(--theme-custom-color);
  cursor: pointer;
  border: none;
  display: block;
  transition: all 0.3s;
  border-radius: 0 5px 5px 0;
}
.headerlayout-3 .badsearch-content-box-inner button i {
  font-size: 22px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  color: #fff;
}
.headerlayout-3 .bad_wishtlist_top span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: block;
    font-weight: 500;
}
.headerlayout-2 .view-compare span {
    font-size: 14px;
    line-height: 35px;
    color: #333;
}

@media (max-width: 1200px) {
    .headerlayout-3 .badsearch-content-box {
        min-width: 290px;
    }
    .headerlayout-3 .badheader-top-logo a{
      padding: 17px 0;
    }
    .headerlayout-3 .badheader-cart-user-block{
      gap: 10px;
    }
}
@media(max-width: 1024px){
  .headerlayout-3 .badheader-top-logo a {
      padding: 22px 0;
  }
}
/* --- search block layout-3 end --- */

/* --- header options layout-3 ---  */
.headerlayout-3 .badmyaccount-dropdown-wrapper {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
}
.headerlayout-3 button.btn-unstyle.badmyaccount-button {
    display: flex;
    align-items: center;
}
.headerlayout-3 .bad_wishtlist_top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerlayout-3 .badmyaccount-dropdown-wrapper button{
    cursor: pointer;
    background-color: transparent;
}
.headerlayout-3 .badmyaccount-button i,
.headerlayout-3 .bad_wishtlist_top_wrapper i,
.headerlayout-3 .cart-icon i {
  font-size: 22px;
  color: #000000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.headerlayout-3 .badmyaccount-dropdown {
  min-width: auto;
  width: 130px;
  padding: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  border: 1px solid var(--theme-custom-color);
  background-clip: border-box;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 3px 1px;
}
.headerlayout-3 .badmyaccount-dropdown li {
  border-bottom: 1px solid #eee;
}
.headerlayout-3 .badcustomer-signin-login span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.headerlayout-3 .badmyaccount-dropdown li:last-child {
  border-bottom: none;
}
.headerlayout-3 .bad-compare-inline-block i {
  display: none;
}
.headerlayout-3 .bad-compare-inline-block .compare-nb {
  display: none;
}
.headerlayout-3 .badheader-custom-cart .cart-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
}
.headerlayout-3 .view-compare span {
  font-size: 14px;
  line-height: 35px;
  color: #333;
}
.headerlayout-3 #_desktop_header_store_location:hover a,
.headerlayout-3 #_desktop_header_blog:hover a,
.headerlayout-3 .view-compare:hover span,
.headerlayout-3 .badcustomer-signin-login span:hover {
  color: var(--theme-custom-color);
}
.headerlayout-3 .bad_wishtlist_top_wrapper,
.headerlayout-3 .badheader-custom-cart {
  padding: 30px 0;
}
.headerlayout-3 .bad-wishlist-title {
  position: relative;
}
.headerlayout-3 .badheader-custom-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.headerlayout-3 .badheader-custom-cart a span.cart-count-prod {
  background-color: var(--theme-custom-color);
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 3px;
}



/* --- header layout-3 end --- */

/* --- header layout-4 --- */
.headerlayout-4 .badheader-top-inner {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.headerlayout-4 .badheader-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.headerlayout-4 div#_desktop_contact_link {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.headerlayout-4 #contact-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.headerlayout-4 #_desktop_contact_link i,
.headerlayout-4 #email-link i {
  font-size: 16px;
  color: #f5993c;
  font-weight: 400;
}
.headerlayout-4 .contact-link-phone-content {
  padding-left: 12px;
}
.headerlayout-4 #contact-link span,
.headerlayout-4 #email-link span {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0px;
  color: #313131;
  font-weight: 400;
}
.headerlayout-4 #email-link span {
  padding-left: 12px;
}
.headerlayout-4 #email-link:hover span,
.headerlayout-4 #email-link:hover i,
.headerlayout-4 #contact-link:hover span,
.headerlayout-4 #contact-link:hover i {
  color: var(--theme-custom-color);
}
.headerlayout-4 #email-link {
  display: inline-block;
  line-height: 20px;
}
.headerlayout-4 .badheaderlanguage-btn,
.headerlayout-4 .badheadercurrency-btn {
  cursor: pointer;
  width: 100%;
  padding: 32px 0;
}
.headerlayout-4 .badmega-menu-block li.level-1:active span,.headerlayout-4 .badmega-menu-block li.level-1:hover a span,.headerlayout-4 .badmega-menu-block li.level-1:active span a i,.headerlayout-4 .badmega-menu-block li.level-1:hover span a i{
  color: #FFF;
}
.headerlayout-4 select.input_category{
  display: none;
}
.headerlayout-4 .badmega-menu-block ul li:hover span a i{
  color: #FFF !important;
}
.headerlayout-4 .fruits-block:hover .item-title::after,.headerlayout-4 .dryfruits-block:hover .item-title::after{
  filter: invert(1);
}
.headerlayout-4 .badheaderlanguage-btn {
  padding-left: 20px;
}
.headerlayout-4 .badheadercurrency-btn span,
.headerlayout-4 .badheaderlanguage-btn span {
  font-size: 14px;
  letter-spacing: 0px;
  color: #616161;
  line-height: 21px;
  display: inline-block;
}
.headerlayout-4 .badheadercurrency-btn i,
.headerlayout-4 .badheaderlanguage-btn i {
  color: #616161;
  float: right;
  font-size: 20px;
  line-height: 21px;
}
.headerlayout-4 .badheaderlanguage-btn:hover span,
.headerlayout-4 .badheadercurrency-btn:hover span,
.headerlayout-4 .badheaderlanguage-btn:hover i,
.headerlayout-4 .badheadercurrency-btn:hover i {
  color: var(--theme-custom-color);
}
.headerlayout-4 .badheaderlanguage-dropdown,
.headerlayout-4 .badheadercurrency-dropdown {
  padding: 10px;
  min-width: 110px;
  width: 100%;
  right: auto;
  left: 0;
  position: absolute;
  margin: 0;
  border: 1px solid #eee;
  top: 100%;
  background-clip: border-box;
}
.headerlayout-4 .badheaderlanguage-dropdown li a,
.headerlayout-4 .badheadercurrency-dropdown li a {
  font-size: 13px;
  color: #222222;
  line-height: 30px;
  padding: 0;
  font-weight: 500;
}
.headerlayout-4 ul.dropdown-menu.badheaderlanguage-dropdown {
  max-height: 230px;
  overflow-y: scroll;
}
#index .headerlayout-4 .badheader-second-wrapper {
  background-color: var(--theme-custom-color) !important;
  box-shadow: none;
  border: none;
}
.headerlayout-4 .badheader-top-logo {
  position: relative;
  text-align: center;
  padding: 0;
}
.headerlayout-4 .badheader-top-logo a {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 0;
}
.headerlayout-4 .badheader-second-wrapper-inner{
    display: flex;
    justify-content: center;
}
.headerlayout-4 .badmegamenu-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0%;
}
.headerlayout-4 .badheader-cart-user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding: 0;
}

/* --- search block layout-4 --- */
.headerlayout-4 .badsearch-inner-open i,
.headerlayout-4 .badsearch-inner-close i {
    color: #616161;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.headerlayout-4 .badsearch-inner-open i{
  display: block;
}
.headerlayout-4 .badsearch-content-box-wrapper.open .badsearch-inner-open i {
    display: none;
}
.headerlayout-4 .badsearch-inner-close i{
  display: none;
}
.headerlayout-4 .badsearch-content-box-wrapper.open .badsearch-inner-close i{
  display: block;
}
.headerlayout-4 .badsearch-block {
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
}.headerlayout-4 .badsearch-block {
    display: block;
}
.headerlayout-4 .badsearch-content-box-wrapper {
  display: flex;
  padding: 23px 0px;
  justify-content: center;
}
.headerlayout-4 .badsearch-content-box-wrapper .badsearch-btn {
  display: block;
}
.headerlayout-4 .badsearch-content-box {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 100%;
    min-width: 360px;
    display: none;
    z-index: 99;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
.headerlayout-4 .badsearch-content-box-inner {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
}
.headerlayout-4 .search-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  position: relative;
}
.headerlayout-4 .search-widget form input[type="text"] {
  width: 100%;
  color: #cccccc;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  padding: 0 15px;
  letter-spacing: 0.6px;
  opacity: 1;
  position: relative;
  background-color: transparent;
  outline: none;
}
.headerlayout-4 .search-widget form input[type="text"]::placeholder {
  color: #cccccc;
  opacity: 1;
}
.headerlayout-4 .search-widget form input[type="text"]:focus {
  background-color: transparent;
  color: #cccccc;
}
.headerlayout-4 .search-widget form input[type="text"]:after {
  content: "";
  position: absolute;
  border-left: 1px solid #eeeeee;
  height: 28px;
  left: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: 10;
  margin: auto;
}
.headerlayout-4 .badmega-menu-block li.level-1 > a span,.headerlayout-4 .badmain-menu-icon-wrapper a i{
  color: #FFFFFF;
}
.headerlayout-4 .dryfruits-block .item-title::after,.headerlayout-4 .fruits-block .item-title::after{
  filter: invert(1);
}
.headerlayout-4 .badmega-menu-block li.level-1{
  padding: 22px 30px;
}
.headerlayout-4 .badsearch-content-box-inner button {
    background-color: var(--theme-custom-color);
    padding: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: block;
}
.headerlayout-4 .badsearch-content-box-inner button i {
  font-size: 22px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  color: #fff;
}
@media(max-width: 1200px){
  .headerlayout-4 .badmega-menu-block li.level-1 {
      padding: 22px 18px;
  }
}
@media(max-width: 1024px){
  .headerlayout-4 .badmega-menu-block li.level-1 {
      padding: 22px 15px;
  }
}
/* --- search block layout-4 end --- */

/* --- header options layout-4 ---  */
.headerlayout-4 .badmyaccount-dropdown-wrapper {
  cursor: pointer;
  position: relative;
  padding: 23px 0 23px 5px;
}
.headerlayout-4 .badmyaccount-dropdown-wrapper button{
    cursor: pointer;
}
.headerlayout-4 .badmyaccount-button i,
.headerlayout-4 .bad_wishtlist_top_wrapper i,
.headerlayout-4 .cart-icon i {
  font-size: 22px;
  color: #616161;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  display: block;
}
.headerlayout-4 .badmyaccount-dropdown {
  min-width: auto;
  width: 130px;
  padding: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
  border: 1px solid var(--theme-custom-color);
  background-clip: border-box;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 3px 1px;
}
.headerlayout-4 .badmyaccount-dropdown li {
  border-bottom: 1px solid #eee;
}
.headerlayout-4 .badcustomer-signin-login span {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
.headerlayout-4 .badmyaccount-dropdown li:last-child {
  border-bottom: none;
}
.headerlayout-4 .bad-compare-inline-block i {
  display: none;
}
.headerlayout-4 .bad-compare-inline-block .compare-nb {
  display: none;
}
.headerlayout-4 .view-compare span {
  font-size: 14px;
  line-height: 35px;
  color: #333;
}
.headerlayout-4 .bad_wishtlist_top span,.headerlayout-4 span.cart-title{
  display: none;
}
.headerlayout-4 #_desktop_header_store_location:hover a,
.headerlayout-4 #_desktop_header_blog:hover a,
.headerlayout-4 .bad_wishtlist_top:hover span,
.headerlayout-4 .view-compare:hover span,
.headerlayout-4 .badcustomer-signin-login span:hover {
  color: var(--theme-custom-color);
}
.headerlayout-4 .bad_wishtlist_top_wrapper,
.headerlayout-4 .badheader-custom-cart {
  padding: 23px 0 23px 5px;
}
.headerlayout-4 .bad-wishlist-title {
  position: relative;
}
.headerlayout-4 .badheader-custom-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.headerlayout-4 .badheader-custom-cart a span.cart-count-prod {
  background-color: var(--theme-custom-color);
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 3px;
}



/* --- header layout-4 end --- */




/* --- mobile header --- */

@media (max-width: 991px) {
  .badmobile-header-block {
    position: relative;
  }
  .badmobile-first-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    background: #fff;
    padding: 0px 15px;
    box-shadow: 0 20px 20px 0 #f1f1f1;
    flex-wrap: wrap;
    border-bottom: 1px solid #e8eaf2;
  }
  .badmobile-logo-block {
    width: 100%;
    order: 1;
    text-align: center;
  }
  .badheader-top-logo {
    position: relative;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .badheader-top-logo a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #header .logo {
    max-width: 200px;
  }
  .badmobile-top-header-block {
    width: 30%;
    order: 2;
    text-align: left;
  }
  .badmobile-menu-icon-wrapper .badmobile-menu-icon {
    background-color: transparent;
    border: none;
    color: #111111;
    padding: 18px 0;
  }
  .badmobile-menu-icon-wrapper .badmobile-menu-icon i {
    font-size: 24px;
    color: #686868;
  }
  .badmobile-second-block {
    width: 70%;
    order: 3;
  }
  .badmobile-verticalmenu-cart-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .badheaderlanguage-btn,
  .badheadercurrency-btn {
    padding: 0;
    cursor: pointer;
    width: 100%;
  }
  .badheaderlanguage-dropdown,
  .badheadercurrency-dropdown {
    position: inherit;
    right: 0;
  }
  .badheadercurrency-btn span,
  .badheaderlanguage-btn span {
    font-size: 14px;
    letter-spacing: 0px;
    color: #333;
    line-height: 35px;
    display: inline-block;
  }
  .badheadercurrency-btn i,
  .badheaderlanguage-btn i {
    color: #333;
    float: right;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
  }
  .badheaderlanguage-dropdown,
  .badheadercurrency-dropdown {
    padding: 10px;
    min-width: 110px;
    width: 100%;
    right: 0;
    left: 0;
    position: inherit;
    margin: 0;
    border: 1px solid #eee;
    top: 100%;
    background-clip: border-box;
  }
  .badheaderlanguage-dropdown li a,
  .badheadercurrency-dropdown li a {
    font-size: 13px;
    color: #222222;
    line-height: 30px;
    padding: 0;
    font-weight: 500;
  }
  ul.dropdown-menu.badheaderlanguage-dropdown {
    max-height: 230px;
    overflow-y: scroll;
  }
  .badsearch-btn{
    display: block;
  }
  .badsearch-content-box-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
  }
  .badsearch-inner-open i,
  .badsearch-inner-close i{
    color: #686868;
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .badsearch-inner-open i {
    display: block;
  }
  .badsearch-inner-close i {
    display: none;
  }
  .badsearch-content-box-wrapper.open .badsearch-inner-close i {
    display: inline-block;
  }
  .badsearch-content-box-wrapper.open .badsearch-inner-open i {
    display: none;
  }
  .badsearch-content-box {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 100%;
    min-width: 290px;
    display: none;
    z-index: 99;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 1px solid var(--theme-custom-color);
  }
  .badsearch-content-box-inner {
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 16%) 0px 21px 36px;
    position: relative;
    border-radius: 5px;
  }
  .search-widget form input[type="text"] {
    width: 100%;
    color: #cccccc;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    letter-spacing: 0.6px;
    opacity: 1;
    position: relative;
    background-color: transparent;
    outline: none;
    border-radius: 50px;
    margin: 0;
  }
  .search-widget form input[type=text]::placeholder{
    font-size: 13px;
    color: #000;
    font-weight: 500;
  }
  .search-widget form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    position: relative;
  }
  .badsearch-content-box-inner button {
    background-color: var(--theme-custom-color);
    padding: 0;
    height: 45px;
    width: 45px;
    border-radius: 0;
    cursor: pointer;
    border: none;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: block;
  }
  .badsearch-content-box-inner button i {
    font-size: 18px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    color: #fff;
  }
  .badmyaccount-dropdown-wrapper {
    cursor: pointer;
    position: relative;
    padding: 10px 0px;
    margin: 0;
  }
  .badmyaccount-dropdown li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .badmyaccount-dropdown li:last-child {
    border-bottom: none;
  }
  .badmyaccount-button i,
  .bad_wishtlist_top_wrapper i,
  .cart-icon i {
    font-size: 22px;
    color: #616161;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    display: block;
  }
  .badmyaccount-dropdown {
    min-width: auto;
    width: 130px;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    border: 1px solid var(--theme-custom-color);
    background-clip: border-box;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 3px 1px;
  }
  .badcustomer-signin-login span {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
  }
  .bad-compare-inline-block i {
    display: none;
  }
  .bad-compare-inline-block .compare-nb {
    display: none;
  }
  .bad_wishtlist_top span,
  .view-compare span {
    font-size: 14px;
    line-height: 35px;
    color: #333;
  }
  #_desktop_header_store_location:hover a,
  #_desktop_header_blog:hover a,
  .bad_wishtlist_top:hover span,
  .view-compare:hover span,
  .badcustomer-signin-login span:hover {
    color: var(--theme-custom-color);
  }
  .bad_wishtlist_top_wrapper,
  .badheader-custom-cart {
    padding: 10px 0;
  }
  .bad-wishlist-title {
    position: relative;
  }
  .badheader-custom-cart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .badheader-custom-cart a span.cart-count-prod {
    background-color: var(--theme-custom-color);
    color: #ffffff;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 3px;
  }


}
@media (max-width: 575px) {
  #header .logo {
    max-width: 180px;
  }
  .badsearch-content-box {
    min-width: 270px;
  }
}
@media (max-width:  425px){
    .badsearch-content-box {
      min-width: 240px;
      right: -65px;
  }
}
