#custom-description-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    /*width: 300px;*/
    text-align:left;
}

.custom-modal-content textarea {
    width: 100%;
    margin-bottom: 10px;
    height: 180px;
}

.custom-modal-content button {
    margin: 5px;
    cursor:pointer;
}
#modal-add-to-cart {
    background:#e38c21;
    padding:10px 20px;
    color:white;
}

#custom-description-modal #modal-close{
    padding:10px;
}