
    /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Jun 2020, 20:29:56
    Author     : enkhzolsanchir
*/

.productCardSmall{
    position:relative;
    display: block;
    overflow: hidden;
    border-radius: 0px 7vw;
    /*background:white;*/
    margin: 20px 10px;
    cursor:pointer;
}

.productCardSmall .productImg{
    width: 100%;
    height: auto;
    object-fit: cover;
    background: url(/assets/img/placeholder.png);
}


@media (min-width:601px){
    .productCardSmall{
        position:relative;
        display: block;
        overflow: hidden;
        border-radius: 0px 40px;
        /*background:white;*/
        margin: 10px 5px;
    }
}