.pret {
    font-size: 17px;
    font-weight: 400;
    white-space: break-spaces;
		color:#000;
    width: auto;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    margin: 2px;
    outline: none;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.comanda a {
    font-size: 16px;
    white-space: break-spaces;
		text-transform: capitalize;
		color:#fff;
    width: auto;
    background: #2a6e06;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 0.8;
    margin-top: 5px;
    outline: none;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}

.comanda a:hover{
		color:#fff;
    background: #1c4804;
}

.recent-pro-produs-image {
    width: 100%;
    height: auto;
}

.recent-pro-produs-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.recent-pro-produse-widget li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}


#is_widget-2 {
    background: #abdb0b;
}