.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline  li {
    display: block;
    float: left;
    padding: 10px;
}
.store-item {

	padding: 12px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;


}

.store-item a {
    text-overflow: ellipsis;
	/*white-space: nowrap;*/
    overflow: hidden;
    width: 250px;
    display: block;
}

.store-item-price {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px; 

}

.store-img-thumb {
    overflow: hidden;
    background-size: cover;
}
.img-responsive3 {
    height: auto;
    width: 100%;
}
.product-old-price { color: #858585; text-decoration: line-through; }

.product-old-price {
  color: #858585;
  text-decoration: line-through;
}

.btn {
    font-size: 14px;
    margin: 1px 0;
    border-width: 0;
    color: #fff;
    background-color: #000;
    -webkit-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
    margin-top: 20px;
}

.btn-primary {
    background-color: #6ad2eb;
    border-color: #1bbae1;
    color: #ffffff;
}

@media only screen and (max-width:768px) {

    .store-item {
    height: 250px;
    padding: 0px;
    margin-bottom: 100px;
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    }

    .store-item a {
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    text-overflow: ellipsis;

    }

    .store-item-price {
        font-weight: bold;
        font-size: 18px;
    }

    .store-img-thumb {
        width: 100%;
        overflow: hidden;
        background-size: cover;
    }

}