.summary.entry-summary{
    display: flex;
    flex-direction: column;
}
.summary.entry-summary .product_title.entry-title{
    order:1;
}

.summary.entry-summary .product_title.entry-title{
    order:1;
}

.summary.entry-summary .price{
    order:2;
}

.summary.entry-summary .enquiry-form-wrapper{
    order:4;
    margin-bottom:20px;
}

.summary.entry-summary .woocommerce-product-details__short-description{
    order:3;
}

.summary.entry-summary .product_meta{
    order:5;
}

/* Modal container */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Enquire button */
#openModal {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

#openModal:hover {
    background-color: #005177;
}
