#checkout
{
    background:white;
}

.creacion_detalles, .pieza_detalles, .texto_detalles
{
    width:60%;
    /*argin-left:5%;*/

    margin-top:5%;
}

.creacion_propiedades
{
    width: 80%;
}
.creacion_nombre,
.pieza_nombre,
.texto_nombre
{
    margin-bottom:2%;
}

.creacion_nombre,
.creacion_descripcion,
.texto_descripcion
{
    width:90%;
    text-transform: capitalize;
}

.creacion_cantidad input
{
    width: 25%;
    text-align: center;
}
.creacion_comentario input
{
    width: 80%;
    text-align: center;
    pointer-events:none;
}

.creacion_precios,
.pieza_precios,
.texto_precios
{
    margin-top:5%;
}

.creacion_boton_eliminar_cesta
{
    width:20%;
    margin-top:2%;
}

.pieza_datos, .texto_datos
{
    width:90%;
}

.creacion_imagen,
.pieza_imagen,
.texto_imagen
{
    width: 40%;
    height:80%;
}

.creacion_datos
{
    width:80%;
}

.creacion_titulo
{
    padding:1%;
    margin-bottom:3%;
}

#checkout span
{
    font-family: 'swiss721';
    font-size: 12px;
    font-weight: normal;
}

#detalles_compra .creacion_precio_total span
{
    font-size:19px!important;
}

#checkout_container
{
    width:94%;
    margin:3%;
    height:94%;
}

#checkout_titulo
{
    height:5%;
}

#checkout_productos
{
    height:75%;
    overflow-y:auto;
}

#checkout_subtotal
{
    height:10%;
}

#checkout_botones
{
    height:10%;
}

#checkout_botones span
{
    color:white;
}

#checkout_seguir_comprando,
#checkout_comprar
{
    padding:1%;
}

.creacion_boton_eliminar
{
    border:1px solid darkgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#checkout
{
}

.creacion_precio_total
{
    margin-right:-35%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.creacion_precio_total span
{
    font-size:16px!important;
}

.pieza_precio_total,
.texto_precio_total
{
    position: absolute;
    bottom: 0;
    right: 0;
}

#checkout .pedido_productos
{
    margin-bottom:2%;
    width: 95%;
}

#compra .pedido_productos
{
    margin-bottom:2%;
    width: 100%;
}


.pedido_productos input
{
    width:15%;
    z-index:2;
}

.creacion_imagen_img
{
    width:95%;
}

.pieza_imagen_img,
.texto_imagen_img
{
    width:55%;
    height:100%;
    margin:auto;
}

@media screen and (max-width: 1000px)
{
    #compra .creacion_detalles, #compra .pieza_detalles, #compra .texto_detalles
    {
        width: 80%;
    }
}

@media screen and (max-width: 860px)
{
    #compra .creacion_detalles, #compra .pieza_detalles, #compra .texto_detalles
    {
        width: 90%;
    }
}