/* remove amazon pay */
.password-info {
    display: none !important;
}

/* dimensao logo - desktop */
.main-logo {
    width: 200px;
}

/* Correção cotacao frete - carrinho */
.checkout-cart-index .fieldset.estimate .field .input-text {
    background: #fff;
}
/* Correção botao comprar */
.cms-index-index .body-top-panel .special-deal .actions-primary .action.tocart {
    min-width: 100%;
}

/* correção botão flutuante comprar */
.cms-index-index .product-list-style-10 .large-col .product-hovered-section .cart-qty {
    display: flex;
}

/* Correção BSS - Quote - Cotação */
.quote-category {
    width: 100%;
}
.action.toquote.primary {
    width: 100%;
}
.catalog-category-view .quote-category {
    margin-left: 0px;
}
/* carrinho do customer - cotacao */
.quoteextension-quote-index .cart.table-wrapper .product-item-name {
	font-size: 14px;
	margin-top: 10px;
}
.quoteextension-quote-index .field.qty {
    margin-top: 10px;
    font-size: 14px;
}
/* conta do customer - cotacao */
.account.quoteextension-quote-view .cart.table-wrapper .product-item-name {
    font-size: 14px;
    margin-top: 5px
}

/* exibir label na inserção do endereço (adicional) */
.quoteextension-quote-index .field.additional .label {
    display: contents !important;
}

/* ajuste homepage */
.cms-codazon-home-page .grid-style-01 .quote-category,
.cms-codazon-home-page .grid-style-10 .quote-category{
    display: none !important;
}


/* ===== @media ===== */
@media (max-width: 767px) {
    /* Correção BSS - Quote - Cotação */
    .action.toquote.primary {
        width: 100%;       
    }
}
