


.product {
display:block;
position: relative;
float:left;
height:230px;
margin:5px;
padding:2px;
text-align:left;
width:405px;
background: #000;
background: -moz-linear-gradient(top, #444 0%, #000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#000));
background: -webkit-linear-gradient(top, #444 0%,#000 100%);
background: -o-linear-gradient(top, #444 0%,#000 100%);
background: -ms-linear-gradient(top, #444 0%,#000 100%);
background: linear-gradient(top, #444 0%,#000 100%);
line-height: 1.5em;
}
.product:hover{
background: #333;
}
/*.product{
	float: left;
	margin: 0px 35px;
	width: 200px;
	position: relative;
	min-height: 300px;
}*/
.product img{
	max-width: 150px;
	max-height: 200px;
        text-align: center;
}
.product .name {
    color: #ffff00;
    display: block;
    font-size: large;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
.product .prodinfoSKU{
    color: #666;
}
.padding-left{
    padding-left: 15px;
}
.padding-top{
    padding-top: 15px;
}

.product .moreinfo, .moreinfo, .product.smallfont a.moreinfo {
    font-size: 15px;
    padding: 10px;
    background-color: #999;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    border-radius: 8px;
    text-align: right;
    box-shadow: 0px -4px 6px #222 inset, 0px 4px 6px #CCC inset;
    margin: 5px;
    width: auto;
}

.product .price{
font-size: large; color: #f90; font-family: arial,helvetica,sans-serif;
height:auto;
padding: 10px 0px;
}
.show-on-hover{
	transition: all 0.5s ease;
	opacity: 0;
	position: absolute;
	left: 170px;
	top: 150px;
}
.product:hover .show-on-hover{
	opacity: 1;
	left: 120px;
}

.precart{
	padding-top: 30px;
}
.cart{
    margin-top: 20px;
	padding: 5px;
	font-weight: bold;
}
.miniature{
	max-width: 50px;
	max-height: 50px;
}


@media only screen and (max-width: 991px) {
.media-body, .media-left, .media-right {
    display: block;
}
}
.line-img{
	max-height: 100px;
}
.precart p{
    text-shadow: orange 0px 1px 1px,white 0px 0px 5px;
}
.tree{
    padding: 10px;
    min-height: 130px;
    max-width: 150px;
    font-weight: bold;
}
.tree .white-square{
    background-color: white;
    min-height: 70px;
}
.tree img{
    max-width: 100%;
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
}