@media screen and (max-width: 768px) {
    .head-bg-1{
      display: none;
  }
  
  .head-bg-2{
    display: none;
  }
  
  .head-bg-3{
    display: none;
  }

  .head-bg-responsive{
    background-color: #ffefda;
    padding: 60px 20px 20px 20px;
  }

  .price{
    background-color: #3c54a5;
    padding: 10px;
    font-size: 18px; 
    font-weight: bold; 
    color: white;
    border-radius: 50px;
}

.body-margin{
  margin-top: 40px;
}


th{
  font-size: 12px;
}

td{
  font-size: 12px;
}

.price{
    background-color: #3c54a5;
    padding: 10px;
    font-size: 14px; 
    font-weight: bold; 
    color: white;
    border-radius: 50px;

}

.price-sale-font{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.801);
    font-weight: lighter;
  }

.price-level-bg{
  background-color: #f57e20;
  border-radius: 50px;
}

.level-font{
  font-size: 14px; 
    font-weight: bold; 
    color: white;
    padding: 5px 5px 5px 5px;
    position: relative;
    left: 15px;
}

.modal-bg{
  background-image: url('../img/inventory_img/inventory_img-04.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.car-dec-edit{
  width: 120px;
  position: relative;
  left: -50px;
  bottom: 0px;
}

.modal-font{
  font-size: 14px !important;
}

.pro-pd1{
  text-align: center !important;
}

.pro-pd2{
  text-align: center !important;
  padding-left: 21px !important;
}

.pro-w-res{
  width: 74% ! important;
}

 .pd-name{
  text-align: center;
  margin-bottom: 25px;
}

.row-pair{
  display: flex;
  justify-content: center;
   margin-left:-5px;
}

.pair-edit{
  background-color:#ff7f00;
  color:white;
  padding: 1px 10px 1px 10px;
  border-radius:20px;
  margin-right:5px;
}


}