#contenedor {
	width: 1200px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.contenedor-producto-img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenedor-categorias ~ #contenedor {
    width:calc(100vw - 300px);
    max-width:1200px;
}
/**************************************************************/
#contenedor_productos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 15px; 
    box-sizing: border-box;
    
  /*padding-top:100px; */
}
#contenedor_productos .caja_prod {
    width: 25%;
    position: relative;
    padding-bottom: 50px;
}

#contenedor_productos img {
    cursor: pointer;
    height: 150px;
}

.img-producto-size {
    height: max-content !important;
    max-height: 150px;
    max-width: 90%;
}
#contenedor_productos label {
    display:inherit;
    height: 30px;

}
#contenedor_productos input {
    width: 50%;
    height: 40px;
	margin-bottom: 5px;
    border : #6d6d66 1px solid;
    background-color:#a4cc42;
    color:#fff;
}

.contenedor_dscto {
    background:#E75353;
    color:white;
    padding:5px;
    border-radius:3px;
    font-size:12px;
}

.precio_br {
    margin-top: 1.2em;
}
.precio_dscto {
    color: #E75353;
    font-size:16px;
}

.disponibilidad {
    font-weight: bold;
    line-height:30px
}
.contenedor-categorias ~ #contenedor{
    min-height:calc(100vh - 190px);
    /*margin-top:70px;*/
}
.overlay{
    display:none;
}
.menu-categorias{
    display:none;     
}
.contenedor-categorias{
    position:fixed;
    left:20px;
    top:220px;
    z-index:3;
    min-width:250px; 
}
.contenedor-categorias ul::-webkit-scrollbar{
    width: 7px;
}
.contenedor-categorias ul::-webkit-scrollbar-thumb{
    background: #a8a8a8;
    border-radius:5px;

}
.contenedor-categorias ul a:hover{
    color:#a4cc42;
    text-decoration: revert;
    background:#fafafa;
}
.contenedor-categorias ul{
    padding: 0;
    border:2px solid #a8a8a8;
    border-top:none;
    overflow: auto;
    border-top:2px solid #a8a8a8;
    list-style:none;
    background-color: #fff;
    max-height:calc(100vh - 300px);
    max-width:250px;
}
.contenedor-categorias ul a{
    text-decoration: none;
    color:black;
    display:block;   
    border-top:2px solid #a8a8a8; 
    padding-left: 5px;
    font-weight: normal;
    display:flex;
    align-items: center;
    min-height: 40px;
}
.contenedor-categorias ul li:first-child a{
    border-top:none;
}
.contenedor-categorias h2{
    color:#a4cc42;
}

.tab-busqueda-categoria {
    background: #ffffff;
    color: #a4cc42;
    font-weight: normal;
    font-size: 18px;
    padding-left: 5px;
    padding-top: 5px;
}

.tab-busqueda-categoria a{
    text-decoration: none;
    color:#a4cc42;
    line-height: 1.5;
}

.contenedor-carrusel{
    width:100%;
}
.contenedor-carrusel h2{
    text-align:left;
}
ul.carrusel{
    list-style:none;
    display:flex;
    padding:0px;
}
ul.carrusel li{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:25%;
    
}
ul.carrusel li .caja_prod{
    width:100% !important;
    
}
.contenedor-carrusel .btn-nav{
    position:absolute;
    top:23%;
    color:#a8a8a8;
    font-size:23px;
    height:40px;
    width:22px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    box-shadow:0px 0px 4px 1px;
    border-radius:4px;
    font-family:monospace;
    font-weight:600;
    background:white;
    user-select:none;
    display: none;
}
.contenedor-carrusel .btn-nav:active{
    transform:scale(0.97);
}
.contenedor-carrusel .btn-nav.right{
    right:5px;
}
.contenedor-carrusel .btn-nav.left{
    left:5px;
}
.contenedor-carrusel{
    position:relative; 
    max-width:1200px;  
    overflow: hidden; 
}
.contenedor-carrusel ~ #contenedor_productos{
    padding:unset !important;
}
.contenedor-carrusel h2{
    margin-left:30px;
}
@media screen and (max-width:1250px){
	#contenedor {
        width: 100% !important;
    }
    #contenedor_productos {
        width: 100%;
    }
    #contenedor_productos .caja_prod{
        width: 33.3%;
        padding-bottom: 50px;
    }
    .carrusel li{
        min-width:33% !important;        
    }
    .contenedor-carrusel{
       width:100%;
    }
}

@media screen and (max-width:1800px){   
    .contenedor-categorias ~ #contenedor {
        width:calc(100vw - 300px) !important;
        margin-left:300px;
        margin-right:auto;
    }
}

@media screen and (max-width:1024px){
    /*SE ELIMINA 
    #contenedor {
        width: 100%;
    } 
    */
    .contenedor-categorias ~ #contenedor_productos {
        width: 100%;
    }
    .contenedor-categorias ~ #contenedor_productos .caja_prod{
        width: 50%;
        padding-bottom: 50px;
    }
    .carrusel li{
        width:25%;
    }
}



@media screen and (max-width:1000px){
    .contenedor-categorias ~ #contenedor #contenedor_productos .caja_prod{
        width: 50% !important;
    }
    .contenedor-categorias ~ #contenedor #contenedor_productos ul.carrusel li .caja_prod{
        width: 100% !important;
    }
    .carrusel li{
        min-width:50% !important;
        
    }
}

@media screen and (max-width:800px){
    .contenedor-categorias ~ #contenedor #contenedor_productos .caja_prod{
        width: 100% !important;
    }
    .carrusel li{
        min-width:100% !important;
        
    }
}

@media screen and (max-width:900px){
	#contenedor {
        width: 100%;
    }
    #contenedor_productos {
        width: 100%;
    }
    #contenedor_productos .caja_prod{
        width: 33.3%;
    }
}

@media screen and (max-width:700px){
    #contenedor_productos .caja_prod{
        width: 50%;
    }
    .carrusel li{
        min-width:50%;
        
    }
}


@media screen and (max-width:580px){
    
    .contenido-tienda { 
        padding-top: 133px !important;
    }
    #contenedor {
        margin-left:auto !important;        
        min-width: 100% !important;
        /*margin-top:120px !important;*/
    }

    /* .contenedor-categorias ~ #contenedor{
        margin-top:110px !important;
    } */

    #contenedor_productos .caja_prod{
        width: 50%;
    }
    .contenedor-categorias ~ #contenedor #contenedor_productos .caja_prod{
        width: 50% !important;
    }
    .contenedor-categorias h2{         
        display: none;        
    }
    .contenedor-categorias{        
        left:-100vw !important;    
        top:66px !important;    
        transition: all .4s;
    }
    .menu-categorias{
        display:block !important;
        top:95.22px;
        left:15px;
        position:fixed;
        z-index: 2;     
    }
    .menu-categorias img{
        width:30px;
    }
    #mostrarMenu:checked ~ .contenedor-categorias{                 
        left:0px !important;        
        top: 162px !important;
    }
    #mostrarMenu:checked ~ .contenedor-categorias h2{         
        display: none;        
    }
    #mostrarMenu:checked ~ .overlay{
        width:100vw;
        height:100vh;
        top:175px;
        display:block;
        position: fixed;
        z-index: 2;
        background-color: rgba(165, 164, 164, 0.8);
    }
    .contenedor-categorias ul{
        max-height:calc(100vh - 100px);
    }
    .contenedor-carrusel{
        width:100% !important;
    }
    .carrusel li{
        max-width:calc(100% - 44px) !important;
        
    }

}
@media screen and (max-width:480px){
	#contenedor_productos {
        width: 100%;
    }
    #contenedor_productos input {
        width: 100%;
        height: 40px;
        margin-bottom: 5px;
        border : #6d6d66 1px solid;
        background-color:#a4cc42;
        color:#fff;
    }
    .desc_producto {
        width: 45%;
        padding-left: 2%;
    }
    #contenedor_productos .caja_prod{

        width: 100%;
        padding-top:18px;
        padding-bottom: 10px;
    }
        
    .caja {
        display: flex;
        border:solid;
        margin-bottom: 5px;
        box-sizing: border-box;
        border : #000 1px solid;
        border-radius: 4px;
    }
    .contenedor-categorias ~ #contenedor #contenedor_productos .caja_prod{
        width: 100% !important;
    }
    .img_producto {
        width: 220px;
    }
        #contenedor_productos label {
        height: unset;
    }
    .carrusel li{
        min-width:100% !important;
        
    }
    #contenedor #contenedor_productos .contenedor-carrusel ul.carrusel li .caja_prod{
        width:83% !important;
        
    }
}
@media screen and (max-width:460px){

    #contenedor_productos .caja_prod{

        width: 100%;
        padding-top:18px;

    }
    .img_producto {
        width: 190px;
    }
    .desc_producto {
        width: 40%;
    }
    #contenedor_productos label {
        padding-bottom: 7px;
    }
        #contenedor_productos label {
        height: unset;
    }
}
@media screen and (max-width:420px){
    .img_producto {
        width: 180px;
    }
    .desc_producto {
        width: 35%;
    }
    #contenedor_productos label {
        height: unset;
    }
   
}
@media screen and (max-width:390px){
 
    .img_producto {
        width: 160px;
    }

}
@media screen and (max-width:320px){


}
@media (min-width: 1024px) {
    .descprodcard {
        margin-top: 1.2em;
        align-content: center;
    }
  }
