.product-warranty-eligible-tag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
.product-warranty-eligible-tag img {
    max-width: 25px;
}
 .product-warranty-eligible-tag span {
     font-size: 12px;
     color: #333;
 }
 .tooltip-container-lrg {
     position: relative;
     box-sizing: border-box;
     cursor: pointer;
     margin-left: 3px;
 }
 .purchaseActn.col {
    width: 160px !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
 }
 .prodQuantity {

     width: 110px !important;
 }
 .freeshippingeligible {
     
     align-self: end;
 }
 article.product-listing .price-shipping {
     width: 150px;
 }
 .purchaseActn .freeshippingeligible {
     margin-bottom: 0 !important;
 }
 .purchaseActn .freeshipping,
 .purchaseActn .freeshippingeligible, .purchaseActn .product-warranty-eligible-tag{
     padding: 5px 0 0 0;
     
 }
 
 @media (max-width: 500px) {
.product-warranty-eligible-tag img {
        max-width: 20px;
    }
  .productListBox .freeshippingeligible {
        width: 107px !important;
    }
   
 }