This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
411 lines (341 loc) · 8.57 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
body {
margin: 0px;
font-family: "PT Sans", sans-serif;
font-size: 16px;
}
input[type='range'] {
width: 100%;
}
.flex {
display: flex;
align-items: center;
justify-content: center;
}
.flex input {
width: 100%;
}
a.invisible-link {
color: inherit;
text-decoration: none;
}
header, footer {
text-align: center;
background-color: rgb(252, 252, 243);
padding: 10px;
}
header h1.store-name, footer h1.store-name {
letter-spacing: 3px;
margin: 0px 20px 0px 20px;
font-size: 30px;
line-height: 40px;
color: rgb(216, 120, 3)
}
header h1.store-name span.store-slogan, footer h1.store-name span.store-slogan {
color: darkgrey;
letter-spacing: 0px;
font-weight: 400;
}
header p.nav-item, footer p.nav-item {
margin: 0px 20px 0px 20px;
font-size: 20px;
line-height: 25px;
color: rgb(43, 43, 43);
}
header p.nav-item.phone, footer p.nav-item.phone {
font-size: 12.5px;
line-height: 14px;
}
header p.nav-item.phone a.phone-number, footer p.nav-item.phone a.phone-number {
text-decoration: none;
}
header p.nav-item a, footer p.nav-item a {
color: inherit;
text-decoration: none;
}
header p.nav-item a:hover, footer p.nav-item a:hover {
text-decoration: none;
}
header input.nav-item.search, footer input.nav-item.search {
margin: 0px 20px 0px 20px;
font-size: 16px;
padding: 8px;
border: 0px;
border-bottom: 1px solid darkorange;
width: 100%;
max-width: 200px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
header input.nav-item.search::placeholder, footer input.nav-item.search::placeholder {
font-family: "PT Sans", sans-serif;
}
main {
margin: 0px 20px 20px 20px;
}
main div.breadcrumbs p span.breadcrumb {
background-color: rgb(250, 250, 189);
padding: 3px;
border: 1px solid rgb(255, 255, 0);
border-radius: 10px;
}
main div.breadcrumbs p span.breadcrumb a {
color: inherit;
text-decoration: none;
}
main div.breadcrumbs p span.breadcrumb:hover {
background-color: darkorange;
border: 1px solid darkorange;
color: white;
}
main h1.page-title {
text-align: center;
}
main form.active-filters {
text-align: center;
}
main form.active-filters label {
padding: 6px 16px;
color: black;
border: 1px solid darkorange;
border-radius: 50px;
margin: 10px 10px 0px 10px;
display: inline-block;
font-size: 16px;
}
main form.active-filters input[type='checkbox'] {
position: absolute;
z-index: -1;
opacity: 0;
}
main form.active-filters input[type='checkbox']:checked + label {
background-color: darkorange;
color: white;
}
main form.active-filters input[type='checkbox']:checked + label:before {
content: "\2713 ";
}
div.filters-and-products {
display: flex;
}
main form.filters {
width: 100%;
max-width: 300px;
margin-right: 10px;
}
main form.filters fieldset {
border: 1px solid darkorange;
border-radius: 10px;
margin-top: 20px;
}
main form.filters p.range-min-max {
display: flex;
justify-content: space-between;
margin: 0px;
}
main div.products {
display: flex;
flex-flow: row wrap;
margin-top: 12px;
width: 100%;
}
main div.products div.product {
max-width: 200px;
border: 1px solid darkorange;
border-radius: 10px;
padding: 10px;
margin: 20px 10px 0px 10px;
position: relative;
}
main div.products div.product img.product-image {
width: 100%;
}
main div.products div.product h1.product-name {
font-size: 20px;
margin-bottom: 110px;
text-align: center;
}
main div.products div.product div.info {
position: absolute;
bottom: 0px;
left: 0px;
width: calc(100% - 2 * 10px);
padding: 0px 10px;
}
main div.products div.product div.info p.price,
main div.product-page div.product-info div.info p.price {
font-family: "PT Mono", monospace;
float: left;
}
main div.products div.product div.info p.price span.price,
main div.product-page div.product-info div.info p.price span.price {
font-size: 22px;
}
main div.products div.product div.info p.stock,
main div.product-page div.product-info div.info p.stock {
float: right;
}
main div.products div.product div.info p.stock.available,
main div.product-page div.product-info div.info p.stock.available {
color: green;
}
main div.products div.product div.info p.stock.available:before,
main div.product-page div.product-info div.info p.stock.available:before {
content: "\2713 ";
}
main div.products div.product div.info p.stock.unavailable,
main div.product-page div.product-info div.info p.stock.unavailable {
color: red;
}
main div.products div.product div.info p.stock.unavailable:before,
main div.product-page div.product-info div.info p.stock.unavailable:before {
content: "\2717 ";
}
main div.products div.product div.info p.buy a,
main div.product-page div.product-info div.info p.buy a {
background-color: darkorange;
color: white;
font-weight: 900;
text-decoration: none;
display: inline-block;
width: calc(100% - 2 * 10px);
text-align: center;
padding: 10px;
text-transform: uppercase;
border-radius: 10px;
}
main div.products div.product div.info p.stock.unavailable ~ p.buy a,
main div.product-page div.product-info div.info p.stock.unavailable ~ p.buy a {
background-color: darkgray;
}
@media only screen and (max-width: 1350px) {
header nav h1.store-name span.store-slogan,
header nav input.search,
header nav p.phone,
footer nav h1.store-name span.store-slogan,
footer nav input.search,
footer nav p.phone {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
main div.filters-and-products form.filters {
max-width: 200px;
}
}
@media only screen and (max-width: 768px) {
header nav h1.store-name span.store-slogan,
header nav input.search,
header nav p.nav-item,
footer nav h1.store-name span.store-slogan,
footer nav input.search,
footer nav p.nav-item {
display: none;
}
main form.active-filters label {
display: block;
margin-left: -10px;
margin-right: -10px;
}
main div.filters-and-products {
display: inline-block;
margin-left: -10px;
margin-right: -10px;
}
main div.filters-and-products form.filters {
width: 100%;
max-width: unset;
}
main div.filters-and-products div.products {
display: inline-block;
margin-left: -10px;
margin-right: -10px;
}
main div.filters-and-products div.products div.product {
max-width: unset;
}
}
main div.product-page {
width: 100%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
main div.product-page div.product-info {
display: flex;
}
main div.product-page div.product-info img.product-image {
width: 100%;
max-width: 500px;
}
main div.product-page div.product-info h3 {
margin-top: 50px;
}
main div.product-page div.product-info table.description td {
padding-right: 50px;
}
main div.product-page div.reviews {
margin-top: 50px;
}
main div.product-page div.reviews div.review {
display: flex;
align-items: center;
border: 1px solid darkorange;
border-radius: 10px;
padding: 5px 10px;
margin-top: 10px;
}
main div.product-page div.reviews div.review p {
margin: 5px;
}
main div.product-page div.reviews div.review div.profile-photo img {
width: 50px;
border-radius: 25px;
margin-right: 10px;
}
main div.product-page div.reviews div.review p.info {
font-style: italic;
color: rgb(107, 107, 107);
}
@media only screen and (max-width: 1024px) {
main div.product-page div.product-info {
display: inline-block;
width: 100%;
}
main div.product-page div.product-info img.product-image {
max-width: none;
}
main div.product-page div.product-info table.description {
width: 100%;
}
main div.product-page div.product-info table.description tr td:nth-child(2) {
padding-right: 0px;
}
}
main div.pagination {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
margin-top: 100px;
}
main div.pagination p.page {
border: 1px solid darkorange;
border-radius: 10px;
color: darkorange;
padding: 10px 20px;
margin: 5px 5px;
}
main div.pagination p.page.current {
background-color: darkorange;
color: white;
}
main div.pagination a {
color: inherit;
text-decoration: none;
}
footer {
margin: 100px 0px 0px 0px;
}
footer p.copy {
font-size: 11px;
}