53 lines
594 B
CSS
53 lines
594 B
CSS
.single_item {
|
|
|
|
text-align: center;
|
|
vertical-align: center;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.item_list_image {
|
|
max-height: 125px;
|
|
max-width: 160px;
|
|
}
|
|
|
|
|
|
.single_item img {
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
.single_item div {
|
|
width: 300px;
|
|
}
|
|
|
|
.single_item h1 {
|
|
font-size: 15px;
|
|
text-decoration: bold;
|
|
}
|
|
|
|
.single_trait {
|
|
display: inline-block;
|
|
text-align: center;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.item_name {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.item_brand_name {
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.item_price {
|
|
|
|
font-size: 36px;
|
|
padding-top: 36px;
|
|
padding-bottom: 36px;
|
|
|
|
|
|
} |