html body{
    background-color: #fff;
}



.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.slide {
    min-width: 100%;
    user-select: none;
}

.slide img {
    width: 100%;
    border-radius: 10px;
}

.controlbtnslide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    transition: 0.3s;
}

.controlbtnslide:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev { left: 10px; }
.next { right: 10px; }



header{
    background-color: #ffff;
}
.line_header_0{
    background-color: #000;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_line_1{
    display: flex;
    flex-direction: row;
}
.listheadertop{
    width: 200px;
}
.listheadertop a{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.listheadertop a>i{
    margin-right: 1vh;
}
.menu_line_2{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.menu_line_2 li{
    margin-right: 2vh;
}
.right_header_0{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.zap_icon{
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_header_0{
    width: 15vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.line_header_1{
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #111;
}
.line_header_1 a{
    font-size: 25px;
    color: #6f6f6f;
}
.line_header_1 img{
    border-radius: 50%;
    -webkit-box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.2);
box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.2);
}
.line_header_2{
    margin-top: 2vh;
    border-top: 2px solid #dbc2b4;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.menu_line_1 a{
    margin-right: 2vh;
    font-size: 17px;
    color: #6f6f6f !important;
    font-weight: 500;
    transition: 0.6s;
}
.menu_line_1 a:hover{
    color: black;
    text-decoration: underline;
}
.header-con_1{
    color: black !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.header-con_1 i{
    margin-right: 1vh;
}
.box_search_header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.box_search_header input{
    padding: 0.5vh;
    border: 1px solid #dbc2b4;
    border-radius: 5px;
    margin-right: 0.2vh;
}
.btnsearchheader{
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3vh;
    color: #fff;
    border-radius: 5px;
}
.container_slide{
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 550px;
}
.title_home{
    font-size: 22px;
    margin-top: 2vh;
    color: #000;
    font-weight: 500;
}
.slide_carousel{
    width: 100%;
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.card_slide{
    width: 320px;
    transition: 0.6s;
    margin-right: 1.5vh;
}
.card_slide:hover{
    -webkit-box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.2);
box-shadow: 2px 0px 24px 0px rgba(0,0,0,0.2);
}
.link_slide_card{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    display: flex;
    padding: 1vh;
    border:none;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.price_card{
    font-size: 22px !important;
    color: #333;
}
.container_figure{
    background-color: #000;
    padding: 2vh;
    margin-top: 4vh;
}
.container_figure > div{
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.figre{
    text-align: center;
    color: #c3c3c3;
}
.figre i{
    font-size: 35px;
}
.figre h2{
    font-size: 22px;
    font-weight: bold;
}
.btncart{
    padding: 0.5vh;
    border:none;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btncart i{
    margin-right: 0.5vh;
}
.con_categ_home{
    height: 300px;
    background-color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.con_categ_home h1{
    font-size: 22px;
    font-weight: bold;
    color: #F5E7DF;
}
.con_categ_home p{
    font-size: 18px;
    color: #F5E7DF;
    text-align: center;
}
.con_categ_home section{
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
}
.con_categ_home section:hover{
    backdrop-filter: blur(5px);
}
.btncateghome{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 1vh;
    background-color: #F5E7DF;
    border-radius: 10px;
    margin-top: 2vh;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.container_categ_home{
    margin-top: 5vh;
}
footer{
    border-top: 2px solid #000;
    margin-top: 4vh;
    padding-top: 2vh;
    border-bottom: 15px solid #000;
    padding-bottom: 2vh;
    background-color: #111;
}
.payment_list_footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vh;
}
.social_media_footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.social_media_footer a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #dbc2b4;
}
.social_media_footer a img{
    margin-right: 2vh;
}
.list_link_footer{
    margin-top: 2vh;
}
.list_link_footer a{
    font-weight: bold;
    color: #dbc2b4;
    font-size: 18px;
}

.container_geral_prod{
    background-color: #fff;
    width: 100%;
    margin-top: 5vh;
}

.containerbtnacprod{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.boxquant{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5vh;
}

.btnqt{
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.input_qt{
    height: 40px;
    width: 40%;
    border: 2px solid #dbc2b4;
    border-radius: 5px;
    text-align: center;
}
.btncompra{
    background-color: #111;
    border: none;
    padding: 2vh;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #dbc2b4;
    font-weight: bold;
}
.btncompra i{
    margin-right: 1vh;
}

.con_info_prod{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.list_av{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: rgb(255, 230, 0);
    margin-bottom: 1.5vh;
}

.title_prod{
    font-size: 23px;
    margin-top: 1vh;
    margin-bottom: 1vh;
    color: #000;
}

.price_prod{
    font-size: 28px;
    margin-bottom: 2vh;
    font-weight: bold;
    color: #0064ff;
}

.boxfrete{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2vh;
}

.inputfrete{
    height: 40px;
    border: 2px solid #F5E7DF;
    border-radius: 5px;
    padding: 1vh;
}

.btncalcfrete{
    background-color: #000;
    padding: 1vh;
    color: #fff;
    border-radius: 5px;
    margin-left: 1vh;
}

.content_galeria_prod{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.container_thumb{
    width: 20%;
    background-color: #111;
    height: 500px;
}

.container_slide_prod{
    width: 80%;
    background-color: #fff;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
}

.container_thumb ul li{
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 1vh;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
}

.thumb_img{
    width: 70px;
    height: 70px;
}

.prod_img{
    width: 80%;
}

.container_desc{
    margin-top: 2vh;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.14);
box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.14);
padding: 1.5vh;
border-radius: 10px;
}
.container_desc p{
    font-size: 18px;
    color: #333;
}
.row_categ{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4vh;
}

.left_box_categ{
    width: 20%;
    background-color: #f1f1f1;
    padding-left: 2vh;
    border-radius: 5px;
}

.right_box_categ{
    width: 75%;
}
.content_categ_prod{
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.checkcateg{
    font-size: 18px;
    font-weight: bold;
    color: #dbc2b4;
}

.list_link_categ{
    margin-top: 2vh;
}

.container_prod_relacionados{
    display: flex;
    flex-direction: row;
    margin-top: 2vh;
}

.card_prod_rela{
    margin-right: 2vh;
}

#login{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 2vh;
    margin-top: 4vh;
}
#login label{
    font-size: 18px;
    color: #333;
}

.input_login{
    width: 100%;
    height: 45px;
    border: 2px solid #F5E7DF;
    border-radius: 5px;
    padding: 2vh;
}

.formGroup{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2vh;
}

.rowbtnlogin{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vh;
}

.btnlogin{
    background-color: #000;
    border: none;
    padding: 2vh;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

.title__login{
    font-size: 22px;
    text-align: center;
    color: #000;
}

.linechecklogin{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.containerend{
    margin-top: 2vh;
}
.conend{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2vh;
}
.contentcepcad{
    width: 25%;
}

.contentcidadecad{
    width: 45%;
}

.contentbairrocad{
    width: 48%;
    margin-top: 1vh;
}

.contentbairrocad{
    width: 48%;
    margin-top: 1vh;
}

.contentnumerocad{
    width: 25%;
    margin-top: 1vh;
}

.contentcompcad{
    width: 73%;
    margin-top: 1vh;
}

.backmodalcart{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    backdrop-filter: blur(5px);
    display: none;
}

.modal_cart{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 99999999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 2vh;
    display: none;
}

.title_cart{
    font-size: 18px;
    color: #000;
}

.rowbottomcart{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1vh;
}

.btncartcheck{
    padding: 1vh;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    font-weight: bold;
}

.incial_cart{
    height: 170px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 1vh;
}

.rock-salt-regular {
    font-family: "Rock Salt", cursive;
    font-weight: 400;
    font-style: normal;
}

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

.imgfooter a{
    font-size: 24px !important;
    color: #c3c3c3;
}

.dropprodutos{
    width: 350px;
    padding: 1.5vh;
    border-radius: 10px;
    background-color: #f1f1f1;
    position: absolute;
    display: none;
    z-index: 9999999999999999;
}

.payment_list_footer a{
    margin-right: 1vh;
}

.categ_item_header{
    text-transform: capitalize;
}

.price_antigo{
    font-size: 16px;
    text-decoration: line-through;
    font-weight: bold;
    color: #000;
}
.btnaddcart{
    padding: 0.5px;
    border: none;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    color: #111;
    font-size: 16px;
    margin-top: 1.5vh;
}
.btnaddcart i{
    margin-right: 1vh;
}
/* Container das notificações */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

/* Estilos do Toast */
.toast {
    display: flex;
    align-items: center;
    min-width: 250px;
    padding: 12px 16px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    opacity: 0;
    transform: translateX(100%);
    animation: fadeIn 0.5s forwards, fadeOut 0.5s forwards 3s;
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Cores para diferentes tipos de toast */
.toast.success { background-color: #28a745; }
.toast.error { background-color: #dc3545; }
.toast.warning { background-color: #ffc107; color: #333; }

/* Botão de fechar */
.toast button {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    margin-left: 12px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .con_categ_home{
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .row_categ{
        flex-direction: column;
    }
    .left_box_categ{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2vh;
    }
    .right_box_categ{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .content_categ_prod{
        justify-content: center;
    }
    #login{
        width: 95%;
    }
    .container_prod_relacionados{
        overflow-y: scroll;
        padding-left: 2vh;
    }
    .card_prod_rela{
        min-width: 300px;
    }
    .content_galeria_prod{
        width: 95% !important;
    }
    .grid_prod{
        display: flex !important;
        flex-direction: column !important;
    }
    .con_info_prod{
        width: 95% !important;
    }
    .boxquant{
        width: 40% !important;
    }
    .inputfrete{
        height: 60px !important;
        width: 80% !important;
        font-size: 16px !important;
    }
    .menu_line_1{
        width: 100%;
        justify-content: space-around !important;
        align-items: center !important;
    }
    .icon_header_0{
        width: fit-content !important;
    }
    .btnmenumob{
        font-size: 33px;
        color: #333;
    }
    .zap_icon{
        margin-right: 1vh;
    }
    .line_header_1{
        padding-top: 2vh;
        padding-bottom: 2vh;
        height: fit-content;
        border-bottom: 5px solid #fff;
    }
    .btncartmobile{
        background-color: #000;
        color: #fff;
        padding: 1vh;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .btncartmobile i{
        margin-right: 1vh;
    }
    .container_geral_prod{
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .grid_footer{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: flex !important;
        flex-direction: column !important;
    }
    .grid_footer > div{
        width: 100% !important;
    }
    .payment_list_footer{
        flex-wrap: wrap;
        width: 100%;
    }
    .imgfooter{
        text-align: center;
        display: flex;
    justify-content: center;
    align-items: center;
    }
    .container_thumb ul li{
        width: 95%;
    }
    .thumb_img{
        width: 50px;
        height: 50px;
    }
    .grid_categ_home{
        display: flex !important;
        flex-direction: column !important;
    }
    .backmenumob{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.6);
        z-index: 9999;
        display: none;
        backdrop-filter: blur(5px);
    }
    .menumobile{
        display: none;
        height: 100vh;
        width: 80%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #F5E7DF;
        z-index: 9999999999999999;
        padding: 2vh;
        overflow-x: auto;
    }
    .title_menu_mob{
        width: 100%;
        font-size: 18px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 1vh;
        color: #333;
    }
    .title_menu_mobile{
        margin-top: 2vh;
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }
    .list_categ_menumob li{
        margin-top: 2vh;
    }
    .list_links_menumob a{
        color: #333;
        font-weight: bold;
    }
    .imgfooter img{
        margin-top: 0vh;
    }
}