/*---tambien te puede interesar---*/
.producto_sinstock{
    position: absolute;
    top: 0;
    right: 0px;
    width: 75px;
    height: 30px;
    background-color: #000000;
}
.producto_sinstock span{
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    white-space: nowrap;
}
.producto_nuevo{
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 65px;
}
.producto_nuevo span{
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #222;
}
.producto_nuevo img{
    width: 100%;
}

#cantidadstock{
    margin-left: 7px;
    margin-top: 4px;
}
@media screen and (max-width: 570px){
    .producto_sinstock{
        width: 67px;
        height: 22px;
    }
    .producto_sinstock span{
        font-size: 12px;
    }
    .producto_nuevo{
        width: 50px;
    }
    .producto_nuevo span{
        font-size: 12px;
    }
}
@media screen and (max-width: 400px){
    .producto_sinstock{
        width: 57px;
        height: 20px;
    }
    .producto_sinstock span{
        font-size: 10px;
    }
    .producto_nuevo{
        width: 40px;
    }
    .producto_nuevo span{
        font-size: 10px;
    }
}
/*---FIN: tambien te puede interesar---*/
.page-content {
    padding-bottom: 20px;
}
.item-precio a{
    color: #000000;
}
.item-precio a:hover{
    color: #1b5d8f;
}

.block_sinstock{
    display: none;
}
.productover_sinstock{
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    background-color: #cccccc;
    display: none;
}
.productover_sinstock.msj_sinstock{
    display: block;
}
.product-details .product-cat a:hover, .product-details .product-cat a:focus {
    color: #39b54a;
    box-shadow: 0 1px 0 #39b54a;
}
/*.btn-product:hover span, .btn-product:focus span{
    color: #FFFFFF;
    text-decoration: none;
}*/
.container_producto_ver{
    background-color: #ffffff;
}
figure.product-main-image{
    border: 2px solid #ddd;
    border-radius: 5px;        
}
.product-gallery-item img{
    border: 2px solid #ddd;
    border-radius: 5px;
}
.mfp-img{
    
}
.btn.btn-outline-primary-2 i{
    font-size: 22px;
    margin: 0;
    vertical-align: middle;
}
.btn.btn-outline-primary-2 i:before{
    margin: 0;
}
.item-agregando{
    display: none; 
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-agregando img{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.item_agregado{
    display: inline-block;
    text-align: left;
    width: 100%;
}
.item_agregado span{
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    background-color: #B7FFB6;
}
.item_agregado span img{
    display: inline-block;
}
.product-price {
    color: #333;
}
.product-zoom-cover{
    display: none;
}
.btn-product-gallery, .btn-product-gallery:focus{
    background-color: #39b54a;
    color: #fff;
}
.btn-product-gallery:hover {
    background-color: #32a041;
    color: #fff;
}

.input-group.input-spinner .form-control {
    border-radius: 5px;
}
.btn.btn-spinner {
    padding: 9px 10px;
    font-size: 14px;
}
.btn.btn-spinner i{
    font-size: 14px;
}
.btn.btn-spinner:hover i {
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .product-main-image{
        position: relative;
    }
    .product-zoom-cover{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 48;
    }
}