@media screen and ( max-width: $grid-breakpoint-sm - 1 ) {

	.woocommerce {
	
		#yith-wcwl-form,
		.woocommerce-cart-form {
	
			table.shop_table {
				
				th,
				td {
					padding-left: 15px;
					padding-right: 15px;
				}
			}
		}
		.woocommerce-cart-form {

			table.shop_table {
				
				tr {
					position: relative;
				}
				td {
						
					&.product-name {
						padding-left: 15px;

						.image {
				@media screen and ( max-width: $grid-breakpoint-xs - 1 ) {

	.woocommerce {

		form.woocommerce-checkout {

			table.woocommerce-checkout-review-order-table {
				
				tr {
					display: flex;
					flex-direction: column;
				}
				tbody {

					td {
						border: none;
					}
				}
				tfoot {

					.cart-subtotal,
					.order-total {

						th,
						td {
							border: none;
						}
					}
				}
			}
		}
	}
}