
.side-nav{
    width: 22rem;
    height: 100%;
    background-color: #ffffff00;
    cursor: auto;
}
/*//////////////////     nav-top        /////////////////////*/
.navbar-button {
    width: 50px;
    height: 47px;  
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    z-index: 100;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0px;
    left: 20rem;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 0;
    display: block;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  }
  


.menuButtonText{
  font-weight: bold;
}
.nav-top.open{
  padding-top: 1rem;
  background-color: #1B1B1D;
  z-index: 100;
  width: 18rem;
  position: absolute;
  float: left;
  top: 0;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #EDEEEE;
}
.nav-top{
  padding-top: 1rem;
  width: 22rem;
  z-index: 100;
  float: left;
  position: absolute;
  top: 0;
  display: flex;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #1B1B1D;
}
.nav-top.open  >div{
  width: 32%;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
}
.nav-top > div{
  width: 24%;
  height: 4rem;
  font-size: 2rem;
  text-align: center;
}
.ChangeLangDiv{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ChangeLang{
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 0.2rem;
}
.web{
  display: none;
  align-items: center;
  justify-content: center;
}
.menuWebImage{width:2.5rem; }

.sidenav {
  height: calc(100% - 5rem);
  width: 0;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: 0.5s;
  margin-top: 5rem ;
}
.sidenav ul li {
  margin-left: -10rem;
  padding:0.5rem ;
  text-decoration: none;
  font-size: 25px;
  color: #1B1B1D;
  display: block;
  font-weight: bolder;
  transition: 0.3s;
  border-top: 1px  #EDEEEE solid;
  border-bottom: 1px  #EDEEEE solid;
  cursor: pointer;
  
}

.Divider.open{
  width: 1%;
  background:
    repeating-linear-gradient( to right, rgba(255, 255, 255, 0.8), transparent 4px 20px) left/100% 70% no-repeat;
}
.Divider{
  background:
    repeating-linear-gradient( to right, rgba(0, 0, 0, 0.8), transparent 4px 20px) left/100% 70% no-repeat;
}
.voice  {
  cursor: pointer;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.musicSvg img{
    width: 4rem;
    transition: 0.5s;
}
.musicSvg.open img{
  width:  4rem;
  transition: 0.5s;
}
.voice.open {
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;  
}
 
  .nav-content{
    position: relative;
  }

  .closebtn{
      
  }
  .sidenav ul {
    margin: 0;
    padding: 0;
  }
  .sidenav ul li p {
   display: inline;
  }
  
  .sidenav li:hover {
    color: #009944;
    transition: 0.1s;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }


  .mecuJcit{
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /*  back  icon    */

  .nav-icon-4{
    position: relative;
    cursor: pointer;
    display: flex;
    
  }
  .nav-icon-4 span{
    background-color:#FFF;
    position: absolute;
    border-radius: 2px;
    transition: .2s cubic-bezier(.8, .5, .2, 1.4);
  }
  .nav-icon-4 >div{
    position: relative;
    width:100%;
  }
  .nav-icon-4 span:nth-child(1){
    display: block;
    font-size: 1.2rem;
    top: 0.5rem;
    position: relative;
    left: 0;
    background-color:#1b1b1d00;
  }
  .nav-icon-4 span:nth-child(2){
    width: 9%;
    height: 4px;
    display: block;
    top: 2.5rem;
    left: 1.8rem;
  }
  .nav-icon-4 span:nth-child(3){
    width: 9%;
    height: 4px;
    display: block;
    top: 2.5rem;
    left: 2.6rem;
  }
  .nav-icon-4 span:nth-child(4){
    width: 9%;
    height: 4px;
    display: block;
    bottom: 1.25rem;
    left: 3.4rem;
  }
  .nav-icon-4.open >div{
    position: relative;
    width:100%;
  }
  .nav-icon-4.open span:nth-child(1){
    display: none;
  }
  .nav-icon-4.open {
    transform: rotate(90deg);
  }
  .nav-icon-4.open span:nth-child(2){
    background-color: rgb(0, 0, 0);
    left: 1.4rem;
    top: 1.2rem;
    width: 50%;
    transition: .2s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(90deg);
    transition-delay: 150ms;
  }
  .nav-icon-4.open span:nth-child(3){
    background-color: rgb(0, 0, 0);
    left: 1.3rem;
    top: 2rem;
    width: 30%;
    transition: .2s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(45deg);
    transition-delay: 50ms;
  }
  .nav-icon-4.open span:nth-child(4){
    background-color: rgb(0, 0, 0);
    left: 2.4rem;
    top: 2rem;
    width: 30%;
    transition: .2s cubic-bezier(.8, .5, .2, 1.4);
    transform: rotate(-45deg);
    transition-delay: 100ms;
  }

  /*//////////// ul li image setting      ///////////////  */
  

  .menuImgDiv{
    position: relative;
    width: 7rem;
    max-width: 10rem;
  }
  .menuTextDiv{
    font-size: 1.8rem;
    
  }

  .navcontent{
    position: relative;
  }
/*//////////////   nav-content li open   ///////////////// */
  .nav-content ul li:nth-child(1).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

  }
  .nav-content ul li:nth-child(2).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

  }
 
  .nav-content ul li:nth-child(3).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
 
  .nav-content ul li:nth-child(4).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

  }
  .nav-content ul li:nth-child(5).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }

  .nav-content ul li:nth-child(6).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
  .nav-content ul li:nth-child(7).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
 
  .nav-content ul li:nth-child(8).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
 
  .nav-content ul li:nth-child(9).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
  .nav-content ul li:nth-child(10).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .nav-content ul li:nth-child(11).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav-content ul li:nth-child(12).navcontent.open{
    margin-left:-15rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  /*//////////////   nav-content li close   ///////////////// */
  .nav-content ul li:nth-child(1).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

  }
  .nav-content ul li:nth-child(2).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

  }
 
  .nav-content ul li:nth-child(3).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
 
  .nav-content ul li:nth-child(4).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

  }
  .nav-content ul li:nth-child(5).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
  }

  .nav-content ul li:nth-child(6).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

  }
  .nav-content ul li:nth-child(7).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;

  }
 
  .nav-content ul li:nth-child(8).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

  }
 
  .nav-content ul li:nth-child(9).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;

  }
  .nav-content ul li:nth-child(10).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .nav-content ul li:nth-child(11).navcontent{
    margin-left:0rem;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }

  .nav-content ul li:nth-child(12).navcontent{
    margin-left:0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
    .nav-content ul li:nth-child(11){
      border: 0;
      cursor: auto;
  }

  .nav-content ul li:nth-child(12){
    border: 0;
  }
  .nav-content ul li:nth-child(12) img{
    margin-left:1.5rem;
    width: 8rem;
  }
/*//////////////////////nav RWD///////////////////////*/
@media (max-width: 1920px){
  .side-nav{  width:14rem;}
  /* nav control button animation */
  .nav-icon-4.open >div{
    position: relative;
    width:100%;
  }
  .nav-icon-4.open span:nth-child(1){
    display: none;
  }
  .nav-icon-4 span:nth-child(1){
    display: block;
    font-size: 1.2rem;
    top: 0.8rem;
    position: relative;
    left: 0;
  }
  .nav-icon-4.open span:nth-child(2) {
    left: 1rem;
    top: 1.5rem;
    width: 50%;
  }
  .nav-icon-4.open span:nth-child(3) {
    left: 1rem;
    top: 2rem;
    width: 30%;
  }
  .nav-icon-4.open span:nth-child(4) {
    left: 1.6rem;
    top: 2rem;
    width: 30%;
  }
  
  .nav-icon-4 span:nth-child(2) {
    top: 2.7rem;
    left: 1rem;
  }
  .nav-icon-4 span:nth-child(3) {
    top: 2.7rem;
    left: 1.7rem;
  }
  .nav-icon-4 span:nth-child(4) {
    bottom:  1.05rem;
    left: 2.4rem;
  }
  .nav-content ul li:nth-child(12) img{
    margin-left:1.5rem;
    width: 6rem;
  }
   /* nav top  mobile  */
  .nav-top > div {
    width: 23%;
    height: 4rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .nav-top {   
    width: 14rem;
    padding-top: 0;
  }
  .nav-top.open  {
    width: 12rem;
    padding-top: 0;
  }
  .nav-top.open > div {font-size: 1.5rem;}
  .nav-top.open > div:last-child {width:28%;}
  .voice {width: 3rem;}
  .voice.open {width: 3rem;}
   .musicSvg img{
    width: 4rem;
    transition: 0.5s;
  }
  .musicSvg.open img{
    width:  4rem;
    transition: 0.5s;
  }
   .web{width: 2rem;}
   .menuWebImage{width:2rem; }
   /* sidenav mobile */
   .sidenav{
    height: calc(100% - 4rem);
    margin-top: 4rem;
  }
   .menuImgDiv{width:4rem;}
   .menuTextDiv{font-size: 1.3rem;}

}






@media (max-width: 1450px) and (max-height: 910px) {
  .productTextDiv {
    height: 17rem;
  }
  
}

