.col-item {
    top: 100px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%;
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #fff;
}

.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}

.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
    background-color: #056839;
    color: white;
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    color: white;
    background-color: #056839;
    padding-left: 10px;
}

.col-item .btn-fulldetails {
    width: 100%;
    text-align: center;
    background-color: #056839;
    color: white;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}

.controls {
    margin-top: 20px;
}

[data-slide="prev"] {
    margin-right: 10px;
}

.margin-data {
    margin-top: 30px;
}

.border-tabel {
    width: "100%";
    background: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.border-tabel-list {
    border: 1px;
    padding: 10px;
    text-align: left;
}

.border-tabel-list tr td {
    border: 1px solid #000000;
}

.border-tabel-list tr th {
    border: 1px solid #000000;
}