@media(max-width:760px){
 .detail-info .product-price {
   display:grid;
   
  }
  .product-cart-wrap .product-card-bottom .add-cart .add{
    display: flex;
    padding:10px 10px;
    justify-content: center;
    white-space: nowrap;
    span{
          font-size: 12px;
    }
    
  }

  .product-cart-wrap .product-img-action-wrap{
    margin-bottom:8px;
  }
  .product-cart-wrap .product-content-wrap .product-price span{
   font-size:14px;
    
  }
  

  .product-cart-wrap .product-card-bottom{
  margin-top:5px;
  }
 
  .product-cart-wrap:hover .product-img-action-wrap .product-action-1, .product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img{
  display:flex;
  }
}

 .product-cart-wrap .product-card-bottom .add-cart .add{
    display: flex;
    padding:10px 10px;
   font-size: 11px !important;
}
  .product-cart-wrap .product-content-wrap {
    padding: 0 10px 10px;
}
.product-cart-wrap .product-content-wrap .product-price span{
font-size:15px;
}
.product-cart-wrap .product-content-wrap .product-price span.old-price{
font-size: 12px;
}