html body{
    background-color: #fff;
}
header{
    background-color: #ffff;
}



.line_header_0{
    background-color: #ae0b08;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vh;
}
.menu_line_1{
    display: flex;
    flex-direction: row;
}
.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: 30px;
    height: 30px;
    border: 1px solid #dbc2b4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zap_icon i{
    font-size: 14px;
}
.icon_header_0{
    width: 15vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.icon_header_0 p{
    margin-right: 1vh;
}
.line_header_1{
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 2vh;
}
.menu_line_1 a{
    margin-right: 2vh;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
    width: fit-content;
}
.menu_line_1 a:hover{
    color: black;
    text-decoration: underline;
}
.menu_line_1 button{
    margin-right: 2vh;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
    width: fit-content;
    border: none;
    background-color: transparent;
}
.menu_line_1 button: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: #fbf5f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_home{
    font-size: 22px;
    margin-top: 2vh;
    color: #333;
    font-weight: 500;
}
.slide_carousel{
    width: 100%;
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow-y: hidden;
}
.card_slide{
    width: 300px;
    transition: 0.6s;
    margin-right: 1vh;
    min-width: 300px;
    height: 492px !important;
    background-color: #fbf5f2 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.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: #ae0b08;
    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: #01aa01 !important;
    margin-top: 1vh;
}
.proddescbox{
    color: #333 !important;
    font-weight: bold;
    display: none;
}

.textpricepromo{
    text-decoration: line-through;
    color: #333;
    font-size: 17px;
}

.container_figure{
    background-color: #ae0b08;
    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: #dbc2b4;
}
.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: 220px;
    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;
}
.con_categ_home section{
    background-color: rgba(0,0,0,0.6);
    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: 2vh;
}
footer{
    border-top: 2px solid #ae0b08;
    margin-top: 4vh;
    padding-top: 2vh;
    border-bottom: 15px solid #ae0b08;
    padding-bottom: 2vh;
}
.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: #333;
}
.social_media_footer a img{
    margin-right: 2vh;
}
.list_link_footer{
    margin-top: 2vh;
}
.list_link_footer a{
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

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

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

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

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

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Estilo base do toast */
  .toast {
    padding: 12px 18px;
    border-radius: 8px;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeInUp 0.3s forwards;
  }

  .toast.success { background: #28a745; }
  .toast.error { background: #dc3545; }
  .toast.info { background: #007bff; }
  .toast.warning { background: #ffc107; color: #222; }

  /* Animações */
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
      transform: translateY(-10px);
    }
  }

.input_qt{
    height: 40px;
    width: 40%;
    border: 2px solid #dbc2b4;
    border-radius: 5px;
    text-align: center;
}
.btncompra{
    background-color: #000;
    border: none;
    padding: 2vh;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btncompra:hover{
 transform: scale(1.07);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.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: 2vh;
}

.title_prod{
    font-size: 20px;
    margin-top: 1vh;
    margin-bottom: 1vh;
    color: #000;
    text-transform: capitalize;
}

.price_prod{
    font-size: 25px;
    margin-bottom: 1vh;
    color: #00d700;
    font-weight: bold;
}

.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: #dbc2b4;
    height: 500px;
}

.container_thumb ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.container_thumb ul li{
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 1vh;
    width: 80%;
    margin-top: 2vh;
}

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

.prod_img{
    width: 80%;
}

.container_desc{
    margin-top: 2vh;
}

.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;
    padding: 1vh;
    padding-bottom: 2vh;
    height: fit-content;
}

.right_box_categ{
    width: 75%;
}
.content_categ_prod{
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    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: #ae0b08;
    border-radius: 10px;
    padding: 2vh;
    margin-top: 4vh;
}
#login label{
    font-size: 18px;
    color: #fff;
}

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

.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: #fff;
}

.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: #F5E7DF;
    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;
    padding: 1.5vh;
    border-radius: 10px;
    background-color: #ae0b08;
}

.btncartcheck{
    padding: 1vh;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btncartcheck i{
    margin-left: 1vh;
}

.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;
}

.btn_avan_carousel{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: absolute;
    right: 0vh;
    z-index: 999;
    margin-top: 200px;
    margin-right: -3vh;
    background-color: #ae0b08;
    color: #fff;
}


    .zoom-container {
      position: relative;
      display: inline-block;
    }

    .zoom-img {
      width: 400px;
      border-radius: 10px;
    }

    /* A lupa */
    .zoom-lens {
      position: absolute;
      border: 2px solid #fff;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      overflow: hidden;
      pointer-events: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      display: none;
      z-index: 10;
    }

    .zoom-lens img {
      position: absolute;
      width: 800px; /* 2x zoom */
      transform: translate(-50%, -50%);
      transition: none;
    }

.btnaddcart{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: none;
    color: #fff;
    background-color: #ae0b08;
    padding: 1.5vh;
    border-bottom-left-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btnaddcart:hover{
    transform: scale(1.07);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.boxbtnproduct{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card_prod_cart{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 1.5vh;
    width: 300px;
    margin-right: 1.5vh;
}

.btndeletecart{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ae0b08;
    color: #fff;
    position: absolute;
    margin-right: -240px;
    margin-top: -100px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btndeletecart:hover{
    transform: scale(1.07);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.content_cart{
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2vh;
}

.title_prod_cart{
    color: #333;
}

.price_prod_cart{
    font-weight: bold;
    color: #00d700;
    font-size: 20px;
}

.dropdownheaderprod{
    background-color: #f1f1f1;
    border-radius: 10px;
    position: absolute;
    width: 320px;
    padding: 1.5vh;
    margin-top: 1vh;
    z-index: 999;
    display: none;
}

.textheadedrop{
    color:#333 !important;
    text-transform: capitalize;
    transition: 0.6s;
}

.textheadedrop:hover{
    color: #ae0b08 !important;
}

.btnslideimg_prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ae0b08;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 420px;
}
.btnslideimg_prox{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ae0b08;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 420px;
}
.card-image img{
    cursor: pointer;
}
.boxcontainersair{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.btnsairpainel{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.btnsairpainel i{
    margin-right: 1vh;
}

.rowendinput section{
    margin-top: 1vh;
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.backdropcheck{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
    z-index: 99999;
    display: none;
}
.modalefetuapedido{
    width: 55%;
    padding: 2vh;
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    display: none;
}
.loadingpedido{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.loadingpedido p{
    font-size: 18px;
    color: #333;
    margin-left: 2vh;
}
.slider {
     position: relative;
    width: 100%;
    height: 500px; /* ajuste se quiser */
    overflow: hidden;
    margin: 0 auto; /* CENTRALIZA */
    border-radius: 10px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.slide.active {
    display: block;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 25px;
    padding: 10px;
    cursor: pointer;
}

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

.container_p_cart_checkout{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vh;
    margin-bottom: 3vh;
}
.container_cart_checkout_left{
    width: 70%;
    height: 50vh;
    padding: 1vh;
    overflow-y: auto;
}

.container_cart_checkout_left h3{
    color: black;
}

.container_cart_checkout_right{
    width: 30%;
    height: 50vh;
    background-color: #f1f1f1;
    padding: 1vh;
    border-radius: 5px;
}

.lista_resumo_checkout li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1vh;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.lista_resumo_checkout li p{
    color: black;
}

.lista_resumo_checkout li b{
   color: #01aa01 !important
}

.container_cart_checkout_right section h3{
    color: #333;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

#cep_checkout{
    border: none;
    padding: 1vh;
    border-radius: 5px;
    margin-right: 1vh;
}

.btncalularfretecheckout{
    padding: 1vh;
    border: none;
    border-radius: 5px;
    background-color: black;
    color: #fff;
}

.btnavanendcheck{
 width: 100%;
    padding: 1vh;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ae0b08;
    color: #fff;
}

.btnavanendcheck i{
    margin-right: 1vh;
}

.btnavançarcheckout{
    width: 100%;
    padding: 1vh;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ae0b08;
    color: #fff;
}

.btnavançarcheckout i{
    margin-right: 1vh;
}

.p_total_cart{
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: black;
}

#totacart{
       margin-top: 1vh !important;
    margin-bottom: 1vh !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: black !important;
}

.rowitemscheckout{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.contentsearchheader{
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    padding: 1vh;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.29); 
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.29);
margin-top: 6vh;
display: none;
}

.btnaddendereco{
    padding: 1vh;
    border: none;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1vh;
}

.rowcontentendereços{
    margin-top: 2vh;
}

.card_checkout{
    width: 90%;
    padding: 1vh;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.29); 
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.29);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

#addendereco{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2vh;
    padding: 1vh;

    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); 
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);

    border-radius: 5px;

    margin-bottom: 2vh;
}

#addendereco section{   
    display: flex;
    flex-direction: column;
    margin-top: 1vh;
}

#addendereco section label{
    color: #000;
}

.input_vm_check{
    padding: 1vh;
    border: none;
    border-radius: 5px;
     -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); 
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
}
.btnsaveendereco{
    background-color: #ae0b08;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 1vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btnsaveendereco i{
    margin-right: 1vh;
}

.card_form_pay{
    padding: 1vh;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10); 
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 25%;
    margin-top: 2vh;
}

.card_form_pay i{
    margin-right: 1vh;
    font-size: 32px;
}

.rowitempagamento{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2vh;
}

.contentformcard{
    display: none;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.btnvermeupedido{
    border: none;
    background-color: black;
    border-radius: 10px;
    color: #fff;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.5vh;
    margin-left: auto;
    margin-right: auto;
}

.btnvermeupedido i{
    margin-right: 1vh;
}
#containeraddend{
    display: none;
}
.cardloadingcad{
    width: 95%;
    background-color: #fff;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1vh;
    border-radius: 10px;
    margin-top: 2vh;
    color: #333;
}
.cardloadingcad p {
    text-align: center;
}
.list_info_pedido{
    list-style: none;
}
.dropdownheaderprod ul li{
    margin-top: 1vh;
}

.resultfrete{
    display: none;
}
@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: 99% !important;
        flex-direction: column-reverse !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: #fff;
    }
    .zap_icon{
        margin-right: 1vh;
    }
    .line_header_1{
        padding-top: 2vh;
        padding-bottom: 2vh;
        height: fit-content;
        border-bottom: 5px solid #F5E7DF;
    }
    .btncartmobile{
        background-color: transparent;
        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;
    }
    .container_thumb ul li{
        width: fit-content;
        margin-top: 0px;
        margin-right: 1vh;
    }
    .container_thumb{
        width: 99%;
        height: fit-content !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 1vh;
    }
    .container_thumb ul{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        overflow-x: scroll;
    }
    .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;
    }
    .slide_carousel{
        overflow-x: scroll;
    }
    .containermobile{
        width: 96% !important;
    }
    .container_figure{
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .proddescbox{
        display: none;
    }
    .card-content{
        height: 220px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    p.title{
        margin-bottom: 1vh !important;
    }
    .card_slide{
        height: 400px !important;
        min-width: 250px !important;
        width: 250px !important;
    }
    .link_minhaconta{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .link_minhaconta i{
        margin-right: 1vh;
    }
    .nomobile{
        display: none !important; 
    }
    
    .containerbtnacprod{
        margin-top: 2vh;
    }
    .list_pedido_cliente tr{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .content_cart{
        overflow-x: scroll;
    }
    .card_prod_cart{
        min-width: 220px;
        height: 209px;
    }

    .btndeletecart{
        display: none;
    }

    .btnslideimg_prox{
        margin-left: 0px;
        right: 2vh;
    }
    .btnslideimg_prev{
        margin-right: 0px;
        left: 2vh;
    }
    .container_cart_checkout_left{
        width: 100%;
        height: fit-content;
        margin-bottom: 2vh;
    }
    .container_p_cart_checkout{
        width: 95%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .container_cart_checkout_right{
        width: 100%;
        height: fit-content;
    }
    .lista_resumo_checkout li b{
        width: 25%;
    }
    .modalefetuapedido{
        width: 95%;
    }
    .card_checkout{
        width: 100%;
    }
    #cadastro{
        width: 95%;
    }
}