.titulo-carrinho{
    font-size: 20px;
    margin-bottom: 20px;
}

.title-product {
    color: black;
}

.continuar-comprando {
    text-transform: uppercase;
    color: black;
    font-size: 12px;
}

.btn-excluir {
    color: black;
}

.topoCarrinho {
    
}

.footerRodape {
    a {
        color: black; 
    }
}

.btn-comprar {
	background-color:#33373f;
	color: #fff;
	border-radius: 5px;
	padding:10px 40px;
    display: block;
    text-align: center;
}

.dados-pessoais {
    h4 {
        font-weight: 200;
        text-transform: uppercase;
        font-size: 14px;
    }

    .form-floating {
        label {
            font-size: 14px !important;
            font-weight: 200 !important;
        }
    }
} 

.geral {
    background-color: #fff !important;
}


.preco {
    h3 {
        font-weight: 300 !important;
        font-size: 20px;
    }    
}

@media(max-width: 768px){
    .titulo-carrinho{
        font-size: 20px;
    }
}

.botao-finaliza{
    padding: 20px;
}

.table-carrinho>:not(:last-child)>:last-child>*{
    border: none!important;
}

.table-carrinho thead{
    border-bottom: thin solid #414141;
}

.abas{
    
}

.abas .nav-item{
    width: 33%;
}

.abas .nav-link{
    display: inline-block;
    font-weight: 400;
    color: #959595;
    width: 100%;
}

.abas .nav-link.active{
    font-weight: bold;
    color: #33373f;
}

.abas .nav-link::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #cdcdcd;
}

.abas .nav-link.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #33373f;
}

.product-tabs {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.product-tabs .tab-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.product-tabs .tab-btn {
    border: 1px solid #d7d7d7;
    background: #f5f5f5;
    padding: 10px 18px;
    border-radius: 20px;
    font-weight: 600;
    color: #4a4a4a;
    cursor: pointer;
    transition: all 0.2s ease;
}

.product-tabs .tab-btn.active {
    background: #1f3f76;
    color: #fff;
    border-color: #1f3f76;
}

.product-tabs .tab-pane {
    display: none;
    color: #333;
}

.product-tabs .tab-pane.active {
    display: block;
}

.fechamento-compra {
    padding-top: 40px;
    padding-bottom: 40px;
}

.fechamento-compra .box-resumo,
.fechamento-compra .box-mensagem {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.fechamento-compra .box-resumo h4 {
    margin-bottom: 16px;
}

.fechamento-compra .box-mensagem h3 {
    margin-bottom: 12px;
}

.fechamento-compra .texto-institucional {
    border-top: 1px solid #ececec;
    padding-top: 16px;
}
