@media (max-width: 576px) {

  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-right: 0;
  }

  .offset-xs-1 {
    margin-right: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-right: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-right: 25%;
  }

  .offset-xs-4 {
    margin-right: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-right: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-right: 50%;
  }

  .offset-xs-7 {
    margin-right: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-right: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-right: 75%;
  }

  .offset-xs-10 {
    margin-right: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-right: 91.6666666667%;
  }

  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }



  .d-xs-none {
    display: none;
  }

  .d-xs-block {
    display: block;
  }

}


@media(min-width:1200px) and (max-width:1400px) {
  /* for detail page  */
  .best h1 {
    font-size: 1.75rem;
    margin-bottom: .5rem !important;
  }

  .best li {
    font-size: .75rem;
    margin-top: 0%;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  /* for detail page  */
  .best {
    top: 12rem
  }

  .best h1 {
    font-size: 1.75rem;
    margin-bottom: .5rem !important;
  }

  .best li {
    font-size: .75rem;
    margin-top: 0%;
  }

  .sidenav {
    z-index: 100;
  }

  .pt-3 {
    margin-bottom: 1.5rem;
  }

  .nazarat .card img {
    width: 10rem;
    display: flex;
    margin-bottom: .75rem;
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-prev {
    background-color: rgb(255, 255, 255);
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-next {
    background-color: rgb(255, 255, 255);
  }

}

@media(min-width:768px) and (max-width:992px) {
  /* for detail page  */
  .menu{
    background-image: url(../img/backdakheli2.png);
    height: 15rem;
    background-size: cover;
    background-position:bottom center;
  }
  .best {
    top: 9rem;
  }

  .best h1 {
    font-size: 1.5rem;
    margin-bottom: .5rem !important;
  }

  .best li {
    font-size: .75rem;
    margin-top: 0%;
  }

  .sidenav {
    z-index: 100;
  }

  .pt-3 {
    margin-bottom: 1.5rem;
  }

  .nazarat .card img {
    width: 10rem;
    display: flex;
    margin-bottom: .75rem;
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-prev {
    background-color: rgb(255, 255, 255);
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-next {
    background-color: rgb(255, 255, 255);
  }
}
@media(min-width:576px) and (max-width:768px) {
  /* for detail page */
  .best {
    top: 7.5rem;
  }

  .best h1 {
    font-size: 1rem;
    margin-bottom: 2px !important;
  }

  .best li {
    font-size: .75rem;
    margin-top: 0%;
  }

  .sidenav {
    z-index: 100;
  }

  .pt-3 {
    margin-bottom: 1.5rem;
  }

  .nazarat .card img {
    width: 5rem;
    display: flex;
    margin-bottom: .75rem;
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-prev {
    background-color: rgb(255, 255, 255);
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-next {
    background-color: rgb(255, 255, 255);
  }

  .kollie .texteblog img{width: 70%;margin: auto;display: flex;}
  .blogesdetail .commentes .card .card-body .img-fluid {
    width: 6rem;}
    .blogesdetail .commentes .card .card-body .col-md-2 {
      text-align: right !important
  }
  .blogesdetail .commentes .card-body .jezzz{margin: .5rem 3rem .5rem .5rem}

}


@media(max-width:576px) {
  .nazarat .card img {
    width: 5rem;
    display: flex;
    margin-bottom: .75rem;
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-prev {
    right: -2%;
    background-color: rgb(255, 255, 255);
  }

  .sameproduct .owl-carousel-s .owl-nav .owl-next {
    left: -2%;
    background-color: rgb(255, 255, 255);
  }

  /* for aboutus page  */

  .aboutusss .best h2{font-size: 1rem}


    /* for blog detail page */
    .best{top: 4.5rem;}
    .blogesdetail .commentes .card .card-body .img-fluid {
      width: 4rem;}
      .blogesdetail .commentes .card .card-body .col-md-2 {
        text-align: right !important
    }
    .blogesdetail .commentes .card-body .jezzz{margin: .5rem 3rem .5rem .5rem}
    .kollie .texteblog img{width: 100%;margin: auto;display: flex;}



}
