body {
    font-family: Open Sans, sans-serif;
}

.colornegro {
    color: black;
}

.colorblanco {
    color: white;
}

.colornegro.active.selected {
    color: #0300b3;
}

.colorblanco.active.selected {
    color: #ffd400;
}

.colorblanco:hover, .colornegro:hover {
    color: #eee;
}

.primero:hover {
    color: black;
}

form {
    border: 1px solid #ccc;
    padding: 15px;
}

label {
    color: #666;
    line-height: 22px;
    font-weight: 600;
}

#container {
    display: flex;
}

.dropdown {
    border: 1px solid black;
}

.alertCarrito {
    margin-left: 20px;
}

#form {
    float: right;
}

#dibujo canvas {
    max-width: none;
}

#bComprar, #bCarrito, #bVolver, #bSubmit {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1.1rem;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0 0 0;
    min-height: 30px;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    padding: 5px 10px;
    cursor: pointer;
}

#bComprar, #bSubmit {
    background: green none repeat scroll 0 0;
}

#bCarrito {
    background: #ffa200 none repeat scroll 0 0;
}

#bVolver {
    background: #4383cb none repeat scroll 0 0;
}

#bComprar:hover, #bCarrito:hover, #bVolver:hover, #bSubmit:hover {
    background-color: black;
}

#coloresRal * {
    padding: 10px;
}

.divMedium {
    width: 33% !important;
}

.divHalf {
    width: 50% !important;
}

.divCompleto {
    width: 100% !important;
}

.tablaCarrito {
    margin-bottom: 100px;
    background-color: #f3f3f3;
}

.precioMueble {
    margin-bottom: 0;
}

#formContacto {
    margin-bottom: 20px;
}

#comentario {
    min-height: 100px;
}

.c input {
    line-height: 0;
}

.cr.function:first-of-type {
    border-left: 3px solid green;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    min-height: 60px;
}

/* Si mostramos el 'Mostrar TV' en el formulario usad esto:
.divMedium label[for='mostrartv'] {
    margin-top: 35px;
    margin-bottom: 0;
}
*/

.more-triangle3::after {
    display: none !important;
}

@media (max-width:1000px) {
    #form {
        float: none;
        width: 100%;
    }
    #dibujo {
        width: 100%;
        margin-bottom: 20px;
    }
    #dibujo canvas {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #container {
        flex-wrap: wrap;
    }
}