/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
#other_amount,
.warnings #max,
.warnings #min,
.warnings #invalid {
    display: none;
}
.warnings #max,
.warnings #min,
.warnings #invalid {
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px;
}
.required em {
    color: #e02b27;
}
.calendar-icon {
    background: url("calendar.svg") no-repeat scroll 0px 4px;
    background-size: 21px;
    width: 32px;
    height: 32px;
    position: relative;
    top: -31px;
    float: right;
    opacity: 0.55;
    pointer-events: none;
}
.mw-clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}