.modal-open #modal-related-products {
    background: rgba(0, 0, 0, 0.15);
}

#modal-related-products .modal-title {
    color: #4a4a4a;
}

#modal-related-products .modal-dialog article.product.product-small .woocommerce-thumbnail {
    height: 100px;
    max-height: 100px;
}

#modal-related-products .modal-dialog article.product.product-small .woocommerce-thumbnail img {
    max-height: 100px;
}

#modal-related-products .modal-dialog article.product.product-small .woocommerce-loop-product__link {
    display: block;
}

#modal-related-products .modal-dialog article.product.product-small .row {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d0d0d0;
}

#modal-related-products .modal-dialog article.product.product-small:last-child {
    margin-bottom: 0 !important;
}

#modal-related-products .modal-dialog article.product.product-small:last-child .row {
    padding-bottom: 0;
    border-bottom: 0 none;
}