summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
blob: 63faed3e54c35da952e3c64e6e7a8cacb2a9ad65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.collection #collection { display: block }
.collection #footer .filter { display: block }
#collection {
  display: none;
}
#collection .item {
  text-align: center;
}
#collection .item img {
  width: 306px;
  height: 390px;
}

.product #product { display: block }
.product #footer .buynow { display: block }
.product #footer .addtocart { display: block }
#product {
  display: none;
}

.scroll {
  position: absolute;
  width: 100%;
}