*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Quicksand', sans-serif;
    
    
}
/*header content*/


/*rest of site styles*/
section{
    width: auto;
}
section img{
    width: 10%;
    height: auto;
    padding: 10px;
}

.header_container{
    width:100%;
    height: fit-content;

}
.header_container img{
    width: 100%;
}
.product_cont{
    width: 100%;
    height: fit-content;
    background-color: #f00000e8;
    
    display: flex;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
    color:#FFF;
    font-weight: 200;
}
.producto{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
}
.producto figure{
    position: relative;
    width: 350px;
    height: 350px;
    box-shadow: -1px 2px 13px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 2px 13px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 13px -2px rgba(0,0,0,0.75);
    border-radius: 15px;
    margin: 20px;
}
.producto figure img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.producto figure .text{
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #8e0a05;
    position: absolute;
    top: 0;
    width: 100%;
    height: 350px;
    border-radius: 15px;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.producto figure:hover >.text{
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    font-size: 20px;
}
.producto figure >.text span{
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #FFF;
    margin-top: 20%;
    text-decoration: none;
    position: relative;
    top: 50%;
}

.icon{
     color: #FFF;
     margin: 0 15px;
}

.form_login{
    width: 30%;
    position: absolute;
    top: 30%;
    left: 40%;
    background-color: #FFF;
    padding: 15px 5px;
    overflow: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #bd0c0cc4;
}
.form_login img{
    width: 50%;
    height: 50%
}
.form_login input{
    width: 95%;
    height: fit-content;
    border: none;
    left: 35%;
    color:#000;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 15px;
    margin: 5px;
}
.form_login h1{
    text-align: center;
    font-weight: 600;
    transition: none;
}
.form_login input[type = submit]{
    color: #FFFF;
    width: auto;
    height: auto;
    border-radius: none;
    padding: 15px;
    background-color: #8E0A05;
    border: none;
}
.form_login input[type = file]{
    background-color: #8E0A05;
    color: #fff;
}
.form_login textarea{
    border-radius: 20px;
    width: 95%;
    padding: 15px;
}
.form_login input[type = submit]:hover{
    color: #FFFF;
    width: auto;
    height: auto;
    border-radius: none;
    padding: 15px;
    background-color: #f00000e8;
    border: none;
}
.form_login input[type = select]{
    width: auto;
    border-radius: 50%;
}
.top{
    width: 100%;
    height: 100px;
    
}
.galeria_cont{
    width: 100%;
    height: fit-content;
    align-items: center;
    padding: 0 55px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 80px
}
.galeria{
    width: 250px;
    height: 450px;
    border: 1px solid #777;
    margin: 15px;
    border-radius: 15px;
}
.galeria img{
    width: 100%;
    height: 350px;
    object-fit: contain;
}
.galeria p{
    text-decoration: none;
    padding: 2px 15px;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-custom {
    background-color: #8E0A05;  /* Color de fondo del botón */
    border-color: #8E0A05;      /* Borde del mismo color */
    color: white;               /* Texto blanco */
  }
  
  .btn-outline-custom {
    background-color: transparent;
    border: 2px solid #8E0A05;  /* Borde en rojo */
    color: #8E0A05;             /* Texto en rojo */
  }
  
  .btn-custom:hover, 
  .btn-outline-custom:hover {
    background-color: #B21208;  /* Rojo más oscuro para hover */
    border-color: #B21208;
    color: white;
  }
  
  .pagination .page-item.active .page-link {
    background-color: #8E0A05;  /* Botón activo en rojo */
    border-color: #8E0A05;
  }
  
  .links{
    background-color:#8E0A05;
    color:#fff;
    padding: auto;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
  }
  div.desc {
    padding: 15px;
    text-align: center;
  }
  .section{
    
    float: left;
    margin-left: 50px;
    width: 350px;
    height: 50%;
    padding: 5px;
    border: none;
    justify-content: center;
    border: none;
  }
  .section img{
    padding: none;
    width: 350px;
    height: 350px;
    object-fit: contain;
  }
  .section1{
    width: 50%;
    float: right;
    margin-right: 250px;
    border: 3px solid #f70f07;
    border-radius: 10px;
    padding: 5px;
  }
  .section1 h1{
    float: center;
    padding: 15px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    
  }
  .section1 a{
    padding: 5px 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    justify-content: space-between;
    background-color: #8E0A05;
    border-radius: 15px;
  }
  .section1 p{
    padding: 15px;
    justify-content: flex-start;

  }
  .section1 input{
    border-radius: 50px;
    margin: 5px;
    padding: 5px;
    font-weight: 700;
  }
  .section1 input[type = submit]{
    background-color: #f70f07;
    border: none;
    color:#fff;
    border-radius: 50px;

  }
 .carrito{
    width: 100%;
    clear: both;
    display: flex;
    float: left;
    
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #b1aaaa;
 }

 .carrito h1{
    width: 20%;
    padding-left:5px;
    margin-left: 5px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
    padding: 15px;
    border:none;
    justify-items: center;
 }
 .carrito a{
    margin-top: 25px;
    padding: 15px;
    font-weight: 500;
    color:#8E0A05
 }
 .carrito2{
    margin-left: 130px;
    width: 80%;
    height:fit-content;
    display: flex;
    float: left;
    justify-content: center;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #b1aaaa;
 }
 .carrito2 h1{
    margin-left: 25px;
    width: 30%;
    padding: 15px;
    border: none;
    font-size: 25px;
    font-weight: 0;

 }
 .carrito img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 15px;
    
    
 }


.pie-pagina{
    width: 100%;
    background-color: #f00000e8;
    overflow-y: hidden;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
    
    overflow-y: hidden;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #8E0A05;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: aqua;
}
.pie-pagina .grupo-2{
    background-color: #8E0A05;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}

.marcas{
    width: 100%; 
    display: flex;
    float: center;
}
.marcas figure{
    padding: 15px;
    width: 25%;
    height: fit-content;
    align-content: center;
}
.marcas figure img{
    width: 150px;
    height: 150px;
    object-fit: contain;

}
.emptycart{
    width: 80%;
    height: fit-content;
    float: center;
    
}
.emptycart h1{
    color: rgba(0,0,0,0.5);
    font-size: 20px;
    padding: 15px;
    margin-bottom: 20px;
}
.emptycart a{
    background-color: #8E0A05;
    color:#fff;
    padding: 5px;
    margin-bottom: 120px;
    
    text-decoration: none;
    overflow: hidden;

}
.emptycart a:hover{
    background-color: #f70f07;
}
.carousel .slide{
    width: 100%;
    height: 100%;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.menu_toggle {
    color:#FFF;
    font-size: 24px;
    display: none;
    cursor: pointer;
    text-decoration: none;
    
}

.total_cont{
    width: 100%;
    display: flex;
    
    padding: 5px 15px;
    font-size: 20px;
}
div .total{
    position: relative;
    left: 68%;
    
    padding: 5px 15px;
}
.vaciar_carrito{
    position: relative;
    left: 40%;
    background-color: #8E0A05;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 5px;
}
.vaciar_carrito a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.vaciar_carrito a:hover{
    transform: translateY(5px);
    text-decoration: underline;
}
.modify{
    width: 50px;
}
.actualizar{
    color:#FFF;
    width: 150;
    height: 150;
    
   
}
.actualizar a{
    background-color: #f70f07;
    position: relative;
    top: 45px;
    color:#fff;
    border: none;
    padding: 25px ;
    margin-top: 15px;
    text-decoration: none;
}
.objeto {
    
    font-size: 10px;
    border-radius: 100%;
    position:absolute;
    
    left: 51.5%;
    top: 15px;
   
}
.paginacion{
    width: 100%;
    height: fit-content;
    
    align-items: center;
    padding: 5px;
}
.paginacion ul {
    display: flex;
    list-style: none;
    margin: 50px;
    
    
    

}
.paginacion li{
    
    background-color: #8E0A05;
    position: relative;
    left: 50%;
    padding: 5px 15px;
    margin: 5px;
}
.paginacion a{
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paginacion a.ul li{
    background-color: #f70f07;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    padding: 1px 15px;
    
    
}
section{
    width: auto;
}
section img{
    width: 10%;
    height: auto;
    padding: 10px;
}

.header_container{
    width:100%;
    height: fit-content;

}
.header_container img{
    width: 100%;
}
.product_cont{
    width: 100%;
    height: fit-content;
   
    display: flex;
    flex-wrap: wrap ;
}
.form_container{
    position: relative;
    top: 90px;
}
.form_container input[type='submit']{
    background-color: #f70f07;
    color: #FFF;
    padding: 5px 15px;
    border: none;
}
.form_container input{
    padding: 5px 15px;
}
.limpiar a{
    position: relative;
    top: 140px;
    left: 90%;
    border: none;
    background-color: #f70f07;
    color: #FFF;
    padding: 5px 15px;
    font-weight: 900;
    text-decoration: none;
}
.resultados_busq{
    width: 100%;
    height: fit-content;
    position: relative;
    top: 150px;
    padding: 5px 15px;
    border-top: 1px solid #b1aaaa;
    display: flex;
    flex-wrap: wrap;
}
.resultados_busq h1{
    text-align: center;
    position: relative;
    left: 40%;
    font-size: 24px;
    font-weight: 0;
    color:#777;
}
.busq_container{
    width: 250px;
    height: 350px;
    border: 1px solid #b1aaaa;
    border-radius: 20px;
    margin-left: 15px;
    text-decoration: none;
}
.busq_container img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.busq_container p{
    padding:0 15px;
    color:#000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.carro_vacio{
    width: 80%;
    height: 150px;
    margin-left: 150px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.carro_vacio h1{
    font-size: 24px;
    color:#b1aaaa;
}
.estatus{
    width: 80%;
    height: 150px;
    margin-left: 150px;
    border: 1px solid #b1aaaa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.estatus h1{
    font-size: 24px;
    margin: 25px;
    
    color:#b1aaaa;
}

span{
    font-size: 20px;
    font-weight: 600;
}


.btn-primary{
    background-color: #8E0A05;
    border: none;
}


@media screen and (max-width: 600px) {

    .producto{
        flex-direction: column;
        justify-content: center;

    }
    
}
