.categoria-tienda{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

li{
    list-style: none;
}

.sub-categoria-igual {
    font-size: 19px;
    color: black;
    font-weight: 700;
  }

.sub-categoria{
    font-size: 16px;
    font-weight: 700;
    color: #5CA85F
}

.sub-categoria:hover{
    text-decoration: underline;
    cursor: pointer;
}

.categoria-tienda:hover{
    cursor: pointer;
    text-decoration: underline;
}

.sub-categoria-igual:hover{
    cursor: pointer;
    text-decoration: underline;
}

#num-productos{
    font-size: 17px;
    color: #151515;
}

.infoCart {
    position: absolute;
    background-color: rgb(45,80,64,0.9);
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}



.infoCart{
cursor: pointer;
}

.iconsProds {
    font-size: 25px;
    color: rgb(45,90,72);
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    float: initial;
    text-align: center;
}

.iconsProds:hover {
    cursor: pointer;
    font-size: 22px;

}

.ocultarTarg{
display: none;
}

@media (min-width: 992px){
   
    .tien-mov{
        display: none;
    }
    
}

@media (max-width: 991px){

.tien-esc{
    display: none;
}

}
.imgprod:hover{
    cursor: pointer;
}


.card-title-name-detail {
    color: #151515;
    font-size: 18px;
    line-height: 20px;
    height: 41px;
    overflow: hidden;
    margin-bottom: 10px;
}


.card-text-detail{
    font-size: 16px;
    color: #6A6A6A;
    margin-bottom: 13px;

}

.price-card-detail{
    color: #196C0F;
    font-size: 20px;
    font-weight: 500;
}


@media (max-width: 400px){
    .card-title-name-detail {
        font-size: 14px;
     
    }
    
    .card-text-detail{
        font-size: 12px;

    }


    .price-card-detail{
        font-size: 16px;
    }

    
    
}



.card-body{
    line-height: 15px;
    height: 130px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/tienda/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
  }
  
    .proximamenteDetail{
        font-size: 16px;
    }
  
  @media (max-width: 1400){
   
    .proximamenteDetail{
        font-size: 15px;
    }
   
}

@media (max-width: 1205px){
   
    .proximamenteDetail{
        font-size: 13px;
    }

    
}
  