.mp-wallet-button-container {
    display: none !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 2rem;
    background: #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #002a70 !important;
    color: #fff !important;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    text-align: center;
}

.woocommerce-form-row input{
    color: #000000 !important;
}

.woocommerce .button, .woocommerce .actions .button, .us-nav-style_2>*, .navstyle_2>.owl-nav button, .us-btn-style_2 {
    background: #000000;
}

#billing-phone {
    border: 2px solid #002a70 !important;
}

#billing-phone_field.whatsapp-field-container label {
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

#billing-phone.whatsapp-field {
    border-color: #002a70 !important;
    border-width: 2px !important;
}

#billing-phone.whatsapp-field:focus {
    border-color: #128C7E !important;
    box-shadow: 0 0 5px rgba(37, 211, 102, 0.3) !important;
    outline: none !important;
}

.whatsapp-error {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.preco-produtos {
    display: flex;
    flex-direction: column;

    & del {
        color: #999;
        text-decoration: line-through;
        font-size: 0.5em;
    }
}

.infixs-correios-automatico-shipping-results-grid {
    width: 100%;
}

.infixs-correios-automatico-calculator input.infixs-correios-automatico-input {
    max-width: 12vw;
}

.tags-produtos a {
    color: #939393;
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px dotted;
}

.flex-column span {
    display: flex;
    width: 100%;
    line-height: 1.4;
}

.valor-grade {
    display: flex;
    flex-direction: column;
}

.valor-grade del {
    font-size: 12px;
    line-height: 1;
}

.wc-block-checkout__sidebar {
    top: 22% !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 0 2rem 2rem 2rem !important;
}

.wc-block-components-title,
.wc-block-components-checkout-order-summary__title-text {
    font-weight: 800 !important;
}

.current_page_item {
    font-weight: 800;
    border-bottom: 1px dotted #002a70;
    display: inline-block;
    color: #002a70;
}

.current-menu-item {
    font-weight: 800;
}

.dgwt-wcas-search-wrapp {
    width: 36vw;
}

.svg-wrapper {
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logotipo-parceiros img {
    object-fit: contain;
    aspect-ratio: 4 / 3;
    /*filter: grayscale(1);*/
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.logotipo-parceiros img:hover {
    /*filter: grayscale(0);*/
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.w-iconbox.iconpos_left .w-iconbox-icon {
    margin-right: calc(5px + 0.2em);
}

@media (max-width: 768px) {
    .dgwt-wcas-search-wrapp {
        width: 84vw;
    }
}

.infixs-correios-automatico-tracking-search-form label {
    font-weight: 800;
}

.wc-block-components-product-badge {
    display: none !important;
}

.wc-block-cart-item__quantity {
    display: flex;
    gap: 20px;
    align-items: center;

    & .wc-block-cart-item__remove-link {
        position: relative;
        top: -6px;
    }
}

.wc-block-components-product-name,
.cart_item .product-name{
    font-weight: 700;
}

.w-cart-totals[style*=--title-size]>h2 {
    font-size: 1.2rem;
    font-weight: 700;
}

.w-cart-totals .wc-proceed-to-checkout .w-btn {
    width: 100%;
}