body{
    direction: rtl;
}
.swiper {
    width: 100%;
    height: 100%;
  }
.pr_tbl{
    padding: 5px;
}
.pr_tbl div div{
    margin : 1.5% 0 0 0;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mainpic {
    aspect-ratio: 1/1;
  }

  .thumbsl {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .thumbsl .swiper-slide {
    width: 25%;
    height: 100%;
    margin-top: 15px;;
    opacity: 0.4;
  }

  .thumbsl .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }