.modiran-header {
    display: flex;
    padding: 0.6rem 0;
    background: #fff;
  }
  .modiran-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .modiran-header .site-logo {
    flex: 0 1 10.8667rem;
    margin: 0.6rem auto;
  }
  .modiran-header .header-actions {
    display: flex;
    flex: 1 0 100%;
    min-width: 100%;
    margin-top: 0.5rem;
    align-items: center;
    justify-content: space-between;
  }
  .modiran-header .toggleMenuBtn {
    cursor: pointer;
    border-radius: 10rem;
    padding: 0.418rem 1.5rem;
    border: 2px solid #696983;
  }
  @media (max-width: 767.98px) {
    .modiran-header .toggleMenuBtn {
      padding: 0.418rem 1rem;
    }
  }
  .modiran-header .cart-btn {
    color: #38a063;
    margin: 0.6rem 0;
    text-align: center;
    flex: 0 1 10.8667rem;
    border-radius: 10rem;
    min-width: 10.8667rem;
    font-family: "Iranyekan.ttf", Tahoma;
    padding: 0.418rem 0.5rem;
    border: 2px solid #38a063;
  }
  .modiran-header .cart-btn i {
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid rgba(56, 160, 99, 0.5);
  }
  .modiran-header .cart-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #4dba64, #25a06f);
  }
  @media (max-width: 767.98px) {
    .modiran-header .cart-btn {
      padding: 0.418rem 0.2rem;
      flex: 0 1 8.6rem;
      min-width: 8.6rem;
    }
  }
  @media (min-width: 992px) {
    .modiran-header {
      padding: 10px 2.1rem;
    }
    .modiran-header .site-logo {
      margin: 0.6rem 0;
    }
    .modiran-header .header-actions {
      flex: 0 0 auto;
      margin-top: 0;
      min-width: 0;
    }
    .modiran-header .toggleMenuBtn {
      display: none;
    }
  }
  @media (min-width: 768px) {
    .modiran-header {
      padding: 15px 2.9rem;
    }
  }
  .header-menu {
    top: 0;
    right: 0;
    width: 50rem;
    height: 100%;
    z-index: 999;
    display: flex;
    max-width: 80%;
    position: fixed;
    padding: 0.5rem 1rem;
    background: #fff;
    overflow-y: scroll;
    flex-direction: column;
    transform: translateX(100%);
    transition: 0.5s;
  }
  .header-menu.open {
    transform: translateX(0);
  }
  @media (min-width: 992px) {
    .header-menu {
      top: auto;
      right: auto;
      margin: 0 auto;
      height: auto;
      z-index: auto;
      transform: none;
      max-width: unset;
      background: none;
      position: relative;
      flex-direction: row;
      overflow-y: visible;
      overflow-y: initial;
    }
  }
  @media (max-width: 991.98px) {
    .header-menu {
      display: block;
      padding: 0;
    }
  }
  .header-menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #343448;
    text-align: center;
    padding: 0.6rem 1.2rem;
    border-bottom: 2px solid transparent;
  }
  @media (max-width: 991.98px) {
    .header-menu-item {
      display: block;
      float: right;
      width: 100%;
    }
  }
  .header-menu-item i {
    display: block;
    margin-left: 1rem;
    font-size: 1.35rem;
  }
  @media (max-width: 991.98px) {
    .header-menu-item i {
      float: right;
      position: relative;
      top: 2px;
    }
  }
  .header-menu-item span {
    margin-top: 0.1rem;
    display: block;
  }
  @media (max-width: 991.98px) {
    .header-menu-item span {
      float: right;
    }
  }
  .header-menu-item:hover {
    color: #0071bb;
    cursor: pointer;
    text-decoration: none;
    border-color: #0071bb;
  }
  .header-menu-item:hover .menu-subitems-holder {
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
  @media (min-width: 768px) {
    .header-menu-item {
      display: block;
      padding: 0.6rem 1.2rem;
    }
    .header-menu-item i {
      margin-left: 0;
    }
    .header-menu-item {
      padding: 0.6rem 1rem;
    }
  }
  @media (max-width: 767.98px) {
    .header-menu-item .menu-subitems {
      padding: 0.8rem 0 !important;
    }
    .header-menu-item .menu-subitems a {
      padding: 0.733rem 0.6rem !important;
    }
  }
  
.header-menu-title {
    float: right;
    width: 100%;
    flex: 0 0 100%;
    text-decoration: none;
    color: inherit !important;
}
@media (max-width: 991.98px) {
  .header-menu-title{
    display: flex;
    justify-content: flex-start;
  }
}

.menu-subitems-holder {
  right: 0;
  top: 90%;
  padding-top: 6px;
}
@media (min-width: 992px) {
  .menu-subitems-holder {
    opacity: 0;
    z-index: -1;
    position: absolute;
    visibility: hidden;
  }
}

.menu-subitems {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 0.8rem 1rem;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .menu-subitems {
    top: auto;
    right: auto;
    display: block;
  }
  .menu-subitems a {
    float: right !important;
  }
}
.menu-subitems a {
  line-height: 1;
  font-size: 1rem;
  color: #565d6b;
  margin: 0.5rem 0.2rem;
  border-radius: 3rem;
  background: #f6f8fb;
  padding: 0.733rem 1.2rem;
}
.menu-subitems a:hover {
  color: #fff;
  background: linear-gradient(90deg, #4dba64, #25a06f);
}
@media (min-width: 992px) {
  .menu-subitems {
    box-shadow: 0 20px 50px 0 rgba(20, 83, 155, 0.25);
  }
}
@media (min-width: 768px) {
  .menu-subitems {
    padding: 1.2rem 1.8rem;
  }
}  
.menu-subitems {
  flex: 0 0 100%;
  float: right;
  width: 100%;
}
  