.ngs-share-cart-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.ngs-share-cart-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #e1e1e1;
    width: 80%;
    text-align: center;
    max-width: 360px;
    position: relative;
    border-radius: 10px;
}

.ngs-share-cart-close {
    color: #113946;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
    font-weight: bold;
}

.ngs-share-cart-close:hover,
.ngs-share-cart-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ngs-share-cart-modal-content input {
    width: 100%;
    direction: ltr;
    margin-top: 10px;
}

form.ngs-share-btn button {
    display: block;
    margin: 10px auto 5px;
    border: none;
    font-size: 16px;
    text-decoration: underline;
    background: none;
    font-weight: 300;
}

.woocommerce-cart .woocommerce button.ngs-btn {
    display: none;
}