@media (max-width: 768px) {
  .col-lg-6.d-flex.align-items-center.justify-content-center {
    margin-bottom: 4%;
  }

  .navbar {
    column-gap: 2.9rem;
  }
  .banner {
    /*height: 130px;*/
     /*height: 100px;*/
      height: 180px;
     
  }
  .card-img-product {
    height: 200px;
  }
  #count {
    margin-left: 0px;
    margin-top: -1px;
  }
  .title-banner {
    font-size: 16px;
  }
  .description-banner {
    font-size: 14px;
  }
  .main-content {
    margin-top: 10%;
  }
  img.card-img-product {
    height: 350px;
  }
  input.form-control.input-search {
    width: 255px;
  }
  select.form-control.input-category-header {
    width: 295px;
  }
  .pd-left-mobile {
    padding-left: 15px;
  }
  .carousel-item img {
    height: 200px;
  }

  .liste-product-cart {
    margin-bottom: 20px;
    text-align: center;
    text-align: -webkit-center;
  }
 
.parentDivBannerMobile{
        padding-top: 50px;
}
 body{
     touch-action: manipulation !important;
  }
  
  .div-order-valid {
    padding: 6% !important;
    width: 95%;
  }
  .img-order-valid {
    width: 25%;
  }
/**/

  .menu-inner {
    margin-right: 35px;
  }

  #myAlert {
    width: 95% !important;
    top: 17% !important;
  }
}