body{
    background-image: url('../images/BG.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.linha{
    width: 100%;
    height: 5px;
    background-color: #803f8f;
}

.pagination li.active {
    padding: 5px 11px;
    color: #FFF;
    background-color: #803f8f !important;
}

.pesquisa{
    border: solid #DDD 2px !important;
    border-radius: 20px !important;
    padding: 0 5px  !important;
}

.select-qnt{
    border: solid #DDD 2px !important;
    border-radius: 20px !important;
    padding: 0 5px  !important;
    margin-top: 5px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.campo-pesquisa div i{
    font-size: 2rem;
    margin-top: 10px;
    text-align: center;
    color: #803f8f;
}

.produto{
    border: solid #fff 3px;
    height: auto;
    position: relative;
    padding: 0px !important;
    overflow: hidden;
    border-bottom-right-radius: 20px;
    background-color: #fff;
}

.produto:hover{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
}

.foto-produto{
    position: relative;
    padding: 0px 10px;
    bottom: 0;
}

.foto-produto img{
    width: 100%;
}

.nome-produto{
    position: relative;
    z-index: 1;
    bottom: 0;
    height: 100px;
    width: 100%;
    color: #803f8f;
    line-height: 1.2rem;
    padding: 10px !important ;
    background: rgb(173,110,189);
    background: -moz-linear-gradient(0deg, rgba(173,110,189,0.6867121848739496) 23%, rgba(211,178,220,0.4822303921568627) 51%, rgba(211,178,220,0.22172619047619047) 83%);
    background: -webkit-linear-gradient(0deg, rgba(173,110,189,0.6867121848739496) 23%, rgba(211,178,220,0.4822303921568627) 51%, rgba(211,178,220,0.22172619047619047) 83%);
    background: linear-gradient(0deg, rgba(173,110,189,0.6867121848739496) 23%, rgba(211,178,220,0.4822303921568627) 51%, rgba(211,178,220,0.22172619047619047) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad6ebd",endColorstr="#d3b2dc",GradientType=1);
}

.nome{
    font-style: italic;
    font-size: .9rem;
}

.preco{
    color: fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
}

.whatsapp{
    background-color: #25d366;
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 40px;
    box-shadow: 2px 4px 20px 1px rgba(0,0,0,0.45);
    -webkit-box-shadow: 2px 4px 20px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 4px 20px 1px rgba(0,0,0,0.45);
    text-align: center;
    padding-top: 16px;
}

.fa-whatsapp{
    color: #FFF;
    font-size: 3rem;
}

.bg-pink{
    background-color: #803f8f;
}

.cor-pink{
    color: #803f8f;
}

.top-tabela{
    font-weight: bold;
    padding: 15px !important;
}

.borda-tabela{
    border: #DDD 1px solid;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.flex-container {
    display: flex;
	justify-content: center;
	align-items: center;
}

.dados{
    padding-top: 25px !important
    
}

.fullbtn{
    width: 100% !important;
    margin: 0px !important;
}

#entrega {
    display: none;
}

@media screen and (max-width: 992px) {
    .pc{
        display: none;
    }
    .borda-tabela{
        font-size: 1.5rem;
        padding-bottom: 20px ;
    }
    .dados{
        padding: 10px 0 !important;
        text-align: center;
        background-color: #803f8f33;
        margin-top: 10px;
        font-weight: bold;
        border: solid 2px #FFF;
        font-size: 1.2rem;
    }
    .preco{
        font-size: 1.2rem;
        text-align: left;
        margin-top: 10px;
    }
}

@media screen and (max-width: 300px) {
    .logo{
        width: 95%;
        margin: auto;
    }
}