1 a.toplevel_page_bws_panel.wp-has-current-submenu:after { |
1 a.toplevel_page_bws_panel.wp-has-current-submenu:after { |
2 display: none; |
2 display: none; |
3 } |
3 } |
4 .toplevel_page_bws_panel #wpcontent, |
4 .toplevel_page_bws_panel #wpcontent, |
5 .bws-panel_page_bws_themes #wpcontent, |
5 .bws-panel_page_bws_themes #wpcontent, |
6 .bws-panel_page_bws_system_status #wpcontent, |
6 .bws-panel_page_bws_system_status #wpcontent, |
7 body[class*="-bws-panel"] #wpcontent { |
7 body[class*="-bws-panel"] #wpcontent { |
8 padding-left: 0; |
8 padding-left: 0; |
9 padding-right: 0; |
9 padding-right: 0; |
10 } |
10 } |
11 .toplevel_page_bws_panel .update-nag, |
11 .toplevel_page_bws_panel .update-nag, |
12 .bws-panel_page_bws_themes .update-nag, |
12 .bws-panel_page_bws_themes .update-nag, |
13 .bws-panel_page_bws_system_status .update-nag, |
13 .bws-panel_page_bws_system_status .update-nag, |
14 body[class*="-bws-panel"] .update-nag { |
14 body[class*="-bws-panel"] .update-nag { |
15 display: none; |
15 display: none; |
16 } |
16 } |
17 .bws-wrap-content { |
17 .bws-wrap-content { |
18 padding-left: 20px; |
18 padding-left: 20px; |
19 } |
19 } |
20 .rtl .bws-wrap-content { |
20 .rtl .bws-wrap-content { |
21 padding-left: 0; |
21 padding-left: 0; |
22 padding-right: 20px; |
22 padding-right: 20px; |
23 } |
23 } |
24 /* |
24 /* |
25 * panel |
25 * panel |
26 */ |
26 */ |
27 .bws-header { |
27 .bws-header { |
28 background: #0074a2; |
28 background: #0074a2; |
29 color: #8bbed2; |
29 color: #8bbed2; |
30 padding: 0 17px; |
30 padding: 0 17px; |
31 } |
31 } |
32 .bws-title, |
32 .bws-title, |
33 .bws-nav-tab-wrapper, |
33 .bws-nav-tab-wrapper, |
34 .bws-help-links-wrapper { |
34 .bws-help-links-wrapper { |
35 display: inline-block; |
35 display: inline-block; |
36 } |
36 } |
37 .bws-title { |
37 .bws-title { |
38 text-transform: uppercase; |
38 text-transform: uppercase; |
39 font-weight: 600; |
39 font-weight: 600; |
40 font-size: 18px; |
40 font-size: 18px; |
41 letter-spacing: 0.1em; |
41 letter-spacing: 0.1em; |
42 margin-top: 15px; |
42 margin-top: 15px; |
43 } |
43 } |
44 .bws-title a { |
44 .bws-title a { |
45 color: #fff; |
45 color: #fff; |
46 text-decoration: none; |
46 text-decoration: none; |
47 box-shadow: none; |
47 box-shadow: none; |
48 } |
48 } |
49 .bws-logo.bwsicons { |
49 .bws-logo.bwsicons { |
50 font-size: 25px; |
50 font-size: 25px; |
51 color: #fff; |
51 color: #fff; |
52 margin: 0 3px; |
52 margin: 0 3px; |
53 vertical-align: middle; |
53 vertical-align: middle; |
54 } |
54 } |
55 .bws-title span { |
55 .bws-title span { |
56 color: #8bbed2; |
56 color: #8bbed2; |
57 font-size: 10px; |
57 font-size: 10px; |
58 vertical-align: top; |
58 vertical-align: top; |
59 } |
59 } |
60 .bws-nav-tab-wrapper { |
60 .bws-nav-tab-wrapper { |
61 height: 100%; |
61 height: 100%; |
62 font-size: 15px; |
62 font-size: 15px; |
63 margin-left: 28px; |
63 margin-left: 28px; |
64 } |
64 } |
65 .bws-help-links-wrapper a, |
65 .bws-help-links-wrapper a, |
66 .bws-nav-tab-wrapper a { |
66 .bws-nav-tab-wrapper a { |
67 color: #8bbed2; |
67 color: #8bbed2; |
68 text-decoration: none; |
68 text-decoration: none; |
69 display: inline-block; |
69 display: inline-block; |
70 padding: 17px 20px 20px; |
70 padding: 17px 20px 20px; |
71 box-shadow: none; |
71 box-shadow: none; |
72 } |
72 } |
73 .bws-help-links-wrapper a { |
73 .bws-help-links-wrapper a { |
74 padding: 17px 12px 20px; |
74 padding: 17px 12px 20px; |
75 } |
75 } |
76 .bws-nav-tab-wrapper a.bws-nav-tab { |
76 .bws-nav-tab-wrapper a.bws-nav-tab { |
77 color: #fff; |
77 color: #fff; |
78 } |
78 } |
79 .bws-nav-tab-active { |
79 .bws-nav-tab-active { |
80 background: #005d82; |
80 background: #005d82; |
81 color: #fff; |
81 color: #fff; |
82 } |
82 } |
83 .bws-help-links-wrapper a:hover, |
83 .bws-help-links-wrapper a:hover, |
84 .bws-nav-tab-wrapper a:hover { |
84 .bws-nav-tab-wrapper a:hover { |
85 color: #8bbed2; |
85 color: #8bbed2; |
86 background: #006894; |
86 background: #006894; |
87 } |
87 } |
88 .bws-help-links-wrapper { |
88 .bws-help-links-wrapper { |
89 float: right; |
89 float: right; |
90 font-size: 14px; |
90 font-size: 14px; |
91 } |
91 } |
92 .bws-menu-item-icon { |
92 .bws-menu-item-icon { |
93 display: none; |
93 display: none; |
94 float: right; |
94 float: right; |
95 font-size: 26px; |
95 font-size: 26px; |
96 padding: 17px 11px; |
96 padding: 17px 11px; |
97 color: #fff; |
97 color: #fff; |
98 } |
98 } |
99 .bws-menu-item-icon.bws-active { |
99 .bws-menu-item-icon.bws-active { |
100 color: #8bbed2; |
100 color: #8bbed2; |
101 } |
101 } |
102 .rtl .bws-nav-tab-wrapper { |
102 .rtl .bws-nav-tab-wrapper { |
103 margin-left: 0; |
103 margin-left: 0; |
104 margin-right: 28px; |
104 margin-right: 28px; |
105 } |
105 } |
106 .rtl .bws-help-links-wrapper { |
106 .rtl .bws-help-links-wrapper { |
107 float: left; |
107 float: left; |
108 } |
108 } |
109 /* |
109 /* |
110 * membership |
110 * membership |
111 */ |
111 */ |
112 .bws-membership-wrap { |
112 .bws-membership-wrap { |
113 background: url("../images/membership-background.jpg") no-repeat center #fff; |
113 background: url("../images/membership-background.jpg") no-repeat center #fff; |
114 overflow: hidden; |
114 overflow: hidden; |
115 position: relative; |
115 position: relative; |
116 margin: 20px 20px 0 20px; |
116 margin: 20px 20px 0 20px; |
117 } |
117 } |
118 .bws-membership-backround { |
118 .bws-membership-backround { |
119 background-color: #000; |
119 background-color: #000; |
120 opacity: 0.8; |
120 opacity: 0.8; |
121 position: absolute; |
121 position: absolute; |
122 height: 100%; |
122 height: 100%; |
123 width: 100%; |
123 width: 100%; |
124 z-index: 5; |
124 z-index: 5; |
125 } |
125 } |
126 .bws-membership { |
126 .bws-membership { |
127 color: #fff; |
127 color: #fff; |
128 padding: 23px 22px 23px 20px; |
128 padding: 23px 22px 23px 20px; |
129 z-index: 6; |
129 z-index: 6; |
130 position: relative; |
130 position: relative; |
131 } |
131 } |
132 .bws-membership-title { |
132 .bws-membership-title { |
133 font-size: 18px; |
133 font-size: 18px; |
134 line-height: 30px; |
134 line-height: 30px; |
135 font-weight: 600; |
135 font-weight: 600; |
136 float: left; |
136 float: left; |
137 } |
137 } |
138 .bws-membership-form { |
138 .bws-membership-form { |
139 float: right; |
139 float: right; |
140 } |
140 } |
141 .bws-membership-form * { |
141 .bws-membership-form * { |
142 vertical-align: top; |
142 vertical-align: top; |
143 } |
143 } |
144 .bws_form_input_wrap { |
144 .bws_form_input_wrap { |
145 display: inline-block; |
145 display: inline-block; |
146 } |
146 } |
147 .bws-membership input[type="text"] { |
147 .bws-membership input[type="text"] { |
148 border-radius: 3px; |
148 border-radius: 3px; |
149 border: none; |
149 border: none; |
150 font-size: 13px; |
150 font-size: 13px; |
151 padding: 8px 19px 8px 9px; |
151 padding: 8px 19px 8px 9px; |
152 text-align: left; |
152 text-align: left; |
153 line-height: 1; |
153 line-height: 1; |
154 } |
154 } |
155 .bws-membership .bws-button { |
155 .bws-button { |
156 background: #dd6930; |
156 background: #dd6930; |
157 color: #fff; |
157 color: #fff; |
158 text-align: center; |
158 text-align: center; |
159 display: inline-block; |
159 display: inline-block; |
160 text-decoration: none; |
160 text-decoration: none; |
161 font-size: 13px; |
161 font-size: 13px; |
162 padding: 8px 9px; |
162 padding: 8px 9px; |
163 border-radius: 3px; |
163 border-radius: 3px; |
164 border: none; |
164 border: none; |
165 cursor: pointer; |
165 cursor: pointer; |
166 margin: 0 6px; |
166 margin: 0 6px; |
167 } |
167 } |
168 .bws-membership-link { |
168 .bws-membership-link { |
169 font-size: 15px; |
169 font-size: 15px; |
170 color: #999; |
170 color: #999; |
171 padding: 0 8px; |
171 padding: 0 8px; |
172 line-height: 27px; |
172 line-height: 27px; |
173 } |
173 } |
174 .bws-membership-link a { |
174 .bws-membership-link a { |
175 color: #fff; |
175 color: #fff; |
176 text-decoration: none; |
176 text-decoration: none; |
177 border-bottom: 1px solid #999; |
177 border-bottom: 1px solid #999; |
178 padding: 0 3px; |
178 padding: 0 3px; |
179 } |
179 } |
180 .bws-membership-link a:hover { |
180 .bws-membership-link a:hover { |
181 border-bottom: none; |
181 border-bottom: none; |
182 } |
182 } |
183 .bws_error { |
183 .bws_error { |
184 color: #c5412b; |
184 color: #c5412b; |
185 margin-top: 1px; |
185 margin-top: 1px; |
186 max-width: 230px; |
186 max-width: 230px; |
187 } |
187 } |
188 .bws_error a { |
188 .bws_error a { |
189 color: #fff; |
189 color: #fff; |
190 text-decoration: none; |
190 text-decoration: none; |
191 } |
191 } |
192 .bws_input_error { |
192 .bws_input_error { |
193 border: 1px solid #c5412b !important; |
193 border: 1px solid #c5412b !important; |
194 } |
194 } |
195 /* |
195 /* |
196 * themes |
196 * themes |
197 */ |
197 */ |
198 .bws-availablethemes { |
198 .bws-availablethemes { |
199 margin-top: 10px; |
199 margin-top: 10px; |
200 } |
200 } |
201 .bws_browse_link { |
201 .bws_browse_link { |
202 color: #666; |
202 color: #666; |
203 font-size: 18px; |
203 font-size: 18px; |
204 text-decoration: none; |
204 text-decoration: none; |
205 background-color: #ddd; |
205 background-color: #ddd; |
206 display: block; |
206 display: block; |
207 width: 100%; |
207 width: 100%; |
208 text-align: center; |
208 text-align: center; |
209 padding: 8px 0; |
209 padding: 8px 0; |
210 font-weight: bold; |
210 font-weight: bold; |
211 border-radius: 5px; |
211 border-radius: 5px; |
212 } |
212 } |
213 .bws_browse_link .dashicons { |
213 .bws_browse_link .dashicons { |
214 line-height: inherit; |
214 line-height: inherit; |
215 vertical-align: text-top; |
215 vertical-align: text-top; |
216 font-size: 17px; |
216 font-size: 17px; |
217 } |
217 } |
218 /* |
218 /* |
219 * system status |
219 * system status |
220 */ |
220 */ |
221 table.bws-system-info { |
221 table.bws-system-info { |
222 margin-bottom: 15px; |
222 margin-bottom: 15px; |
223 } |
223 } |
224 table.bws-system-info td:first-child { |
224 table.bws-system-info td:first-child { |
225 width: 33%; |
225 width: 33%; |
226 } |
226 } |
227 table.bws-system-info tbody tr:nth-child(odd) { |
227 table.bws-system-info tbody tr:nth-child(odd) { |
228 background-color: #f9f9f9; |
228 background-color: #f9f9f9; |
229 } |
229 } |
230 /* |
230 /* |
231 * PLUGINS |
231 * PLUGINS |
232 */ |
232 */ |
233 .bws-products { |
233 .bws-products { |
234 float: left; |
234 float: left; |
235 width: 1350px; |
235 width: 1350px; |
236 } |
236 } |
237 .bws-products .description { |
237 .bws-products .description { |
238 margin-top: 20px; |
238 margin-top: 20px; |
239 } |
239 } |
240 .bws_product_box { |
240 .bws_product_box { |
241 background: #f2f2f2; |
241 background: #f2f2f2; |
242 border: 1px solid #CACACA; |
242 border: 1px solid #CACACA; |
243 float: left; |
243 float: left; |
244 margin: 10px 10px 0 0; |
244 margin: 10px 10px 0 0; |
245 width: 320px; |
245 width: 320px; |
246 border-radius: 3px; |
246 border-radius: 3px; |
247 min-height: 180px; |
247 min-height: 180px; |
248 } |
248 } |
249 .bws_product_active { |
249 .bws_product_active { |
250 background: #fff; |
250 background: #fff; |
251 } |
251 } |
252 .bws_product_content, |
252 .bws_product_content, |
253 .bws_product_image { |
253 .bws_product_image { |
254 float: left; |
254 float: left; |
255 } |
255 } |
256 .bws_product_image { |
256 .bws_product_image { |
257 padding: 20px; |
257 padding: 20px; |
258 } |
258 } |
259 .bws_product_image a { |
259 .bws_product_image a { |
260 box-shadow: none; |
260 box-shadow: none; |
261 } |
261 } |
262 .bws_product_image img { |
262 .bws_product_image img { |
263 height: 64px; |
263 height: 64px; |
264 } |
264 } |
265 .bws_product_content { |
265 .bws_product_content { |
266 max-width: 200px; |
266 max-width: 200px; |
267 padding: 15px 0 7px; |
267 padding: 15px 0 7px; |
268 } |
268 } |
269 .bws_product_title { |
269 .bws_product_title { |
270 font-size: 15px; |
270 font-size: 15px; |
271 line-height: initial; |
271 line-height: initial; |
272 font-weight: bolder; |
272 font-weight: bolder; |
273 } |
273 } |
274 .bws_product_title a { |
274 .bws_product_title a { |
275 color: #444; |
275 color: #444; |
276 font-weight: 600; |
276 font-weight: 600; |
277 } |
277 } |
278 .bws_product_title a:hover { |
278 .bws_product_title a:hover { |
279 color: #00a0d2; |
279 color: #00a0d2; |
280 } |
280 } |
281 .bws-version { |
281 .bws-version { |
282 margin-top: 6px; |
282 margin-top: 6px; |
283 } |
283 } |
284 .bws-version span { |
284 .bws-version span { |
285 color: #999; |
285 color: #999; |
286 font-size: 13px; |
286 font-size: 13px; |
287 } |
287 } |
288 .bws-version span.bws-update-available { |
288 .bws-version span.bws-update-available { |
289 color: #dd6930; |
289 color: #dd6930; |
290 } |
290 } |
291 .bws-update-now { |
291 .bws-update-now { |
292 background: #eee; |
292 background: #eee; |
293 padding: 2px 5px; |
293 padding: 2px 5px; |
294 } |
294 } |
295 .bws_product_description { |
295 .bws_product_description { |
296 font-size: 13px; |
296 font-size: 13px; |
297 line-height: 18px; |
297 line-height: 18px; |
298 margin: 6px 0 2px; |
298 margin: 6px 0 2px; |
299 color: #666; |
299 color: #666; |
300 } |
300 } |
301 .bws_product_links { |
301 .bws_product_links { |
302 margin: 15px 0; |
302 margin: 15px 0; |
303 } |
303 } |
304 .bws_product_links span { |
304 .bws_product_links span { |
305 color: #999; |
305 color: #999; |
306 vertical-align: sub; |
306 vertical-align: sub; |
307 margin-right: 10px; |
307 margin-right: 10px; |
308 } |
308 } |
309 .bws_product_links form { |
309 .bws_product_links form { |
310 display: inline-block; |
310 display: inline-block; |
311 } |
311 } |
312 .bws_product_content a { |
312 .bws_product_content a { |
313 text-decoration: none; |
313 text-decoration: none; |
314 margin-right: 10px; |
314 margin-right: 10px; |
315 } |
315 } |
316 .bws_product_content a.bws_upgrade_button, |
316 .bws_product_content a.bws_upgrade_button, |
317 .bws_product_content a.bws_upgrade_button:hover { |
317 .bws_product_content a.bws_upgrade_button:hover { |
318 background: #dd6930; |
318 background: #dd6930; |
319 border: 1px solid #c16436; |
319 border: 1px solid #c16436; |
320 color: #fff; |
320 color: #fff; |
321 margin-right: 12px; |
321 margin-right: 12px; |
322 } |
322 } |
323 a.bws_settings, |
323 a.bws_settings, |
324 a.bws_donate { |
324 a.bws_donate { |
325 vertical-align: sub; |
325 vertical-align: sub; |
326 } |
326 } |
327 .rtl .bws_product_box { |
327 .rtl .bws_product_box { |
328 float: right; |
328 float: right; |
329 margin: 12px 0 10px 10px; |
329 margin: 12px 0 10px 10px; |
330 } |
330 } |
331 .rtl .bws-products, |
331 .rtl .bws-products, |
332 .rtl .bws_product_content, |
332 .rtl .bws_product_content, |
333 .rtl .bws_product_image { |
333 .rtl .bws_product_image { |
334 float: right; |
334 float: right; |
335 } |
335 } |
336 .rtl a.bws_settings { |
336 .rtl a.bws_settings { |
337 margin-right: 10px; |
337 margin-right: 10px; |
338 } |
338 } |
339 /* filter */ |
339 /* filter */ |
340 #bws-filter-wrapper { |
340 #bws-filter-wrapper { |
341 display: table; |
341 display: table; |
342 } |
342 } |
343 .bws-filter { |
343 .bws-filter { |
344 width: 200px; |
344 width: 200px; |
345 } |
345 } |
346 .bws_fixed { |
346 .bws_fixed { |
347 position: fixed; |
347 position: fixed; |
348 top: 40px; |
348 top: 40px; |
349 } |
349 } |
350 .bws-filter-top { |
350 .bws-filter-top { |
351 display: none; |
351 display: none; |
352 background: #e2e2e2; |
352 background: #e2e2e2; |
353 padding: 1px 20px; |
353 padding: 1px 20px; |
354 margin: 0 -12px 0 -20px; |
354 margin: 0 -12px 0 -20px; |
355 } |
355 } |
356 .bws-filter-top h2 { |
356 .bws-filter-top h2 { |
357 margin: 14px 0; |
357 margin: 14px 0; |
358 } |
358 } |
359 .bws-toggle-indicator:before { |
359 .bws-toggle-indicator:before { |
360 content: "\f140"; |
360 content: "\f140"; |
361 display: inline-block; |
361 display: inline-block; |
362 font: 400 20px/1 dashicons; |
362 font: 400 20px/1 dashicons; |
363 width: 20px; |
363 width: 20px; |
364 vertical-align: bottom; |
364 vertical-align: bottom; |
365 margin-left: -5px; |
365 margin-left: -5px; |
366 } |
366 } |
367 .bws-filter-top-inside { |
367 .bws-filter-top-inside { |
368 display: none; |
368 display: none; |
369 margin: 25px 0; |
369 margin: 25px 0; |
370 } |
370 } |
371 .bws-filter-top.bws-opened .bws-toggle-indicator:before { |
371 .bws-filter-top.bws-opened .bws-toggle-indicator:before { |
372 content: "\f142"; |
372 content: "\f142"; |
373 } |
373 } |
374 .bws-filter-top.bws-opened .bws-filter-top-inside { |
374 .bws-filter-top.bws-opened .bws-filter-top-inside { |
375 display: block; |
375 display: block; |
376 } |
376 } |
377 .bws-filter-title { |
377 .bws-filter-title { |
378 font-size: 14px; |
378 font-size: 14px; |
379 color: #999; |
379 color: #999; |
380 margin-top: 10px; |
380 margin-top: 10px; |
381 } |
381 } |
382 .bws-category { |
382 .bws-category { |
383 margin-top: 15px; |
383 margin-top: 15px; |
384 } |
384 } |
385 .bws-category li { |
385 .bws-category li { |
386 margin-bottom: 10px; |
386 margin-bottom: 10px; |
387 } |
387 } |
388 .bws-category a { |
388 .bws-category a { |
389 text-decoration: none; |
389 text-decoration: none; |
390 } |
390 } |
391 .bws-category a.bws-active { |
391 .bws-category a.bws-active { |
392 background: #0074a2; |
392 background: #0074a2; |
393 color: #fff; |
393 color: #fff; |
394 padding: 2px 5px; |
394 padding: 2px 5px; |
395 display: inline-block; |
395 display: inline-block; |
396 border-radius: 3px; |
396 border-radius: 3px; |
397 } |
397 } |
398 .subsubsub span, |
398 .subsubsub span, |
399 .bws-category span { |
399 .bws-category span { |
400 color: #999; |
400 color: #999; |
401 } |
401 } |
402 .bws-category a.bws-active span { |
402 .bws-category a.bws-active span { |
403 color: #8bbed2; |
403 color: #8bbed2; |
404 } |
404 } |
405 |
405 |
406 @media screen and (max-width: 1700px) { |
406 @media screen and (max-width: 1700px) { |
407 .bws-products { |
407 .bws-products { |
408 width: 1020px; |
408 width: 1020px; |
409 } |
409 } |
410 } |
410 } |
411 @media screen and (max-width: 1425px) { |
411 @media screen and (max-width: 1425px) { |
412 .bws-products { |
412 .bws-products { |
413 width: 700px; |
413 width: 700px; |
414 } |
414 } |
415 } |
415 } |
416 @media screen and (max-width: 1120px) { |
416 @media screen and (max-width: 1120px) { |
417 .bws-products { |
417 .bws-products { |
418 width: 370px; |
418 width: 370px; |
419 } |
419 } |
420 .bws-membership-title, |
420 .bws-membership-title, |
421 .bws-membership-form { |
421 .bws-membership-form { |
422 float: none; |
422 float: none; |
423 text-align: center; |
423 text-align: center; |
424 } |
424 } |
425 .bws-membership-title { |
425 .bws-membership-title { |
426 margin-bottom: 10px; |
426 margin-bottom: 10px; |
427 } |
427 } |
428 } |
428 } |
429 @media screen and (max-width: 782px) { |
429 @media screen and (max-width: 782px) { |
430 .bws-header { |
430 .bws-header { |
431 padding: 0 0 4px; |
431 padding: 0 0 4px; |
432 } |
432 } |
433 .bws-title { |
433 .bws-title { |
434 margin-left: 11px; |
434 margin-left: 11px; |
435 } |
435 } |
436 .bws-menu-item-icon { |
436 .bws-menu-item-icon { |
437 display: block; |
437 display: block; |
438 } |
438 } |
439 .bws-nav-tab-wrapper, |
439 .bws-nav-tab-wrapper, |
440 .bws-help-links-wrapper { |
440 .bws-help-links-wrapper { |
441 margin: 0; |
441 margin: 0; |
442 width: 100%; |
442 width: 100%; |
443 float: none; |
443 float: none; |
444 display: none; |
444 display: none; |
445 } |
445 } |
446 .bws-nav-tab-wrapper a, |
446 .bws-nav-tab-wrapper a, |
447 .bws-help-links-wrapper a { |
447 .bws-help-links-wrapper a { |
448 width: 100%; |
448 width: 100%; |
449 padding: 17px 20px 20px; |
449 padding: 17px 20px 20px; |
450 } |
450 } |
451 .bws-membership * { |
451 .bws-membership * { |
452 text-align: center; |
452 text-align: center; |
453 } |
453 } |
454 .bws-membership-title, |
454 .bws-membership-title, |
455 .bws-membership-link { |
455 .bws-membership-link { |
456 margin-bottom: 10px; |
456 margin-bottom: 10px; |
457 display: block; |
457 display: block; |
458 } |
458 } |
459 .bws-membership .bws-button, |
459 .bws-membership .bws-button, |
460 .bws_form_input_wrap, |
460 .bws_form_input_wrap, |
461 .bws-membership input[type="text"] { |
461 .bws-membership input[type="text"] { |
462 width: 100%; |
462 width: 100%; |
463 margin: 0; |
463 margin: 0; |
464 } |
464 } |
465 .bws-membership .bws-button { |
465 .bws-membership .bws-button { |
466 margin-top: 8px; |
466 margin-top: 8px; |
467 } |
467 } |
468 .bws-filter { |
468 .bws-filter { |
469 display: none; |
469 display: none; |
470 } |
470 } |
471 .bws-filter-top { |
471 .bws-filter-top { |
472 display: block; |
472 display: block; |
473 } |
473 } |
474 .bws-products { |
474 .bws-products { |
475 float: none; |
475 float: none; |
476 width: 100%; |
476 width: 100%; |
477 } |
477 } |
478 } |
478 } |
479 @media screen and (max-width: 370px) { |
479 @media screen and (max-width: 370px) { |
480 .bws_product_box { |
480 .bws_product_box { |
481 width: auto; |
481 width: auto; |
482 } |
482 } |
483 .bws_product_content { |
483 .bws_product_content { |
484 max-width: 160px; |
484 max-width: 160px; |
485 padding-right: 10px; |
485 padding-right: 10px; |
486 } |
486 } |
487 } |
487 } |