

.list-item {
    overflow: hidden;
    margin: 0 15px;
	
}

.list-item .list-thumb {
    overflow: hidden; 
}



.list-item .list-thumb .title h4 {
    color: #fff;
    line-height: 50px;
}

.list-item .list-thumb img {
    width: 100%; height:auto;
	
}

.list-item .list-content h1 {
    color: #ffffff;
    font-family:'Roboto', sans-serif;
	margin:0px;
    font-size: 18px;
    padding:15px 0px;
	text-align:center;
	background-color:#bd0e05;
}

.list-item .list-content span {
    color: #e54747;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.list-item .list-content a.price-btn {
    display: block;
    background-color: #9ed034;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.list-item .list-content a.price-btn:hover {
    background-color: #90be2c;
}

.owl-next,.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
	margin-right:0px;
    width: 40px;
    height: 40px;
    background-color: none;
	font-size:48px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.owl-next {
    right: -40px;
}


@media screen and (min-width: 240px) {
    .owl-next {
        right: 13px;
    }
}

@media screen and (min-width: 960px) {
    .owl-next {
        right: 13px;
    }
}

@media screen and (min-width: 992px) {
    .owl-next {
        right: -40;
    }
}

.owl-prev {
    left: -40px;
}

@media screen and (min-width: 240px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 992px) {
    .owl-prev {
        left: -40;
    }
}

