/*
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 : 2/Mar/2015, 15:10:55
    Author     : Pedro Rodrigues
*/
.borderProductImgRadius3px{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
}
.productWrapperBox{
    width: inherit; 
    min-height: 210px; 
    margin-top: 125px; 
    margin-bottom: 50px;
    float:left;
    display: table;
}
.productDefaultImgBox{
width: 230px;
    height: auto;
    float: left;
    padding-left: 5px;
    background-size: 15px 15px;
    background-position: 50% 50%;
}
.productDefaultImgBox > img{
    width: 95%;
    margin-top: 30px;
}
.productImagesBox{
    width: 85%; 
    height: 50px; 
    margin: 0 auto;
    text-align: center; 
    margin-top: 15px;
}
.productImagesBox > img:hover{
    border: 1px solid #e6e6e6;
    cursor: pointer;
}
.productDetailsBox{
    width: 65%; 
    min-height: 250px; 
    float: left;
    margin-top: 30px;
    padding-top: 15px;
}
.productDescBox, .productPriceBox {
    width: 95%;
    height: 100px;
    float: left;
    overflow: hidden;
/*    border: 1px solid #ccc;*/
}
.productDescBox{
    height: auto;
    min-height: 100px;
    max-height: 200px;
    padding-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px solid #e6e6e6;
}
.productsSuggestionsBox{
    width: 350px; 
    min-height: 400px; 
    float: right; 
    border-right: 1px solid #ccc; /*#TODO REMOVE*/
}
.productPriceBox{
    width: 30% !important;
    height: 20px;
    float: right;
    margin-top: 20px;
    padding-top: 5px;
}
.productPrice, .productPriceDiscount{
    color:#8f3300;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.productPriceDiscount{
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.oldPrice{
    font-size: 14px;
    margin-left: 10px;
    color: #000;
    float:left;
    text-decoration: line-through;
}
.buyNowBtn{
    width: 150px;
    height: 30px;
    margin-top: 15px;
    float: left;
    color: #fff;
    font-size: 16px;
    cursor: pointer !important;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.buyNowBtn:hover{
    text-decoration: underline;
}
.productDescBox span.pdtBrandspan{
    width: 100%; 
    float:left; 
    margin-bottom:5px;
    font-weight: bold;
}
.noDiscountPriceStyle{
    width: 100%;
    float: left; 
    text-align: center;
}
.discountPriceStyle{
    width: 60%; 
    float: left; 
    text-align: center;
}
.prdPriceInListBox{
    width: 100%; 
    height: 20px; 
    margin: 0 auto; 
    margin-top: 50px; 
    display: table;
}


@media only screen and (max-width: 1199px){
    .productDetailsBox{
        width: 73%;
    }
    .productsSuggestionsBox{
        width: 226px;
    }
    
}
@media only screen and (max-width: 979px){
    .productWrapperBox{
        float: none;
        margin: 0 auto;
        margin-top: 125px;
    }
    .productDetailsBox{
        width: 35%;
        padding-right: 10px;
    }
    .productsSuggestionsBox{
        width: 25%;
    }
    .productDefaultImgBox{
        width: 35%;
        margin-top: 3%;
    }
    .buyNowBtn{
        width: 100%;
    }
    .productPriceBox {
        width: 100% !important;
        float: left;
    }
}
@media only screen and (max-width: 667px){

}
@media only screen and (max-width: 559px){
    .productsSuggestionsBox{
        display: none;
    }
    .productDetailsBox{
        width:100%;
        border-right: none;
        margin: 0 auto;
        display: table;
    }
    .productDefaultImgBox, .productDefaultImgBox > img{
        width: 75%;
        float: none;
        margin: 0 auto;
    }
    .productDefaultImgBox > img{
        width: 100%;
    }
    
}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){

}
@media only screen and (max-width: 350px){
   
}