:root{
  /*--color-primary: #799EFF;*/
  --color-primary: #6d28d9;
  --color-secondary: #FEFFC4;
  --color-accent: #FFDE63;
  --color-dark: #FFBC4C;
  --container-max-width: 1200px;
  --card-radius: 14px;
}

.bg_primary{
    background-color:var(--primary);
}

html{
    font-size: 100%;
    font-family: vazir !important;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.div-des_home *{
    all: revert; /* ریست همه استایل‌ها به حالت پیش‌فرض مرورگر */
}
#lencart0{
    display: none !important;
}
#lencartf0{
    display: none !important;
}
.bg-pink-1{
    background-color: #ffe8e8;
}
/* From Uiverse.io by MikeAndrewDesigner */ 
.e-card {
  margin: 100px auto;
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 240px;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,#af40ff,#5b42f3 60%,#00ddeb);
}

.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  line-height:1.5;
  top: 1em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}

.wave:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}

.wave:nth-child(3) {
  animation-duration: 45s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
body{
    background-color:var(--color-secondary);
    font-family: vazir !important;
}
/* footer{
    min-height:100%;
    padding-top: 3rem;
}
header{
    border-bottom: 1px solid #b8b7b7;
    box-shadow: 2px 2px 3px #e9e9e9;
}
.logo{
    color: red;
    font-size: 2rem;
    padding-right: 0.5rem;
}
input,select,textarea:focus-visible{
    outline: -webkit-focus-ring-color 0 !important;
} */
.bg-g{
    background-color: #f1f1f1;
}
/*a:hover{*/
/*    color:#000000;*/

/*}*/
#resbox{
    top: 585px;
    overflow: auto;
    height: 300px;
}
.container-fluid{
    margin: 0 !important;
    padding:0 !important;
}


.wh-10p{
    width:10px;
    height: 10px;
}
.wh-15p{
    width:15px;
    height: 15px;
}
.wh-6p{
    width:6px;
    height: 6px;
}
.wh-60p{
    width:60px;
    height: 60px;
}
.w-10d{
    width: 10%;
    
}

.w-20d{
    width: 20%;
}
.w-30d{
    width: 30%;
}
.w-35d{
    width:35%;
}
.w-40d{
    width: 40%;
}
.w-45d{
    width:45%;
}
.w-50d{
    width: 50%;
}
.w-60d{
    width: 60%;
}
.w-70d{
    width: 70%;
}
.w-80d{
    width: 80%;
}
.w-90d{
    width: 90%;
}
.w-95d{
    width: 95%;
}
.w-100d{
    width: 100%;
}
.w-250p{
    width:250px;
}
a{
    text-decoration: none;
    color:#000000;
}
.menu-link div a{
    color:#fff;
    
}
.span_cat{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    
}
.w-fit{
    width:fit-content;
}
.h-fit{
    height: fit-content;
}
.h-85dvh{
    height:85dvh;
}
.h-120p{
height: 120px;
}
.h-30p{
    height: 30px;
}
.h-40p{
    height: 40px;
}
.h-60p{
    height: 60px;
}
.h-80p{
    height: 80px;
}
.h-100p{
    height: 100px;
}
.h-45d{
    height:45%;
}
.h-50d{
    height: 50%;
}
.h-80d{
    height: 80%;
}
.h-60d{
    height: 60%;
}
.h-35d{
    height: 60%;
}
.h-90d{
    height:90%;
}
.h-95d{
    height:95%;
}
.h-98d{
    height:98%;
}
.h-100d{
    height: 100%;
}
.h-150p{
    
    height:150px;
}
.h-250{
    height:250px;
}
.h-200{
    height:200px;
}
.h-160p{
    height:160px;
}
.h-350p{
    height:350px;
}
.h-400p{
    height:400px;
}
.mh-400p{
    min-height:400px;
}
.wh-100p{
    width:100px;
    height:100px;
}
.obg-fill{
    object-fit: fill;
}
.obg-contain{
    object-fit: contain;
}
.bg-1{
    background-color: #cccccc;
}
.bg-2{
    background-color: #a1a1a1;
}
/*.bg-3{*/
/*    background-color: #fc4949;*/
/*}*/
.bg-3{
    background-color: #FFDE63;
}
.bg-4{
    background-color: #ff0000;
}
.color-def-1{
    color: #cccccc;
}
.color-def-2{
    color: #a1a1a1;
}
.color-def-3{
    color: #fc4949;
}
.color-def-4{
    color: #ffbc4c;
}
/*.color-def-1{*/
/*    color: #F8ECD1;*/
/*}*/
/*.color-def-2{*/
/*    color: #deb6de;*/
/*}*/
/*.color-def-3{*/
/*    color: #ac7d88;*/
/*}*/
/*.color-def-4{*/
/*    color: #85586f;*/
/*}*/

/* @keyframes bg-border {
    0%{
        background: linear-gradient(45deg,#ffffff,#ff0000,#2f00ff,#ffffff,#ff0000,#0004ff);
    }
    100%{
        background: linear-gradient(45deg,#ff0000,#0059ff,#ffffff,#ff0000,#002fff,#ffffff);
    }
} */
@keyframes colort {
    0%{
        color:#fff;
    }
    25%{
        color:yellow;
    }
    50%{
        color:#c3feff;
    }
    75%{
        color:#8dff8b;
    }
    100%{
        color:#ff8be5;
    }
}
.color-animation{
    color:#fff;
    animation: colort 1s ease-in 0.2s infinite alternate;
}
.border-b-header{
    width: 100%;
    height:3px;
    animation: bg-border 1s ease-in 0.2s infinite alternate;
}
.bg-darkgray{
    background-color:#d8d8d8;
}
/* .focus:focus-visible{
    outline: -webkit-focus-ring-color 0 !important;
}
.li-nav{
    width: 90%; */
    /* height: 40px; */
    /* margin-right: 0.2rem; */
    /* border-bottom: 1px solid rgb(198, 198, 198);
    display: flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap: wrap;
    padding: 0.4rem 0;
} */
/* #ul-nav-1{
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color:#fff; */
    /*background-image: linear-gradient(90deg,#ffffff 0px,#cccccc 70px,#ffffff 80px);*/
    /* background-size: 300%;
    background-position: 100% 0;
    animation: shimmer 1.5s infinite;
} */
/* @keyframes shimmer {
    to{
        background-position: -100% 0;
    }
} */
/* .btn-up{
    width:25px;
    height:25px;
    border: 0;
    border-radius: 5px;
    background-color:white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content:center;
} */
/* .img-size{
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.div-logo{
    width:150px;
    height:90%;
}
.a-nav{
    height: 40px;
    display: flex;
    align-items: center;
} */
/* .btn-up{
    color:#61677c;
    font-weight:bold;
    box-shadow: -5px -5px 20px #e9e9e9, 5px 5px 5px #e9e9e9;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.btn-up{
    border-radius:15px;
    padding:3px;
}
.btn-up:active{
    box-shadow:inset 1px 1px 2px #babecc, inset -1px -1px 2px #babecc;
} */
/* .ul-shadow{ */
    /* box-shadow: 0px 0px 5px #e9e9e9, 0px 0px 5px #e9e9e9;
    border-radius: 10px; */
    /* align-items: flex-end;
    margin-bottom: 0.6rem;
} */
/* .ul-shadow li{
    width:90%;
} */
.fs-8{
    font-size:0.8rem;
}
.fs-9{
    font-size:0.9rem;
}
/* .btn-head{
    padding: 0.6rem 0.2rem;
}
.btn-head,
.btn-account{
    border:1px solid #adadad;
    background-color:#fff; */
    /*box-shadow:outset 1px 1px 3px #85586f;*/
    /* color: #000;
    font-weight: bold;
    border-radius: 8px; */
    /*text-shadow: 1px 1px 3px gray;*/
    /* height: 40px;
    display: flex;
    align-items: center;
} */
/* .btn_shadow{
    text-shadow: none;
}
.btn-head{
    background-color: transparent;
    color:#000000;
} */
/* .nav-div li.a-hover{
    overflow: hidden;
} */
/* #nav.active div ul div li a{
transform: translateY(0);
    transition: 0.6s linear;
}
#nav.active div ul div li.a-hover:nth-child(1) a{
    transition-delay: 0.2s;
}
#nav.active div ul div li.a-hover:nth-child(2) a{
    transition-delay: 0.4s;
}
#nav.active div ul div li.a-hover:nth-child(3) a{
    transition-delay: 0.6s;
}
#nav.active div ul div li.a-hover:nth-child(4) a{
    transition-delay: 0.8s;
}
#nav.active div ul div li.a-hover:nth-child(5) a{
    transition-delay: 1s;
}
#nav.active div ul div li.a-hover:nth-child(6) a{
    transition-delay: 1.2s;
}
#nav.active div ul div li.a-hover:nth-child(7) a{
    transition-delay: 1.4s;
}
#nav.active div ul div li.a-hover:nth-child(8) a{
    transition-delay: 1.6s;
}
b {
    background-color: white;
    padding: 1rem;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
}
.span_cat{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 0.9rem;
    height: fit-content;
    padding: 0.2rem;
    color: #000;
    text-shadow: 1px 1px 3px #eaeaea;
}
.line{
    border-right: 1px solid gray;
    margin: 0 1rem;
}
.h2-logo{
    position: relative;
    font-size:1.5rem;
    color:white;
    font-family:sans-serif;
    -webkit-text-stroke: 0.3vw #85586f;
    text-transform: uppercase;
}
.h2-logo::before{
    content:attr(data-text);
    direction: ltr;
    position: absolute;
    top:0;
    left:0;
    width: 0%;
    height:100%;
    color:#ff0000;
    -webkit-text-stroke: 0vw #ffffff;
    border-right: 2px solid #ff0000;
    overflow: hidden;
    animation:animate 6s linear infinite;
    -webkit-animation: animate 6s linear infinite;
}
.a-hover i{
    color: #85586f;
}
@keyframes animate {
    0%{
        width: 0;
    }
    70%{
        width: 100%;
    }
}
.input-email{
    border:0;
    border-radius: 7px;
    height: 42px;
    background-color: #e5e5e5;
    text-align: right;
}
.btn-email{
    background-color: #cccccc;
    height: 42px;
}
.div-link-footer{
    width: fit-content;
}
.div-link-footer h2{
    width: fit-content;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.div-link-footer a{
    width:100%;
    font-size: 1rem;
    margin-bottom: 0.7rem;
    margin-right: 0.9rem;
}
.div-license{
    width: 120px;
    height:150px;
    border-radius: 8px;
    border:2px double #e00101;
    padding: 0.5rem;
    margin: 0 0.4rem;
    display: flex;
    justify-content: center;
}
.input-email:focus-visible{
    outline: #b4b4b4 solid 2px !important;
    margin-left:2px;
}*/
.nav-footer{
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow:1px 1px 3px #545454;
}
.a-nav-footer{
    width:fit-content;
    font-size: 0.9rem;
    height:fit-content;
    padding: 0.2rem;
    color: #000;
    text-shadow: 1px 1px 3px #eaeaea;
}
.a-nav-footer h5{
    width:100%;
    text-align: center;
}
.a-nav-footer i{
    width:fit-content;
    font-size:1.2rem;
}
.z-index{
    z-index: 200;
}
/* .nav-div{
    z-index: 2;
} */
.rounded-u{
    border-radius:8px 5px;
}
.rounded-u2{
    border-radius:15px 7px;
}
.div-discount{
    margin-bottom: 0.5rem;
}
.fs1-1{
    font-size:1.1rem;
}
.star::after{
    content:"*";
    color:red;
    margin-right: 0.2rem;
}
#box-widget-icon {
    padding-top: 0 !important;
}
.chat{
    /* background: linear-gradient(45deg,#abc1fc,#5181ff,#0046ff); */
    background: linear-gradient(45deg,#a855f7,#321651,#1c0d2e);
    /* background-color: rgb(0, 81, 255); */
    border-radius: 11px;
    padding: 1rem;
    position: fixed;
    bottom: 50px;
    z-index: 250;
    left: 10px;
    font-size: 2rem;
    /*display:none !important;*/
}
.chat-right{
    left:none;
    right:10px;
    width:fit-content;
}
#i_chat{
    color: white;
}
.active{
    display:flex;
}
li.has-submenu.active {
    flex-direction: column;
}
.faq-item.active {
    flex-direction: column;
}
.div_chat{
    flex-direction: column;
    
}
.div_chat a{
    margin:0.5rem 0 ;
}
.h5_title{
    font-weight: bold;
    height: 20%;
}
.mos{
    
    display: flex;
    font-size: 1.2rem;
    margin: 0.5rem;
    width: 90%;
}
.div-nav-list{
    display:flex;
    flex-direction:column-reverse
    
}
@media(min-width:768px){
    #resbox {
        top: 290px;
        right: 170px;
    }
    .mos{
        width:33%;
        font-size: 1rem;
    }
    .btn_shadow{
        text-shadow: 1px 1px 3px gray;
    }
    .w-md-10d{
        width: 10%;
        
    }
    
    .w-md-20d{
        width: 20%;
    }
    .w-md-25d{
        width: 25%;
    }
    .w-md-30d{
        width: 30%;
    }
    .w-md-35d{
        width:35%;
    }
    .w-md-40d{
        width: 40%;
    }
    .w-md-50d{
        width: 50%;
    }
    .w-md-60d{
        width: 60%;
    }
    .w-md-65d{
        width: 65%;
    }
    .w-md-70d{
        width: 70%;
    }
    .w-md-80d{
        width: 80%;
    }
    .w-md-90d{
        width: 90%;
    }
    .w-md-95d{
        width: 95%;
    }
    .w-md-100d{
        width: 100%;
    }
    .w-md-fit{
        width:fit-content;
    }
    .w-md-auto{
        width: auto;
    }
    .h-md-40d{
        height:40%
    }
    .h-md-10d{
        height:10%
    }
    .h-md-20d{
        height:20%
    }
    .h-md-30d{
        height:30%
    }
    .h-md-40d{
        height:40%
    }
    .h-md-50d{
        height:50%
    }
    .h-md-60d{
        height:60%
    }
    .h-md-70d{
        height:70%
    }
    .h-md-90d{
        height: 90%;
    }
    .h-md-100d{
        height:100%
    }
    .h-md-125{
        height:125px;
    }
    .h-md-145{
        height:145px;
    }
    .h-md-250{
        height:250px;
    }
    .h-md-350{
        height:350px;
    }
    .h-md-310{
        height:310px;
    }
    .h-md-450p{
        height: 450px;
    }
    .p_fixed{
        position:fixed;
    }
    /* #nav{
        width:100%;
        position: inherit !important;
        border:0 !important;
        border-radius: 0 !important;
    }
    #ul-nav-1{
        background: transparent;
    }
    .li-nav{
        border:0;
        width: fit-content;
    }
    .btn-head{

        border: 0; */
        /* font-size: 0.9rem; */
        /* display: flex;
    }
    .btn-head i{
        margin-left: 0.2rem;
    } */
    /* #ul-1{
        top: 0;
    } */
    /*#ul-8{*/
    /*    bottom:0;*/
    /*}*/
    .btn-up{
        /* border-left: 1px solid #b8b8b8;
        padding-left: 1.5rem; */
        display: none;
    }
    /* #ul-nav-1{
        box-shadow:none !important;
    }
    .li-hover:hover .ul-768{
        display: flex !important;
    }
    .div-nav-list{
        width: 100%;
        background-color: white;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-around; */
        /* box-shadow: inset 1px 1px 3px #deb6ab; */
        /* border:1px solid #85586f; */
        /* border-radius: 10px 0 0 10px; */
    /* } */
    /* .ul-768{
        position: absolute;
        min-width:170px;
        width: fit-content;
        top: 145px; */
        /* right: 250px; */
        /* background-color: rgba(255, 255, 255);
        padding: 1rem !important;
        border-radius: 4px; */
        /* box-shadow:inset 1px 1px 3px #deb6ab; */
    /* } */
    /* .ul-shadow li {
        width: 100%;
        border-bottom: 0 !important;
    }
    .ul-shadow li:hover a{
        border-bottom: 1px solid #deb6ab;
        color:#85586f;
        font-weight: bold;
    }
    .div-logo{
        width: 200px;
    }
    .div-logo img{
        object-fit: fill;
    }
    .h2-logo{
        -webkit-text-stroke: 0.1vw #85586f;
        font-size:2rem;
        margin-right: 0.5rem;
    }
    .h2-logo::before{
        -webkit-text-stroke: 0vw #ffffff;
    }
    .btn-head:hover{
        transform: scale(1.1);
    }
    .btn-account:hover{
        transform: scale(1.1);
    } */
    
    ::-webkit-scrollbar {
        width: 12px !important;
    }
    
    ::-webkit-scrollbar-thumb {
        background: #888 !important;
    }
    /* .a-hover i{
        display: none;
    } */
    /* .li-nav ul{
        z-index:200;
    } */
    /* .div-md-nav:hover .ul-md-nav{
        display:flex !important;
    } */
    /* .div-md-nav{
        position:relative;
    } */
    /* .ul-md-nav{ */
        /* position: absolute; */
        /* width: 500px; */
        /* height: 100%;
        overflow: auto !important;
        flex-direction: row !important; */
        /* top: 38px; */
    /* } */
    /* .a-hover:hover ul{
        display: flex !important;
    } */
    /* header{
        position: fixed;
    } */
    .wave {
      
      width: 900px;
      margin-left: 0;
      
    }
    .infotop {
      font-size: 1.1rem;
      line-height:1;
    }
    .e-card {
        /*margin: 100px auto;*/
        width: 90%;
        /* width: 85%; */
        /* height: fit-content; */
        height: 150px;
    }
}

@media(min-width:1024px){
    .w-lg-10d{
        width: 10%;
        
    }
    
    .w-lg-20d{
        width: 20%;
    }

    
    .w-lg-18d{
        width: 18%;
    }
    .w-lg-30d{
        width: 30%;
    }
    .w-lg-35d{
        width:35%;
    }
    .w-lg-40d{
        width: 40%;
    }
    .w-lg-45d{
        width: 45%;
    }
    .w-lg-50d{
        width: 50%;
    }
    .w-lg-60d{
        width: 60%;
    }
    .w-lg-70d{
        width: 70%;
    }
    .w-lg-80d{
        width: 80%;
    }
    .w-lg-85d{
        width: 85%;
    }
    .w-lg-90d{
        width: 90%;
    }
    .w-lg-95d{
        width: 95%;
    }
    .w-lg-100d{
        width: 100%;
    }
    .w-lg-fit{
        width:fit-content;
    }
    .w-lg-auto{
        width: auto;
    }
    .h-lg-50d{
        height:50%
    }
    .h-lg-100d{
        height:100%
    }
    /* #nav{
        font-size:1rem;
    } */
    
    .h-lg-250{
        height:250px;
    }

}

@media(min-width:1200px){
    .w-xl-80d{
        width:80%;
    }
    .w-xl-20d{
        width:20%;
    }
    .w-xl-25d{
        width:25%;
    }
    .w-xl-40d{
        width:50%;
    }
    .w-xl-50d{
        width:50%;
    }
    .w-xl-300p{
        width:300px;
    }
    .wave {
      
      margin-top: -50%;
      
    }
}
@media(min-width:1440px){
    .w-xxl-70d{
        width:70%;
    }
    .w-xxl-20d{
        width:20%;
    }
    .w-xxl-25d{
        width:25%;
    }
    /*.div-nav-list{*/
    /*    width: 85%;*/
    /*}*/
}
