.product-box.tiles{
    float:left;
    width:300px;
    text-align: center;
    position: relative;
    min-height:330px;
    padding-top:20px;
    margin-bottom:10px;
    background: #fff;
    border: 1px solid #efefef;
}
.product-box .productImg{
    float:left;
    width:100%;
    min-height:180px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-box .title{
    /*height: 45px;*/
    margin-bottom:5px;
}
.product-box .productPrices{
    float:left;
    width:100%;
    height:18px;
    font-size:15px;
}
.product-box .prevPrice{
    position: relative;
    color:#a0a0a0
}


.tilesInBg .product-box.tiles{
    height:290px;
    background: #fff;
    margin: 10px;
    padding-top:20px;
}

/*bigger tiles*/
.product-boxV3{
    width: 300px;
    background: #fff;
    border:1px solid #dadada;
    min-height:350px !important;
    overflow: hidden;
}
.product-boxV3, .product-boxV3 .cell{
    width: 300px !important;
    height: auto !important
}
.product-boxV3 .productImg,
.product-boxV3 .productImg .cell{
    min-height: 270px !important;
}
.product-boxV3 .productImg img{
    max-height: 250px
}
.product-boxV3 .cart{
    display: none
}
.product-boxV3 .actions{
    position: relative;
    clear: both;
    width: 100%;
    background: #f4f4f4;
    border-top:1px solid #dadada;
    text-align: left;
    min-height:138px;
    overflow: hidden
}
.product-boxV3 .actions .arrow{
    position: absolute;
    top:-10px;
    left:50px;
    width: 20px;
    height: 10px;
    z-index:20
}
.product-boxV3 .actions .positioner{
    padding:18px;
    overflow: hidden;
}
.product-boxV3 .title{
    font-size:19px;
    /*height:60px;*/
    opacity: 0.7
}
.product-boxV3 .productPrices{
    font-size: 17px;
    margin-top:5px;
    font-weight: normal !important; 
}

/*vertical tiles*/
.product-boxV4{
    background: #fff;
    width: 610px !important;
    border:1px solid #dadada;
    min-height:330px !important;
    text-align: left !important;
    max-width: 100% !important;
}
.product-boxV4 .productImg,
.product-boxV4 .productImg .cell{
    min-height:220px !important;
    text-align: center !important
}
.product-boxV4 .title{
    font-size:20px;
    min-height:40px;
    opacity: 0.7
}
.product-boxV4 .toBasket{
    width:100%;
    margin:12px 0 20px 0;
}
.product-boxV4 .productPrices{
    font-size: 18px;
    width: 100%;
    font-weight: normal !important;
    margin-bottom: 15px;
}
.product-boxV4 .description{
    font-size:13px;
    color:#ababab
}
.product-boxV4 .attrInfo{
    border-top: 1px solid #f2f2f2;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.product-boxV4 .attrInfo .positioner{
    padding:10px;
    overflow: hidden
}
.product-boxV4 .attrInfo li{
    width: 33%;
    float:left;
    padding: 10px;
}
.product-boxV4 .attrInfo li img{
    float:left;
    margin: 1px 7px 0 0;
    opacity: 0.5
}
.product-boxV4 .attrInfo li span{
    display: block;
    float:left;
    line-height: 1.2
}
.product-boxV4 .span5{
    max-width: 165px  !important;
    float:left !important;
}
.product-boxV4 .span7{
    max-width: 200px  !important;
    float:left  !important;
}

/*vertical large tiles*/
.product-boxV6{
    background: #fff;
    width: 600px !important;
    border:1px solid #dadada;
    height:278px !important;
}
.product-boxV6 *{
    text-align: left
}
.product-boxV6 .productImg img{
    max-width: 100% !important;
    max-height: 260px !important
}
.product-boxV6 .productImg,
.product-boxV6 .productImg .cell{
    height:260px !important;
    width: 241px !important;
    text-align: center !important
}
.product-boxV6 .title{
    font-size:23px;
    height:50px;
    opacity: 0.7
}
.product-boxV6 .toBasket{
    width:100%;
    margin:12px 0 20px 0;
}
.product-boxV6 .productPrices{
    font-size: 18px;
    width: 100%;
    font-weight: normal !important   
}
.product-boxV6 .description{
    padding-right: 20px;
}
.product-boxV6 .images{
    margin-top:17px;
    display: block;
    overflow: hidden
}
.product-boxV6 .images li{
    margin-right: 7px;
    float:left;
}
.product-boxV6 .images li a,
.product-boxV6 .images li a img{
    width: 43px;
    height: 43px;
    display: block;
    float:left;
}
.product-boxV6 .images li a{
    border:1px solid #ccc;
    padding:1px;
}
.product-boxV6 .images li a img{
    background-size: cover !important;
    background-position: center
}

/*extra large tiles*/
.product-boxV5{
    background: #fff;
    width: 610px !important;
    border:1px solid #dadada;
    height:615px !important;
}


@media (max-width: 965px) {
    /*    .product-boxV4{
            min-height:500px !important;
        }*/
    .product-boxV4{
        padding-bottom: 20px;
    }
    .product-boxV4 .attrInfo{
        display: none;
    }
    .infiniteContainer.mContainer{
        max-width: 100% !important;
        width: 100% !important;
    }
}