﻿#skus {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    margin-top:50px;
    justify-content: center;

}

    #skus figure {
        height: 250px
    }

        #skus figure img {
            height: 230px;
            width: 230px;
            border: 2px solid rgba(255,255,255,0.7);
        }

.detalle {
    width: 100% !important
}

.referencia {
    font-size: 0.8em
}

#skus ul {
    font-size: 0.8rem
}

li.descripcion {
    height: 5rem;
    line-height: 1.2rem;
    overflow-y: auto;
    text-align: justify
}

li.caracterisitica {
    height: 2rem;
    overflow-y: auto;
    text-align: justify
}

#controles {
    display: flex; 
    text-align:center
}
    #controles input {
        margin-right: 10px
    }

    #controles img {
        height: 230px;
        width: 230px;
        border: 2px solid rgba(255,255,255,0.7)
    }

.items {
    width: 30%;
    height: 575px;
    margin: 20px 10px 0 10px;
    padding-bottom: 30px;
    box-shadow: 2px 2px 10px #cfcfcf
}


.item_price {
    font-family: Roboto;
    color: #BF0B32;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}

.item_price_before {
    font-family: Roboto;
    color: #212529;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 15px;
    text-decoration: line-through
}
.text-primary {
    color: #BF0B32 !important
}
.text-center {
    text-align: center important;
}

.bg-white{
    background-color: #fff !important;
}


@media screen and (min-width:200px ) and (max-width:640px) {
    .items {
        margin: 0 auto;
        width: 80%;
        height: 570px;
    }
}