.stockMessage-wrapper .iconSize {
    position: relative;
    top: 1px;
}
.stockMessage-wrapper .iconSize:before {
    font-size: 1rem;
}
.stockMessage-wrapper .iconSize.orange {
    color: #FF6600;
}
.stockMessage-wrapper .iconSize.red {
    color: #e00751;
}

.nostock-warning {
    margin: 2rem 0;
}
.nostock-warning .iconSize {
    font-size: 2rem;
    line-height: 1;
}
.nostock-warning .iconSize.icon-exclamation:before, .nostock-warning .iconSize.icon-exclamation-light:before {
    position: relative;
}
.nostock-warning .alert.warning-noStock {
    background: #faf3e5;
}
.nostock-warning .alert.warning-noStock .iconSize {
    font-size: 3rem;
}
.nostock-warning .alert.warning-noStock .iconSize.icon-exclamation:before, .nostock-warning .alert.warning-noStock .iconSize.icon-exclamation-light:before {
    color: #ffa524;
    font-size: 100%;
    line-height: 1rem;
    top: 4px;
}
.nostock-warning .alert.warning-noStock > p {
    font-size: 0.875rem;
    line-height: 1.3;
    color: #795858;
}

.noStock-msg {
    padding: 2rem 0;
    background: #e9ecef;
    border-radius: 0.25rem;
}

i.material-icons {
    font-size: 2rem;
}

.note-wrapper .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.note-wrapper .note__label {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
}

.stockMessage-wrapper .status,
.stock-wrapper .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.stockMessage-wrapper .status__label,
.stock-wrapper .status__label {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1;
}
.stockMessage-wrapper .status__dot,
.stock-wrapper .status__dot {
    margin-right: 0.75rem;
    width: 0.4em;
    height: 0.4em;
    min-width: 0.75rem;
    min-height: 0.75rem;
    border-radius: 10rem;
    flex-shrink: 0;
    position: relative;
    border: 2px solid;
}
.stockMessage-wrapper .status--orange .status__dot,
.stock-wrapper .status--orange .status__dot {
    color: #ffa524;
    border-color: #ffa524;
}
.stockMessage-wrapper .status--orange .status__dot::after,
.stock-wrapper .status--orange .status__dot::after {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    border-radius: 0 0 50% 50%;
    background-color: #ffa524;
}
.stockMessage-wrapper .status--red .status__dot,
.stock-wrapper .status--red .status__dot {
    color: #e00751;
}
.stockMessage-wrapper .status--green .status__dot,
.stock-wrapper .status--green .status__dot {
    border-color: #0a8a00;
    background-color: #0a8a00;
}
.stockMessage-wrapper .status--grey .status__dot,
.stock-wrapper .status--grey .status__dot {
    color: #dfdfdf;
}
.stockMessage-wrapper .status--leading .status__dot,
.stock-wrapper .status--leading .status__dot {
    margin-right: 0.75rem;
}
.stockMessage-wrapper .status--trailing .status__dot,
.stock-wrapper .status--trailing .status__dot {
    margin-left: 0.75rem;
}
.stockMessage-wrapper .status--small,
.stock-wrapper .status--small {
    font-size: 0.75rem;
}
.stockMessage-wrapper .status--small .status__dot,
.stock-wrapper .status--small .status__dot {
    min-width: 0.5rem;
    min-height: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    transform: none;
}
.stockMessage-wrapper .status--small.status--orange .status__dot,
.stock-wrapper .status--small.status--orange .status__dot {
    background-color: #ffa524;
}
.stockMessage-wrapper .status--small.status--orange .status__dot::after,
.stock-wrapper .status--small.status--orange .status__dot::after {
    display: none;
}
.stockMessage-wrapper .status--small.status--red .status__dot,
.stock-wrapper .status--small.status--red .status__dot {
    background-color: #e00751;
}
.stockMessage-wrapper .status--small.status--green .status__dot,
.stock-wrapper .status--small.status--green .status__dot {
    background-color: #0a8a00;
}
.stockMessage-wrapper .status--small.status--grey .status__dot,
.stock-wrapper .status--small.status--grey .status__dot {
    background-color: #dfdfdf;
}

.productBox .stock-wrapper .status.status--leading .status__dot {
    margin-right: 1.2rem;
    margin-left: 0.6rem;
}
