/* Modal container */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 20px;
    overflow: auto;
}

/* Modal content */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
}

/* Close button */
.devw-mod-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.devw-mod-close:hover,
.devw-mod-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.inq-button button {
    padding: 10px;
    margin: 10px;
    background-color: #00e6a6;
    cursor: pointer;
}

h2.inq-product-title {
    font-size: 22px;
}

.modal textarea {
    height: 100px;
}

img#enquiry-product-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.inq-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}

.inq-wrap .no-message{
    margin-bottom: 3px;
    border-left: 5px solid #ff0000;
    padding: 10px;
}