@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;
  }

  .product-padding{
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-padding-2{
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-font{
    font-size: 18px;
    font-weight: bold;
    color: #2647c8 !important;
    text-decoration: none;
    transition: 0.5s;
    margin-top:-20px !important;
    margin-bottom:15px !important;
} 

  .trapezoid {
    background-color: #2647c8;
    border-radius: 50px 0px 0px 50px;
    width: 100%;	
  }

  .p-font{
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.money-font{
  font-size: 16px;
  padding-left: 10px;
}

.del-font{
    font-size: 12px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.705);
  }

  .d-font{
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #ff7f00;
    background-color: #ff7f00;
    width: 50%;
    border-radius: 20px;
    margin-top: -15px;
  }

  .b-font{
    color: #2647c8;
font-size: 11px;
font-weight: bold;
}

.or-font{
    color: #ff7f00;
    font-size: 12px;
    font-weight: bold;
}

.nm-font{
color: rgb(82, 82, 82);
font-size: 11px;
}

.btn-position{
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
  }

  .selection-card{
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    width: 100%;
    height: 100px;
    border-radius: 20px;
    margin-top: -50px;
    margin-bottom: 440px;
    padding: 20px;
  }

  .img-pro-width{
    width: 120px;
    border-radius: 100px;
    margin-bottom: 20px;
  }

  .btn-color{
    background-color: #ff7f00 !important;
    color: white;
    width: 120px;
    height: 35px;
    font-size: 12px;
  }

  .btn-color:hover{
    background-color: #2647c8 !important;
    color: white;
  }

  .btn-position{
    position: absolute;
    right: 10px;
    bottom: -40px;
  }

  .product-padding{
    padding-left: 15px;
    padding-right: 5px;
  }

  .product-padding-2{
    padding-left: 5px;
    padding-right: 5px;
  }

  .popover-edit{
    position: relative;
    top: -5px;
    cursor: pointer;
  }

  .promotion-img{
    width: 120px;
    margin-top: -10px;
  }

  .post-img{
    width: 60px;
  }

  .ems-img{
    width: 50px;
  }

  .shipping-position{
    margin-top: 20px;
    padding-left: 10px;
    font-size: 16px;
  }

  .sale-font{
    font-size: 16px;
  }

  .code-product{
    text-decoration: none !important;
    color: rgb(116, 116, 116);
    font-size: 10px;
  }

}


