.woocommerce .wpify-woo-free-shipping-notice {
    padding: 10px!important;
}
.woocommerce-cart #headline-8-14 {
    font-size: 40px;
    margin-bottom: 10px;
}
.woocommerce-cart-form h2 {
    font-size: 35px;
}
.woocommerce-checkout .wpify-woo-free-shipping-notice {
    display: none!important;
}
.shipping-method-logo {
    width: 50px;
    height: 100%!important;
    order: 2;
    margin-right: 15px;
}
#shipping_method li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#shipping_method .shipping_method {
    order: 1;
}
#shipping_method label {
    order: 3;
    margin-top: 0;
}
.woocommerce-shipping-totals td {
    width: 100%;
}
.woocommerce-checkout .oxy-header-container .ct-div-block.group,
.woocommerce-checkout .header-submenu {
    display: none!important;
}
.woocommerce-checkout [hide_on_checkout="1"] {
    display: none!important;
}