/* @trumpf/ux.integration-web-styleguide v5.29.2 */ 
.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.ux-iws-shop-cart__price-box__shipping-hint {
  background: #e2e2e2;
  padding: 10px;
}

/*# sourceMappingURL=shop-cart.css.map */
