
.precio h3{
    margin-bottom: 0.3em;
}    
.precio{
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}
.precio .moneda{
    margin-right: 4px;
    font-size: 0.7em;
    color: #222;    
}


.listado .precio h3{
    margin-bottom: 0.3em;
    font-size: 0.7em !important;
}    
.listado .precio{
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
}
.listado .precio .moneda{
    margin-right: 4px;
    font-size: 0.7em;
    color: #222;    
}
.listado .precio .stock{
    font-size: 0.7em;
    margin-top: 0;
}

.listado .precio .desde:before{
    content:"desde";

    font-weight: initial;
    font-size: 0.5em;
    padding-right: 5px;
}


.detalle h1{
    text-transform: uppercase;
    font-size: 1.9em;
    margin-bottom: 0px;
}

.detalle.detalle-page h3{
    margin-bottom: 0.5em;
    font-size: 1.3em;
    text-transform: uppercase;
}
.detalle-page p{
    font-size: 1.1em;
    margin-bottom: 1em;
}
.detalle .code{
    color:#bbb;
    margin-bottom: .6em;
}
.detalle .category{
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    padding: 0.5em 0;
    margin-top: 1em;
}
.detalle .category a{
    color:#999;
}
.detalle .category a:hover{
    color:#000;
}

.detalle .precio h3{
    margin-bottom: 0.3em;
    font-size: 0.7em !important;
}    
.detalle .precio{
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: bold;
    color: var(--main-color);
}
.detalle .precio .moneda{
    margin-right: 4px;
    font-size: 0.7em;
    color: #222;    
}
.detalle .precio .stock{
    font-size: 0.5em;
    color:#999;
    margin-top: 0;
    margin-bottom: 10px
}

.detalle .precio .desde:before{
    content:"desde";

    font-weight: initial;
    font-size: 0.7em;
    padding-right: 5px;
}

.detalle #template-contactform-submit{
    padding-right: 10px !important;
    padding-left: 10px !important;
}




.agotado{
    display: block;
    font-size: 0.75em;
    color: #cc0000 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}
h3.agotado{
    font-size: 2em;
    text-transform: uppercase;
}
.sin_descuento{
    font-size: 0.8em;
    padding-right: 1em;
    text-decoration: line-through;
    color: #ccc !important;
}

.listado .sin_descuento{
    display: block;
    padding-right: 0;
    }


.alerCart {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
} 

.varianteProducto{
    width: 33%;
    display: inline-block;
    margin-right: 0 !important;
    margin-left: 0!important;
}

.varianteProducto .col-md-12{
    padding-left: 0 !important;
}

.varianteProducto .col-md-4{
    width: 100%;
}
.varianteProducto h3{
    margin-bottom: 0;
}

#listadoContenidos .varianteProducto > div{
    padding-left: 5px;
    padding-right: 5px;
}

p.linkVerMasPr{
    margin-top: 0 !important;
}



@media (max-width: 479px) {
.precio{
    font-size: 1.3em;    
}

}

#carrito_data .form-check p{
    margin-bottom: 0;
}
#carrito_data .form-check{
    margin-bottom: 1.4em;
}

div.sin-stock{
    color:#cc0000;
    font-size: 0.7em;
    margin-bottom: 10px;

}