/*

Theme Name: SwiftForce

Author: ABS POS

Description: SwiftForce.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: SwiftForce

WC requires at least: 5.0

WC tested up to: 8.0

*/


.footer-shipping-image {
  height: 48px !important;
  max-height: 48px !important;
  width: auto !important;
  max-width: none !important;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .footer-shipping-image {
    height: 40px !important;
    max-height: 40px !important;
  }
}