/*
Theme Name: Storefront Child
Description: Child theme for Storefront
Author: Your Name
Template: storefront
Version: 1.0.0
*/

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block + div,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block + div {
/*	display:none;*/
}

.checkout_block_info > div:first-child {
	border-top:0;
}

.wc-block-components-totals-footer-item-shipping {
	display:none;
}

.wc-block-components-order-summary-item__description {
	width:100%
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
	width:90px;
}

#ppcp-cart-paylater-messages, #ppcp-checkout-paylater-messages  {
	display:none!important;
}

.wc-block-cart .wc-block-components-product-badge.wc-block-components-sale-badge,
.wp-block-woocommerce-checkout .wc-block-components-product-badge.wc-block-components-sale-badge { 
	display:none!important;
}

@media (min-width: 768px) {
  .site-header-cart .cart-contents .count {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
      text-align: center;
      padding: 0 0 1em;
  }
}
