.area-slide{
    width: 100%;
    z-index: 1;
}
.item-slide img{
    width: 100%;
}
.area-section-loja{
    width: 100%;
    padding: 50px 0px;
}
.area-section-loja .next_menu{
    width: 50%;
    margin: auto;
    padding-top: 50px;
}
.title-section{
    width: 100%;
    text-align: center;
    color: #212830;
    font-family: 'Staatliches', cursive;
    font-size: 20px;
    padding-top: 30px;
}
.area-cats-home{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.area-cats-home a{
    text-decoration: none;
    margin: 10px;
}
.itens-cat-home{
    padding: 3px 8px;
    background-color: #212830;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.itens-cat-home:hover{
    background-color: #212830b0;
}
.area-prods-new{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item-produto{
    width: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px 25px;
}
.item-produto a{
    text-decoration: none;
}
.img-produto{
    width: 180px;
    height: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.nome-produto{
    width: 180px;
    text-align: center;
    font-family: 'Staatliches', cursive;
    color: #212830;
    margin: 0;
    margin-top: 10px;
}
.valor-produto{
    width: 180px;
    text-align: center;
    font-family: 'Staatliches', cursive;
    color: #eb1f4b;
    margin: 0;
    margin-top: 10px;
}
.parcela-produto{
    width: 180px;
    text-align: center;
    font-family: 'Staatliches', cursive;
    color: #666666;
    margin: 0;
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
}
.podri_uni{
    width: 700px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.next_menu{
    color: #212830;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
}
.next_menu a{
    text-decoration: none;
    color: #212830;
}
.podri_uni img{
    max-width: 400px;
    margin: auto;
}
.nome-prod-uni{
    width: 100%;
    text-align: center;
    color: #212830;
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    margin: 0;
    margin-top: 20px;
}

.change_itens{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.change_itens p{
    margin: 0;
}
.change_itens span{
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.valor-prod-uni{
    color: #eb1f4b;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 15px;
}
.valor-prod-uni span{
    font-family: 'Staatliches', cursive;
    font-size: 40px;
    font-weight: 500;
}
.parc-prod-uni{
    width: 100%;
    text-align: center;
    font-family: 'Staatliches', cursive;
}
.area-comprar{
    padding: 20px;
    border-top: 1px solid #212830;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_comprar{
    width: 280px;
    height: 50px;
    border: 1px solid #212830;
    background-color: #212830;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Staatliches', cursive;
    cursor: pointer;
    transition: all linear .2s;
}
.btn_comprar:hover{
    background-color: #fff;
    color: #212830;
}
.btn-cart-add{
    height: 50px;
    width: 50px;
    border: 1px solid #212830;
    color: #212830;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all linear .2s;
    border-left: 0;
    font-size: 18px;
}
.area_desc_prod{
    width: 100%;
    margin-top: 20px;
}
.marca-produto{
    color: #eb1f4b;
    font-family: 'Staatliches', cursive;
    margin: 0;
    margin-bottom: 20px;
}
.tag-produto{
    height: 40px;
    line-height: 40px;
    background-color: #0d6af5;
    color: #fff;
    padding: 0px 20px;
    margin-bottom: -20px;
    z-index: 0;
    font-family: 'Staatliches', cursive;
    letter-spacing: 1px;
}
.tag-pro{
    height: 25px;
    line-height: 25px;
    background-color: #0d6af5;
    color: #fff;
    padding: 0px 10px;
    margin-bottom: -12px;
    z-index: 0;
    font-size: 13px;
    font-family: 'Staatliches', cursive;
    letter-spacing: 1px;
    border-radius: 5px;
}
.text-frete{
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.text-frete p{
    font-size: 13px;
    margin: 0;
    margin-left: 10px;
}
.area-cep{
    width: 300px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-cep input{
    width: 150px;
    height: 33px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding-left: 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.btn-frete{
    width: 80px;
    height: 35px;
    border: 1px solid #212830;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    background-color: #212830;
}
.areaResulFrete{
    width: 300px;
    display: none;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.titleFrete{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}
.titleFrete img{
    width: 50px;
    margin-left: 5px;
}
.content_frete{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}
.c-loader {
    animation: is-rotating 1s infinite;
    border: 5px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #006bf3;
    height: 30px;
    width: 30px;
}
.c-loader.loader-small{
    height: 10px;
    width: 10px;
    border: 3px solid #e5e5e5;
    border-top-color: #006bf3;
} 
.c-loader.loader-big{
    height: 50px;
    width: 50px;
    border: 4px solid #e5e5e5;
    border-top-color: #006bf3;
}

.sem_produto{
    width: 300px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sem_produto i{
    font-size: 150px;
    color: #e1e1e1;
    position: absolute;
    z-index: -1;
}
.sem_produto p{
    margin: 0;
    text-align: center;
    color: #495461;
    font-family: 'Staatliches', cursive;
    font-size: 20px;
}

@keyframes is-rotating {
    to {
      transform: rotate(1turn);
    }
}

.produto-pop{
    width: 200px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    position: fixed;
    right: 0;
    top: 180px;
    display: none;
}
.produto-pop img{
    max-width: 180px;
    margin: auto;
    max-height: 180px;
}
.text-prod-pop{
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.valor-prod-pop{
    margin-top: 5px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #eb1f4b;
}
.btn-comprar-pop{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px;
    background-color: #eb1f4b;
    color: #fff;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #eb1f4b;
    font-size: 13px;
    margin-bottom: 10px;
}
.prod-img-pop{
    width: 100%;
    display: flex;
    justify-content: center;
}

.finalizar{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
.subtotal{
    color: #212830;
    margin-bottom: 10px;
}
.subtotal strong{
    color: #eb1f4b;
    font-size: 20px;
}
.btn_finalizar_carrrinho{
    width: 280px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #212830;
    color: #fff;
    border: 1px solid #212830;
    cursor: pointer;
    font-family: 'Staatliches', cursive;
}
.btn-wpp{
    background-color: #34af23;
    color: #fff;
    border: 1px solid #34af23;
}
.desc_btn{
    font-size: 11px;
    margin-top: 5px;
}
.parc_itens{
    font-size: 13px;
}
.parc_itens span{
    font-weight: 600;
}
.btn_comp_sacola{
    width: 280px;
    height: 40px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #212830;
    color: #212830;
    background-color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.btn_comp_sacola i{
    margin-left: 10px;
    font-size: 18px;
}


.area_compartilhado{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.671);
}
.center_compartilhado{
    width: 300px;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
.closed_janela{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.closed_janela i{
    cursor: pointer;
}
.content_janela{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.content_janela .p_janela{
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}
.logo_car_res img{
    max-height: 40px;
    max-width: 40px;
    margin-right: 10px;
}
.logo_car_res{
    display: flex;
    align-items: center;
    margin: 10px;
    font-family: 'Staatliches', cursive;
}
.acessar_carrinho{
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #006bf3;
    color: #fff;
    font-size: 13px;
    margin: 10px;
    cursor: pointer;
}
.segura_janela{
    font-size: 13px;
}
@media only screen and (max-width: 700px){
    .podri_uni{
        width: 90%;
    }
}

@media only screen and (max-width: 600px){
    .area-prods-new{
        width: 100%;
    }
    .item-produto{
        width: 150px;
        margin: 10px 15px;
    }
    .img-produto{
        width: 140px;
        height: 140px;
    }
    .nome-produto{
        width: 140px;
    }
    .valor-produto{
        width: 140px;
    }
    .parcela-produto{
        width: 140px;
    }
    .podri_uni img{
        max-width: 90%;
        margin: auto;
    }
    .area-section-loja .next_menu{
        width: 90%;
        margin: auto;
        padding-top: 50px;
    }
    .produto-pop{
        width: 100%;
        padding: 5px;
        bottom: 0;
        left: 0;
        top: 90%;
        display: flex;
        align-items: center;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.856);
    }
    .produto-pop img{
        max-width: 140px;
        max-height: 140px;
        display: none;
    }
    .text-prod-pop{
        font-size: 13px;
        display: none;
    }
    .valor-prod-pop{
        font-size: 22px;
    }
    .btn-comprar-pop{
        margin-right: 50px;
        margin-left: 50px;
    }
}
