/*
  Bottom tab bar — every icon same size as English (2.3rem @ 10px = 23px).
*/
.sticky-footer .sticky-link {
  margin: 0;
  padding: 10px 4px 8px;
  min-width: 0;
}

.sticky-footer .sticky-link i,
.sticky-footer .sticky-link i::before,
.sticky-footer .cart-dropdown .sticky-link i,
.sticky-footer .sticky-link i.w-icon-home,
.sticky-footer .sticky-link i.w-icon-category,
.sticky-footer .sticky-link i.w-icon-account,
.sticky-footer .sticky-link i.w-icon-cart,
.sticky-footer .sticky-link i.w-icon-heart,
.sticky-footer .cart-dropdown .sticky-link i::before,
.sticky-footer .header-search .sticky-link i,
.sticky-footer .header-search .sticky-link i::before,
.sticky-footer .header-search .sticky-link i.w-icon-heart {
  font-size: 23px !important;
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.sticky-footer .sticky-link p {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 10px !important;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[lang="ar"] .sticky-footer .sticky-link p {
  text-transform: none;
  letter-spacing: 0;
}

.sticky-footer .header-search.hs-toggle {
  flex: 1;
  display: flex;
  justify-content: center;
}

.sticky-footer .cart-dropdown {
  flex: 1;
  display: flex;
  justify-content: center;
}

.sticky-footer > a,
.sticky-footer > .cart-dropdown,
.sticky-footer > .header-search {
  flex: 1;
  min-width: 0;
}

.sticky-footer .cart-dropdown .sticky-link,
.sticky-footer .header-search .sticky-link {
  width: 100%;
}

.sticky-footer .sticky-link.active {
  color: #ae8a29;
}

.sticky-footer .sticky-link.active i,
.sticky-footer .sticky-link.active i::before,
.sticky-footer .cart-dropdown .sticky-link.active i,
.sticky-footer .cart-dropdown .sticky-link.active i::before,
.sticky-footer .header-search .sticky-link.active i,
.sticky-footer .header-search .sticky-link.active i::before {
  color: #ae8a29 !important;
}

.sticky-footer .sticky-link.active p {
  color: #ae8a29 !important;
  font-weight: 600;
}
