/*
Theme Name: ASP Theme
Theme URI: https://www.asp-electro-tech.co.uk/
Template: Divi
Author: Website Energizers
Author URI: https://websiteenergizers.com/
Description: Divi Child theme ASP Electro Tech, built by Website Energizers
Version: 5.0.0.1761044556
Updated: 2025-10-21 11:02:36

*/

@media screen and (max-width: 980px) {
	.child-cat-grid {
		margin: 0px!important;
	}
}

.shop_table .product-price, .shop_table .product-subtotal {
	display:none !important;
	border: 0 solid white;
}

.shop_table .product-remove, .shop_table .product-name, .shop_table .product-quantity, .shop_table .product-thumbnail {
	border: 0 solid white !important;
}

.shop_table thead {
	border-bottom: 1px solid red;
}

.woocommerce a.remove {
	margin:auto;
}

.woocommerce table.shop_table {
	border-radius: 0 !important;
}

.woocommerce-cart table.cart img {
	max-height: 8rem;
	width: auto;
}

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


/* products display - homepage and products page */


@media (min-width: 981px) and (max-height: 700px) {
    .et_pb_row {
        zoom: 80% !important;
    }
}