.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;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

@media only screen and (min-width: 1440px) {
  .ux-iws-price-box--absolute {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .ux-iws-price-box {
    width: 100% !important;
  }
}
.ux-iws-price-box__container {
  display: inline-block;
  width: 100%;
  background: #eff0f4;
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  .ux-iws-price-box__container {
    padding: 30px 10%;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-price-box__container {
    padding: 30px 15px;
  }
}
.ux-iws-price-box__button {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .ux-iws-price-box__button-group {
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-price-box__button-group {
    display: inline-block;
  }
}
.ux-iws-price-box__continue {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ux-iws-price-box__continue {
    display: flex;
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-price-box__continue {
    display: inline-block;
  }
}
.ux-iws-price-box__description {
  margin-top: 30px;
}
.ux-iws-price-box__details {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.ux-iws-price-box__details .text-tiny {
  display: inline-block;
}
.ux-iws-price-box__details .text-tiny.u-uppercase {
  display: block;
}
@media only screen and (min-width: 1440px) {
  .ux-iws-price-box--fixed {
    position: fixed;
    top: 0;
  }
}
.ux-iws-price-box__sum {
  display: flex;
  justify-content: space-between;
  font-family: "Frutiger-Bold";
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .ux-iws-price-box__sum {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-price-box__sum {
    justify-content: space-between;
  }
}
.ux-iws-price-box__sum--amount {
  white-space: nowrap;
}
.ux-iws-price-box p {
  margin: 0;
  color: #131313;
}