table td, table th    {padding: 10px;}


.cp_oculta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;        
    height: 100% !important;        
    position:fixed; /*El div serÃ¡ ubicado con relaciÃ³n a la pantalla*/
    left:0px; /*A la derecha deje un espacio de 0px*/
    right:0px; /*A la izquierda deje un espacio de 0px*/
    bottom:0px; /*Abajo deje un espacio de 0px*/
    height:110px; /*alto del div*/
    z-index:1000000;
    background-color: rgba(255, 255, 255, 0.99);
    display: flex;
    justify-content: center;
    align-items: center;
}

.social{
    /*las imágenes usadas tienen width de 48px*/
    width:48px;
    height:205px;
    position:fixed;
    right:0;
    top:90%;
    margin-top:-100px;
}    

canvas{
    display:block;
    vertical-align:bottom;
}

/* ---- stats.js ---- */
.count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles{
    font-size: 1.1em;
}

#stats,
.count-particles{
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles{
    border-radius: 0 0 3px 3px;
}

.input-number {
    width: 30px
}
.col-xs-12 {
    width: 100%;
}
.padding60 {
    padding: 60px;
}
.text-left {
    text-align: left;
}
.plus-minus a {
    cursor: pointer;
    font-size: 18px;
    width: 30px;
}
.product-details .plus-minus {
    overflow: hidden;
    text-align: center;
    width: 90px;
}
.product-details .dec.qtybutton {
    font-size: 24px;
    line-height: 25px;
}
.qtybutton,.main-input .custom-select select{
    cursor:pointer;
}
.product-details .inc.qtybutton {
    font-size: 20px;
}
.product-details .plus-minus-box {
    border: 0 none;
    position: relative;
    text-align: center;
    top: -3px;
    width: 40px;
}
.twitch .twitch-video {
    padding-top: 56.25%;
    position: relative;
    height: 0;
}

.twitch .twitch-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
@media screen and (min-width: 850px) {
    .twitch {
        position: relative;
        padding: 15px;
    }

    .twitch .twitch-video {
        width: 100%;
        padding-top: 56.25%;
    }

    .twitch .twitch-chat {
        width: 25%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
}