.bulk_pricing_discounts table.bulk_pricing {
	width: 100%;
	border: none;
}

.bulk_pricing_discounts table.bulk_pricing th,
.bulk_pricing_discounts table.bulk_pricing td {
	text-align: left;
	border: none;
	border-bottom: 1px solid #ddd;
}



/* Shop tables
-------------------------------------------------------------- */

.woocommerce table.shop_table {
    margin-bottom: 3em;
	text-align: left;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 1em 0;
	border-left: none;
	background: none;
}

.woocommerce table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: bold;
}


@media ( max-width: 800px ) {
	
	.woocommerce table.shop_table thead {
		display: none;
	}
	
	.woocommerce table.shop_table.cart tr.cart_item {
		display: block;
		position: relative;
		margin: 3em 0;
		
		border: 5px solid #ddd;
		padding: 1em;
	}
	
	.woocommerce table.shop_table.cart td {
		display: block;
		text-align: right;
		background: none;
		border-width: 0;
	}
	
	.woocommerce table.shop_table.cart td.product-name,
	.woocommerce table.shop_table.cart td.product-price,
	.woocommerce table.shop_table.cart td.product-quantity,
	.woocommerce table.shop_table.cart td.product-subtotal {
		border-width: 1px 0 0 0;
	}
	
	.product-name:before,
	.product-price:before,
	.product-quantity:before,
	.product-subtotal:before {
	    content: attr(data-title) ": ";
	    font-weight: 700;
	    float: left;
	}
	
	.woocommerce table.shop_table td.product-remove {
		border: none;
		position: absolute;
		top: 1em;
		left: 1em;
		padding: 0.5em;
		border: 1px solid black;
	}
	
	.woocommerce table.shop_table td.product-thumbnail {
		border: none;
	}
	
	.woocommerce table.shop_table td.product-thumbnail img {
		width: auto;
		margin: 0 auto;
		display: block;
		max-height: 120px;
	}
	
}


/* Shipping methods
-------------------------------------------------------------- */

.woocommerce ul#shipping_method {
    list-style: none;
    padding: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none;
}

.woocommerce ul#shipping_method li input {
    margin: 3px .5ex;
}

.woocommerce ul#shipping_method li label {
    display: inline;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}




.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
    display: none
}




.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce-cart table.cart img {
    width: 88px;
    box-shadow: none;
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    vertical-align: middle;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 0.5em;
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 3em;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none;
}

#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table;
}


