.productBox{
    width: 235px; 
    min-height: 100px; 
    float: left; 
    margin-left: 14px; 
    margin-right: 2px; 
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #f1f1f1;
}
.productBoxhover{
    border: 1px solid #669933;
}
.productLoaderBox{
    width: 200px; 
    height: 170px;
    float: left;
    margin-top: 15px;
    overflow: visible;
    position: relative;
}
.btnBuyNow{
    width: 135px; 
    height: 33px; 
    margin-top: 135px; 
    margin-left: 45px; 
    color: #fff; 
    font-weight: 700; 
    display: none; 
    position: absolute;    
}
.productListInfoBox{
    width: 195px; 
    height: 110px; 
    text-align: left; 
    margin:0 auto; 
    border-top: 1px solid #669933; 
    overflow: hidden;
}
.discountFlag{
    width: auto;
    height: auto;
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
/*    min-width: 0;*/
    background: #fff;
    color: #8f3300;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    border: 1px solid #f1cccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 5px;
    z-index: 100;
}
.pdtInfoBox{
    width: 50%; 
    height: 100%; 
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px dotted #e0e0e0;
    display: none;
    position: relative;
    text-align: left;
}
#pdtInfoId  > img{
    width: 100px; 
    float: right;
    position: relative; 
    margin-right: 10px; 
    bottom: -50px;
}
#pdtInfoId  > div{
    font-size: 13px; 
    line-height: 1.5em; 
    color: #999;
    padding-left: 10px; 
    overflow: hidden;
}
.productLoaderBox > img{
    width: 150px;
    height: 150px;
    margin-left: 25px;
}
.productBox > img{
    width: 100px; 
    position: absolute;
    top: 0px;
    right: 0px;
    display: none !important;
}


@media only screen and (min-width: 1199px){

}
@media only screen and (max-width: 1199px){
    .articlesInlineBox {
        width: 835px;
    }    
    .productBox{
        width: 190px;
    }
    .productLoaderBox{
        width: 172px; 
        height: 172px; 
    }
    .productListInfoBox{
        width: 170px;
    }
    .btnBuyNow{
        margin-left: 33px;
    }
}
@media only screen and (max-width: 1023px){

}
@media only screen and (max-width: 979px){
    .articlesInlineBox {
        width: 100%;
    }     
    .productBox{
        width: 100%;
        height: 210px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px !important;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .productBox:nth-child(2n) {
        background-color: #f1f1f1 !important;
    }    
    .productBox:last-child{
        padding-bottom: 0px;
    }
    .productListInfoBox{
        width: 49%;
        height: 68%;
        margin: initial;
        float: left;
        margin-top: 35px;
        margin-left: 15px;
        border-top: none;
    }
    .productLoaderBox{
        margin-top: 25px;
    }
    .btnBuyNow{
        margin-top: 120px;
        margin-left: 185px;
    }
    .pdtInfoBox, 
    .btnBuyNow{
        display: block;       
    }
    .productBox > img{
        display: block !important;
/*        margin-left: 0px;
        -webkit-transition: width 0.5s ease;  //For Safari 3.1 to 6.0 
        -moz-transition: width 0.5s ease;
        -o-transition: width 0.5s ease;
        transition: width 0.5s ease; */
        
    }
}
@media only screen and (max-width: 779px){
    .pdtInfoBox{
        width: 45%;
    }
}
@media only screen and (max-width: 710px){
    .pdtInfoBox{
        width: 40%;
    }
    #pdtInfoId  > img{
        bottom: -30px;
    }
}
@media only screen and (max-width: 654px){
    .pdtInfoBox{
        width: 30%;
    }
    #pdtInfoId  > img{
        bottom: 0px;
    }
    #pdtInfoId  > h3{
        text-indent: 0px;
    }
    #pdtInfoId  > div{
        text-indent: 0px;
    }
    
}
@media only screen and (max-width: 609px){
/*    .pdtInfoBox{
        display: none;
    }*/
/*    .productListInfoBox{
        width: 45%;
        height: 40%;
        margin-top: 125px;
        float: right;
        margin-left: 0px;
    }*/
}

@media only screen and (max-width: 561px){
    .pdtInfoBox{
        display: none;
    }
}
@media only screen and (max-width: 497px){
    .productBox > img{
        width: 65px;
        top: -5px;
        -webkit-transition: width 0.5s ease;  //For Safari 3.1 to 6.0 
        -moz-transition: width 0.5s ease;
        -o-transition: width 0.5s ease;
        transition: width 0.5s ease;        
    }    
}
@media only screen and (max-width: 399px){
    .productListInfoBox{
        width: 45%;
    }
}

@media only screen and (max-width: 379px){
    .productBox{
        height: 220px;
/*        padding-top: 12px;*/
        margin-bottom: 3px;
    }
    .productListInfoBox{
        width: 100px;
        float: left;
        margin-left: 5%;
        
    }
    .productLoaderBox{
        width: 140px;
        height: 140px;
        margin-left: 5px;
    }
    .productLoaderBox > img{
        width: 140px;
        margin-left: 0px;
    }
    .btnBuyNow{
        width: 96%;
        margin-top: 180px;
        margin-left: 2%;
    }
}
@media only screen and (max-width: 350px){
    .productListInfoBox{
        font-size: 11px;   
    }   
}
@media only screen and (max-width: 300px){
    .productListInfoBox{
        margin-left: 3%;
    }
}
@media only screen and (max-width: 290px){
    .productLoaderBox > img{
        width: 130px;
    }
    .productLoaderBox{
        width: 130px;
        height: 130px;
    }

    .productListInfoBox{
        width: 100px;
        font-size: 11px;
        
    }  
}
