Mini Kabibi Habibi
.index .block {
position: relative;
color: #fff;
height: 235px;
width: 225px;
margin-bottom: 18px;
}
.index .span_4 .block:active,
.index .product:active {
-webkit-transform: scale(.98);
-moz-transform: scale(.98);
-ms-transform: scale(.98);
-o-transform: scale(.98);
transform: scale(.98);
}
.index a.block {
display: block;
text-decoration: none;
color: #fff;
}
.index .big-block {
height: 484px;
width: 470px;
}
.index .block .block-info {
position: absolute;
left: 15px;
bottom: 22px;
}
.index .block-info h3,
.index .block-info p,
.index .block-info h2 {
margin: 0;
font-weight: normal;
}
.index .block-info h2 {
font-size: 18px;
}
.index .block-info h3 {
font-size: 13px;
}
.index .block.decks {
background: url(../images/featured-1.png) 0 0 no-repeat;
}
.index .block.stores {
background: url(../images/featured-2.png) 0 0 no-repeat;
}
.index .block.shoes {
background: url(../images/featured-3.png) 0 0 no-repeat;
}
.index .block.clothes {
background: url(../images/featured-4.png) 0 0 no-repeat;
}
.index .image {
text-align: center;
}
.index .product {
margin-bottom: 20px;
}
.index a.product {
display: block;
text-decoration: none;
color: #404142;
}
.index .product img {
max-width: 225px;
}
.index .brands {
background: url(../images/brands-label.png) 0 50% no-repeat;
padding-left: 121px;
margin: 40px 0;
}
.index .brand {
display: inline-block;
margin-right: 50px;
}
.index .index .price {
color: #394871;
}
.index .newest-video-row {
margin-bottom: 10px;
}
.index .missing-flash {
color: #FB801A;
text-align: center;
font-weight: bold;
}
.index .missing-flash a {
display: block;
margin-top: 10px;
}