.product_meta {
    display: none;
}
input[name='update_cart'] {

    display: none !important;

}

/* OR YOU CAN TRY THIS */

button[name='update_cart'] {
    display: none !important;
}
.quick-view-container {
    display: block!important;
    width: 100%;
}
.pisol-quick-view-box {
    width: 400px!important;
    text-align: center;
}

.pisol-quick-view-box .summary h1, .pisol-quick-view-box .summary p {
    color: #5f6962!important;
}

.pisol-quick-view-box .product {
    text-align: center!important;
}

.quick-view-container .quick-view-product-image {
    width: auto!important;
}

.quick-view-container .summary {
    clear: both!important;
    width: auto!important;
}

.pisol-quick-view-box .summary-content h1 {
    font-size: 18.65px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.pisol-quick-view-box .summary-content .price {
    font-size: 21.62px;
    text-align: center;
    font-weight: 800;
    margin-top: 16px;
}
.pisol-quick-view-box .summary-content .woocommerce-product-details__short-description {
    font-size: 11.92px;
    font-weight: 700;
    margin-bottom: 19px;
}
.pisol-quick-view-box .summary-content .button {
    width: 156px;
    border-radius: 24px;
    color: white;
    text-align: center;
    height: 48px;
    cursor: pointer;
    font-weight: 700;
    background-color: #5f6962!important;
    border: none;
}

.pisol-quick-view-box .summary-content .button:hover{
    background-color: #585543!important;
}

.woocommerce-notices-wrapper {
    display: none!important;
}

.site-main {
    margin: 0 auto;
    width: 1170px;
}

#customer_details input {
    width: 272px;
    height: 47px;
    border: solid 1px #ebecee;
    font-size: 14.06px;
    padding-left: 30px;
    color: #9194a0;
    outline: none;
    border-radius: 24px;
    appearance: none;
}

#customer_details textarea {
    width: 272px;
    height: 200px;
    border: solid 1px #ebecee;
    font-size: 14.06px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    color: #9194a0;
    outline: none;
    border-radius: 24px;
    appearance: none;
}

#payment #place_order {
    width: 156px;
    border-radius: 24px;
    color: white;
    text-align: center;
    height: 48px;
    cursor: pointer;
    font-weight: 700;
    background-color: #5f6962!important;
    border: none;
}

#payment #place_order:hover {
    background-color: #585543!important;
}