/* Hide category images on category page */
.product-category img,
.product-category .cat_thumb,
.product-category .woocommerce-loop-category__image {
    display: none !important;
}

/* Hide only the Artist-Teachers category tile on this page */
body.page-id-380 .elementor-widget-wc-categories li.product-category:nth-child(3) {
    display: none !important;
}

#masterclass-cats .product-category a {
    border: 2px solid #b38b2d;
    background: #f9f5e8;
    border-radius: 10px;
    padding: 15px;
    display: block;
    text-align: center;
    transition: all .3s ease;
}

#masterclass-cats .product-category a:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    transform: translateY(-2px);
}

#artists-teachers-cats .product-category a {
    border: 2px solid #000000;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    display: block;
    text-align: center;
    transition: all .3s ease;
}

#artists-teachers-cats .product-category a:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    transform: translateY(-2px);
}

/* Add-on total box above Add to Cart */
.single-product table.af_addon_total_price {
    border: none;
    box-shadow: none;
	 background: #ffffff;
}

/* Rows */
.single-product table.af_addon_total_price td {
    padding: 17px 19px;
    font-size: 12px;
    border-top: none;
    border-bottom: none;
	  border-left: none;
	  border-right: none;
	  background: #ffffff;
}

/* Remove last border */
.single-product table.af_addon_total_price tr:last-child td {
	  border-top: none;
    border-bottom: none;
	  border-left: none;
	  border-right: none;
	 background: #ffffff;
}

/* Product name */
.single-product .product-name-and-quantity {
    font-weight: 500;
    color: #000000;
	 background: #ffffff;
}

/* Selected option name */
.single-product #product_option_selected_name li {
    font-weight: 700;
    color: #000000;
	 background: #ffffff;
}

/* Price column */
.single-product table.af_addon_total_price td:last-child {
    text-align: right;
    font-weight: 700;
	 background: #ffffff;
}

/* Subtotal row */
.single-product tr.product-sub-total-final td {
    background: #ffffff;
    font-size: 18px;
    color: #1f3f5b;
}
body.woocommerce-cart .wc-block-components-totals-shipping,
body.woocommerce-cart .woocommerce-shipping-totals {
    display: none !important;
}
body.woocommerce-checkout .wc-block-components-totals-shipping,
body.woocommerce-checkout .woocommerce-shipping-totals {
    display: none !important;
}
body.woocommerce-checkout .wc_gc_cart_redeem_form,
body.woocommerce-checkout .wc_gc_cart_redeem_form_wrapper,
body.woocommerce-checkout .woocommerce-gift-card-form {
    display: none !important;
}
/* Hide Gift Card section on Checkout */
body.woocommerce-checkout .wc_gc_cart_redeem_form {
    display: none !important;
}