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

/**
 * Add to cart message
 */

.product__purchase-form .commerce-add-to-cart>div>.field-widget-options-select {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product__purchase-form {
    padding-bottom: 12px !important;
}

.product__purchase-form select.form-control {
    width: 100%;
}

.form-add-to-cart-message {
    position: relative;
    height: auto;
    margin-top: 30px;
}

.form-add-to-cart-message + .form-add-to-cart-message {
    margin-top: 0;
}

.form-add-to-cart-message label {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .form-add-to-cart-message label {
        margin-bottom: 10px;
    }
}

.form-add-to-cart-message label:last-child {
    margin-bottom: 0;
}

/**
 * 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;
}
