/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2023 | 10:25:20 */
/* Shipping Address */
.woocommerce-shipping-fields {
  display: none;
}

/* Shipping Status / Notice */
.html-checkout-sidebar.pt-half {
    border: 2px solid red;
    background: red;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}