/* Cart Shipping Styles */
.cart-shipping {
  margin: 2px 0 5px 0;
}

.cart-shipping__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-success {
  color: #059669;
}
