/*PAGINA DO PRODUTO*/
.produto_page{
    width: calc(100% - 20px);
    max-width: 1000px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.title_produto_page{
    width: 100%;
}
.title_produto_page p{
    margin: 0;
    font-size: 15px;
    color: #454545;
    font-weight: 600;
}
.dados_produto_page{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.image_produto_page{
    width: 40%;
    max-width: 800px;
    min-width: 300px;
    display: flex;
    justify-content: end;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 20px;
    height: 350px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.content_dados_page{
    width: 300px;
    margin-left: 10px;
}
.loja_imgs{
    display: flex;
    align-items: center;
}
.img_loja{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #454545;
    margin-right: 10px;
}
.img_loja img{
    width: 30px;
}
.loja_imgs p{
    font-size: 13px;
    font-weight: 600;
    color: #888888;
}
.pricede_produto{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.pricede_produto p{
    font-size: 13px;
    font-weight: 500;
    color: #888888;
    text-decoration: line-through;
}
.economize{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #07aa07;
    margin-left: 20px;
    border-radius: 5px;
}
.economize svg{
    height: 13px;
    margin-right: 10px;
}
.economize p{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.price_rs{
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    margin-right: 5px;
}
.price_rs span{
    font-size: 13px;
}
.price_rs span:nth-child(2){
    font-size: 20px;
    margin-top: -9px;
}

.price_produto{
    color: #454545;
    font-size: 50px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.parcela_produto{
    color: #454545;
    width: 300px;
    margin-top: -5px;
}
.btn_comprar{
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: #07aa07;
    border-radius: 5px;
}
.btn_comprar:hover{
    background-color: #04d204;
}
.alert_produto{
    width: 300px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    margin-bottom: 20px;
}
.alert_produto span{
    font-size: 12px;
}
.alert_produto span:nth-child(2){
    font-size: 13px;
    font-weight: 600;
}
.price_load{
    background-image: linear-gradient(
        90deg,
        #EEEEEE 0%, #EEEEEE 40%,
        #DDDDDD 50%, #DDDDDD 55%,
        #EEEEEE 65%, #EEEEEE 100%
    );
    background-size: 400%;
    animation: shimmer 1500ms infinite;
    border-radius: 5px;
}
@keyframes shimmer {
    from {background-position: 100% 100%;}
    to { background-position: 0 0; }
}
.price_load:nth-child(1){
    height: 20px;
    width: 200px;
}
.price_load:nth-child(2){
    height: 50px;
    width: 300px;
}
.price_load:nth-child(3){
    height: 200px;
    width: 200px;
}
.page_heart{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.43);
    cursor: pointer;
}
.page_heart svg{
    height: 20px;
}
.area_post_config{
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -10px;
}
.dados_rights{
    display: flex;
    align-items: center;
}
.dados_rights .item_dados_prod_right{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.item_dados_prod_right svg{
    height: 15px;
    margin-right: 5px;
}
.item_dados_prod_right p{
    font-size: 13px;
    color: #888888;
}
.comp_whats{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background-color: rgba(171, 235, 171, 0.2);
    border-radius: 5px;
    cursor: pointer;
}
.comp_whats svg{
    height: 17px;
    margin-right: 10px;
}
.comp_whats p{
    font-size: 13px;
    font-weight: 600;
    color: #3bc14d;
}
.vermaiscupons{
    width: 300px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}
.vermaiscupons a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vermaiscupons svg{
    height: 17px;
    margin-right: 5px;
    fill: rgb(0, 0, 238);
}

.title_loja_p p:nth-child(1){
    font-size: 11px;
    margin-bottom: -3px;
    color: #aeaeae;
    font-weight: 500;
}
.dados_produto_page .esgotado{
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%) saturate(54%);
    -webkit-filter: grayscale(100%) saturate(54%);
    -moz-filter: grayscale(100%) saturate(54%);
}
.tag_esgotado{
    padding: 5px 10px;
    background-color: #e9e9e9;
    border-radius: 5px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
}
.tag_oferta{
    padding: 5px 10px;
    background-color: #07aa07;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 120px;
    margin-top: 10px;
}
.tag_oferta svg{
    height: 15px;
}
.tag_oferta p{
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    color: #fff;
}
.tag_encerrada{
    padding: 5px 10px;
    background-color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 250px;
    margin-top: 10px;
}
.tag_encerrada svg{
    height: 15px;
}
.tag_encerrada p{
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    color: #fff;
}
.modal_price_background{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
}
.content_modal_price{
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
}
.top_close_modal{
    width: 300px;
    display: flex;
    justify-content: end;
    height: 40px;
    align-items: center;
}
.top_close_modal svg{
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.aviso_area_modal{
    width: 250px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.aviso_area_modal img{
    width: 80px;
}
.aviso_area_modal p{
    font-size: 12px;
    margin-left: 5px;
}
.aviso_area_modal strong{
    color: #dc3545;
}
.text_aviso{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body_content_modal{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
}
.body_content_modal p:nth-child(1){
    color: #dc3545;
    font-weight: 600;
}
.body_content_modal p:nth-child(2){
    color: #4d4d4d;
    font-size: 12px;
    text-align: center;
    width: 250px;
}
.area_btn_modal{
    width: 300px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_modal{
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.content_modal_price .loja_imgs{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 25px;
}
.desc_produto{
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
    padding-bottom: 60px;
}
.load_desc{
    background-image: linear-gradient(
        90deg,
        #EEEEEE 0%, #EEEEEE 40%,
        #DDDDDD 50%, #DDDDDD 55%,
        #EEEEEE 65%, #EEEEEE 100%
    );
    background-size: 400%;
    animation: shimmer 1500ms infinite;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    margin-bottom: 50px;
}

.area_prime{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #1A98FF;
    border-radius: 10px;
}
.body_prime{
    padding: 10px;
    color: #fff;
}
.body_prime a{
    text-decoration: underline;
    color: #fff;
}
.body_prime p{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.body_prime a{
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none;
    color: #1A98FF;
    font-weight: 600;
}
@media only screen and (max-width: 685px){
    .title_produto_page p{
        font-size: 13px;
        max-height: 61px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .image_produto_page{
        width: 40%;
        max-width: 500px;
        min-width: 300px;
        background-color: #fff;
        padding: 5px;
        height: 150px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .title_loja_p p:nth-child(1){
        font-size: 9px;
        margin-bottom: -3px;
        color: #aeaeae;
        font-weight: 500;
    }
    .price_produto{
        font-size: 30px;
        font-weight: 700;
    }
    .price_rs{
        margin-bottom: 5px;
        margin-right: 5px;
    }
    .price_rs span{
        font-size: 10px;
    }
    .price_rs span:nth-child(2){
        font-size: 15px;
        margin-top: -9px;
    }
    .parcela_produto{
        font-size: 12px;
    }
    .btn_comprar{
        width: 300px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        background-color: #07aa07;
        border-radius: 5px;
    }
    .page_heart{
        display: none;
    }
}