@import '../../../core/src/style/variables';

h2 {
  margin-top: 0;
}
.add-to-cart-modal {
  font-size: 14px;
  color: $red;
  margin: 0 15px 25px 0;
}

.wpt-warn {
  height: 16px;
  width: 16px;
}

.CartWarningModalComponent-buttons {
  button {
    width: auto;
    height: 37px;
    float: right;

    &:first-child {
      margin: 0;
    }

    &:nth-child(2) {
      margin-right: 15px;
    }
  }
}
