.herlan_web_mobile_view footer.copyright {
  margin-bottom: 3.7rem;
}
.herlan_mobile_drawer_container {
  position: fixed;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  z-index: 9999;
  padding: 0 30px;
}
.herlan_mobile_drawer_container ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.herlan_mobile_drawer_container ul li {
  text-align: center;
}
.herlan_mobile_drawer_container ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px;
  position: relative;
}
.herlan_mobile_drawer_container ul li a .drawer-cart-count {
  position: absolute;
  top: 8px;
  right: 32%;
  background-color: #D50032;
  height: 14px;
  width: 14px;
  line-height: 14px;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  font-size: 11px;
}
.herlan_mobile_drawer_container ul li a .svg-wrapper {
  height: 16px;
  margin-bottom: 5px;
}
.herlan_mobile_drawer_container ul li a.link-active .svg-wrapper svg path {
  stroke: #ED1C24;
}
.herlan_mobile_drawer_container ul li a p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .heading-style-cat-menu {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 6px;
  }
  .heading-style-cat-menu a {
    display: block;
    padding: 15px;
  }
  body.mobile-category-drawer-open .mobile-category-menu {
    opacity: 1;
    left: 0;
    z-index: 102;
  }
  .mobile-category-menu {
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 100%;
    transition: all 0.35s;
    background-color: #f6f6f6;
    z-index: 10;
    left: -100%;
    opacity: 0;
    overflow-y: scroll;
  }
  .mobile-category-menu .nav-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(10px, 1fr));
    gap: 15px;
  }
  .mobile-category-menu .nav-items .nav-item {
    height: 130px;
    background-color: #fff;
    border-radius: 5px;
  }
  .mobile-category-menu .nav-items .nav-item .root-element-click-link {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: column-reverse;
  }
  .mobile-category-menu .nav-items .nav-item .root-element-click-link h5 {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
  }
  .mobile-category-menu .nav-items .nav-item .root-element-click-link img {
    max-width: 50px;
  }
  .mobile-category-menu .nav-items .nav-item .nav-expand-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transform: translateX(-100%);
    background-color: #fff;
    transition: all 0.3s ease-in;
    z-index: 105;
  }
  .mobile-category-menu .nav-items .nav-item .nav-expand-content.active {
    visibility: visible;
    transform: none;
  }
  .mobile-category-menu .nav-items .nav-item .nav-expand-content .nav-expand-content-heading h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .mobile-category-menu .fas {
    color: #000;
  }
}
