/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.custom-in-stock{
    display: block !important;
    position: absolute !important;
    color: white;
    font-weight: bold;
    right: 0rem;
    background: #3D9970 !important;
    text-transform: none !important;
    min-width: 2.125rem;
    min-height: 0.65rem;
    font-size: 0.6rem;
    margin-top: 85% !important;
}

.custom-elsewhere-stock{
    display: block !important;
    position: absolute !important;
    color: white;
    font-weight: bold;
    right: 0rem;
    background: #001f3f !important;
    text-transform: none !important;
    min-width: 2.125rem;
    min-height: 0.65rem;
    font-size: 0.6rem;
    margin-top: 85% !important;
}

.custom-out-of-stock{
    display: block !important;
    position: absolute !important;
    color: white;
    font-weight: bold;
    right: 0rem;
    background: #FF4136 !important;
    text-transform: none !important;
    min-width: 2.125rem;
    min-height: 0.65rem;
    font-size: 0.6rem;
    margin-top: 85% !important;
}
