/* Product 100% Width */
body.single-product #content {
      width: 100%;
}

/* Remove Detail in Shop Page */
button-mini-delimiter { display: none !important; }
.show_details_button {
    display: none !important;
}

/* Remove "Add to Cart" in Shop Page */
/* Option 1: body.archive.woocommerce .product-buttons-container a:first-child {
display: none !important;
} */
body.woocommerce ul.products li.product .button {
    display: none;
} 

/*Submit button Background*/
.wpcf7-submit {
    background: #ff4611 !important;
    color: #fff !important;
}
