.elementor-28871 {

	.woocommerce-shipping-methods {
		margin-bottom: 0px !important;
	}
	.woocommerce-shipping-destination {
		display: none;		/* Hide shipping destination */
	}

	.woocommerce-shipping-calculator {
		display: none;		/* Hide Change address */
	}
}


@media screen and (max-width: 1024px){
	.elementor-28871 {
		.progress-msg {						/* Shipping progress bar */
    		font-size: 13px;
		}
		
		table th {							/* Cart table heading */
			font-size: 90%;
		}
		
		table td {							/* Table data */
			padding: 12px 10px;
		}
		
		td.product-remove {					/* Remove item */
			padding: 0px;
		}
		
		td.product-name a {					/* Item name */
			font-size: 13px;
		}
		
		td.product-price {					/* Item Price */
			font-size: 13px;
		}
		
		td.product-price>.amount {			/* Item Price */
			font-weight: 500;
		}
		
		td.product-subtotal span {			/* Item Subtotal */
    		font-size: 100%;
		}
		
		.cart-totals-inner table .cart-subtotal .amount {		/* Cart subtotal */
			font-size: 13px;
			font-weight: 500;
		}
		
		tr.order-total strong .amount {		/* Total*/
    		font-size: 130%;
		}
	}		
}