table{
    font-size:18px;
}
.descriere_scurta{
    font-size:14px;
}

.listing-image{
    max-width:70px;
    max-height:70px;
}

.show-more-images{
    font-size:10px;
}

.center-block{
    max-width:500px;
}

.pagination{
    margin-top: 0;
}

#lista-produse{
    margin-bottom: 0;
}

.spacer{
    margin-bottom:10px;
    height:20px;
    float:left;
}

#nume_produs{
    width:350px;
}

.modal-body{
    font-size:17px;
}

#swipebox-action.visible-bars {
-ms-transform: translateY(50px);
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
#swipebox-action {
top:-50px;
bottom: auto !important;
}

#swipebox-caption {
bottom:-50px;
top: auto !important;
}

#swipebox-caption.visible-bars {
-ms-transform: translateY(-50px);
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}

@media screen and (max-width: 480px) {
    #swipebox-action {
        height: 100px !important;
    }
}

.error{
    color: red;
}

#lista-capre td{
    padding: 10px;
}
#lista-capre tr:nth-child(even) {background: #CCC}
#lista-capre tr:nth-child(odd) {background: #FFF}

