.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.modal-body {
    padding: 0 !important;
}

.btn-close {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.7;
}

.btn-close:hover {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none;
}

.product-content {
    width: 100%;
    float: left;
    padding-right: 50px;
    padding-left: 30px;
}

.product-header {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.product-hr hr {
    height: 0;
}

.product-header span {
    color: #6D6E71;
    font-family: "Playfair Display", Sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 51px;
}

#productId {
    display: none;
}

#json-value {
    display: none;
}

@media screen and (min-width: 780px) {
    .modal-dialog {
        max-width: 1324px;
    }
}

@media only screen and (max-width: 780px) {
    #productImage img {
        display: none;
    }
}