@font-face {
    font-family: Vazir;
    font-weight: 300;
    src: url('../fonts/Vazir-Light.ttf');
  }
  @font-face {
    font-family: Vazir;
    font-weight: 400;
    src: url('../fonts/Vazir-Thin.ttf');
  }
  @font-face {
    font-family: Vazir;
    font-weight: 500;
    src: url('../fonts/Vazir-Regular.ttf');
  }
  @font-face {
    font-family: Vazir;
    font-weight: 600;
    src: url('../fonts/Vazir-Medium.ttf');
  }
  @font-face {
    font-family: Vazir;
    font-weight: 700;
    src: url('../fonts/Vazir-Bold.ttf');
  }
  @font-face {
    font-family: Vazir;
    font-weight: 800;
    src: url('../fonts/Vazir-Black.ttf');
  }

.ad{
    box-shadow: 0px 25px 33px -24px rgb(0 0 0);
    -webkit-box-shadow: 0px 25px 33px -24px rgb(0 0 0);
    -moz-box-shadow: 0px 25px 33px -24px rgba(0,0,0,1);
    border-radius: 10px;
}
  

.item{
    display:flex;
    margin-top: 10px;
}

.price{
    font-family: 'Vazir' !important;
}

.dis{
    font-family: 'Vazir' !important;
    font-weight: 700;
}

.not{
    font-family: 'Vazir' !important;
    font-weight: 700;
}
.btn-shopping-bag-card{
    padding: 10px;
}

.open{
    display: flex;
    cursor: pointer;
}
.item-title{
    margin-right: 10px;
    font-family: Vazir !important;
}
.fa-arrow-left{
    opacity: 0.2;
    font-size: 13px;
    margin-bottom: 7px;
    align-self: center;
}

.level-1-title{
    font-weight: 700;
}

.level-2{
    margin-right: 20px;
}
.level-3{
    margin-right: 40px;
}
.level-4{
    margin-right: 60px;
}
.level-2-title{
    font-weight: 600;
}
.level-3-title{
    font-weight: 500;
}
.level-4-title{
    font-weight: 400;
}
.level-2-arrow{
    opacity: 0.1;
}
.level-3-arrow{
    opacity: 0.05;
}
.level-4-arrow{
    opacity: 0.025;
}