#body {
    background-color: #1a0404;
    font-family: 'Open Sans', sans-serif;    
}
.logo {
    height: 160px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    width: 170px;
}
.redes-sociais{
    margin-top: 2rem;
    height: 50px;
    width: 50px;
}
.d-block {
    height: 250px;
    width: 100%;
}
.carousel-fade .carousel-item {
    height: 295px;
}
.card-title{
    color: black;
    font-weight: bold;
    text-align: center;
}
.card-text{
    font-style: italic;
    text-align: center;
}
.descricao {
    align-items: center;
    background: #0000004d;
    color: white;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    height: 160px;
    position: relative;
    text-shadow: 2px -2px 5px rgb(0, 0, 0);
    top: -10rem;
}
.carrinho-compras{
    background: #c1c1c1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2.5rem;
    text-align: center;
}
#carrinho-compras{
    height: 40px;
    margin-left: 0.5rem;
    width: 40px;
} 
#img-descr-prod{
    align-items: center;
    display: flex;
    flex-direction: column;
}
#preco-produto-carrinho{
    color: #8b0000;
    font-size: 13px;
    margin-top: 0.5rem;
}
.img-prod{
    padding-top: 1.8rem;
    width: 100px;
}
.carrinho-add {
    cursor: pointer;
}
.controle-contador{
    border: none;
    border-radius: 10px;
    height: 40px;
    text-align: center;
    width: 50px;
}
.table td {
    vertical-align: 0px;
}
.remove-btn{
    height: 28px;
    margin-right: 1rem;
    margin-top: 3.5rem;
    width: 28px;
}
.vlrtotal-compra {
    font-weight: 600;
}
#finalizar-compra {
    background: #03b103;
    border: 4px solid #46a746;
    border-radius: 10px;
    color: #ffffff;
    height: 50px;
    margin-bottom: 1.65rem;
}
#finalizar-compra:hover{
    background: #03a003;
    border: 4px solid #46a746;
}
#finalizar-compra:active{
    background: #028802;
    border: 4px solid #46a746;
    
}
.rodape{
    align-items: center;
    background-color: #280000;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
.rodape p{
    color: #d9d9d980;
    font-size: 8px;
    margin-top: 0.5rem;
}
.rodape-sociais {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}



/* responsividade */
@media (min-width: 320px){
    .p-4{
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 81vh;
        justify-content: space-around;
    }
    .card {
        margin-bottom: 3rem; 
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
    #card-deck {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .carrinho-compras{
        border-radius: 25px;
    }
    .carrinho-add {
        height: 45px;
        margin-top: 1.5rem;
        width: 45px;
    }   
}

@media (min-width: 375px){
    .carrinho-compras{
        margin: 0 0.675rem 0 0.675rem;
    }
}

@media (min-width: 576px){
    #card-deck{
        display: grid;
        grid-template-columns: 250px 250px;
        justify-content: center;
    }
    .p-4{
        height: 85vh;
    }
}
@media (min-width: 710px){
    .p-4{
        align-content: space-around;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        height: 70vh;
        justify-content: flex-end;
    }
    .d-block {
        height: 365px;
    }
    .descricao {
        background: #00000091;
        font-size: 4.5rem;
        height: 270px;
        top: -20rem;
    }
    .carousel-fade .carousel-item {
        height: 370px;
    }
    #card-deck{
        display: grid;
        grid-template-columns: 230px 230px 230px;
        justify-content: center;
    }
    .card {
        display: flex;
    }
    #card-body {
        display: flex;
        flex-direction: column;
    }

    .carrinho-compras{
        margin-left: 2rem;
        margin-right: 2rem;
        border-radius: 20px;
    }
}


@media (min-width: 1024px){
    .d-block {
        height: 535px;
    }
    .p-4{
        align-content: space-around;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 60vh;
        justify-content: space-evenly;
    }
    .carousel-fade .carousel-item {
        height: 600px;
    }
    .descricao{
        top: -13rem;
    }
    .descricao h6 {
        font-size: 1.5rem;
    }
    #card-deck{
        display: grid;
        grid-template-columns: 250px 250px 250px 250px;
    }
    .carrinho-compras {
        margin-left: 15rem;
        margin-right: 15rem;
    }
}
@media (min-width: 1440px){
    #card-deck{
        display: grid;
        grid-template-columns: 285px 285px 285px 285px 285px;
    }
    .carrinho-compras{
        margin-left: 30rem;
        margin-right: 30rem;
    }
}
@media (min-width: 1600px){
    #card-deck{
        grid-template-columns: 350px 350px 350px 350px 350px;
    }
    .carrinho-compras{
        margin: 0 20rem 0 20rem;
    }
}