main.woocommerce #content .product.type-product .summary.entry-summary > div[itemprop="description"], div.woocommerce #content .product.type-product .summary.entry-summary > div[itemprop="description"] {
margin: 0 auto;
text-align: left;
- width: 80%; }
+ width: 100%; }
main.woocommerce .shop_table.shop_table_responsive.cart, div.woocommerce .shop_table.shop_table_responsive.cart {
margin-top: 20px; }
main.woocommerce .wc-proceed-to-checkout, div.woocommerce .wc-proceed-to-checkout {
main.woocommerce .main.woo-single-product #content .type-product .images #wpb_wiz_img_id, div.woocommerce .main.woo-single-product #content .type-product .images #wpb_wiz_img_id {
height: 220px; }
main.woocommerce .main.woo-single-product #content .type-product .summary.entry-summary, div.woocommerce .main.woo-single-product #content .type-product .summary.entry-summary {
- width: 60%; }
+ width: 100%; }
@media only screen and (max-width: 40em) {
main.woocommerce .main.woo-single-product #content .type-product .summary.entry-summary, div.woocommerce .main.woo-single-product #content .type-product .summary.entry-summary {
width: 100%; } }