@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
    /* 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: #F5F5DC;
}
.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: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 58px;
    position: absolute;
    z-index: 9;
    right: 30px;
    top:-95px;
    text-align: center;
    direction: ltr !important;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
 .product-block .date-comment {
    padding: 7px 18px;
    color: #ffffff;
    background:linear-gradient(to bottom, #a50023 0%, #780117 100%);
    display: block;
    width: auto;
    position: absolute;
    top: 20px;
    left: 24px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}
.product-block:hover .date-comment {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.product-block .blog-right h4 a:hover {
    color:#780117;
}
 .product-block:hover .post-image-hover {
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
}

 .blog-image .icon:hover {
    color: #ffffff;
    border-color: #000000;
    background: #000000;
    transition: none;
}
.icon.zoom .fa, .icon.readmore_link .fa {
	
    font-size: 12px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.blog-image .icon {
    display: inline-block;
    float: none;
    height: 40px;
    width: 40px;
    line-height: 13px;
    border: 2px solid #780117;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ededed;
    padding: 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.latest_blog{
	text-align: left;
    border: medium none;
    display: block;
    width: auto;
    /* margin:-8px 0 22px 18px; */
    padding: 0 0px 0px;
    color: black;
    position: relative;
    font: 500 23px/26px 'Poppins', sans-serif;
    text-transform: capitalize;
    letter-spacing: .4px;
}
.btn-new {
    color: #ffffff;
    background:#f2f2f2;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
}
.carousel {
    position: relative;
    margin-top: 0px;
}