/* GO TO GLOBAL.CSS */
span.new {
background-color: red;
color: white;
border: 1px solid white;
padding: 1px 8px;
position: absolute;
bottom: 110px;
box-shadow: 2px 2px 5px grey;
left:0px;
}

span.discount{

display:none;
}

.eb-product-image {
text-align: center;
min-height: 141px;
max-height: 141px;
}

.categPuntos  {
margin-top: 60px;
}
.categPuntos li {
width: 30%;
border: 2px solid black;
float: left;
margin-right: 1%;
margin-left: 1%;
text-align:center;
height: 100%;
}

.paginationpuntos, #tiposPuntos {
background-color: #fafafa;
border: 1px solid #ddd;
padding-bottom: 20px;
text-align:center;
}
.paginationpuntos  li#pagination_previous {
float:none;
}

div.not-available {
    height: 38px;
    text-align: center;
    line-height: 15px;
    padding-top: 6px;
}

.parentCategory a{
    color:forestgreen;
}
.selectedCategory a{
    background-color: #f9f9f9 !important;
    color:#000000;
}
h1.selectedCategory {
    border-right: none !important;
}

h1.parentCategory a{
    background-color: #74B6C7 !important;
    color: white;
}
