@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansXRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansX/IRANSansXBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }







*{
    font-family: 'IRANSansX', sans-serif; 

}
#body{
    background-color: rgb(255, 255, 255);
    font-family: 'IRANSansX', sans-serif;
}

.blackitem{
    background-color: #181636;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    color: rgb(255, 255, 255);
}


.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoimgheader{
    width: 80px;
}
.logobox{
    display: flex;
    justify-content: end;
    align-items: center;
   
}

#closegallery{
    display:none;
}

#searchbox{
    width: 440px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #181636;
    transition: width ,border-radius , 0.5s;
}
#searchbox:hover{
    width: 530px;
    height: 50px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
}
.boxsearch{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
#inputsearch{
    background-color: rgb(255, 255, 255);
    border: 0;
    margin-right: 10px;
    direction: rtl;
}
#inputsearch:focus{
    border: 0;
    box-shadow: 1px 1px 5px #06FF89;
    outline: none;
}
.mainnavbarborder{
    border-bottom: 1px solid #171636;
    margin-top: 10px;
    max-width: 100%;
}

.headerbuts{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btnbasket{
    width: 100px;
    height: 50px;
    background-color: #181636;
    border: 0;
    color: rgb(255, 255, 255);
    font-size: small; 
    transition:  border-radius , 0.2s;
}
.btnbasket:hover{
    background-color: #0f0d21;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
}
.btnlogin{
    background-color: #05c26a;
    width: 100px;
    height: 50px;
    border: 0;
    color: white;
    transition:  border-radius , 0.2s;
    margin-left: 5px; 
}
.btnlogin:hover{
    background-color: #05a45a;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
}






.navbar{
    margin-top: 10px;
    background-color: rgb(255, 255, 255);
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
   
}
.navbar div{
    cursor: pointer;
    padding: 0px 25px 18px 25px;
}
.navbar div:hover{
    color: #05a45a;
    
}
.partproduct div{
    margin-top: 15px;
    cursor: pointer;
}
.partproduct div:hover{
    color: #05a45a;
}
#items{
    height: 350px;
    width: 100%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 550%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 5px;
    z-index: 20;
    display: none;
    border: 1px solid #181636;
    border-top: 0;


} 

#blackacc{
    background-color: rgba(0, 0, 0, 0.364);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    display: none;
}
.partproduct{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    height: 100%;
    margin: 30px;
    max-width: 90%;
}

.naveitems{
    font-size: small;
    direction: rtl;
    align-items: center;
    border-bottom: 0.5px solid #0f0d21;
    padding-bottom: 15px;
}
.naveitems div:hover{
    color: #05a45a;
    cursor: pointer;
}
.saleitem{
    width: 100%;
    max-width: 25%;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    transition: border , 0.2s;
}
.saleitem:hover{
    box-shadow: 1px 1px 5px #06FF89;
    border-radius: 3px;
    border: 1px solid #181636;
}
.itemimg{
    width: 200px;
    height: 200px;
}
.saleitem div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: small;
}









.filterbox{
    background-color: rgb(255, 255, 255);
    border: 1px solid #0f0d21;
    max-width: 20%;
    width: 95%;
    margin-left: 10px;
    direction: rtl;
    border-radius: 0px;
    position: sticky;
    top: 10px;
    transition: border-radius , 0.2s;
}

.filterbox:hover{
    box-shadow: 1px 1px 5px #06FF89;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
}
.miniinfo{
    display: flex;
    justify-content: stretch;
    align-items: center;
    max-width: 100%;
}
.miniinfo div{
    margin-left: 10px;
    background-color: rgba(35, 71, 134, 0);
    border: 1px solid #181636;
    color: rgb(0, 0, 0);
    padding: 5px;
    padding-left: 25px;
    border-radius: 0px;
    margin-top: 5px;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow, 0.2s;
}
.miniinfo div:hover{
    border-radius: 3px;
    background-color: #181636;
    box-shadow: 1px 1px 5px #06FF89;
    cursor: pointer;
    color: white;
}
.maininfodiv{
    max-width: 75%;
    width: 100%;
    direction: rtl;
}
.maininfodiv div{
    margin-top: 5px;
}
.bimebox{
    background-color: rgba(35, 71, 134, 0);
    color: black;
    height: 50px;
    font-size: small;
    max-width: 100%;
    width: 320px;
    border: 1px solid #181636;
}
.bimebox:hover{
    background-color: #181636;
    cursor: pointer;
    box-shadow: 1px 1px 5px #06FF89;
    border-radius: 3px;
    transition: box-shadow, 0.2s;
    color: white;
}
.bimebox div{
    margin-top: 0px;
}

.itemshow{
    max-width: 20%;
    width: 95%;
    margin-left: 10px;
    direction: rtl;
}
.miniimageshow div{
    margin:5px;
    width: 60px;
    height: 60px;
    border: 1px solid #181636;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow, 0.2s;
    
}
.miniimageshow div:hover{
    box-shadow: 1px 1px 5px #06FF89;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    cursor: pointer;
}
.miniimageshow{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: start;

    
}



.itemsdetail{
    display: flex;
    justify-content:center;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.itemsdetail div{
    background-color:"red";
    width: 100%;
    height: 38.5px;
    background-color: rgba(35, 71, 134, 0);
    border: 1px solid #181636;;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: small;
    margin-left: 10px;
    transition: box-shadow, 0.2s;
}
.itemsdetail div:hover{
    border-radius: 3px;
    background-color: #181636;
    color: white;
    border-radius: 3px;
box-shadow: 1px 1px 5px #06FF89;}
.coloritem{
    width: 100%;
    height: 40px;
    border: 1px solid #181636;
    display: flex;
    justify-content: center;
    align-items: center;
}



.extrainfo{
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #181636;
    box-shadow: 1px 1px 5px #06FF89;
    cursor: pointer;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent);
      mask-image: linear-gradient(to bottom, black, transparent);
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      background: white;
    
}
.extradiv{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    padding: 10px;
    border: 1px solid #181636;
    transition: box-shadow, 0.2s;
}
.extradiv:hover{
box-shadow: 1px 1px 5px #06FF89;    border-radius: 3px;
}
.extradivactive{
   display: block;
}





.extroinfoshopbox{
    margin-top: 20px;
    height: 100px;

}

.colorsshopbox div{
    margin-right: 10px;
    border: 1px solid #181636;
    padding: 3px;
    padding: 5px;
    width: 100px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.colorsshopbox div:hover{
    margin-right: 10px;
    border: 1px solid #181636;
    background-color: #0f0d21;
    color: white;
    box-shadow: 1px 1px 5px #06FF89;    
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}
.colorsshopboxactive{
    margin-right: 10px;
    border: 1px solid #181636;
    background-color: #0f0d21;
    color: white;
    box-shadow: 1px 1px 5px #06FF89;    
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
}
#shopbuttondiv{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.inputcountshopbox{
    border: 1px solid #181636;
}
.helpforshopbox{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btnshop{
    width: 60%;
    max-width: 200% !important;
    background-color: #06FF89 ;
}
.btnshop:hover{
    box-shadow: 1px 1px 5px #06FF89;
}












.cariusel{
    margin-top: 10px;
    height: 380px;
    position: relative;
    border-top: 1px solid #171636;
}
.imgdivcover{
    background-image: url("/homepage/img/bigbanners/BANNER1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgcover{
    max-width: 100%;
}

#backtbut{
    top: 50%;
    position: absolute;
    left: 2%;
    background-color: rgba(255, 255, 255, 0.544);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
#nextbut{
    top: 50%;
    position: absolute;
    right: 2%;
    background-color: rgba(255, 255, 255, 0.544);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}


.secpupcer {
    overflow: hidden; /* مخفی کردن آیتم‌های اضافی */
    width: 100%;
    position: relative;
    padding: 20px 0;
  }

  .secpupcer h2 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
  }

  .pupitems {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    transition: transform 0.5s ease-in-out; /* برای حرکت نرم */
  }

  .pupitems div {
    flex: 0 0 auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .pupitems div:hover{
    background-color: #181636;
    color: rgb(255, 255, 255);
    border-radius: 3px;
  } 


  /* دکمه‌های کنترل */
  .carousel-control {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    background-color: #05a45aaf;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 70%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .carousel-control.prev {
    left: 10px;
    top: 55%;
  }

  .carousel-control.next {
    right: 10px;
    top: 55%;
  }

  .divitem{
    width: 20%;
    padding: 10px;
    padding-bottom: 15px;
    border-right: 1px solid #ccc;
    margin-right: -10px;
  }


  .btnbasketactive{
    width: 100px;
    height: 50px;
    background-color: #0f0d21;
    border: 0;
    color: rgb(255, 255, 255);
    font-size: small; 
    transition:  border-radius , 0.2s;
    box-shadow: 3px 3px 20px #06FF89;
    border-radius: 3px;
}


.basketbox{
    position: fixed;
    top: 20%;
    left: -330px;
    z-index: 100;
    background-color: #181636;
    width: 270px;
    height: 420px;
    transition: left 0.5s ease; /* اضافه کردن انیمیشن برای انتقال نرم */
    color: white;
 
}
.basketboxactive{
    position: fixed;
    top: 20%;
    left: -230px;
    z-index: 100;
    background-color: #181636;
    width: 270px;
    height: 420px;
    transition: left 0.5s ease; /* اضافه کردن انیمیشن برای انتقال نرم */
    color: white;
}
.holdersider{
    position: relative;
    width: 100%;
    height: 100%;
}
.siderhelp{
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translate(-50%,-50%);
    background-color: #181636;
    width: 30px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 5px 5px 0;
}


.basketboxactive:hover{
    left: 0px;

}


.gotoboxpageactive{
    width: 100px;
    height: 22px;
    background-color: #0f0d21;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2;
    position: absolute;
    bottom: -20px;
    transition: bottom 0.5s ease;
    border-radius: 0 0px 3px 3px;
    cursor: pointer;
}
.gotoboxpageactive:hover{
    background-color: #0d0551;
}
.gotoboxpage{
    width: 100px;
    height: 22px;
    background-color: #0f0d21;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: -1;
    position: absolute;
    bottom: 0px;
    transition: bottom 0.5s ease;
    border-radius: 0 0px 3px 3px;
    cursor: pointer;
    
}


#rightdiv{
    max-width: 25%;
    width: 100%;
}
#centerdiv{
    max-width: 50%;
    width: 100%;
}
.shopbox{
    max-width: 25%;
    width: 100%;
    height: auto;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}

.holderdivmain{
    display: flex;
    justify-content: space-around;
}

.extraintro{
    max-width: 50%;
    width: 100%;
}

.navbarforinfo{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.navbarforinfo div{
    height: 60px;
    width: 60px;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbarforinfoactive{
    background-color: #171636 !important;
    color: white;
}
.fototerForPhone{
    display: none;
}

.mini1{
    width: 30px;
    height: 30px;
}

.itemsherephone{
    display: none;
}


.mainalarm{
    background-color: #000000b7;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
    padding: 0;
    z-index: 20000;
    font-size:14px;
}
.centeralarm{
    width: 30%;
    height: 150px;
    background-color: white;
    z-index: 2000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #181636; 
    border-radius:0;
    transition: border, 0.2s;
}
.centeralarm:hover{
    border: 1px solid #181636;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
    
}
.closealarm{
    position: absolute;
    bottom: 0;
    left: 100px;
    transform: translate(-50%,-50%);
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.closealarm button{
    width: 100px;
    max-width: 150px;
}


#formlogin{
    margin-bottom: 0;
}




input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* برای فایرفاکس */
input[type="number"] {
    -moz-appearance: textfield;
}






.gallery{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 70%;
    background-color: #171636;
    z-index: 200;
    display:none;
}
.blackback{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.463);
    margin:0;
    padding:0;
    z-index: 199;
    display:none;
}
.miniimggallery{
    width:50px;
    height:50px;
    cursor: pointer;
}
.btngallery{
    width:50px;
    height:50px;
    background-color: white;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 50%;
    cursor: pointer;
}
.bigimgzoom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.bigimage1{
    max-width: 100%;  /* باعث می‌شه تصویر از اندازه‌ی والدش بزرگ‌تر نشه */
    height: auto;
}


.closegallery{
    position:fixed;
    top: 20%;
    right: 10%;
    transform: translate(-50%,-50%);
    background-color: #171636;
    z-index: 201;
    font-size: 30px;
    color:white;
    cursor: pointer;
    display:none;
}


.mtactiv{
    margin-top:30px;
}

@media (max-width : 1800px){
    .mtactiv{
        margin-top:15px;
    }
}




@media (max-width : 1200px){
    .mtactiv{
        margin-top:0px;
    }
    .closegallery{
        position:fixed;
        top: 80%;
        left: 50%;
        width:50px;
        height:50px;
        display:flex;
        justify-content:center;
        align-items:center;
        transform: translate(-50%,-50%);
        background-color: rgba(255, 255, 255, 0);
        color: #171636;
        z-index: 201;
        font-size: 30px;
        cursor: pointer;
    }
    .gallery{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        height: 500px;
        background-color: #171636;
        z-index: 200;
    }
    .bigimage1{
        max-width: 120%; 
    }
    .miniimageshow{
        justify-content:center;
    }
    .extroinfoshopbox{
        display: none;
    }
    .shopbox{
        width: 100% !important;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .helpforshopbox{
        display: none
    }
    .helpforshopbox{
        display: none;
    }
    .hrdis{
        display: none;
    }
    .countshopbox{
        margin-top: 20px;
    }
    .colordivcon{
        width: 100px;
    }
    .inputcountshopbox{
        width: 100px;
        height: 35px;
    }
    .btnforsubhere{
        font-size: small;
        width: 100%;
    }
    .formofsub{
        width: 100%;
    }
    #rightdiv{
        max-width: 25%;
        width: 100%;
        margin-bottom: 30px;
    }
    #centerdiv{
        max-width: 50%;
        width: 100%;
    }
    .holderdivmain{
        display: flex;
        flex-direction: column-reverse;
    }
    #rightdiv{
        max-width: 100%;
        width: 100%;
    }
    #centerdiv{
        max-width: 100%;
        width: 100%;
    }
    .miniinfo div{
        width: 46%;
        height: 38.5px;
        background-color: rgba(35, 71, 134, 0);
        border: 1px solid #181636;
        color: rgb(0, 0, 0);
        padding: 5px;
        border-radius: 0px;
        margin-top: 5px;
        font-size: small;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: box-shadow, 0.2s;
    }
    .miniinfo{
        display: flex;
        justify-content: stretch;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .coloritem{
        width: 94%;
        height: 38.5px;
        border: 1px solid #181636;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bimebox{
        background-color: rgba(35, 71, 134, 0);
        color: black;
        height: 38.5px;
        font-size: small;
        max-width: 100%;
        width: 94%;
        border: 1px solid #181636;
    }
    .itemsdetail div{
        width: 46%;
        height: 38.5px;
        background-color: rgba(35, 71, 134, 0);
        border: 1px solid #181636;;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: small;
        margin-left: 10px;
        transition: box-shadow, 0.2s;
    }
    .bigimage{
        width: 300px;
        height: 300px;
    }
    .infodivhere{
        font-size: small;
    }
    .extraintro{
        max-width: 100%;
        width: 100%;
    }
    .divitem{
        width: 50%;
        padding: 10px;
        padding-bottom: 15px;
        border-right: 1px solid #ccc;
        margin-right: -10px;
    }
    .naveitems{
        display: none;
    }
    .navbar{
        display: none;
    }
    .containerforalldivs{
        max-width: 95%;
        margin-top: 10px;
    }
    .fontsizeinfo{
        font-size: 14px;
    }
    
    
    
    .centeralarm{
        width: 100%;
        height: 300px;
        background-color: white;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius:0;
        transition: border, 0.2s;
    }










    #searchboxdiv{ 
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40%;
    }
    .footermain{
        display: none;
    }

    .fototerForPhone {
        margin-top: 100px;
        height: 60px;
        background-color: rgb(240, 240, 240);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        padding-left: 10px;
        position: fixed;
        bottom: 0;
        transition: transform 0.3s ease-in-out; /* اضافه کردن انیمیشن */
    }
    
    .fototerForPhonehide {
        transform: translateY(100%);
    }
    .fototerForPhone div{
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .selected{
        background-color: #181636;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #05a45a;
        border-radius: 3px;
    }
    .itemsherephone{
        width: 100%;
        height: 300px;
        background-color: #0f0d21;
        bottom: -300px;
        position: fixed;
        transition: bottom 0.5s ease;
        color: white;
        display: block;
    }
    .itemsherephoneactive{
        width: 100%;
        height: 300px;
        background-color: #0f0d21;
        bottom: 0;
        position: fixed;
        transition: bottom 0.5s ease;
        color: white;
        border-radius: 3px 3px 0 0px;
        display: block;
    
    }
    .itemsherephoneactive span{
        height: 40px;
        margin-top: 5px;
    }
    .lablelogin{
        display: none;
    }
    .lableshop{
        display: none;
    }
    .btnbasket{
        width: 50px;
    }
    .btnlogin {
        width: 70px;
    }
    .gotoboxpageactive{
        display: none;
    }
    .gotoboxpage{
        display: none;
    }
    .btnlogin{
        display: flex;
        justify-content: center;
        align-items: center;
    } 

    .basketboxactive{
        position: fixed;
        top: 20%;
        left: 0px;
        z-index: 100;
        background-color: #181636;
        width: 270px;
        height: 420px;
        transition: left 0.5s ease; /* اضافه کردن انیمیشن برای انتقال نرم */
        color: white;
    }

}


























@media (max-width : 650px){
        .closegallery{
        position:fixed;
        top: 90%;
        left: 50%;
        width:50px;
        height:50px;
        display:flex;
        justify-content:center;
        align-items:center;
        transform: translate(-50%,-50%);
        background-color: rgba(255, 255, 255, 0);
        color: #171636;
        z-index: 201;
        font-size: 30px;
        cursor: pointer;
    }
    .bigimage1{
        max-width: 300%; 
    }
    .extroinfoshopbox{
        display: none;
    }
    .shopbox{
        width: 100% !important;
        height:300px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .helpforshopbox{
        display: none
    }
    .hrdis{
        display: none;
    }
    .countshopbox{
        margin-top: 20px;
    }
    .colordivcon{
        width: 100px;
    }
    .inputcountshopbox{
        width: 100px;
        height: 35px;
    }
    .btnforsubhere{
        font-size: small;
        width: 100%;
    }
    .formofsub{
        width: 100%;
    }
    #rightdiv{
    max-width: 25%;
    width: 100%;
    max-width: 100%;
    }
    #centerdiv{
    max-width: 50%;
    width: 100%;
    }
    .holderdivmain{
    display: flex;
    flex-direction: column-reverse;
    }
    #rightdiv{
    max-width: 100%;
    width: 100%;
    }
    #centerdiv{
        max-width: 100%;
        width: 100%;
    }
    .miniinfo div{
        width: 46%;
        height: 38.5px;
        background-color: rgba(35, 71, 134, 0);
        border: 1px solid #181636;
        color: rgb(0, 0, 0);
        padding: 5px;
        border-radius: 0px;
        margin-top: 5px;
        font-size: small;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: box-shadow, 0.2s;
    }
    .miniinfo{
        display: flex;
        justify-content: stretch;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .coloritem{
        width: 95%;
        height: 40px;
        border: 1px solid #181636;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bimebox{
        background-color: rgba(35, 71, 134, 0);
        color: black;
        height: 50px;
        font-size: small;
        width: 95%;
        height: 40px;
        border: 1px solid #181636;
    }
    .itemsdetail div{
        width: 46%;
        height: 38.5px;
        background-color: rgba(35, 71, 134, 0);
        border: 1px solid #181636;;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: small;
        margin-left: 10px;
        transition: box-shadow, 0.2s;
    }
    .bigimage{
        width: 300px;
        height: 300px;
    }
    .extraintro{
        max-width: 100%;
        width: 100%;
    }
    .divitem{
        width: 70%;
        padding: 10px;
        padding-bottom: 15px;
        border-right: 1px solid #ccc;
        margin-right: -10px;
    }
    .naveitems{
        display: none;
    }
    .navbar{
        display: none;
    }
    .containerforalldivs{
        max-width: 95%;
        margin-top: 10px;
    }
    .fontsizeinfo{
        font-size: 14px;
    }
    
    
    
    
    .centeralarm{
        width: 90%;
        height: 180px;
        background-color: white;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius:0;
        transition: border, 0.2s;
    }










    #searchboxdiv{
        display: none;
    }
    .footermain{
        display: none;
    }

    .fototerForPhone {
        margin-top: 100px;
        height: 60px;
        background-color: rgb(240, 240, 240);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        padding-left: 10px;
        position: fixed;
        bottom: 0;
        transition: transform 0.3s ease-in-out; /* اضافه کردن انیمیشن */
    }
    
    .fototerForPhonehide {
        transform: translateY(100%);
    }
    .fototerForPhone div{
        height: 60px;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .selected{
        background-color: #181636;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #05a45a;
        border-radius: 3px;
    }
    .itemsherephone {
        width: 100%;
        height: 300px;
        background-color: #0f0d21;
        bottom: -300px;
        position: fixed;
        transition: bottom 0.5s ease;
        color: white;
        border-radius: 0; /* پیش‌فرض بدون گوشه گرد */
        display: block;
    }
    
    .itemsherephone.itemsherephoneactive {
        bottom: 0;
        border-radius: 3px 3px 0 0; /* گوشه‌های گرد وقتی فعال شد */
        display: block;
    }
    
    .itemsherephone span {
        height: 40px;
        margin-top: 5px;
    }





    .lablelogin{
        display: none;
    }
    .lableshop{
        display: none;
    }
    .btnbasket{
        width: 50px;
    }
    .btnlogin {
        width: 70px;
    }
    .gotoboxpageactive{
        display: none;
    }
    .gotoboxpage{
        display: none;
    }
    .btnlogin{
        display: flex;
        justify-content: center;
        align-items: center;
    } 



    .basketboxactive{
        position: fixed;
        top: 20%;
        left: -0px;
        z-index: 100;
        background-color: #181636;
        width: 270px;
        height: 420px;
        transition: left 0.5s ease; /* اضافه کردن انیمیشن برای انتقال نرم */
        color: white;
    }


}

.w100{
    width: 100%;
}