
/* Responsive For Axil Product  */
@media only screen and (min-width: 320px) and (max-width: 375px) {
  .product-action {
      width: 100% !important;
  }
  .add-to-cart {
      margin: 0px !important;
  }
  .axil-btn {
      width: 100% !important;
  }
}

@media only screen and (min-width: 376px) and (max-width: 575px) {
    .product-action {
      width: 100% !important;
  }
  .add-to-cart {
      margin: 0px !important;
  }
  .axil-btn {
      width: 100% !important;
  }
}