/**
 * Global
 */
.u-red {
    color: #880000;
}

/**
 * 2/4/21 Help text
 */
.hasNoLeftOrRightCols .custom-help-block {
    margin: -5px 0 15px !important;
}
@media only screen and (min-width: 992px) {
    .hasNoLeftOrRightCols .custom-help-block {
        left: calc(30% - 15px);
    }
}

/**
 * Hotfix for add to cart message issue for anonymous site visitors on bundle pages for product teasers.
 */
.form-add-to-cart-message > .container {
		width: auto !important;
}
