
@font-face {
    font-family: 'PTSerif-Bold';
    src: url('/fonts/PTSerif-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSerif-Regular';
    src: url('/fonts/PTSerif-Regular.ttf') format('truetype');/
}

@font-face {
    font-family: 'Merriweather-Black';
    src: url('/fonts/Merriweather-Black.ttf') format('truetype');/
}

@font-face {
    font-family: 'Neuton-Light';
    src: url('/fonts/Neuton-Light.ttf') format('truetype');/
}

@font-face {
    font-family: 'inter-regular';
    src: url('/fonts/Inter_24pt-Regular.ttf') format('truetype');/
}


.body-user, .body-admin{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
.body-user{
    background-color: rgba(253, 249, 249, 0.774);  
}


.logo-header, .logo-header-user{
    width: 120px;
}
.menu-user li{
    padding-top: 7px;
    list-style: none;

}

.logo-footer{
    width: 200px;   
}
/* ============================
        Header Css
    =================== */
.search-input {
    position: relative;
}
.search-input input {
    padding-left: 50px; /* Espaço para o ícone */
}
.search-input img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}
.user-icone{
    width:25px;
    height:25px;  
}
.icone-cart{
    width:25px;
    height:25px;
    transition: all 0.3s ease-in-out;
}

.notif-icon{
    transition: all 0.3s ease-in-out;
}

.icone-cart:hover, .notif-icon:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.menu-user a:hover{
    text-decoration: none;
}
.menu-user{
    width: 250px;
    /* height: 230px; */
    display: none;
    right: 7px; 
    position: absolute;
    background-color: white;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}
.div-user{
   list-style: none;
   padding-left: 50px;
}
.menu-user li:hover{
    transform: translateX(5px);
    transition: all 0.3s ease-in-out;
}
.div-user:hover .menu-user{
    display: block;
    transition: all 0.3s ease-in-out;
}

.chart-quant, .whish-quant, .notif-quant{
    background-color: rgb(228, 35, 35);
    border-radius: 50%; 
    height: 20px;
    width: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    position: absolute;
    top:25px;
}

.whish-quant-offfcanvas, .notif-quant-offcanvas{
    background-color: rgb(228, 35, 35);
    border-radius: 50%; 
    height:20px;
    width: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    position: absolute;
    top:105px; 
}

.offcanvas-custom{
    width: 50px;
}

    /* ============================
        Login and register Css
    =================== */
.bg{
    background-image: linear-gradient(to bottom right, rgb(251, 227, 227), white)
}
    
.logo-login, .logo{
    width:500px;
    height:400px;
}


/* ============================
        Body-index Css
    =================== */

.no-result{
    width: 200px;
    height: 200px;
}


.icone-email{
    width:30px;
    height:30px;
}

.text-branding{
    font-size: 60px;
    color: rgb(0, 0, 0);
    font-family: 'Merriweather-Black';
}

.buy-now{
    background-color: rgb(228, 35, 35);;
}
.buy-now:hover{
    text-decoration: none;
    background-color: rgb(228, 35, 35);;
}

.saber-mais{
    background-color: rgb(228, 35, 35);;
}

.saber-mais:hover{
    background-color: rgb(228, 35, 35);;
}
.img-index{
    width:700px;
    height:450px;
}

.features_area {
    position: relative;
    z-index: 5;
    background-color: #f3ededa4;
  }
  
  .single_features {
    background-color: #fff;
    padding: 10px;
    /* margin-right: 1px; */
    height: 400px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.1);
    box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.1);
  }
  
  .single_features:hover{
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 3px 35px 0px rgba(20, 19, 19, 0.3);
    box-shadow: 0px 3px 35px 0px rgba(158, 158, 158, 0.2);
  }

  .card-sell {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  .card-sell p{
    text-align: justify;
  }
  
  .card-sell:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .text-branding {
    transition: all 0.1s ease-out 0s;
    color: rgb(228, 35, 35);
  }

.img-categoria{
    width:100%;
    height: 355px;
    object-fit: cover;

  }
.grid-item-wh1 { 
    height:300px;
 }


.image-placeholder {
    width: 20%;
    height: 355px;
    background-color: #f0eaea; 
    padding-right: 0;
    padding-left: 0;
  
}

  .button-on-img{
    display: flex;
    justify-content: center;
    position: relative;
    width: inherit;
    transition: .5s ease;
    width: 150px;
    /* background-color: #000000; */
    top: -60%;
    left: 20%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

.button-on-img.show {
    opacity: 1;
    transform: translateY(0);
}

.index-image{
    background-image: url(../images/imgs/corporate.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 400px;
    display: flex;
    align-items: center;
} 

  /* .index-image {
    /* background-image: url(../images/imgs/corporate.jpg); *
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    transition: background-image 0.5 ease-in-out;
} */

  .button-cat{
    background-color: #424244;
    color: white;
    opacity: 0.8;
  
    /* text-wrap: wrap; */
  }

  .button-cat:hover{
    background-color: #616162;
 
  }


  .border-title{
    width: 100px;
    border-bottom: 5px solid  rgb(228, 35, 35);;
    
  }

.single_features .features_icon{
    transition: all 0.3s ease-out 0s;
}

.single_features .features_icon:hover{
    transform: scale(1.1);
}

  .single_features .features_content {
    margin-top: 10px;
  }
  
  .single_features .features_content .features_title {
    /* font-size: 25px; */
    font-weight: 600;
    color: #3A424E;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .single_features .features_content p {
    margin-top: 15px;
  } 
 
  /* ============================
        Body-Home Css
    =================== */
.breadcrumb-before:hover{
    /* background-color: #e7e8e8; 
    padding: 5px 10px 2px 10px;
    border-radius: 5px; */
    border-bottom: 2px solid rgb(228, 35, 35);
    color: rgb(228, 35, 35);
}

.breadcrumb-item a{
    color: #000000;
}
.breadcrumb-item{
    font-size: 14px;
}

.produto-text p{
   line-height: 7px;
   font-size: 14px;
}

.produto-text a:hover{
    text-decoration: none;
}

/* .product-name { */
    /* display: -webkit-box;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */

    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  } */

.whist-heart{
    width: 25px;
    height: 25px;
}

.img-options a{
    color: white;
    font-size: 13px;
}
.img-options a:hover{
    text-decoration: none;
}

.img-produto{
    width: 95%;
    height: 230px;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
    transition: transform .2s;
}

.produto-card{
    width: 19%;
    height: 310px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    word-wrap: break-word;
    padding: 0; 
}

.historias-card p{
    text-align: justify;
}

.produto-card:hover, .img-exp-card:hover{
    transform: scale(1.01);
}

.img-produto:hover + .img-options{
    display: block;
}

.img-options{
    justify-content: center;
    width: 200px;
    height: 200px;  
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.test:hover .img-produto{
    opacity: 0.8;
    /* transform: scale(1.1);  */
}

.test:hover .img-options{
    opacity: 1;
}
 .whislist button{
    border: none;
    background-color: inherit;
 }

/* ?\Detalhes CSS */

.color-details{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(0, 0, 0);
}


.size-details{
    width: 40px;
    height: 30px;
    border: 2px solid rgb(0, 0, 0);
    background-color: white;
}

.img-produto-detalhes{
    height: 400px;
    width: 400px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.detalhes .img-button{
    border: none; 
    background-color: inherit;
}

.detalhes .img-button img{
    flex: 1;
    width: 150px;
}
     
.column { 
    float: left; 
    max-height: 400px;
    overflow-y:auto;
    overflow-x:auto;
}      
::-webkit-scrollbar {
    display: none;
} 

.column img { 
    opacity: 0.8; 
    cursor: pointer; 
   
    transition: opacity 0.2s ease;
} 
  
.column img:hover { 
    opacity: 1; 
    /* transform: scale(1.1);  */
    transition: 0.5s; 
} 
  
.column img.active { 
    opacity: 1; 
} 

.prod-detalhes-opcoes a{
    text-decoration: none;
    color: white;
    margin-right: 12px;
}
.prod-detalhes-opcoes a:hover{
    text-decoration: none;
}

.whish-cart:hover{    
    background-color: rgb(228, 35, 35);
}

.whish-cart:hover .whish-cart-icon path {
    stroke: #ffffff; 
}

.giftIcon path{
    stroke:  rgb(228, 35, 35); 
}

.giftIcon{
    z-index: -200;
    width: 220px; height: 220px;
}

.whish-cart{
    padding: 6.5px;
    border: 1px solid rgb(228, 35, 35);
    background-color: inherit;
}

.button-red{
    background-color:  rgb(228, 35, 35);
    border: none;
}

.button-red:hover{
    background-color:  rgb(232, 53, 53);
    border: none;
}

.input-group-text{
    background-color:  rgb(228, 35, 35); 
    border: none;
}

.img-option-2{
    background-color: rgb(228, 35, 35);
}
.prod-detalhes-opcoes p{
    text-align: justify;
}

.preco{
    color: red;
    font-weight: bold;
}

.entrega{
    font-size: 13px;
    line-height: 7px;
    color: green;
}

.custom-number-input{
    width: 50px;
    height: inherit;
    -webkit-appearance: none;
    -moz-appearance: textfield; 
    appearance: none;
    border: 1px solid rgb(228, 35, 35);; 
    border-radius: 0px; 
    font-size: 1.2rem;
}

.number-input, .buy-options{
    height: 40px;   
}

.number-input div{
    border: 1px solid rgb(228, 35, 35);;
    background-color: rgb(228, 35, 35);
    height: 40px;
    color: white;
    width: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.number-input div:hover, .buy-options a:hover{
    background-color: rgb(239, 61, 61);
}

.custom-number-input::-moz-spin-button {
    display: none;
}
.custom-number-input::-webkit-inner-spin-button, .custom-number-input::-webkit-outer-spin-button{
   appearance: none; margin: 0;
}

.input-number-costumized::-webkit-inner-spin-button, .input-number-costumized::-webkit-outer-spin-button{
    appearance: none; margin: 0;
 }
 

.custom-number-input:focus {
    border-color: rgb(228, 35, 35); 
    outline: none;
    box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.1);
}

.nav-tabs{
    color: #495057;
    border: none;
}

.nav-tabs .nav-link.active{
    color: #ff0000;
    background-color: rgba(253, 249, 249, 0.774);
    border-bottom: 3px solid red;
}

.nav-tabs .nav-link{
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-right: 10px;
    padding-bottom: 2px;
    border: none;
    background-color: none;
    transition: all 0.3s ease-in-out;
}
.nav-tabs button{
    background-color: none; 
}
.nav-tabs .nav-link:hover{
    color: #ff0000;
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}
.nav-tabs .nav-item{
    background-color: none;
}

/* .nav-item .nav-link.active{
    border-bottom: 3px solid rgb(255, 254, 254);
} */

.fixo {
    position:fixed;
    left:0;
    right:0;
    top:0;
    box-shadow: 0 3px 20px rgba(0,0,0,.5);
    z-index: 9999;
}
.seta{
   transform: rotate(180deg);
}
.seta-container{
    display: flex;
    /* padding-top: 7px; */
    justify-content: center;
    align-content: center;
}
#totop {
    background-color:rgb(228, 35, 35);
    border-radius: 50%;
    bottom: 20px;
    right: 50px;
    cursor: pointer;
    display: none;
    font-size: 24px;
    font-weight: bolder;
    height: 24px;
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

/* ============================
        Footer Css
    =================== */
.footer-menu{
    list-style: none;
}

.footer-menu a,  .p {
    color: rgb(222, 217, 217);
}

.footer-menu a {
    transition: all 0.3s ease-out 0s;
}
.footer-menu li:hover{
    text-decoration: none;
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
}

.footer-menu li, .menu-user li{
    transition: all 0.3s ease-in-out;  
}

.footer a:hover {
    text-decoration: none;
}

.newsletter form button:hover{
    background-color: #3a3a3b;
}

.newsletter form button{
    background-color: #1f1f20;
}

.icone-payment{
    width:50px;
    height:50px; 
}

.logo-footer .logo{
    width:500px;
    height:500px;   
}

/* =======================
    General Css
    ==================
 */
 a:hover{
    text-decoration: none
} 

a{
    text-decoration: none;
}

/* My gift store menu */
.mega-menu li, .eventos-submenu li{
    list-style: none;
    line-height: 35px;  
    font-size: 17px;
}

.menu-title{
    font-weight: bold;
}
.mega-menu a{
   text-align: none;
   color: black;
   
}
.mega-menu a:hover, .eventos-submenu a:hover, .categorias a:hover{
   text-decoration: none;
   color: #dc1d1d;
 }
.list-group a{
    color: #535456;
}

.item-hover:hover .mega-menu{
    display: block;
}

.navbar .nav-link:hover{
    text-decoration: none;
    /* color: #b8baba; */
    transition: all 0.3s ease-in-out;
    transform: translateY(-3px);
}
#menu, .not-found a {
    background-color: rgb(228, 35, 35);
}

#menuHamburguer a{
    color: black;
}

#menuHamburguer a:hover{
    color:  rgb(228, 35, 35);
}

#menuHamburguer li{
    list-style: none;
    margin-top: 10px;
}

#menuHamburguer .nav-link.active{
    color: rgb(228, 35, 35);;
    /* border-bottom: 2px solid #fafafa;;
    padding-bottom: 1px; */
}
.navbar .nav-link:hover path{
    stroke: #b8baba; 
}

.navbar .nav-link{
    transition: all 0.3s ease-in-out;
    color: white;
}
#menu .nav-link.active{
    color: #ffffff;
    border-bottom: 2px solid #fafafa;;
    padding-bottom: 1px;
}
.form-control:focus, .form-select:focus, .select2:focus, .select2-search__field:focus{
    border-color: rgb(228, 35, 35); 
    outline: none;
    box-shadow: 0 0 0 0.1rem rgba(226, 132, 132, 0.1);
}

.form-control{
    border-color: #b8b8ba;  
}

.form-select {
 width: 200px;
 
}

.lealdade{
    font-size: 17px;
}

.lealdade a{
    color: #ffffff;
    background-color: rgb(228, 35, 35);
    padding-top: 12px;
    padding-bottom: 12px;   
}

.botao{
    color: #ffffff;
    background-color: rgb(228, 35, 35);
    border: none;
    padding-top: 7px;
    padding-bottom: 7px; 
    font-size: 17px;   
}
.lealdade a:hover, .botao:hover{
   
    background-color: #ee3e31;
}

.freelancer p, li{
    text-align: justify;
    line-height: 30px;
    font-size: 17px;
}

.freelancer h4{
    font-weight: bold;
    margin-top: 25px;
}

.freelancer button, .contact-us button{
    background-color: rgb(228, 35, 35);
    font-size: 18px;
}

textarea{
    resize: none;
}

.disabled{
    background-color: rgb(238, 235, 235);
}

.ul{
    list-style: none;
}
.freelancer button:hover, .checkout a, .contact-us button:hover
{
    background-color: #f1493d;
}

.sell-with-us h5{
    color: rgb(228, 35, 35);
}
.btn-outline-primary{
    border: 1px solid rgb(228, 35, 35); 
}

.btn-outline-primary:hover{
    background-color:  rgb(228, 35, 35); 
}
.form-check-input:focus{
    border-color: rgb(228, 35, 35); ; 
    outline: none;
    box-shadow: 0 0 0 0.1rem rgba(226, 132, 132, 0.1);
}

/* Cart */

.table-container{
    background-color: white;
}
.product-table th, .product-table td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(228, 35, 35);
    /* text-align: center; */

}
.checkout h5, .endereco h5{
    color: rgb(228, 35, 35);
}

.checkout th, .checkout td{
    color: rgb(80, 80, 80);
}
.checkout td{
    width: 55%;
    text-align: right;
}

.checkout{
    /* flex-grow: 0; */
    min-height: 300px;
    background-color: white;
}

.checkout a{
    width: 100px
}
.border-blue{
    border: 1px solid rgb(228, 35, 35);
}

.swiper3{
    /* max-width: 70%; */
    margin-left: 100px;
}

.mpesa-logo{
    width: 100px;
}
.shadow-custom{
    box-shadow: 7px 0px 10px 0px rgba(20, 19, 19, 0.1);
}

.cart-image{
    width: 60px;
    
}
.update-cart{
    background-color: rgb(228, 35, 35);
    border: none;
    color: white;
}
.carrinho-vazio a{
    background-color: rgb(228, 35, 35);
    color: white;
    width: 250px;
    text-align: center;   
}

.empty-cart-icone{
    width: 300px;
    height: 300px;
}

.carrinho-vazio{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.delete-prod-cart{
    background-color: inherit;
    border: none;
}

.delete{
    width: 35px;
    height: 35px;
}

.update-cart:hover, .carrinho-vazio a{
    background-color: rgb(242, 63, 63);
    text-decoration: none;
}

.total{
    background-color: rgb(228, 35, 35);
}

.h2{
    background-color: #c3d2df;
}

.border-price{
    border: 1px solid rgb(228, 35, 35);
    border-radius: 10px;
}

.total{
    color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.categorias ul{
    list-style: none;
}

.categorias .list-group a{
    color: black;
}

.categorias .list-group a:hover{
    color: rgb(228, 35, 35);
}


.categorias li{
    line-height: 40px;
    font-size: 14px;
}

.categorias{
    min-width: 250px;
    background-color: white;
} 

.category-active{
    color: red;
}
.categoryName{
    color:black;
    font-weight: 500;
}

/* .categoryName []{
    color: rgb(228, 35, 35);
} */

.accordion-button[aria-expanded="true"] + .categoryName {
    color: rgb(228, 35, 35);
}
.lateral-menu-content{
    flex-grow: 0;
    flex-basis: 90%; 
} 

.no_result{
    background-color: white;
    padding: 10px;
    font-size: 15px;
    overflow: hidden;
}

.marca{
    width: 150px;
}

.voucher{
    width: 500px;
    border-radius: 15px;
}

.ler-mais{
    border: none;
    background-color: inherit;
    color: rgb(74, 74, 212);
    font-size: 15px;
}

.freelancer-more-info p{
    text-align: justify;
}

.card {
    min-height: 200px; /* Altura fixa para os cartões */
  }


  .service-card{
    color: white;
    background-color: rgb(228, 35, 35);
  }

  .isDisabled{
    background-color: #909090;
    color: white;
  }

  .isEnabled{
    background-color: rgb(228, 35, 35);
    color: white;
  }

  /* .finalizar-pedido{
    pointer-events: none;
  } */

  .accordion{
    background-color: black;
  }

.accordion-button{
    color: rgb(80, 80, 80);
    font-weight: bold;
}
  .accordion-button::after {
    transform: rotate(90deg); 
    content: '\276F'; 
    transition: transform 0.2s;
  }

  /* .breadcrumb-divider::before{
    content: '\276F'; 
  } */
  .accordion-button[aria-expanded="true"]::after {
    transform: rotate(270deg); 
  }

  .round-img-exp{
    width: 140px;
    height: 140px;
    border-radius: 50%;
  }

  .img-exp{
    height: 250px;
    width: 300px;
  }

  .img-exp-card{
    height: 520px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 300px;
    position: relative;
    margin-left: 30px;
  }

.exp-badge{
    font-size: 12px;
    background-color: rgb(228, 35, 35);
    color: white;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 999;
    text-align: center;
    padding-bottom: -30px;
}
  
.fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.offcanvas-header{
    border-bottom: 2px solid rgb(230, 90, 90);
    /* background-color: rgb(228, 35, 35); */
}

.list-contacts{
    list-style: none; 
}

.remove-contact-button{
    border: none;
    background-color: white;
}

.remove-contact-button-icon{
    color:red;   
}

.notif-icon-reminder path{
    fill: white ;
}

.notif-icon-reminder {
    animation: swing 1.5s infinite ease-in-out;
  }

  .special-date-icone{
    animation: swing 1.5s infinite ease-in-out;
  }
  
  @keyframes swing {
    0% {
      transform: rotate(0deg);
  
    }
    25% {
      transform: rotate(15deg);
    
    }
    50% {
      transform: rotate(0deg);
   
    }
    75% {
      transform: rotate(-15deg);
  
    }
    100% {
      transform: rotate(0deg);
 
    }
  }
  
  .data-especial{
    position: fixed;
    z-index: 99999999999999999;
    right: 0;
    top: 200px;
    display: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
.card-gift-list{
    height: 250px;
}

.detalhe-pedido p{
    line-height: 12px;
} 

@media only screen and (max-width: 576px){
    .image-placeholder {
        width: 50%;
        height: 255px;
    }

    .img-categoria-container, .img-categoria{
        width: 100%;
        height: 255px;
    }

    .img-produto{
        width: 95%;
        height: 175px;
    }
    .produto-card {
        width: 47%;
        height: 270px;
    }

    .logo-footer{
        width:100px;
        height:100px;   
    }

    .footer h5{
        font-size: 15px;
    }

    .footer a, .footer p{
        font-size: 13px;
    }

    .product-table{
        font-size: 13px;
    }

    .product-table th{
        font-size: 15px;
    }

    .button-on-img{
        left: 10%;
    }

    .button-on-img{
        font-size: 13px;
    }

    .logo-header{
        width: 80px;
    }

    .logo-header-user{
        width: 100px;  
    }

    .card-sell h3{
        font-size: 17px;
    }

    .card-sell p{
        font-size: 15px;
    }

    /* .number-input{
        height: 30px;  
        font-size: 10px; 
    }
    
    .number-input div{  
        height: 30px
        width: 20px; 
    } */

    .row-gallery {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .img-produto-detalhes{
        height: 350px;
        width: 350px;
    }
    .column { 
        max-width: 350px;
    }
    
    .finalizar-pedido{
        display: flex;
        flex-direction: column-reverse;
    }

    .detalhes h2{
        font-size: 18px;
    }

    .detalhe-pedido p{
        line-height: 20px;
        text-align: justify;
    }

    .tabPedido{
        font-size: 13px;
    }
    .voucher{
        width: 100%;
    }
}

/* .produto-card-featured{
    display: none;
} */


@media (min-width: 576px) and (max-width: 767px) {
    .produto-card-featured:nth-child(-n+9) { display: block; }

    .detalhe-pedido p{
        line-height: 20px;
        text-align: justify;
    }
    .produto-card{
        width: 31%;
        height: 290px;
    }
    .img-produto{
        width: 95%;
        height: 185px;
    }

    .image-placeholder {
        width: 48%;
        height: 255px;
    }

    .img-categoria{
        width: 100%;
        height: 255px;
    } 
    
    .logo-header{
        width: 80px;
    }

    .product-table{
        font-size: 14px;
    }

    .product-table th{
        font-size: 15px;
    }

    .column { 
        max-width: 400px;
    }

    .row-gallery {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .finalizar-pedido{
        display: flex;
        flex-direction: column-reverse;
    }

    .logo-footer{
        width:170px;
    }

    .detalhes h2{
        font-size: 19px;
    }

    .index-image h1{  font-size: 40px;}

    .index-image{ height: 300px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .finalizar-pedido{
        display: flex;
        flex-direction: column-reverse;
    }

    .detalhe-pedido p{
        line-height: 20px;
        text-align: justify;
    }
    .produto-card{
        width: 23.5%;
        height: 285px;
    }
    .img-produto{
        width: 95%;
        height: 185px;
    }

    .img-categoria-container, .img-categoria{
        width:100%;
        height:250px;
    }

    .image-placeholder {
        width:33%;
        height:250px;
    }

    .logo-header{
        width: 90px;
    }

    .logo-footer{
        width: 200px;
    }
    .user-name{
        font-size: 14px;
    }
    .detalhes h2{
        font-size: 20px;
    }

    .index-image h1{  font-size: 40px;}

    .index-image{ height: 300px;}

    .card-sell h3{
        font-size: 20px;
    }
 }

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-header{
        width: 100px;
    }
    .logo-footer{
        width: 200px;   
    }

   .img-categoria{
        width:100%;
        height:270px;
    }

    .image-placeholder {
        width: 33%;
        height: 270px;
    }

    .img-produto{
        width: 95%;
        height: 230px;
    }

    .produto-card{
        width: 24%;
        height: 330px;
    }

    .lealdade-card{
        margin-bottom: 12px;
    }
 }

 @media (min-width: 1200px){
    
 }





