/* fix style */
.woocommerce-page .cart img{max-width:100px; height:auto;}
.woocommerce-page #body-wrapper img{width:auto; height:auto;}
.woocommerce-page #body-wrapper .content-wrapper .button{margin-top:0 !important;}
.woocommerce-page #body-wrapper .content-wrapper .main-content form input[type="text"],
.woocommerce-page #body-wrapper .content-wrapper .main-content form input[type="tel"],
.woocommerce-page #body-wrapper .content-wrapper .main-content form input[type="email"],
.woocommerce-page #body-wrapper .content-wrapper .main-content form input[type="number"]{height:30px; width: 100%;}
.woocommerce-page #body-wrapper .content-wrapper .main-content ul li{list-style:none; margin-bottom:0;}
.woocommerce-page #body-wrapper .content-wrapper .button{display:inline-block;}

/* product */
.woocommerce #body-wrapper .content-wrapper .main-content h2{font-size:14px; min-height:45px;}
.woocommerce div.product form.cart .button{ margin-top:0 !important;}
.single-product .entry-summary .quantity .qty{height:26px !important;}
.single-product ul.products li, .woocommerce-page ul.products li{ margin-bottom:30px !important;}
.single-product .woocommerce-variation{margin-bottom:20px;}
.single-product .woocommerce-tabs input[type=text],
.single-product .woocommerce-tabs input[type=tel],
.single-product .woocommerce-tabs input[type=number],
.single-product .woocommerce-tabs input[type=email]{max-width:50%; display:block; padding:4px 5px;}

/* cart */
#body-wrapper .content-wrapper .checkout-button{width:100%; padding-left:0; padding-right:0;}
.woocommerce-cart table.cart td.actions .coupon .input-text{margin-bottom:10px;}
.woocommerce-cart table.cart td.actions .coupon .button{display:block !important; width:100%; margin-right:0 !important;}
.woocommerce-page #body-wrapper .content-wrapper .quantity .qty{width: 3.631em !important;}

/* checkout */
.select2-container--default .select2-selection--single{border-radius:0;}