@media (max-width: 1024px) {

  .quantity .minus,
  .quantity .plus,
  .quantity input.qty {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .single_add_to_cart_button { min-height: 44px !important; }

  .snn-banner-actions .snn-button { min-height: 44px !important; }

  .price_slider_wrapper .button,
  .widget_price_filter .button { min-height: 44px !important; }

  .wd-btn-arrow { width: 44px !important; height: 44px !important; }

  a.btn {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .rev-btn {
    min-height: 44px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
    .wd-buttons .wd-action-btn > a {
    min-width: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .wd-add-cart-icon>a:before{
      padding-left: 6px;
  }
  .wd-wishlist-icon>a:before{
      padding-right: 6px;
  }
  .wd-product.wd-hover-icons .wd-buttons .wd-action-btn{
      max-width: 44px !important;
  }
}