
            body {
    padding-top: var(--header-height, 0); 
}
            #primary-menu{
    box-shadow: 0 3px 5px 0 rgba(191,191,191,.31);
  transition: all ease .3s;
  padding: 8px 0 1px;
  border-top: 1px solid #f1f1f1;
  background: #99eacf;
  padding-top: 8px;
  z-index: 999;
  position: fixed;
  transform: translateY(0);
  top: 0; 
  left: 0;
  right: 0;
  width: 100%;
}
#primary-menu.hide {
  transform: translateY(-100%);
}

@media (max-width: 992px) {
  .mazebandar-header .search-form-wrapper {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.mazebandar-header .search-form .search {
  background: #fff;
  height: 46px;
  border: 2px solid #00296b;
  padding: 6px 9px 6px 60px !important;
}
.mazebandar-header .search-form .btn {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  background: #00296b;
  z-index: 51;
}
#search-result li, #suggested-terms li {
  padding: 4px;
  position: relative;
  display: block;
}
#search-result-wrapper {
  position: absolute;
  background: #fff;
  left: 15px;
  right: 15px;
  top: calc(100% - 13px);
  border: 2px solid #00296b;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgb(0, 41, 107);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(0, 41, 107);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(0, 41, 107);
  border-radius: 0 0 5px 5px;

  border-top: 0;
}
.container-fluid{
    width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mobile-nav{
    margin-bottom: 5px;
}
#cat-nav-toggle{
    font-size: 23px;
  float: right;
  padding: 8px 15px;
  margin: -9px -16px 0 0;
}
.mob-mini-cart {
  float: left;
  cursor: pointer;
}
#search-nav-toggle {
  float: right;
  margin: -8px 0 0;
  padding: 10px 14px;
}
.mazebandar-header .mobile-nav a.icon:not(.icon-menu) {
  padding: 8px;
  float: left;
  font-size: 20px;
  margin: -8px 0 0 5px;
}
.mobile-top-search.show {
margin-left: -20px !important;
  margin-right: -20px !important;
  padding: 8px 0;
  visibility: visible;
  height: auto;
  margin-top: 0;
  width: calc(100% + 15px);
  margin-bottom: -7px;
  opacity: 1;
  background: none;
  box-shadow: none;
  border: none;
}
.mobile-top-search {
    border: none;
  background: none;
  box-shadow: none;
  margin-left: -15px !important;
  margin-right: -15px !important;
  background: #f8f8f8;
  padding-top: 8px;
  box-shadow: inset 0 0 7px -2px #80808096;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
  transition: all ease-in-out .2s;
  visibility: hidden;
  height: 0;
  margin-top: -10px;
  position: absolute;
  opacity: 0;
}
.mazebandar-logo{
    margin-left: 11px;
}

