/* Custom SVG icons for mobile header */
#mobile-header .row-mobile-header {
  align-items: center !important;
}

#mobile-header .m-nav-btn.so-mobile-icon-btn,
#mobile-header-sticky .m-nav-btn.so-mobile-icon-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px;
  min-height: 38px;
  padding: 0 !important;
  color: #050505 !important;
}

#mobile-header .m-nav-btn.so-mobile-icon-btn > i,
#mobile-header-sticky .m-nav-btn.so-mobile-icon-btn > i {
  display: none !important;
}

#mobile-header .so-mobile-svg,
#mobile-header-sticky .so-mobile-svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

#mobile-header .so-mobile-svg--menu,
#mobile-header-sticky .so-mobile-svg--menu {
  width: 25px;
  height: 25px;
  stroke-width: 2;
}

#mobile-header .so-mobile-svg--search,
#mobile-header-sticky .so-mobile-svg--search {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

#mobile-header .so-mobile-svg--account,
#mobile-header-sticky .so-mobile-svg--account {
  width: 29px;
  height: 29px;
  stroke-width: 1.55;
}

#mobile-header .so-mobile-svg--wishlist,
#mobile-header-sticky .so-mobile-svg--wishlist {
  width: 28px;
  height: 28px;
  stroke-width: 1.7;
}

#mobile-header .so-mobile-svg--cart,
#mobile-header-sticky .so-mobile-svg--cart {
  width: 30px;
  height: 30px;
  stroke-width: 1.55;
}

#mobile-header .col-mobile-btn-wishlist,
#mobile-header-sticky .col-mobile-btn-wishlist {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#mobile-header .cart-products-count-btn,
#mobile-header-sticky .cart-products-count-btn {
  position: absolute !important;
  top: -4px !important;
  right: -6px !important;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #13b957;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
}

#mobile-header .m-nav-btn.so-mobile-icon-btn > span:not(.cart-products-count-btn):not(.so-mobile-cart-icon-wrap),
#mobile-header-sticky .m-nav-btn.so-mobile-icon-btn > span:not(.cart-products-count-btn):not(.so-mobile-cart-icon-wrap) {
  display: none !important;
}

#mobile-header .so-mobile-cart-icon-wrap,
#mobile-header-sticky .so-mobile-cart-icon-wrap {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

#mobile-header .m-nav-btn.so-mobile-icon-btn > .so-mobile-cart-icon-wrap,
#mobile-header-sticky .m-nav-btn.so-mobile-icon-btn > .so-mobile-cart-icon-wrap {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
}

#mobile-header-sticky.so-mobile-header-style-2 .mobile-main-bar {
  padding: 10px 0 12px;
}

#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-header-row {
  min-height: 52px;
}

#mobile-header-sticky.so-mobile-header-style-2 .col-mobile-logo {
  display: flex;
  align-items: center;
}

#mobile-header-sticky.so-mobile-header-style-2 .col-mobile-logo img {
  max-height: 54px;
  width: auto;
}

#mobile-header-sticky.so-mobile-header-style-2 .col-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  padding-left: 1px;
  padding-right: 1px;
}

#mobile-header-sticky.so-mobile-header-style-2 .m-nav-btn.so-mobile-icon-btn {
  min-width: 34px;
  min-height: 38px;
}

#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-search-row {
  margin-top: 10px;
  width: 100%;
}

#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-search-widget {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-search-widget form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}

#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-search-widget input[type="text"],
#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-search-widget input[type="search"] {
  width: 100%;
  min-height: 44px;
  padding: 0 52px 0 16px;
  border: 1px solid #dedede;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 14px;
}

#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-search-widget button,
#mobile-header-sticky.so-mobile-header-style-2 .so-mobile-search-widget .search-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  width: 38px;
  height: 36px;
  border: 0;
  border-radius: 5px;
  background: #e61010;
  color: #fff;
}

#mobile-header-sticky.so-mobile-header-style-2 #mobile-btn-search {
  display: none !important;
}
