.temas_tienda {
    margin: 0px auto;
    border-right: 2px solid #aaa;
    border-top: 1px solid #999;
    height: 435px;
    width:190px;
    max-width: 400px;
    background: #FFFFFF;
    overflow:auto;
    box-sizing: border-box;
    padding: 15px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.temas_tienda::-webkit-scrollbar {
    -webkit-appearance: none;
}

.temas_tienda::-webkit-scrollbar:vertical {
    width:10px;
}

.temas_tienda::-webkit-scrollbar-button:increment,.temas_tienda::-webkit-scrollbar-button {
    display: none;
} 

.temas_tienda::-webkit-scrollbar:horizontal {
    height: 10px;
}

.temas_tienda::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.temas_tienda::-webkit-scrollbar-track {
    border-radius: 10px;  
}
