.col-item
{
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #FFF;
    margin: 10px 0 0 0;
    padding: 5px;
}

.col-item .photo {
    position: relative;

}

.info-item-on-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 5px;
    background: rgba(0, 0, 0, 0.4)
}
.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: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: right;
    font-size: 14px;
    
}


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

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

.rating-text-color{
    color: yellow;
}

.views-text-color{
   color:  #bcbcbb;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
     color: #777;
}
.col-item .rating_price{
    padding: 0;
}
.col-item .separator
{
    border-top: 1px solid #E1E1E1;
    margin: auto;
    padding: 5px 0 0 0;
}

.clear-left
{
    clear: left;
}

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

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .sale_off{
    width: 50%;
    float: left;
    font-size: 40px;
    color: #989898;
}


.col-item .btn-order
{
    width: 50%;
    float: left;
    border: 1px solid #CECECE;
    padding: 10px 5px 10px 5px;
    border-radius: 4px;
    background: #E7E7E7;
    font-size: 12px; 
    color: #989898;
}
.col-item .btn-order:hover, 
.col-item .btn-order:focus, 
.col-item .btn-order:active {
    background: #4399e3;
    color: white;
}
.carousel-control{
    width: 0;
}
.carousel-control.right: {
    right: 0;
}

.carousel-caption{
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 0;
    right: 1%;
    left: 60%;
    bottom: 10%;
}
