fieldset.payment-group {
    display: none !important;
}
 
p.link.link-gift-card {
    display: none !important;
}
 
.gift-card-section.form-step.box-default {
    display: none !important;
}
 
 
a#edit-profile-data {
    display: none !important;
 
}
 
a#edit-shipping-data {
    display: none !important;
}
 
 
p#go-to-cart-button {
    display: none !important;
}
 
p.note-data {
    display: none !important;
}
 
 
a#is-not-me {
    display:none !important;
}
 
a#open-shipping {
    display: none !important;
}
 
ul.cart-items.unstyled.clearfix {
    pointer-events: none;
}
 
.PaymentInstallments {
    pointer-events: none !important;
}
 
select#creditCardpayment-card-0Brand {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    width: max-content;
  pointer-events: none !important;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  outline: none;
  display: none !important;
}
 
.note.summary-note {
    display: none;
}
 
span.custom-installment-value {
    font-size: 12px;
    padding-bottom: 6px;
    display: flex;
    font-weight: bold;
    color: #999;
}
 
p.payment-discounts-alert-wrap {
    display: none;
}
 
a.link-box-edit.btn.btn-small {
    display: none !important;
}
 
div#postalCode-finished-loading {
    pointer-events: none;
    filter: grayscale(100%);
}
 
.vtex-omnishipping-1-x-addressFormPart1 {
    pointer-events: none;
    filter: grayscale(100%);
}
 
.vtex-omnishipping-1-x-deliveryGroup {
    pointer-events: none;
    filter: grayscale(100%);
}
.cart-more-options{
    pointer-events: none;
    filter: grayscale(100%);
}
 
div#cartLoadedDiv {
    pointer-events: none;
    filter: grayscale(100%);
}
 
.vtex-omnishipping-1-x-addressFormPart1 {
    pointer-events: none;
    filter: grayscale(100%);
}
 
.vtex-omnishipping-1-x-deliveryGroup {
    pointer-events: none;
    filter: grayscale(100%);
}
 
.cart-more-options.span7 {
    pointer-events: none;
    filter: grayscale(100%);
}
 
a#cart-choose-more-products {
    display: none;
}

#vtexIdContainer {
    height: 100% !important;
    position: fixed !important;
}


[ng-model="auth.email"][disabled] {
    background-color: #eee !important
}