/* body {
    display: none !important;
} */

li{
    list-style:none;
}
    .btn-mega-menu svg {
        margin-left: 0.1875rem;
    }
  
    .btn-mega-menu.active {
        color: #fff;
    }
  
        .btn-mega-menu.active:active,
        .btn-mega-menu.active:focus {
            color: #fff;
        }
  
    .btn-mega-menu:active,
    .btn-mega-menu:focus {
        color: #fff;
    }
  
    .btn-mega-menu:hover {
        color: #fff;
    }
    header .btn-mega-menu {
      font-size: 14px;
  }
  .mega-menu {
    height: 75vh;
    /*position: absolute;*/
    position: fixed;
    /*top: 2px;*/
    left: 0;
    right: 0;
    /*width: 100%;*/
    width: 90%;
    margin: auto;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.263911);
    border-radius: 0.25rem;
    overflow: hidden;
  }
  
    .mega-menu.mega-menu-show {
        display: flex;
        flex-direction: row;
        z-index: 10;
        padding:1rem;
    }
  
    .mega-menu-child{
       
    }
     .mega-menu .mega-menu-child:nth-child(1) {
      width: 20%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-color: #bbbcc1 #f1f1f1;
      scrollbar-width: thin;
          border-left: 1px solid #bbbcc1;
  }
  
       .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar {
          width: 0.5625rem;
          height: 0.625rem;
      }
  
       .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar-track {
          background: #fff;
          border: 0.0625rem solid #d6d6d6;
      }
  
       .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar-thumb {
          background: rgba(63, 63, 63, 0.3529411765);
          border-radius: 0;
          border: 0.0625rem solid #d7e6dc;
      }
  
           .mega-menu .mega-menu-child:nth-child(1)::-webkit-scrollbar-thumb:hover {
              background: #929398;
          }
  
   .mega-menu .mega-menu-child:nth-child(2) {
      width: 80%;
  }
  
   .mega-menu .mega-menu-child .cat-mega-menu li a {
      position: relative;
      display: block;
      color: #1b1b1b;
      padding: 0.75rem 0.75rem;
  }
  
       .mega-menu .mega-menu-child .cat-mega-menu li a::after {
          content: url("../img/angel-left.png");
          position: absolute;
          left: 0.5rem;
          top: 0.75rem;
          display: inline-block;
      }
  
       .mega-menu .mega-menu-child .cat-mega-menu li a:hover {
         
          color: #e4e4e47d;
      }
  
   .mega-menu .mega-menu-child .cat-mega-menu li.active a {
        color: #1b1b1b;
        background: #e4e4e47d;
        border-radius: 5px;
  }
  
   .mega-menu .mega-menu-child .boxs .box {
      display: none;
      flex-wrap: wrap;
  }
  
       .mega-menu .mega-menu-child .boxs .box .child:nth-child(1) {
          width: 70%;
          height: 75vh;
          padding: 1.25rem 0.75rem;
          overflow-x: hidden;
          overflow-y: auto;
          scrollbar-color: #bbbcc1 #f1f1f1;
          scrollbar-width: thin;
          
      }
  
           .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar {
              width: 0.5625rem;
              height: 0.625rem;
          }
  
           .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar-track {
              background: #fff;
              border: 0.0625rem solid #d6d6d6;
          }
  
           .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar-thumb {
              background: rgba(63, 63, 63, 0.3529411765);
              border-radius: 0;
              border: 0.0625rem solid #d7e6dc;
          }
  
               .mega-menu .mega-menu-child .boxs .box .child:nth-child(1)::-webkit-scrollbar-thumb:hover {
                  background: #929398;
              }
  
       .mega-menu .mega-menu-child .boxs .box .child:nth-child(2) {
          width: 30%;
          height: 75vh;
          padding: 1.25rem 0.75rem;
          overflow-x: hidden;
          border-right: 1px solid #e7e7e7;
          overflow-y: auto;
          scrollbar-color: #bbbcc1 #f1f1f1;
          scrollbar-width: thin;
      }
  
           .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar {
              width: 0.5625rem;
              height: 0.625rem;
          }
  
           .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar-track {
              background: #fff;
              border: 0.0625rem solid #d6d6d6;
          }
  
           .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar-thumb {
              background: rgba(63, 63, 63, 0.3529411765);
              border-radius: 0;
              border: 0.0625rem solid #d7e6dc;
          }
  
               .mega-menu .mega-menu-child .boxs .box .child:nth-child(2)::-webkit-scrollbar-thumb:hover {
                  background: #929398;
              }
  
       .mega-menu .mega-menu-child .boxs .box .child h5 a {
          position: relative;
          font-family: 'IRANSans';
          font-size: 0.9375rem;
          color: #000;
          line-height: 1.875rem;
      }
  
           .mega-menu .mega-menu-child .boxs .box .child h5 a::before {
              content: "";
              display: inline-block;
              height: 1.3125rem;
              border: 1.6px solid #e4e4e47d;
              position: relative;
              top: 0.3125rem;
              margin-left: 0.375rem;
              border-radius: 0.75rem;
          }
  
           .mega-menu .mega-menu-child .boxs .box .child h5 a:hover {
              color: #e4e4e47d;
          }
  
       .mega-menu .mega-menu-child .boxs .box .child .brands {
          margin-top: 0.9375rem;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 0.9375rem 0.625rem;
      }
  
           .mega-menu .mega-menu-child .boxs .box .child .brands li {
              position: relative;
              width: 48%;
              display: flex;
              align-items: center;
              background: #f9f9f9;
              border-radius: 0.25rem;
              padding: 0.375rem;
          }
  
               .mega-menu .mega-menu-child .boxs .box .child .brands li span {
                  font-family: 'IRANSans';
                  display: inline-block;
                  color: #777777;
                  margin-right: 0.3125rem;
              }
  
               .mega-menu .mega-menu-child .boxs .box .child .brands li a {
                  position: absolute;
                  left: 0;
                  right: 0;
                  top: 0;
                  bottom: 0;
                  background: transparent;
                  z-index: 10;
              }
  
               .mega-menu .mega-menu-child .boxs .box .child .brands li:hover {
                  background: #e0e0e0;
              }
  
       .mega-menu .mega-menu-child .boxs .box .main-menu-content {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
      }
  
           .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu {
              width: 33.3333333333%;
              padding: 0 0.625rem;
              margin-bottom: 0.9375rem;
              text-align:right;
          }
  
               .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu:last-child {
                  margin-left: auto;
              }
  
               .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li a {
                  display: inline-block;
                  color: #1b1b1b;
                  line-height: 1.875rem;
                  font-size: 2rem !important;
              }
  
                   .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li a:hover {
                      color: var(--bs-navbar-active-color);
                  }
  
               .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.title a {
                  position: relative;
                  direction: rtl;
                  }
  
                   .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.title a::before {
                      content: "";
                      display: inline-block;
                      height: 1.3125rem;
                      border: 0.5px solid #bbbcc1;
                      position: relative;
                      top: 0.3125rem;
                      margin-left: 0.375rem;
                      border-radius: 0.75rem;
                  }
  
               .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.font-sm a {
                  font-weight: 400;
                  font-size: 0.875rem;
                  color: #404040;
              }
  
                   .mega-menu .mega-menu-child .boxs .box .main-menu-content .menu li.font-sm a:hover {
                      color: #e4e4e47d;
                  }
  
                   
            
                    
                    .out-side {
      position: fixed;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      z-index: 9;
      cursor: pointer;
  }
  
  .out-side-plp {
      position: fixed;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      background: transparent;
      z-index: 4;
      cursor: pointer;
  }
  .out-side-up {
      position: fixed;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      background: rgba(29, 30, 36, 0.6);
      z-index: 1010;
      cursor: pointer;
  }
  .out-side-support {
      position: fixed;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      background: rgba(29, 30, 36, 0.6);
      z-index: 1010;
      cursor: pointer;
  }
  