﻿.modal-body {
    position: relative;
    color: #000;
}

.modal-title {
    color:#000;
    text-transform: uppercase;
}

.fitment-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1050;
    text-align: center;
    padding-top: 100px;
}
