/***** related product modal*****/
.modal-custom .modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.modal-custom .modal-dialog {
    max-width: 500px;
}

.modal-custom .modal-content {
    border-radius: 0px;
}

.modal-custom .modal-title h5.title {
    font-size: 18px;
    margin: auto;
    font-weight: 600;
}

.modal-custom .modal-footer {
    text-align: center;
    border: none;
}

    .modal-custom .modal-footer .btn {
        background-color: #000;
        color: #fff;
        border-radius: 0px;
        padding: 10px 20px;
    }

.modal-custom .modal-title h5.sub-title {
    font-size: 14px;
    color: #7c96a4;
}

.modal-custom .modal-body {
    outline: none;
}

.item-product-box img {
    max-width: 100%;
    width: 50px;
    margin-right: 10px;
    border: 1px solid #979797;
}

.item-product-box {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 2px solid #979797;
    margin-bottom: 10px;
}

.item-product-desc h4 {
    margin: 0 15px 6px 0;
    font-size: 14px;
    font-weight: 600;
}

.item-product-desc p {
    margin: 6px 0 0;
    color: #7c96a4;
}
/***** related product modal*****/
