Commit 7518e0e709ef64101a1d06e900f825a95ec08aff
1 parent
e201a91e
290616
Showing
2 changed files
with
1869 additions
and
1844 deletions
Show diff stats
frontend/web/css/concat_all.css
Changes suppressed. Click to show
1 | 1 | .w_100 { |
2 | - width: 100%; | |
2 | + width: 100%; | |
3 | 3 | } |
4 | 4 | |
5 | 5 | .w_960 { |
6 | - width: 960px; | |
7 | - margin: auto; | |
8 | - clear: both; | |
9 | - /*overflow: hidden;*/ | |
6 | + width: 960px; | |
7 | + margin: auto; | |
8 | + clear: both; | |
9 | + /*overflow: hidden;*/ | |
10 | 10 | |
11 | 11 | } |
12 | 12 | .w_960:after { |
13 | - content:""; | |
14 | - display:table; | |
15 | - clear:both; | |
13 | + content:""; | |
14 | + display:table; | |
15 | + clear:both; | |
16 | 16 | } |
17 | 17 | |
18 | 18 | .cat_p_bradcrump { |
19 | - padding: 30px 0px; | |
19 | + padding: 30px 0px; | |
20 | 20 | } |
21 | 21 | |
22 | 22 | .cat_p_bradcrump ul { |
23 | - list-style: none; | |
23 | + list-style: none; | |
24 | 24 | } |
25 | 25 | |
26 | 26 | .cat_p_bradcrump ul li { |
27 | - display: inline-block; | |
27 | + display: inline-block; | |
28 | 28 | } |
29 | 29 | |
30 | 30 | .cat_p_bradcrump ul li i { |
31 | - position: relative; | |
32 | - top: 1px; | |
33 | - padding: 0px 2px 0 8px; | |
34 | - color: #8C9295; | |
35 | - font-size: 13px; | |
31 | + position: relative; | |
32 | + top: 1px; | |
33 | + padding: 0px 2px 0 8px; | |
34 | + color: #8C9295; | |
35 | + font-size: 13px; | |
36 | 36 | } |
37 | 37 | |
38 | 38 | .cat_p_bradcrump ul li a { |
39 | - font-size: 12px; | |
40 | - color: #898b8e; | |
39 | + font-size: 12px; | |
40 | + color: #898b8e; | |
41 | 41 | } |
42 | 42 | |
43 | 43 | .cat_p_bradcrump ul .active a { |
44 | - text-decoration: none; | |
44 | + text-decoration: none; | |
45 | 45 | } |
46 | 46 | |
47 | 47 | .cat_p_filter_bar { |
48 | - font-family: 'HelveticaRegular', sans-serif; | |
49 | - width: 210px; | |
50 | - padding-right: 20px; | |
51 | - display: inline-block; | |
52 | - float: left; | |
48 | + font-family: 'HelveticaRegular', sans-serif; | |
49 | + width: 210px; | |
50 | + padding-right: 20px; | |
51 | + display: inline-block; | |
52 | + float: left; | |
53 | 53 | } |
54 | 54 | .cat_p_filter_bar:before { |
55 | - display: block; | |
56 | - content: ''; | |
57 | - clear: both; | |
55 | + display: block; | |
56 | + content: ''; | |
57 | + clear: both; | |
58 | 58 | } |
59 | 59 | |
60 | 60 | .cat_p_filter_bar .filter_list ul { |
61 | - list-style: none; | |
61 | + list-style: none; | |
62 | 62 | } |
63 | 63 | |
64 | 64 | .cat_p_filter_bar .filter_list ul .title_2 { |
65 | - font-size: 15px; | |
66 | - font-weight: bold; | |
67 | - color: #898b8e; | |
68 | - padding: 30px 0 20px; | |
65 | + font-size: 15px; | |
66 | + font-weight: bold; | |
67 | + color: #898b8e; | |
68 | + padding: 30px 0 20px; | |
69 | 69 | } |
70 | 70 | |
71 | 71 | .cat_p_filter_bar .filter_list ul li { |
72 | - border-bottom: 1px solid #bbbbbb; | |
73 | - position: relative; | |
74 | - padding: 15px 0; | |
75 | - font-weight: bold; | |
76 | - color: #333333; | |
72 | + border-bottom: 1px solid #bbbbbb; | |
73 | + position: relative; | |
74 | + padding: 15px 0; | |
75 | + font-weight: bold; | |
76 | + color: #333333; | |
77 | 77 | } |
78 | 78 | |
79 | 79 | .cat_p_filter_bar .filter_list ul li .width_li_filter { |
80 | - width: 180px; | |
81 | - display: block; | |
80 | + width: 180px; | |
81 | + display: block; | |
82 | 82 | } |
83 | 83 | |
84 | 84 | .cat_p_filter_bar .filter_list ul li .arrow { |
85 | - position: absolute; | |
86 | - right: 2px; | |
87 | - top: 3px; | |
88 | - font-size: 20px; | |
89 | - color: #727272; | |
90 | - padding: 10px 0 10px 200px; | |
85 | + position: absolute; | |
86 | + right: 2px; | |
87 | + top: 3px; | |
88 | + font-size: 20px; | |
89 | + color: #727272; | |
90 | + padding: 10px 0 10px 200px; | |
91 | 91 | } |
92 | 92 | |
93 | 93 | .cat_p_filter_bar .filter_list ul li .arrow i { |
94 | - font-weight: bold; | |
94 | + font-weight: bold; | |
95 | 95 | } |
96 | 96 | |
97 | 97 | .cat_p_filter_bar .filter_list ul li .arrow img { |
98 | - -webkit-transform: scale(1.3); | |
99 | - -ms-transform: scale(1.3); | |
100 | - transform: scale(1.3); | |
101 | - position: relative; | |
102 | - bottom: 3px; | |
98 | + -webkit-transform: scale(1.3); | |
99 | + -ms-transform: scale(1.3); | |
100 | + transform: scale(1.3); | |
101 | + position: relative; | |
102 | + bottom: 3px; | |
103 | 103 | } |
104 | 104 | |
105 | 105 | .cat_p_filter_bar .filter_list .price_filter { |
106 | - display: none; | |
107 | - padding-top: 10px; | |
106 | + display: none; | |
107 | + padding-top: 10px; | |
108 | 108 | } |
109 | 109 | |
110 | 110 | .cat_p_filter_bar .filter_list .price_filter a { |
111 | - color: #6aa033; | |
111 | + color: #6aa033; | |
112 | 112 | } |
113 | 113 | .cat_p_filter_bar .filter_list .price_filter.active-field { |
114 | - display: block; | |
114 | + display: block; | |
115 | 115 | } |
116 | 116 | |
117 | 117 | .cat_p_filter_bar .filter_list .first_price_li { |
118 | - padding-top: 30px; | |
119 | - display: block; | |
118 | + padding-top: 30px; | |
119 | + display: block; | |
120 | 120 | } |
121 | 121 | |
122 | 122 | .cat_p_filter_bar .filter_accept_bloc { |
123 | - padding: 20px 0 40px; | |
123 | + padding: 20px 0 40px; | |
124 | 124 | } |
125 | 125 | |
126 | 126 | .cat_p_filter_bar .filter_accept_bloc button { |
127 | - color: #fff; | |
128 | - padding: 10px; | |
129 | - font-size: 15px; | |
130 | - border: none; | |
131 | - -webkit-border-radius: 3px; | |
132 | - border-radius: 3px; | |
133 | - background-color: #898b8e; | |
134 | - -webkit-box-shadow: 0 2px 0 #636567; | |
135 | - box-shadow: 0 2px 0 #636567; | |
127 | + color: #fff; | |
128 | + padding: 10px; | |
129 | + font-size: 15px; | |
130 | + border: none; | |
131 | + -webkit-border-radius: 3px; | |
132 | + border-radius: 3px; | |
133 | + background-color: #898b8e; | |
134 | + -webkit-box-shadow: 0 2px 0 #636567; | |
135 | + box-shadow: 0 2px 0 #636567; | |
136 | 136 | } |
137 | 137 | |
138 | 138 | .cat_p_filter_bar .filter_accept_bloc button:hover { |
139 | - background-color: #707274; | |
139 | + background-color: #707274; | |
140 | 140 | } |
141 | 141 | |
142 | 142 | .cat_p_filter_bar .filter_accept_bloc a { |
143 | - color: #6AA033; | |
144 | - font-size: 12px; | |
143 | + color: #6AA033; | |
144 | + font-size: 12px; | |
145 | 145 | } |
146 | 146 | |
147 | 147 | .cat_p_filter_bar .product_list .title { |
148 | - padding-bottom: 5px; | |
149 | - color: #898b8e; | |
148 | + padding-bottom: 5px; | |
149 | + color: #898b8e; | |
150 | 150 | } |
151 | 151 | |
152 | 152 | .cat_p_filter_bar .product_list a { |
153 | - display: block; | |
154 | - padding: 5px 0 0 15px; | |
155 | - font-weight: normal; | |
153 | + display: block; | |
154 | + padding: 5px 0 0 15px; | |
155 | + font-weight: normal; | |
156 | 156 | } |
157 | 157 | |
158 | 158 | .cat_p_filter_bar .price_slider { |
159 | - width: 203px; | |
160 | - /*margin: auto;*/ | |
159 | + width: 203px; | |
160 | + /*margin: auto;*/ | |
161 | 161 | } |
162 | 162 | |
163 | 163 | .cat_p_filter_bar .checkbox { |
164 | - margin-top: 5px; | |
165 | - font-weight: normal; | |
164 | + margin-top: 5px; | |
165 | + font-weight: normal; | |
166 | 166 | } |
167 | 167 | |
168 | 168 | .cat_p_filter_bar .see_all a { |
169 | - font-size: 13px; | |
170 | - position: relative; | |
171 | - bottom: 3px; | |
169 | + font-size: 13px; | |
170 | + position: relative; | |
171 | + bottom: 3px; | |
172 | 172 | } |
173 | 173 | |
174 | 174 | .cat_p_filter_bar .see_all i { |
175 | - font-size: 18px; | |
176 | - color: #898B8E; | |
175 | + font-size: 18px; | |
176 | + color: #898B8E; | |
177 | 177 | } |
178 | 178 | |
179 | 179 | .cat_p_filter_bar .title { |
180 | - font-size: 16px; | |
181 | - font-weight: bold; | |
182 | - color: #898b8e; | |
183 | - padding-bottom: 20px; | |
180 | + font-size: 16px; | |
181 | + font-weight: bold; | |
182 | + color: #898b8e; | |
183 | + padding-bottom: 20px; | |
184 | 184 | } |
185 | 185 | |
186 | 186 | .cat_p_filter_bar p { |
187 | - margin-bottom: 20px; | |
187 | + margin-bottom: 20px; | |
188 | 188 | } |
189 | 189 | |
190 | 190 | .cat_p_filter_bar p input { |
191 | - padding: 8px; | |
192 | - -webkit-border-radius: 3px; | |
193 | - border-radius: 3px; | |
194 | - border: none; | |
195 | - border: 1px solid #bbb; | |
196 | - width: 60px; | |
191 | + padding: 8px; | |
192 | + -webkit-border-radius: 3px; | |
193 | + border-radius: 3px; | |
194 | + border: none; | |
195 | + border: 1px solid #bbb; | |
196 | + width: 60px; | |
197 | 197 | } |
198 | 198 | |
199 | 199 | .cat_p_filter_bar p label { |
200 | - display: block; | |
201 | - margin-bottom: 15px; | |
200 | + display: block; | |
201 | + margin-bottom: 15px; | |
202 | 202 | } |
203 | 203 | |
204 | 204 | .cat_p_catalog_list { |
205 | - font-family: 'HelveticaRegular', sans-serif; | |
206 | - width: 700px; | |
207 | - padding-right: 10px; | |
208 | - display: inline-block; | |
209 | - min-height: 20em; | |
205 | + font-family: 'HelveticaRegular', sans-serif; | |
206 | + width: 700px; | |
207 | + padding-right: 10px; | |
208 | + display: inline-block; | |
209 | + min-height: 20em; | |
210 | 210 | } |
211 | 211 | |
212 | 212 | .cat_p_catalog_list ul { |
213 | - list-style: none; | |
214 | - display: inline-block; | |
213 | + list-style: none; | |
214 | + display: inline-block; | |
215 | 215 | } |
216 | 216 | |
217 | 217 | .cat_p_catalog_list ul li { |
218 | - display: inline-block; | |
218 | + display: inline-block; | |
219 | 219 | } |
220 | 220 | |
221 | 221 | .cat_p_catalog_list ul li .active { |
222 | - color: #333333; | |
223 | - text-decoration: none; | |
222 | + color: #333333; | |
223 | + text-decoration: none; | |
224 | 224 | } |
225 | 225 | |
226 | 226 | .cat_p_catalog_list ul li a { |
227 | - color: #6aa033; | |
228 | - font-size: 13px; | |
227 | + color: #6aa033; | |
228 | + font-size: 13px; | |
229 | 229 | } |
230 | 230 | |
231 | 231 | .cat_p_catalog_list .sort_menu { |
232 | - padding-bottom: 10px; | |
233 | - border-bottom: 1px solid #DBDCDD; | |
234 | - margin-bottom: 30px; | |
235 | - width: 720px; | |
232 | + padding-bottom: 10px; | |
233 | + border-bottom: 1px solid #DBDCDD; | |
234 | + margin-bottom: 30px; | |
235 | + width: 720px; | |
236 | 236 | } |
237 | 237 | |
238 | 238 | .cat_p_catalog_list .title { |
239 | - font-size: 30px; | |
240 | - font-weight: bold; | |
241 | - padding-bottom: 20px; | |
239 | + font-size: 30px; | |
240 | + font-weight: bold; | |
241 | + padding-bottom: 20px; | |
242 | + line-height: 35px; | |
242 | 243 | } |
243 | 244 | |
244 | 245 | .cat_p_catalog_list .sort_price { |
245 | - display: inline-block; | |
246 | - width: 225px; | |
247 | - position: relative; | |
248 | - font-size: 13px; | |
246 | + display: inline-block; | |
247 | + width: 225px; | |
248 | + position: relative; | |
249 | + font-size: 13px; | |
249 | 250 | } |
250 | 251 | |
251 | 252 | .cat_p_catalog_list .sort_price select { |
252 | - text-decoration: underline; | |
253 | - width: 120px; | |
254 | - border: none; | |
255 | - color: #6aa033; | |
256 | - -webkit-appearance: none; | |
257 | - /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต */ | |
258 | - -moz-appearance: none; | |
259 | - appearance: none; | |
260 | - /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต */ | |
261 | - text-indent: 0.01px; | |
262 | - /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต ะฒ firefox */ | |
263 | - text-overflow: ''; | |
264 | - /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต ะฒ firefox */ | |
265 | - /*&::-ms-expand { display: none; } ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต ะฒ IE */ | |
266 | - background: transparent; | |
253 | + text-decoration: underline; | |
254 | + width: 120px; | |
255 | + border: none; | |
256 | + color: #6aa033; | |
257 | + -webkit-appearance: none; | |
258 | + /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต */ | |
259 | + -moz-appearance: none; | |
260 | + appearance: none; | |
261 | + /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต */ | |
262 | + text-indent: 0.01px; | |
263 | + /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต ะฒ firefox */ | |
264 | + text-overflow: ''; | |
265 | + /* ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต ะฒ firefox */ | |
266 | + /*&::-ms-expand { display: none; } ัะบัััะธะต ััะตัะณะพะปัะฝะธะบะฐ ะฒ ัะตะปะตะบัะต ะฒ IE */ | |
267 | + background: transparent; | |
267 | 268 | } |
268 | 269 | |
269 | 270 | .cat_p_catalog_list .sort_price select:focus { |
270 | - outline: none; | |
271 | + outline: none; | |
271 | 272 | } |
272 | 273 | |
273 | 274 | .cat_p_catalog_list .sort_price select option { |
274 | - background: transparent; | |
275 | + background: transparent; | |
275 | 276 | } |
276 | 277 | |
277 | 278 | .cat_p_catalog_list .sort_price i { |
278 | - position: absolute; | |
279 | - right: 72px; | |
280 | - top: 3px; | |
281 | - cursor: pointer; | |
282 | - font-weight: bold; | |
283 | - color: #898b8e; | |
284 | - z-index: -1; | |
279 | + position: absolute; | |
280 | + right: 72px; | |
281 | + top: 3px; | |
282 | + cursor: pointer; | |
283 | + font-weight: bold; | |
284 | + color: #898b8e; | |
285 | + z-index: -1; | |
285 | 286 | } |
286 | 287 | |
287 | 288 | .cat_p_catalog_list .show { |
288 | - display: inline-block; | |
289 | - width: 225px; | |
290 | - text-align: center; | |
291 | - font-size: 13px; | |
289 | + display: inline-block; | |
290 | + width: 225px; | |
291 | + text-align: center; | |
292 | + font-size: 13px; | |
292 | 293 | } |
293 | 294 | |
294 | 295 | .cat_p_catalog_list .show_pages { |
295 | - display: inline-block; | |
296 | - width: 250px; | |
297 | - text-align: right; | |
298 | - font-size: 13px; | |
296 | + display: inline-block; | |
297 | + width: 250px; | |
298 | + text-align: right; | |
299 | + font-size: 13px; | |
299 | 300 | } |
300 | 301 | |
301 | 302 | .cat_p_catalog_list .show_pages i { |
302 | - color: #898b8e; | |
303 | - position: relative; | |
304 | - top: 1px; | |
305 | - padding-left: 5px; | |
306 | - font-size: 15px; | |
307 | - cursor: pointer; | |
303 | + color: #898b8e; | |
304 | + position: relative; | |
305 | + top: 1px; | |
306 | + padding-left: 5px; | |
307 | + font-size: 15px; | |
308 | + cursor: pointer; | |
308 | 309 | } |
309 | 310 | |
310 | 311 | .cat_p_item_card_list { |
311 | - font-family: 'HelveticaRegular', sans-serif; | |
312 | + font-family: 'HelveticaRegular', sans-serif; | |
312 | 313 | } |
313 | 314 | |
314 | 315 | .cat_p_item_card_list .novelty { |
315 | - text-align: center; | |
316 | + text-align: center; | |
316 | 317 | } |
317 | 318 | |
318 | 319 | .cat_p_item_card_list .novelty .content { |
319 | - width: 720px; | |
320 | - padding: 0; | |
320 | + width: 720px; | |
321 | + padding: 0; | |
321 | 322 | } |
322 | 323 | |
323 | 324 | .cat_p_item_card_list .novelty .content .novelty_cont { |
324 | - width: 720px; | |
325 | - padding-bottom: 10px; | |
325 | + width: 720px; | |
326 | + padding-bottom: 10px; | |
326 | 327 | } |
327 | 328 | |
328 | 329 | .cat_p_item_card_list .novelty .content .novelty_cont .item { |
329 | - /*min-height: 375px;*/ | |
330 | - margin-right: 20px; | |
331 | - margin-bottom: 20px; | |
332 | - margin-left: 0; | |
330 | + /*min-height: 375px;*/ | |
331 | + margin-right: 20px; | |
332 | + margin-bottom: 20px; | |
333 | + margin-left: 0; | |
333 | 334 | } |
334 | 335 | |
335 | 336 | .cat_p_item_card_list .novelty .content .novelty_cont .item:after { |
336 | - display: none; | |
337 | + display: none; | |
337 | 338 | } |
338 | 339 | |
339 | 340 | .cat_p_item_card_list .novelty .content .novelty_cont .item .item_bottom_img { |
340 | - position: relative; | |
341 | - top: 3px; | |
342 | - right: 1px; | |
341 | + position: relative; | |
342 | + right: 1px; | |
343 | + top: 4px; | |
343 | 344 | } |
344 | 345 | |
345 | 346 | .cat_p_item_card_list .novelty .content .novelty_cont .item:before { |
346 | - content: ""; | |
347 | - position: absolute; | |
348 | - bottom: -1px; | |
349 | - right: -1px; | |
350 | - width: 0px; | |
351 | - height: 0px; | |
352 | - border-width: 13px 13px 0px 0px; | |
353 | - border-style: solid; | |
354 | - border-color: transparent #fff; | |
355 | - z-index: 2; | |
347 | + content: ""; | |
348 | + position: absolute; | |
349 | + bottom: -1px; | |
350 | + right: -1px; | |
351 | + width: 0px; | |
352 | + height: 0px; | |
353 | + border-width: 13px 13px 0px 0px; | |
354 | + border-style: solid; | |
355 | + border-color: transparent #fff; | |
356 | + z-index: 2; | |
356 | 357 | } |
357 | 358 | |
358 | 359 | .cat_p_item_card_list .novelty .content .novelty_cont .item .brand span { |
359 | - color: #6aa033; | |
360 | + color: #6aa033; | |
360 | 361 | } |
361 | 362 | |
362 | 363 | .cat_p_item_card_list .novelty .content .novelty_cont .item .new { |
363 | - background-color: red; | |
364 | - width: auto; | |
365 | - padding-right: 20px; | |
364 | + background-color: red; | |
365 | + width: auto; | |
366 | + padding-right: 20px; | |
366 | 367 | } |
367 | 368 | |
368 | 369 | .cat_p_item_card_list .novelty .content .novelty_cont .item .new:after { |
369 | - right: 0px; | |
370 | - width: 0px; | |
371 | - height: 0px; | |
372 | - border-width: 18px 13px 0px 0px; | |
373 | - border-style: solid; | |
374 | - border-color: transparent #fff; | |
370 | + right: 0px; | |
371 | + width: 0px; | |
372 | + height: 0px; | |
373 | + border-width: 18px 13px 0px 0px; | |
374 | + border-style: solid; | |
375 | + border-color: transparent #fff; | |
375 | 376 | } |
376 | 377 | |
377 | 378 | .cat_p_item_card_list .novelty .content .load_more_btn { |
378 | - font-size: 13px; | |
379 | - padding: 10px 15px; | |
380 | - background: #6AA033; | |
381 | - -webkit-border-radius: 2px; | |
382 | - border-radius: 2px; | |
383 | - border: none; | |
384 | - color: white; | |
385 | - -webkit-box-shadow: 0 2px 0 #507927; | |
386 | - box-shadow: 0 2px 0 #507927; | |
387 | - margin-bottom: 20px; | |
379 | + font-size: 13px; | |
380 | + padding: 10px 15px; | |
381 | + background: #6AA033; | |
382 | + -webkit-border-radius: 2px; | |
383 | + border-radius: 2px; | |
384 | + border: none; | |
385 | + color: white; | |
386 | + -webkit-box-shadow: 0 2px 0 #507927; | |
387 | + box-shadow: 0 2px 0 #507927; | |
388 | + margin-bottom: 20px; | |
388 | 389 | } |
389 | 390 | |
390 | 391 | .cat_p_item_card_list .novelty .content .load_more_btn:hover { |
391 | - background: #5d8d2d; | |
392 | + background: #5d8d2d; | |
392 | 393 | } |
393 | 394 | |
394 | 395 | .cat_p_item_card_list .novelty .content .show_pages { |
395 | - display: block; | |
396 | - margin: auto; | |
397 | - text-align: center; | |
398 | - margin-bottom: 7px; | |
396 | + display: block; | |
397 | + margin: auto; | |
398 | + text-align: center; | |
399 | + margin-bottom: 7px; | |
399 | 400 | } |
400 | 401 | |
401 | 402 | .cat_p_item_card_list .novelty .content .description { |
402 | - color: #333333; | |
403 | - text-align: left; | |
404 | - font-weight: normal; | |
405 | - font-size: 13px; | |
403 | + color: #333333; | |
404 | + text-align: left; | |
405 | + font-weight: normal; | |
406 | + font-size: 13px; | |
406 | 407 | } |
407 | 408 | |
408 | 409 | .cat_p_item_card_list .novelty .content .description h2 { |
409 | - padding: 30px 0; | |
410 | - font-size: 30px; | |
411 | - font-weight: normal; | |
410 | + padding: 30px 0; | |
411 | + font-size: 30px; | |
412 | + font-weight: normal; | |
412 | 413 | } |
413 | 414 | |
414 | 415 | .cat_p_item_card_list .novelty .content .description .bold { |
415 | - font-weight: bold; | |
416 | + font-weight: bold; | |
416 | 417 | } |
417 | 418 | |
418 | 419 | .cat_p_item_card_list .novelty .content .description h4 { |
419 | - padding: 20px 0; | |
420 | - font-size: 14px; | |
420 | + padding: 20px 0; | |
421 | + font-size: 14px; | |
421 | 422 | } |
422 | 423 | |
423 | 424 | .cat_p_item_card_list .novelty .content .description .margin_bottom_20 { |
424 | - margin-bottom: 20px; | |
425 | + margin-bottom: 20px; | |
425 | 426 | } |
426 | 427 | |
427 | 428 | .cat_p_item_card_list .novelty .content .description .empty_padding_400 { |
428 | - width: 100px; | |
429 | - height: 380px; | |
429 | + width: 100px; | |
430 | + height: 380px; | |
430 | 431 | } |
431 | 432 | /* ัะฒะตัะปัะน ะทะตะปะตะฝัะน ัะฒะตั, ัะตะบัั ะธ ะบะฝะพะฟะบะธ */ |
432 | 433 | |
... | ... | @@ -437,722 +438,746 @@ |
437 | 438 | /* ัะตะผะฝัะน ัะตััะน ัะฒะตั, ะฑะพะปััะธะต ะฝะฐะทะฒะฐะฝะธั, ัะธััั */ |
438 | 439 | |
439 | 440 | a { |
440 | - color: #6aa034; | |
441 | + color: #6aa034; | |
441 | 442 | } |
442 | 443 | |
443 | 444 | a:hover { |
444 | - color: #517a27; | |
445 | + color: #517a27; | |
445 | 446 | } |
446 | 447 | |
447 | 448 | h1 { |
448 | - color: #333333; | |
449 | - font-size: 30px; | |
450 | - font-weight: normal; | |
449 | + color: #333333; | |
450 | + font-size: 30px; | |
451 | + font-weight: normal; | |
451 | 452 | } |
452 | 453 | |
453 | 454 | .flex-container { |
454 | - display: -webkit-box; | |
455 | - display: -webkit-flex; | |
456 | - display: -ms-flexbox; | |
457 | - display: flex; | |
458 | - -webkit-flex-wrap: wrap; | |
459 | - -ms-flex-wrap: wrap; | |
460 | - flex-wrap: wrap; | |
461 | - -webkit-box-pack: justify; | |
462 | - -webkit-justify-content: space-between; | |
463 | - -ms-flex-pack: justify; | |
464 | - justify-content: space-between; | |
455 | + display: -webkit-box; | |
456 | + display: -webkit-flex; | |
457 | + display: -ms-flexbox; | |
458 | + display: flex; | |
459 | + -webkit-flex-wrap: wrap; | |
460 | + -ms-flex-wrap: wrap; | |
461 | + flex-wrap: wrap; | |
462 | + -webkit-box-pack: justify; | |
463 | + -webkit-justify-content: flex-start; | |
464 | + -ms-flex-pack: justify; | |
465 | + justify-content: flex-start; | |
465 | 466 | } |
466 | 467 | |
467 | 468 | .bradcrumps_top { |
468 | - padding: 30px 0; | |
469 | - line-height: 0; | |
469 | + padding: 30px 0; | |
470 | + line-height: 0; | |
470 | 471 | } |
471 | 472 | |
472 | 473 | .bradcrumps_top ul li { |
473 | - display: inline-block; | |
474 | + display: inline-block; | |
474 | 475 | } |
475 | 476 | |
476 | 477 | .bradcrumps_top ul li a { |
477 | - font-size: 12px; | |
478 | - color: #6aa034; | |
479 | - text-decoration: underline; | |
478 | + font-size: 12px; | |
479 | + color: #6aa034; | |
480 | + text-decoration: underline; | |
480 | 481 | } |
481 | 482 | |
482 | 483 | .bradcrumps_top ul li:last-child a { |
483 | - text-decoration: none; | |
484 | - color: #898b8e; | |
484 | + text-decoration: none; | |
485 | + color: #898b8e; | |
485 | 486 | } |
486 | 487 | |
487 | 488 | .bradcrumps_top ul li:last-child i { |
488 | - display: none; | |
489 | + display: none; | |
489 | 490 | } |
490 | 491 | |
491 | 492 | .bradcrumps_top ul li i { |
492 | - color: #898b8e; | |
493 | - padding: 0 2px 0 6px; | |
494 | - font-weight: bold; | |
495 | - font-size: 11px; | |
493 | + color: #898b8e; | |
494 | + padding: 0 2px 0 6px; | |
495 | + font-weight: bold; | |
496 | + font-size: 11px; | |
496 | 497 | } |
497 | 498 | |
498 | 499 | .my_custom_card { |
499 | - width: 218px; | |
500 | - display: inline-block; | |
501 | - border: 1px solid #cdd1d9; | |
502 | - border-bottom: none; | |
503 | - -webkit-border-top-left-radius: 2px; | |
504 | - border-top-left-radius: 2px; | |
505 | - -webkit-border-top-right-radius: 2px; | |
506 | - border-top-right-radius: 2px; | |
507 | - position: relative; | |
508 | - text-align: center; | |
509 | - margin-bottom: 1px; | |
510 | - margin-bottom: 19px; | |
511 | - color: #333333; | |
512 | - /* &:before { | |
513 | - content: ""; | |
514 | - position: absolute; | |
515 | - bottom: -1px; | |
516 | - right: -1px; | |
517 | - width: 0px; | |
518 | - height: 0px; | |
519 | - border-width: 13px 13px 0px 0px; | |
520 | - border-style: solid; | |
521 | - border-color: transparent #fff; | |
522 | - z-index: 2; | |
523 | - }*/ | |
500 | + width: 218px; | |
501 | + display: inline-block; | |
502 | + border: 1px solid #cdd1d9; | |
503 | + border-bottom: none; | |
504 | + -webkit-border-top-left-radius: 2px; | |
505 | + border-top-left-radius: 2px; | |
506 | + -webkit-border-top-right-radius: 2px; | |
507 | + border-top-right-radius: 2px; | |
508 | + position: relative; | |
509 | + text-align: center; | |
510 | + margin-bottom: 1px; | |
511 | + margin-bottom: 19px; | |
512 | + color: #333333; | |
513 | + margin-right: 15px; | |
514 | + /* &:before { | |
515 | + content: ""; | |
516 | + position: absolute; | |
517 | + bottom: -1px; | |
518 | + right: -1px; | |
519 | + width: 0px; | |
520 | + height: 0px; | |
521 | + border-width: 13px 13px 0px 0px; | |
522 | + border-style: solid; | |
523 | + border-color: transparent #fff; | |
524 | + z-index: 2; | |
525 | + }*/ | |
524 | 526 | } |
525 | 527 | |
526 | 528 | .my_custom_card .item_bottom_img { |
527 | - bottom: 61px; | |
528 | - left: -1px; | |
529 | - position: absolute; | |
530 | - top: 374px; | |
529 | + bottom: 61px; | |
530 | + left: -1px; | |
531 | + position: absolute; | |
532 | + top: 374px; | |
533 | +} | |
534 | +.watched_block .my_custom_card{ | |
535 | + width: 218px; | |
536 | + display: inline-block; | |
537 | + border: 1px solid #cdd1d9; | |
538 | + border-bottom: none; | |
539 | + -webkit-border-top-left-radius: 2px; | |
540 | + border-top-left-radius: 2px; | |
541 | + -webkit-border-top-right-radius: 2px; | |
542 | + border-top-right-radius: 2px; | |
543 | + position: relative; | |
544 | + text-align: center; | |
545 | + margin-bottom: 1px; | |
546 | + margin-bottom: 19px; | |
547 | + color: #333333; | |
548 | + margin-bottom: 35px; | |
549 | +} | |
550 | +.watched_block .my_custom_card .item_bottom_img { | |
551 | + left: -1px; | |
552 | + position: absolute; | |
553 | + margin-top: -14px; | |
554 | + box-shadow: inset -1px 0px 0px white; | |
531 | 555 | } |
532 | 556 | |
533 | 557 | .my_custom_card .new { |
534 | - position: absolute; | |
535 | - color: #ffffff; | |
536 | - left: 0px; | |
537 | - top: 7px; | |
538 | - text-transform: uppercase; | |
539 | - font-size: 10px; | |
540 | - text-align: left; | |
541 | - background-color: red; | |
542 | - width: auto; | |
543 | - padding: 1px 20px 0px 5px; | |
544 | - z-index: 1; | |
545 | - line-height: 17px; | |
558 | + position: absolute; | |
559 | + color: #ffffff; | |
560 | + left: 0px; | |
561 | + top: 7px; | |
562 | + text-transform: uppercase; | |
563 | + font-size: 10px; | |
564 | + text-align: left; | |
565 | + background-color: red; | |
566 | + width: auto; | |
567 | + padding: 1px 20px 0px 5px; | |
568 | + z-index: 1; | |
569 | + line-height: 17px; | |
546 | 570 | } |
547 | 571 | |
548 | 572 | .my_custom_card .new:after { |
549 | - content: ""; | |
550 | - height: 0px; | |
551 | - top: 0; | |
552 | - right: 0; | |
553 | - border-width: 21px 14px 0px 0px; | |
554 | - border-style: solid; | |
555 | - border-color: transparent #fff; | |
556 | - position: absolute; | |
573 | + content: ""; | |
574 | + height: 0px; | |
575 | + top: 0; | |
576 | + right: 0; | |
577 | + border-width: 21px 14px 0px 0px; | |
578 | + border-style: solid; | |
579 | + border-color: transparent #fff; | |
580 | + position: absolute; | |
557 | 581 | } |
558 | 582 | |
559 | 583 | .my_custom_card .top { |
560 | - background: #ffde00; | |
561 | - position: absolute; | |
562 | - padding: 1px 20px 0px 5px; | |
563 | - color: #ffffff; | |
564 | - left: 0px; | |
565 | - top: 30px; | |
566 | - text-transform: uppercase; | |
567 | - font-size: 10px; | |
568 | - color: #333333; | |
569 | - z-index: 1; | |
584 | + background: #ffde00; | |
585 | + position: absolute; | |
586 | + padding: 1px 20px 0px 5px; | |
587 | + color: #ffffff; | |
588 | + left: 0px; | |
589 | + top: 30px; | |
590 | + text-transform: uppercase; | |
591 | + font-size: 10px; | |
592 | + color: #333333; | |
593 | + z-index: 1; | |
570 | 594 | } |
571 | 595 | |
572 | 596 | .my_custom_card .top:after { |
573 | - content: ""; | |
574 | - top: 0; | |
575 | - right: 0px; | |
576 | - border-width: 21px 14px 0px 0px; | |
577 | - border-style: solid; | |
578 | - border-color: transparent #fff; | |
579 | - position: absolute; | |
597 | + content: ""; | |
598 | + top: 0; | |
599 | + right: 0px; | |
600 | + border-width: 21px 14px 0px 0px; | |
601 | + border-style: solid; | |
602 | + border-color: transparent #fff; | |
603 | + position: absolute; | |
580 | 604 | } |
581 | 605 | |
582 | 606 | .my_custom_card .item_link { |
583 | - text-decoration: none; | |
584 | - border: 0; | |
607 | + text-decoration: none; | |
608 | + border: 0; | |
585 | 609 | } |
586 | 610 | |
587 | 611 | .my_custom_card .item_link .pic { |
588 | - margin-top: 25px; | |
612 | + margin-top: 25px; | |
589 | 613 | } |
590 | 614 | |
591 | 615 | .my_custom_card .item_link .title_item { |
592 | - padding: 13px; | |
593 | - color: #6aa033; | |
594 | - margin-bottom: 3px; | |
595 | - font-size: 15px; | |
596 | - line-height: 17px; | |
616 | + padding: 13px; | |
617 | + color: #6aa033; | |
618 | + margin-bottom: 3px; | |
619 | + font-size: 15px; | |
620 | + line-height: 17px; | |
597 | 621 | } |
598 | 622 | |
599 | 623 | .my_custom_card .brand { |
600 | - font-size: 12px; | |
601 | - line-height: 12px; | |
624 | + font-size: 12px; | |
625 | + line-height: 12px; | |
602 | 626 | } |
603 | 627 | |
604 | 628 | .my_custom_card .brand span { |
605 | - color: #6aa033; | |
629 | + color: #6aa033; | |
606 | 630 | } |
607 | 631 | |
608 | 632 | .my_custom_card .type { |
609 | - font-size: 12px; | |
633 | + font-size: 12px; | |
610 | 634 | } |
611 | 635 | |
612 | 636 | .my_custom_card .price { |
613 | - font-size: 20px; | |
614 | - font-weight: bold; | |
615 | - font-family: HelveticaBold; | |
616 | - padding-bottom: 11px; | |
617 | - padding-top: 6px; | |
637 | + font-size: 20px; | |
638 | + font-weight: bold; | |
639 | + font-family: HelveticaBold; | |
640 | + padding-bottom: 11px; | |
641 | + padding-top: 6px; | |
618 | 642 | } |
619 | 643 | |
620 | 644 | .my_custom_card .price span { |
621 | - font-size: 13px !important; | |
645 | + font-size: 13px !important; | |
622 | 646 | } |
623 | 647 | |
624 | 648 | .my_custom_card .foo { |
625 | - padding: 5px 53px 5px 14px; | |
626 | - border: none; | |
627 | - background-color: #6aa034; | |
628 | - color: white; | |
629 | - font-size: 12px; | |
630 | - -webkit-border-radius: 3px; | |
631 | - border-radius: 3px; | |
632 | - -webkit-box-shadow: 0 2px #517a27; | |
633 | - box-shadow: 0 2px #517a27; | |
634 | - position: relative; | |
635 | - display: block; | |
636 | - margin: 0 auto 10px; | |
649 | + padding: 5px 53px 5px 14px; | |
650 | + border: none; | |
651 | + background-color: #6aa034; | |
652 | + color: white; | |
653 | + font-size: 12px; | |
654 | + -webkit-border-radius: 3px; | |
655 | + border-radius: 3px; | |
656 | + -webkit-box-shadow: 0 2px #517a27; | |
657 | + box-shadow: 0 2px #517a27; | |
658 | + position: relative; | |
659 | + display: block; | |
660 | + margin: 0 auto 10px; | |
637 | 661 | } |
638 | 662 | |
639 | 663 | .my_custom_card .foo:hover { |
640 | - background-color: #5d8d2e; | |
664 | + background-color: #5d8d2e; | |
641 | 665 | } |
642 | 666 | |
643 | 667 | .my_custom_card .foo:active { |
644 | - -webkit-box-shadow: none; | |
645 | - box-shadow: none; | |
646 | - top: 2px; | |
668 | + -webkit-box-shadow: none; | |
669 | + box-shadow: none; | |
670 | + top: 2px; | |
647 | 671 | } |
648 | 672 | |
649 | 673 | .my_custom_card .foo img { |
650 | - position: absolute; | |
651 | - padding: 3px 3px 3px 8px; | |
652 | - border-left: 1px solid #527B28; | |
653 | - right: 12px; | |
654 | - top: 3px; | |
674 | + position: absolute; | |
675 | + padding: 3px 3px 3px 8px; | |
676 | + border-left: 1px solid #527B28; | |
677 | + right: 12px; | |
678 | + top: 3px; | |
655 | 679 | } |
656 | 680 | |
657 | 681 | .my_custom_card .compare_add_but_d { |
658 | - color: #6aa034; | |
659 | - font-size: 12px; | |
660 | - text-decoration: none; | |
682 | + color: #6aa034; | |
683 | + font-size: 12px; | |
684 | + text-decoration: none; | |
661 | 685 | } |
662 | 686 | |
663 | 687 | .my_custom_card .compare_add_but_d span { |
664 | - border-bottom: 1px dotted #6aa034; | |
665 | - padding-left: 10px; | |
688 | + border-bottom: 1px dotted #6aa034; | |
689 | + padding-left: 10px; | |
666 | 690 | } |
667 | 691 | |
668 | 692 | .my_custom_card .compare_add_but_d span:hover { |
669 | - color: #517a27; | |
693 | + color: #517a27; | |
670 | 694 | } |
671 | 695 | |
672 | 696 | .my_custom_card img { |
673 | - position: relative; | |
674 | - top: 4px; | |
675 | - right: 1px; | |
697 | + position: relative; | |
698 | + top: 4px; | |
699 | + right: 1px; | |
676 | 700 | } |
677 | 701 | |
678 | 702 | ul { |
679 | - list-style: none; | |
703 | + list-style: none; | |
680 | 704 | } |
681 | 705 | |
682 | 706 | h1.with_this { |
683 | - margin-bottom: 21px; | |
707 | + margin-bottom: 21px; | |
684 | 708 | } |
685 | 709 | |
686 | 710 | hr { |
687 | - margin-bottom: 30px; | |
688 | - margin-top: 30px; | |
689 | - color: #C6C7C9; | |
690 | - border: none; | |
691 | - background-color: #C6C7C9; | |
692 | - height: 1px !important; | |
693 | - margin-right: -10px; | |
694 | - margin-left: -10px; | |
711 | + margin-bottom: 30px; | |
712 | + margin-top: 30px; | |
713 | + color: #C6C7C9; | |
714 | + border: none; | |
715 | + background-color: #C6C7C9; | |
716 | + height: 1px !important; | |
717 | + margin-right: -10px; | |
718 | + margin-left: -10px; | |
695 | 719 | } |
696 | 720 | |
697 | 721 | .tabs_item_name { |
698 | - font-weight: bold; | |
699 | - padding-bottom: 15px; | |
700 | - display: block; | |
722 | + font-weight: bold; | |
723 | + padding-bottom: 15px; | |
724 | + display: block; | |
701 | 725 | } |
702 | 726 | |
703 | 727 | .open_card_item_title { |
704 | - color: #333333; | |
705 | - font-size: 30px; | |
706 | - padding-bottom: 42px; | |
707 | - font-weight: bold; | |
708 | - margin: 0px; | |
728 | + color: #333333; | |
729 | + font-size: 30px; | |
730 | + padding-bottom: 42px; | |
731 | + font-weight: bold; | |
732 | + margin: 0px; | |
733 | + line-height: 35px; | |
709 | 734 | } |
710 | 735 | |
711 | 736 | .item_3_blocks_wrap { |
712 | - display: -webkit-box; | |
713 | - display: -webkit-flex; | |
714 | - display: -ms-flexbox; | |
715 | - display: flex; | |
716 | - -webkit-flex-wrap: wrap; | |
717 | - -ms-flex-wrap: wrap; | |
718 | - flex-wrap: wrap; | |
719 | - -webkit-box-pack: justify; | |
720 | - -webkit-justify-content: space-between; | |
721 | - -ms-flex-pack: justify; | |
722 | - justify-content: space-between; | |
737 | + display: -webkit-box; | |
738 | + display: -webkit-flex; | |
739 | + display: -ms-flexbox; | |
740 | + display: flex; | |
741 | + -webkit-flex-wrap: wrap; | |
742 | + -ms-flex-wrap: wrap; | |
743 | + flex-wrap: wrap; | |
744 | + -webkit-box-pack: justify; | |
745 | + -webkit-justify-content: space-between; | |
746 | + -ms-flex-pack: justify; | |
747 | + justify-content: space-between; | |
723 | 748 | } |
724 | 749 | |
725 | 750 | .item_3_blocks_wrap .item_img_block { |
726 | - width: 320px; | |
727 | - position: relative; | |
751 | + width: 320px; | |
752 | + position: relative; | |
728 | 753 | } |
729 | 754 | |
730 | 755 | .item_3_blocks_wrap .item_img_block .main_img { |
731 | - text-align: center; | |
732 | - border: 1px solid #C6C7C9; | |
733 | - height: 317px; | |
734 | - width: 318px; | |
756 | + text-align: center; | |
757 | + border: 1px solid #C6C7C9; | |
758 | + height: 317px; | |
759 | + width: 318px; | |
735 | 760 | } |
736 | 761 | |
737 | 762 | .item_3_blocks_wrap .item_img_block .main_img img { |
738 | - max-height: 100%; | |
763 | + max-height: 100%; | |
739 | 764 | } |
740 | 765 | |
741 | 766 | .item_3_blocks_wrap .item_img_block .main_img .new { |
742 | - background: #00adf0; | |
743 | - font-size: 10px; | |
744 | - padding: 1px 5px 0px 5px; | |
745 | - position: absolute; | |
746 | - left: 0; | |
747 | - top: 15px; | |
748 | - color: white; | |
749 | - line-height: 17px; | |
767 | + background: #00adf0; | |
768 | + font-size: 10px; | |
769 | + padding: 1px 5px 0px 5px; | |
770 | + position: absolute; | |
771 | + left: 0; | |
772 | + top: 15px; | |
773 | + color: white; | |
774 | + line-height: 17px; | |
750 | 775 | } |
751 | 776 | |
752 | 777 | .item_3_blocks_wrap .item_img_block .main_img .new:after { |
753 | - content: ""; | |
754 | - border-width: 0px 0px 18px 17px; | |
755 | - border-style: solid; | |
756 | - border-color: black green transparent #00ADF0; | |
757 | - position: absolute; | |
758 | - bottom: 0px; | |
759 | - right: -17px; | |
778 | + content: ""; | |
779 | + border-width: 0px 0px 18px 17px; | |
780 | + border-style: solid; | |
781 | + border-color: black green transparent #00ADF0; | |
782 | + position: absolute; | |
783 | + bottom: 0px; | |
784 | + right: -17px; | |
760 | 785 | } |
761 | 786 | |
762 | 787 | .item_3_blocks_wrap .item_img_block .main_img .top { |
763 | - background: #ffde00; | |
764 | - font-size: 10px; | |
765 | - padding: 1px 5px 0px 5px; | |
766 | - position: absolute; | |
767 | - line-height: 17px; | |
768 | - left: 0; | |
769 | - top: 38px; | |
770 | - color: black; | |
788 | + background: #ffde00; | |
789 | + font-size: 10px; | |
790 | + padding: 1px 5px 0px 5px; | |
791 | + position: absolute; | |
792 | + line-height: 17px; | |
793 | + left: 0; | |
794 | + top: 38px; | |
795 | + color: black; | |
771 | 796 | } |
772 | 797 | |
773 | 798 | .item_3_blocks_wrap .item_img_block .main_img .top:after { |
774 | - content: ""; | |
775 | - border-width: 0px 0px 18px 17px; | |
776 | - border-style: solid; | |
777 | - border-color: black green transparent #ffde00; | |
778 | - position: absolute; | |
779 | - bottom: 0px; | |
780 | - right: -17px; | |
799 | + content: ""; | |
800 | + border-width: 0px 0px 18px 17px; | |
801 | + border-style: solid; | |
802 | + border-color: black green transparent #ffde00; | |
803 | + position: absolute; | |
804 | + bottom: 0px; | |
805 | + right: -17px; | |
781 | 806 | } |
782 | 807 | |
783 | 808 | .item_3_blocks_wrap .item_img_block .main_img_slide { |
784 | - position: relative; | |
785 | - margin-top: 20px; | |
786 | - display: -webkit-box; | |
787 | - display: -webkit-flex; | |
788 | - display: -ms-flexbox; | |
789 | - display: flex; | |
790 | - -webkit-justify-content: space-around; | |
791 | - -ms-flex-pack: distribute; | |
792 | - justify-content: space-around; | |
793 | - -webkit-box-align: center; | |
794 | - -webkit-align-items: center; | |
795 | - -ms-flex-align: center; | |
796 | - align-items: center; | |
809 | + position: relative; | |
810 | + margin-top: 20px; | |
811 | + display: -webkit-box; | |
812 | + display: -webkit-flex; | |
813 | + display: -ms-flexbox; | |
814 | + display: flex; | |
815 | + -webkit-justify-content: space-around; | |
816 | + -ms-flex-pack: distribute; | |
817 | + justify-content: space-around; | |
818 | + -webkit-box-align: center; | |
819 | + -webkit-align-items: center; | |
820 | + -ms-flex-align: center; | |
821 | + align-items: center; | |
797 | 822 | } |
798 | 823 | |
799 | 824 | .item_3_blocks_wrap .item_img_block .main_img_slide .small_img_block { |
800 | - width: 80px; | |
801 | - height: 77px; | |
802 | - border: 1px solid #C6C7C9; | |
803 | - display: inline-block; | |
804 | - text-align: center; | |
825 | + width: 80px; | |
826 | + height: 77px; | |
827 | + border: 1px solid #C6C7C9; | |
828 | + display: inline-block; | |
829 | + text-align: center; | |
805 | 830 | } |
806 | 831 | |
807 | 832 | .item_3_blocks_wrap .item_img_block .main_img_slide .small_img_block img { |
808 | - max-width: 96%; | |
833 | + max-width: 96%; | |
809 | 834 | } |
810 | 835 | |
811 | 836 | .item_3_blocks_wrap .item_img_block .main_img_slide .small_img_block:first-child { |
812 | - margin-left: 10px; | |
837 | + margin-left: 10px; | |
813 | 838 | } |
814 | 839 | |
815 | 840 | .item_3_blocks_wrap .item_img_block .main_img_slide .small_img_block:nth-child(3) { |
816 | - margin-right: 10px; | |
841 | + margin-right: 10px; | |
817 | 842 | } |
818 | 843 | |
819 | 844 | .item_3_blocks_wrap .item_img_block .main_img_slide .active { |
820 | - border: 2px solid #C6C7C9; | |
845 | + border: 2px solid #C6C7C9; | |
821 | 846 | } |
822 | 847 | |
823 | 848 | .item_3_blocks_wrap .item_img_block .main_img_slide .slider_arrow_right { |
824 | - position: absolute; | |
825 | - right: 0; | |
826 | - top: 39%; | |
849 | + position: absolute; | |
850 | + right: 0; | |
851 | + top: 39%; | |
827 | 852 | } |
828 | 853 | |
829 | 854 | .item_3_blocks_wrap .item_img_block .main_img_slide .slider_arrow_left { |
830 | - position: absolute; | |
831 | - left: 0; | |
832 | - top: 39%; | |
855 | + position: absolute; | |
856 | + left: 0; | |
857 | + top: 39%; | |
833 | 858 | } |
834 | 859 | |
835 | 860 | .item_3_blocks_wrap .busket_block { |
836 | - position: relative; | |
837 | - width: 295px; | |
861 | + position: relative; | |
862 | + width: 295px; | |
838 | 863 | } |
839 | 864 | |
840 | 865 | .item_3_blocks_wrap .busket_block .grey_bg { |
841 | - background-color: #f4f4f4; | |
842 | - padding: 27px 0 20px; | |
843 | - margin-top: 20px; | |
866 | + background-color: #f4f4f4; | |
867 | + padding: 27px 0 20px; | |
868 | + margin-top: 20px; | |
844 | 869 | } |
845 | 870 | |
846 | 871 | .item_3_blocks_wrap .busket_block .top_code .code { |
847 | - background: #ffde00; | |
848 | - color: black; | |
849 | - font-size: 12px; | |
850 | - color: #333333; | |
851 | - font-weight: bold; | |
852 | - padding: 4px 12px; | |
853 | - display: inline-block; | |
872 | + background: #ffde00; | |
873 | + color: black; | |
874 | + font-size: 12px; | |
875 | + color: #333333; | |
876 | + font-weight: bold; | |
877 | + padding: 4px 12px; | |
878 | + display: inline-block; | |
854 | 879 | } |
855 | 880 | |
856 | 881 | .item_3_blocks_wrap .busket_block .top_code .have { |
857 | - font-size: 12px; | |
858 | - color: #333333; | |
859 | - font-weight: bold; | |
860 | - padding: 4px 19px 7px; | |
861 | - position: absolute; | |
862 | - top: 0; | |
863 | - right: 0; | |
882 | + font-size: 12px; | |
883 | + color: #333333; | |
884 | + font-weight: bold; | |
885 | + padding: 4px 19px 7px; | |
886 | + position: absolute; | |
887 | + top: 0; | |
888 | + right: 0; | |
864 | 889 | } |
865 | 890 | |
866 | 891 | .item_3_blocks_wrap .busket_block .top_code .have img { |
867 | - position: absolute; | |
868 | - right: 100px; | |
869 | - left: -5px; | |
892 | + position: absolute; | |
893 | + right: 100px; | |
894 | + left: -5px; | |
870 | 895 | } |
871 | 896 | |
872 | 897 | .item_3_blocks_wrap .busket_block .counter { |
873 | - text-align: center; | |
898 | + text-align: center; | |
874 | 899 | } |
875 | 900 | |
876 | 901 | .item_3_blocks_wrap .busket_block .counter .price { |
877 | - color: #333333; | |
878 | - font-size: 28px; | |
879 | - font-weight: bold; | |
880 | - display: inline-block; | |
881 | - padding-left: 20px; | |
882 | - padding-top: 8px; | |
883 | - padding-bottom: 11px; | |
902 | + color: #333333; | |
903 | + font-size: 28px; | |
904 | + font-weight: bold; | |
905 | + display: inline-block; | |
906 | + padding-left: 20px; | |
907 | + padding-top: 8px; | |
908 | + padding-bottom: 11px; | |
884 | 909 | } |
885 | 910 | |
886 | 911 | .item_3_blocks_wrap .busket_block .counter .sign { |
887 | - font-size: 15px; | |
888 | - color: #333333; | |
889 | - font-weight: bold; | |
890 | - display: inline-block; | |
891 | - margin-right: 15px; | |
912 | + font-size: 15px; | |
913 | + color: #333333; | |
914 | + font-weight: bold; | |
915 | + display: inline-block; | |
916 | + margin-right: 15px; | |
892 | 917 | } |
893 | 918 | |
894 | 919 | .item_3_blocks_wrap .busket_block .counter .count_block { |
895 | - display: inline-block; | |
896 | - position: relative; | |
920 | + display: inline-block; | |
921 | + position: relative; | |
897 | 922 | } |
898 | 923 | |
899 | 924 | .item_3_blocks_wrap .busket_block .counter .count_block .count_number { |
900 | - display: inline-block; | |
901 | - font-size: 22px; | |
902 | - padding: 6px 13px 6px; | |
903 | - border: 1px solid #C6C7C9; | |
904 | - -webkit-border-radius: 3px; | |
905 | - border-radius: 3px; | |
906 | - position: relative; | |
907 | - /*top: -2px;*/ | |
908 | - background-color: #fff; | |
925 | + display: inline-block; | |
926 | + font-size: 22px; | |
927 | + padding: 6px 13px 6px; | |
928 | + border: 1px solid #C6C7C9; | |
929 | + -webkit-border-radius: 3px; | |
930 | + border-radius: 3px; | |
931 | + position: relative; | |
932 | + /*top: -2px;*/ | |
933 | + background-color: #fff; | |
909 | 934 | } |
910 | 935 | |
911 | 936 | .item_3_blocks_wrap .busket_block .counter .count_block .count_buttons { |
912 | - position: relative; | |
913 | - /*top: 4px;*/ | |
914 | - right: 6px; | |
915 | - display: inline-block; | |
916 | - vertical-align: bottom; | |
937 | + position: relative; | |
938 | + /*top: 4px;*/ | |
939 | + right: 6px; | |
940 | + display: inline-block; | |
941 | + vertical-align: bottom; | |
917 | 942 | } |
918 | 943 | |
919 | 944 | .item_3_blocks_wrap .busket_block .counter .count_block .count_buttons .button_plus { |
920 | - background-color: #898b8e; | |
921 | - color: white; | |
922 | - font-weight: bold; | |
923 | - border-bottom: 1px solid #707274; | |
924 | - -webkit-border-top-right-radius: 3px; | |
925 | - border-top-right-radius: 3px; | |
926 | - font-size: 15px; | |
927 | - line-height: 15px; | |
928 | - padding: 0 7px; | |
929 | - cursor: pointer; | |
945 | + background-color: #898b8e; | |
946 | + color: white; | |
947 | + font-weight: bold; | |
948 | + border-bottom: 1px solid #707274; | |
949 | + -webkit-border-top-right-radius: 3px; | |
950 | + border-top-right-radius: 3px; | |
951 | + font-size: 15px; | |
952 | + line-height: 15px; | |
953 | + padding: 0 7px; | |
954 | + cursor: pointer; | |
930 | 955 | } |
931 | 956 | |
932 | 957 | .item_3_blocks_wrap .busket_block .counter .count_block .count_buttons .button_plus:hover { |
933 | - background-color: #7c7e81; | |
958 | + background-color: #7c7e81; | |
934 | 959 | } |
935 | 960 | |
936 | 961 | .item_3_blocks_wrap .busket_block .counter .count_block .count_buttons .button_minus { |
937 | - background-color: #898b8e; | |
938 | - color: white; | |
939 | - font-weight: bold; | |
940 | - line-height: 16px; | |
941 | - border-top: 1px solid #A2A2A2; | |
942 | - -webkit-border-bottom-right-radius: 3px; | |
943 | - border-bottom-right-radius: 3px; | |
944 | - cursor: pointer; | |
962 | + background-color: #898b8e; | |
963 | + color: white; | |
964 | + font-weight: bold; | |
965 | + line-height: 16px; | |
966 | + border-top: 1px solid #A2A2A2; | |
967 | + -webkit-border-bottom-right-radius: 3px; | |
968 | + border-bottom-right-radius: 3px; | |
969 | + cursor: pointer; | |
945 | 970 | } |
946 | 971 | |
947 | 972 | .item_3_blocks_wrap .busket_block .counter .count_block .count_buttons .button_minus:hover { |
948 | - background-color: #7c7e81; | |
973 | + background-color: #7c7e81; | |
949 | 974 | } |
950 | 975 | |
951 | 976 | .item_3_blocks_wrap .busket_block .in_cart_btn { |
952 | - text-align: center; | |
953 | - padding-top: 16px; | |
977 | + text-align: center; | |
978 | + padding-top: 16px; | |
954 | 979 | } |
955 | 980 | |
956 | 981 | .item_3_blocks_wrap .busket_block .in_cart_btn a { |
957 | - color: white; | |
958 | - text-decoration: none; | |
982 | + color: white; | |
983 | + text-decoration: none; | |
959 | 984 | } |
960 | 985 | |
961 | 986 | .item_3_blocks_wrap .busket_block .in_cart_btn a .cart_btn { |
962 | - background: #6aa034; | |
963 | - border: none; | |
964 | - padding: 10px 55px 10px 15px; | |
965 | - font-size: 16px; | |
966 | - -webkit-box-shadow: 0 2px #517a27; | |
967 | - box-shadow: 0 2px #517a27; | |
968 | - -webkit-border-radius: 2px; | |
969 | - border-radius: 2px; | |
970 | - position: relative; | |
987 | + background: #6aa034; | |
988 | + border: none; | |
989 | + padding: 10px 55px 10px 15px; | |
990 | + font-size: 16px; | |
991 | + -webkit-box-shadow: 0 2px #517a27; | |
992 | + box-shadow: 0 2px #517a27; | |
993 | + -webkit-border-radius: 2px; | |
994 | + border-radius: 2px; | |
995 | + position: relative; | |
971 | 996 | } |
972 | 997 | |
973 | 998 | .item_3_blocks_wrap .busket_block .in_cart_btn a .cart_btn:hover { |
974 | - background: #5d8d2e; | |
999 | + background: #5d8d2e; | |
975 | 1000 | } |
976 | 1001 | |
977 | 1002 | .item_3_blocks_wrap .busket_block .in_cart_btn a .cart_btn:active { |
978 | - position: relative; | |
979 | - top: 2px; | |
980 | - -webkit-box-shadow: none; | |
981 | - box-shadow: none; | |
1003 | + position: relative; | |
1004 | + top: 2px; | |
1005 | + -webkit-box-shadow: none; | |
1006 | + box-shadow: none; | |
982 | 1007 | } |
983 | 1008 | |
984 | 1009 | .item_3_blocks_wrap .busket_block .in_cart_btn a .cart_btn img { |
985 | - position: absolute; | |
986 | - padding: 7px 7px 7px 9px; | |
987 | - right: 7px; | |
988 | - width: 18px; | |
989 | - border-left: 1px solid #5d8d2e; | |
990 | - bottom: 2px; | |
1010 | + position: absolute; | |
1011 | + padding: 7px 7px 7px 9px; | |
1012 | + right: 7px; | |
1013 | + width: 18px; | |
1014 | + border-left: 1px solid #5d8d2e; | |
1015 | + bottom: 2px; | |
991 | 1016 | } |
992 | 1017 | |
993 | 1018 | .item_3_blocks_wrap .busket_block .to_compare_link { |
994 | - text-align: center; | |
995 | - margin-top: 18px; | |
1019 | + text-align: center; | |
1020 | + margin-top: 18px; | |
996 | 1021 | } |
997 | 1022 | |
998 | 1023 | .item_3_blocks_wrap .busket_block .to_compare_link .add_to_compare { |
999 | - border-bottom: 1px solid #6aa034; | |
1000 | - border-style: dotted; | |
1001 | - text-decoration: none; | |
1002 | - border-top: none; | |
1003 | - border-left: none; | |
1004 | - border-right: none; | |
1005 | - font-size: 12px; | |
1024 | + border-bottom: 1px solid #6aa034; | |
1025 | + border-style: dotted; | |
1026 | + text-decoration: none; | |
1027 | + border-top: none; | |
1028 | + border-left: none; | |
1029 | + border-right: none; | |
1030 | + font-size: 12px; | |
1006 | 1031 | } |
1007 | 1032 | |
1008 | 1033 | .item_3_blocks_wrap .busket_block .to_compare_link img { |
1009 | - position: relative; | |
1010 | - top: 3px; | |
1011 | - width: 19px; | |
1034 | + position: relative; | |
1035 | + top: 3px; | |
1036 | + width: 19px; | |
1012 | 1037 | } |
1013 | 1038 | |
1014 | 1039 | .item_3_blocks_wrap .busket_block .quick_order { |
1015 | - margin-top: 16px; | |
1040 | + margin-top: 16px; | |
1016 | 1041 | } |
1017 | 1042 | |
1018 | 1043 | .item_3_blocks_wrap .busket_block .quick_order form .text { |
1019 | - font-size: 12px; | |
1020 | - color: #333333; | |
1021 | - font-weight: bold; | |
1022 | - padding-right: 3px; | |
1044 | + font-size: 12px; | |
1045 | + color: #333333; | |
1046 | + font-weight: bold; | |
1047 | + padding-right: 3px; | |
1023 | 1048 | } |
1024 | 1049 | |
1025 | 1050 | .item_3_blocks_wrap .busket_block .quick_order form .quick_order_phone { |
1026 | - font-size: 12px; | |
1027 | - color: #333333; | |
1028 | - padding: 10px; | |
1029 | - border: 1px solid #C6C7C9; | |
1030 | - -webkit-border-radius: 2px; | |
1031 | - border-radius: 2px; | |
1032 | - width: 100px; | |
1051 | + font-size: 12px; | |
1052 | + color: #333333; | |
1053 | + padding: 9px; | |
1054 | + border: 1px solid #C6C7C9; | |
1055 | + -webkit-border-radius: 2px; | |
1056 | + border-radius: 2px; | |
1057 | + width: 100px; | |
1033 | 1058 | } |
1034 | 1059 | |
1035 | 1060 | .item_3_blocks_wrap .busket_block .quick_order form placeholder { |
1036 | - color: #C6C7C9; | |
1061 | + color: #C6C7C9; | |
1037 | 1062 | } |
1038 | 1063 | |
1039 | 1064 | .item_3_blocks_wrap .busket_block .quick_order form button { |
1040 | - border: none; | |
1041 | - font-size: 12px; | |
1042 | - color: white; | |
1043 | - padding: 7px 8px 6px 10px; | |
1044 | - background: #6aa034; | |
1045 | - -webkit-box-shadow: 0 2px #517a27; | |
1046 | - box-shadow: 0 2px #517a27; | |
1047 | - -webkit-border-top-right-radius: 2px; | |
1048 | - border-top-right-radius: 2px; | |
1049 | - -webkit-border-bottom-right-radius: 2px; | |
1050 | - border-bottom-right-radius: 2px; | |
1051 | - position: absolute; | |
1052 | - right: 1px; | |
1065 | + border: none; | |
1066 | + font-size: 12px; | |
1067 | + color: white; | |
1068 | + padding: 7px 8px 6px 10px; | |
1069 | + background: #6aa034; | |
1070 | + -webkit-box-shadow: 0 2px #517a27; | |
1071 | + box-shadow: 0 2px #517a27; | |
1072 | + -webkit-border-top-right-radius: 2px; | |
1073 | + border-top-right-radius: 2px; | |
1074 | + -webkit-border-bottom-right-radius: 2px; | |
1075 | + border-bottom-right-radius: 2px; | |
1076 | + position: absolute; | |
1077 | + right: 1px; | |
1053 | 1078 | } |
1054 | 1079 | |
1055 | 1080 | .item_3_blocks_wrap .busket_block .quick_order form button:hover { |
1056 | - background: #5d8d2e; | |
1081 | + background: #5d8d2e; | |
1057 | 1082 | } |
1058 | 1083 | |
1059 | 1084 | .item_3_blocks_wrap .busket_block .delivery { |
1060 | - font-size: 13px; | |
1061 | - color: #333333; | |
1062 | - margin-top: 27px; | |
1085 | + font-size: 13px; | |
1086 | + color: #333333; | |
1087 | + margin-top: 27px; | |
1063 | 1088 | } |
1064 | 1089 | |
1065 | 1090 | .item_3_blocks_wrap .busket_block .delivery a { |
1066 | - text-decoration: underline; | |
1091 | + text-decoration: underline; | |
1067 | 1092 | } |
1068 | 1093 | |
1069 | 1094 | .character_block { |
1070 | - width: 265px; | |
1071 | - color: #333333; | |
1095 | + width: 265px; | |
1096 | + color: #333333; | |
1072 | 1097 | } |
1073 | 1098 | |
1074 | 1099 | .character_block h3 { |
1075 | - line-height: 16px; | |
1100 | + line-height: 16px; | |
1076 | 1101 | } |
1077 | 1102 | |
1078 | 1103 | .character_block .each { |
1079 | - border-bottom: 1px solid #C6C7C9; | |
1080 | - border-style: dotted; | |
1081 | - border-top: none; | |
1082 | - border-left: none; | |
1083 | - border-right: none; | |
1084 | - font-size: 13px; | |
1085 | - margin-top: 2px; | |
1104 | + border-bottom: 1px solid #C6C7C9; | |
1105 | + border-style: dotted; | |
1106 | + border-top: none; | |
1107 | + border-left: none; | |
1108 | + border-right: none; | |
1109 | + font-size: 13px; | |
1110 | + margin-top: 2px; | |
1086 | 1111 | } |
1087 | 1112 | |
1088 | 1113 | .character_block .title { |
1089 | - display: inline-block; | |
1090 | - background: white; | |
1091 | - position: relative; | |
1092 | - top: 4px; | |
1093 | - color: #898b8e; | |
1114 | + display: inline-block; | |
1115 | + background: white; | |
1116 | + position: relative; | |
1117 | + top: 4px; | |
1118 | + color: #898b8e; | |
1094 | 1119 | } |
1095 | 1120 | |
1096 | 1121 | .character_block .tech { |
1097 | - display: inline-block; | |
1098 | - background: white; | |
1099 | - float: right; | |
1100 | - position: relative; | |
1101 | - top: 4px; | |
1122 | + display: inline-block; | |
1123 | + background: white; | |
1124 | + float: right; | |
1125 | + position: relative; | |
1126 | + top: 4px; | |
1102 | 1127 | } |
1103 | 1128 | |
1104 | 1129 | .character_block .tech_links { |
1105 | - margin-top: 20px; | |
1130 | + margin-top: 20px; | |
1106 | 1131 | } |
1107 | 1132 | |
1108 | 1133 | .character_block .tech_links a { |
1109 | - text-decoration: none; | |
1110 | - border-bottom: 1px solid #6aa034; | |
1111 | - border-style: dashed; | |
1112 | - border-left: none; | |
1113 | - border-right: none; | |
1114 | - border-top: none; | |
1115 | - font-size: 18px; | |
1116 | - margin-top: 6px; | |
1117 | - margin-right: 100px; | |
1118 | - display: inline-block; | |
1134 | + text-decoration: none; | |
1135 | + border-bottom: 1px solid #6aa034; | |
1136 | + border-style: dashed; | |
1137 | + border-left: none; | |
1138 | + border-right: none; | |
1139 | + border-top: none; | |
1140 | + font-size: 18px; | |
1141 | + margin-top: 6px; | |
1142 | + margin-right: 100px; | |
1143 | + display: inline-block; | |
1119 | 1144 | } |
1120 | 1145 | |
1121 | 1146 | .flex_container { |
1122 | - display: -webkit-box; | |
1123 | - display: -webkit-flex; | |
1124 | - display: -ms-flexbox; | |
1125 | - display: flex; | |
1126 | - -webkit-flex-wrap: wrap; | |
1127 | - -ms-flex-wrap: wrap; | |
1128 | - flex-wrap: wrap; | |
1129 | - -webkit-box-pack: justify; | |
1130 | - -webkit-justify-content: space-between; | |
1131 | - -ms-flex-pack: justify; | |
1132 | - justify-content: space-between; | |
1147 | + display: -webkit-box; | |
1148 | + display: -webkit-flex; | |
1149 | + display: -ms-flexbox; | |
1150 | + display: flex; | |
1151 | + -webkit-flex-wrap: wrap; | |
1152 | + -ms-flex-wrap: wrap; | |
1153 | + flex-wrap: wrap; | |
1154 | + -webkit-box-pack: justify; | |
1155 | + -webkit-justify-content: space-between; | |
1156 | + -ms-flex-pack: justify; | |
1157 | + justify-content: space-between; | |
1133 | 1158 | } |
1134 | 1159 | |
1135 | 1160 | .tabs_block { |
1136 | - color: #333333; | |
1137 | - width: 100%; | |
1161 | + color: #333333; | |
1162 | + width: 100%; | |
1138 | 1163 | } |
1139 | 1164 | |
1140 | 1165 | .watched_block { |
1141 | - margin-bottom: 45px; | |
1166 | + margin-bottom: 45px; | |
1142 | 1167 | } |
1143 | 1168 | |
1144 | 1169 | .watched_block h1 { |
1145 | - font-size: 30px; | |
1146 | - color: #333333; | |
1147 | - margin-bottom: 18px; | |
1170 | + font-size: 30px; | |
1171 | + color: #333333; | |
1172 | + margin-bottom: 18px; | |
1148 | 1173 | } |
1149 | 1174 | |
1150 | 1175 | .just_test_tracs { |
1151 | - -webkit-transition: all 02s easy; | |
1152 | - transition: all 02s easy; | |
1153 | - -webkit-transform: rotate(7deg); | |
1154 | - -ms-transform: rotate(7deg); | |
1155 | - transform: rotate(7deg); | |
1176 | + -webkit-transition: all 02s easy; | |
1177 | + transition: all 02s easy; | |
1178 | + -webkit-transform: rotate(7deg); | |
1179 | + -ms-transform: rotate(7deg); | |
1180 | + transform: rotate(7deg); | |
1156 | 1181 | } |
1157 | 1182 | /* ัะฒะตัะปัะน ะทะตะปะตะฝัะน ัะฒะตั, ัะตะบัั ะธ ะบะฝะพะฟะบะธ */ |
1158 | 1183 | |
... | ... | @@ -1163,534 +1188,535 @@ hr { |
1163 | 1188 | /* ัะตะผะฝัะน ัะตััะน ัะฒะตั, ะฑะพะปััะธะต ะฝะฐะทะฒะฐะฝะธั, ัะธััั */ |
1164 | 1189 | |
1165 | 1190 | .main_cont_wrap { |
1166 | - width: 940px; | |
1167 | - margin: auto; | |
1168 | - padding: 0px 10px; | |
1169 | - color: #333333; | |
1170 | - line-height: 19px; | |
1191 | + width: 940px; | |
1192 | + margin: auto; | |
1193 | + padding: 0px 10px; | |
1194 | + color: #333333; | |
1195 | + line-height: 19px; | |
1171 | 1196 | } |
1172 | 1197 | |
1173 | 1198 | .main_cont_wrap .services_title { |
1174 | - font-size: 30px; | |
1175 | - padding-top: 0px; | |
1176 | - padding-bottom: 26px; | |
1177 | - font-weight: bold; | |
1178 | - margin: 0px; | |
1199 | + font-size: 30px; | |
1200 | + padding-top: 0px; | |
1201 | + padding-bottom: 26px; | |
1202 | + font-weight: bold; | |
1203 | + margin: 0px; | |
1179 | 1204 | } |
1180 | 1205 | |
1181 | 1206 | .main_cont_wrap .services_title_servis { |
1182 | - font-size: 30px; | |
1183 | - padding-top: 0px; | |
1184 | - padding-bottom: 39px; | |
1185 | - font-weight: bold; | |
1186 | - margin: 0px; | |
1207 | + font-size: 30px; | |
1208 | + padding-top: 0px; | |
1209 | + padding-bottom: 39px; | |
1210 | + font-weight: bold; | |
1211 | + margin: 0px; | |
1187 | 1212 | } |
1188 | 1213 | |
1189 | 1214 | .main_cont_wrap .services_block { |
1190 | - display: -webkit-box; | |
1191 | - display: -webkit-flex; | |
1192 | - display: -ms-flexbox; | |
1193 | - display: flex; | |
1194 | - -webkit-flex-wrap: wrap; | |
1195 | - -ms-flex-wrap: wrap; | |
1196 | - flex-wrap: wrap; | |
1215 | + display: -webkit-box; | |
1216 | + display: -webkit-flex; | |
1217 | + display: -ms-flexbox; | |
1218 | + display: flex; | |
1219 | + -webkit-flex-wrap: wrap; | |
1220 | + -ms-flex-wrap: wrap; | |
1221 | + flex-wrap: wrap; | |
1222 | + padding-top:20px; | |
1197 | 1223 | } |
1198 | 1224 | |
1199 | 1225 | .main_cont_wrap .services_block .services_each { |
1200 | - width: 215px; | |
1201 | - padding: 0 10px; | |
1202 | - text-align: center; | |
1203 | - display: inline-block; | |
1204 | - margin-bottom: 45px; | |
1226 | + width: 215px; | |
1227 | + padding: 0 10px; | |
1228 | + text-align: center; | |
1229 | + display: inline-block; | |
1230 | + margin-bottom: 45px; | |
1205 | 1231 | } |
1206 | 1232 | |
1207 | 1233 | .main_cont_wrap .services_block .services_each .name { |
1208 | - font-size: 18px; | |
1209 | - font-weight: bold; | |
1210 | - padding: 20px 0px; | |
1211 | - display: block; | |
1212 | - padding-bottom: 16px; | |
1234 | + font-size: 18px; | |
1235 | + font-weight: bold; | |
1236 | + padding: 20px 0px; | |
1237 | + display: block; | |
1238 | + padding-bottom: 16px; | |
1213 | 1239 | } |
1214 | 1240 | |
1215 | 1241 | .main_cont_wrap .services_block .services_each img { |
1216 | - display: block; | |
1217 | - height: 65px; | |
1218 | - margin: auto; | |
1242 | + display: block; | |
1243 | + height: 65px; | |
1244 | + margin: auto; | |
1219 | 1245 | } |
1220 | 1246 | |
1221 | 1247 | .main_cont_wrap .services_block .services_each p { |
1222 | - font-size: 13px; | |
1223 | - line-height: 16px; | |
1248 | + font-size: 13px; | |
1249 | + line-height: 16px; | |
1224 | 1250 | } |
1225 | 1251 | |
1226 | 1252 | .delivery_block { |
1227 | - display: -webkit-box; | |
1228 | - display: -webkit-flex; | |
1229 | - display: -ms-flexbox; | |
1230 | - display: flex; | |
1231 | - -webkit-flex-wrap: wrap; | |
1232 | - -ms-flex-wrap: wrap; | |
1233 | - flex-wrap: wrap; | |
1234 | - -webkit-box-pack: justify; | |
1235 | - -webkit-justify-content: space-between; | |
1236 | - -ms-flex-pack: justify; | |
1237 | - justify-content: space-between; | |
1238 | - padding-bottom: 362px; | |
1239 | - padding-top: 11px; | |
1253 | + display: -webkit-box; | |
1254 | + display: -webkit-flex; | |
1255 | + display: -ms-flexbox; | |
1256 | + display: flex; | |
1257 | + -webkit-flex-wrap: wrap; | |
1258 | + -ms-flex-wrap: wrap; | |
1259 | + flex-wrap: wrap; | |
1260 | + -webkit-box-pack: justify; | |
1261 | + -webkit-justify-content: space-between; | |
1262 | + -ms-flex-pack: justify; | |
1263 | + justify-content: space-between; | |
1264 | + padding-bottom: 362px; | |
1265 | + padding-top: 11px; | |
1240 | 1266 | } |
1241 | 1267 | |
1242 | 1268 | .delivery_each_block { |
1243 | - font-size: 13px; | |
1244 | - width: 450px; | |
1245 | - line-height: 16px; | |
1269 | + font-size: 13px; | |
1270 | + width: 450px; | |
1271 | + line-height: 16px; | |
1246 | 1272 | } |
1247 | 1273 | |
1248 | 1274 | .delivery_each_block img { |
1249 | - display: block; | |
1250 | - width: 290px; | |
1251 | - margin: auto; | |
1275 | + display: block; | |
1276 | + width: 290px; | |
1277 | + margin: auto; | |
1252 | 1278 | } |
1253 | 1279 | |
1254 | 1280 | .delivery_each_block .name { |
1255 | - font-weight: bold; | |
1256 | - padding: 27px 0 18px; | |
1257 | - display: block; | |
1258 | - text-align: center; | |
1259 | - font-size: 15px; | |
1281 | + font-weight: bold; | |
1282 | + padding: 27px 0 18px; | |
1283 | + display: block; | |
1284 | + text-align: center; | |
1285 | + font-size: 15px; | |
1260 | 1286 | } |
1261 | 1287 | |
1262 | 1288 | .delivery_each_block .address { |
1263 | - font-size: 16px; | |
1264 | - font-weight: bold; | |
1265 | - display: block; | |
1266 | - padding-bottom: 20px; | |
1289 | + font-size: 16px; | |
1290 | + font-weight: bold; | |
1291 | + display: block; | |
1292 | + padding-bottom: 20px; | |
1267 | 1293 | } |
1268 | 1294 | |
1269 | 1295 | .contact_page_phones { |
1270 | - font-size: 16px; | |
1271 | - font-weight: bold; | |
1272 | - padding-bottom: 15px; | |
1296 | + font-size: 16px; | |
1297 | + font-weight: bold; | |
1298 | + padding-bottom: 15px; | |
1273 | 1299 | } |
1274 | 1300 | |
1275 | 1301 | .align_items_bottom { |
1276 | - -webkit-box-align: end; | |
1277 | - -webkit-align-items: flex-end; | |
1278 | - -ms-flex-align: end; | |
1279 | - align-items: flex-end; | |
1302 | + -webkit-box-align: end; | |
1303 | + -webkit-align-items: flex-end; | |
1304 | + -ms-flex-align: end; | |
1305 | + align-items: flex-end; | |
1280 | 1306 | } |
1281 | 1307 | |
1282 | 1308 | .manufacturers_block { |
1283 | - display: -webkit-box; | |
1284 | - display: -webkit-flex; | |
1285 | - display: -ms-flexbox; | |
1286 | - display: flex; | |
1287 | - -webkit-flex-wrap: wrap; | |
1288 | - -ms-flex-wrap: wrap; | |
1289 | - flex-wrap: wrap; | |
1290 | - -webkit-box-pack: justify; | |
1291 | - -webkit-justify-content: space-between; | |
1292 | - -ms-flex-pack: justify; | |
1293 | - justify-content: space-between; | |
1294 | - margin-bottom: 40px; | |
1295 | - margin-top: 13px; | |
1309 | + display: -webkit-box; | |
1310 | + display: -webkit-flex; | |
1311 | + display: -ms-flexbox; | |
1312 | + display: flex; | |
1313 | + -webkit-flex-wrap: wrap; | |
1314 | + -ms-flex-wrap: wrap; | |
1315 | + flex-wrap: wrap; | |
1316 | + -webkit-box-pack: justify; | |
1317 | + -webkit-justify-content: space-between; | |
1318 | + -ms-flex-pack: justify; | |
1319 | + justify-content: space-between; | |
1320 | + margin-bottom: 40px; | |
1321 | + margin-top: 13px; | |
1296 | 1322 | } |
1297 | 1323 | |
1298 | 1324 | .manufacturers_block a { |
1299 | - width: 172px; | |
1300 | - height: 100px; | |
1301 | - overflow: hidden; | |
1302 | - margin-bottom: 20px; | |
1303 | - display: inline-block; | |
1325 | + width: 172px; | |
1326 | + height: 100px; | |
1327 | + overflow: hidden; | |
1328 | + margin-bottom: 20px; | |
1329 | + display: inline-block; | |
1304 | 1330 | } |
1305 | 1331 | |
1306 | 1332 | .payment_icon_1 { |
1307 | - display: inline-block; | |
1308 | - background-image: url("../images/payment01.png"); | |
1309 | - background-repeat: no-repeat; | |
1310 | - width: 90px; | |
1311 | - height: 40px; | |
1312 | - float: left; | |
1313 | - background-position: 26px 5px; | |
1333 | + display: inline-block; | |
1334 | + background-image: url("../images/payment01.png"); | |
1335 | + background-repeat: no-repeat; | |
1336 | + width: 90px; | |
1337 | + height: 40px; | |
1338 | + float: left; | |
1339 | + background-position: 26px 5px; | |
1314 | 1340 | } |
1315 | 1341 | |
1316 | 1342 | .payment_icon_2 { |
1317 | - display: inline-block; | |
1318 | - background-image: url("../images/payment01.png"); | |
1319 | - background-repeat: no-repeat; | |
1320 | - width: 90px; | |
1321 | - height: 40px; | |
1322 | - float: left; | |
1323 | - background-position: 26px -32px; | |
1343 | + display: inline-block; | |
1344 | + background-image: url("../images/payment01.png"); | |
1345 | + background-repeat: no-repeat; | |
1346 | + width: 90px; | |
1347 | + height: 40px; | |
1348 | + float: left; | |
1349 | + background-position: 26px -32px; | |
1324 | 1350 | } |
1325 | 1351 | |
1326 | 1352 | .payment_01 { |
1327 | - margin: 21px 2px; | |
1328 | - display: block; | |
1353 | + margin: 21px 2px; | |
1354 | + display: block; | |
1329 | 1355 | } |
1330 | 1356 | |
1331 | 1357 | span.bold { |
1332 | - font-weight: bold; | |
1358 | + font-weight: bold; | |
1333 | 1359 | } |
1334 | 1360 | |
1335 | 1361 | span.red { |
1336 | - color: red; | |
1362 | + color: red; | |
1337 | 1363 | } |
1338 | 1364 | |
1339 | 1365 | .font_size_13 { |
1340 | - font-size: 13px; | |
1366 | + font-size: 13px; | |
1341 | 1367 | } |
1342 | 1368 | |
1343 | 1369 | .padding_450 { |
1344 | - padding-bottom: 450px; | |
1370 | + padding-bottom: 450px; | |
1345 | 1371 | } |
1346 | 1372 | |
1347 | 1373 | .basket_main_title { |
1348 | - margin-top: 0; | |
1349 | - font-weight: bold; | |
1350 | - font-size: 30px; | |
1351 | - margin-bottom: 29px; | |
1374 | + margin-top: 0; | |
1375 | + font-weight: bold; | |
1376 | + font-size: 30px; | |
1377 | + margin-bottom: 29px; | |
1352 | 1378 | } |
1353 | 1379 | |
1354 | 1380 | .privet_info_block h3 { |
1355 | - font-size: 18px; | |
1356 | - font-weight: bold; | |
1357 | - padding-bottom: 16px; | |
1381 | + font-size: 18px; | |
1382 | + font-weight: bold; | |
1383 | + padding-bottom: 16px; | |
1358 | 1384 | } |
1359 | 1385 | |
1360 | 1386 | .privet_info_block label { |
1361 | - font-size: 13px; | |
1362 | - font-weight: bold; | |
1387 | + font-size: 13px; | |
1388 | + font-weight: bold; | |
1363 | 1389 | } |
1364 | 1390 | |
1365 | 1391 | .privet_info_block span.placehold { |
1366 | - font-size: 12px; | |
1367 | - color: #898b8e; | |
1368 | - font-weight: normal; | |
1392 | + font-size: 12px; | |
1393 | + color: #898b8e; | |
1394 | + font-weight: normal; | |
1369 | 1395 | } |
1370 | 1396 | |
1371 | 1397 | .privet_info_block input { |
1372 | - padding: 7px 5px 9px; | |
1373 | - border: 1px solid #C6C7C9; | |
1374 | - -webkit-border-radius: 2px; | |
1375 | - border-radius: 2px; | |
1376 | - margin: 0 12px 0 8px; | |
1377 | - width: 256px; | |
1398 | + padding: 7px 5px 9px; | |
1399 | + border: 1px solid #C6C7C9; | |
1400 | + -webkit-border-radius: 2px; | |
1401 | + border-radius: 2px; | |
1402 | + margin: 0 12px 0 8px; | |
1403 | + width: 256px; | |
1378 | 1404 | } |
1379 | 1405 | |
1380 | 1406 | .privet_info_block .padding_cust { |
1381 | - padding: 0px 0px 8px 14px; | |
1407 | + padding: 0px 0px 8px 14px; | |
1382 | 1408 | } |
1383 | 1409 | |
1384 | 1410 | .privet_info_block .padding_cust:nth-child(3) { |
1385 | - padding-left: 17px; | |
1411 | + padding-left: 17px; | |
1386 | 1412 | } |
1387 | 1413 | |
1388 | 1414 | .privet_info_block .padding_cust:nth-child(4) { |
1389 | - padding-left: 1px; | |
1415 | + padding-left: 1px; | |
1390 | 1416 | } |
1391 | 1417 | |
1392 | 1418 | .separator { |
1393 | - width: 960px; | |
1394 | - height: 1px; | |
1395 | - border-bottom: 1px solid #C6C7C9; | |
1396 | - margin: 11px 0 27px; | |
1419 | + width: 960px; | |
1420 | + height: 1px; | |
1421 | + border-bottom: 1px solid #C6C7C9; | |
1422 | + margin: 11px 0 27px; | |
1397 | 1423 | } |
1398 | 1424 | |
1399 | 1425 | .delivery_radio h3 { |
1400 | - padding-bottom: 12px; | |
1426 | + padding-bottom: 12px; | |
1401 | 1427 | } |
1402 | 1428 | |
1403 | 1429 | .delivery_radio p { |
1404 | - display: inline-block; | |
1405 | - font-size: 13px; | |
1430 | + /*display: inline-block;*/ | |
1431 | + font-size: 13px; | |
1406 | 1432 | } |
1407 | 1433 | |
1408 | 1434 | .delivery_radio .padding_cust { |
1409 | - padding-bottom: 6px; | |
1435 | + padding-bottom: 6px; | |
1410 | 1436 | } |
1411 | 1437 | |
1412 | 1438 | .delivery_radio span.placehold { |
1413 | - color: #898b8e; | |
1414 | - display: block; | |
1415 | - font-size: 13px; | |
1416 | - padding-left: 23px; | |
1417 | - position: relative; | |
1418 | - bottom: 4px; | |
1439 | + color: #898b8e; | |
1440 | + display: block; | |
1441 | + font-size: 13px; | |
1442 | + padding-left: 23px; | |
1443 | + position: relative; | |
1444 | + bottom: 4px; | |
1419 | 1445 | } |
1420 | 1446 | |
1421 | 1447 | .basket_pay_block h3 { |
1422 | - padding-bottom: 12px; | |
1448 | + padding-bottom: 12px; | |
1423 | 1449 | } |
1424 | 1450 | |
1425 | 1451 | .basket_pay_block p { |
1426 | - display: inline-block; | |
1427 | - font-size: 13px; | |
1452 | + /*display: inline-block;*/ | |
1453 | + font-size: 13px; | |
1428 | 1454 | } |
1429 | 1455 | |
1430 | 1456 | .basket_pay_block .padding_cust { |
1431 | - padding-bottom: 6px; | |
1432 | - position: relative; | |
1457 | + padding-bottom: 6px; | |
1458 | + position: relative; | |
1433 | 1459 | } |
1434 | 1460 | |
1435 | 1461 | .basket_pay_block span.placehold { |
1436 | - color: #898b8e; | |
1437 | - display: block; | |
1438 | - font-size: 13px; | |
1439 | - padding-left: 23px; | |
1440 | - position: relative; | |
1441 | - bottom: 4px; | |
1462 | + color: #898b8e; | |
1463 | + display: block; | |
1464 | + font-size: 13px; | |
1465 | + padding-left: 23px; | |
1466 | + position: relative; | |
1467 | + bottom: 4px; | |
1442 | 1468 | } |
1443 | 1469 | |
1444 | 1470 | .basket_pay_block input[type="text"] { |
1445 | - margin-left: 8px; | |
1446 | - height: 17px; | |
1447 | - top: -11px; | |
1448 | - position: absolute; | |
1449 | - height: 22px; | |
1450 | - -webkit-border-radius: 2px; | |
1451 | - border-radius: 2px; | |
1452 | - border: 1px solid #C6C7C9; | |
1453 | - width: 89px; | |
1454 | - padding: 5px; | |
1471 | + margin-left: 8px; | |
1472 | + height: 17px; | |
1473 | + top: -11px; | |
1474 | + position: absolute; | |
1475 | + height: 22px; | |
1476 | + -webkit-border-radius: 2px; | |
1477 | + border-radius: 2px; | |
1478 | + border: 1px solid #C6C7C9; | |
1479 | + width: 89px; | |
1480 | + padding: 5px; | |
1455 | 1481 | } |
1456 | 1482 | |
1457 | 1483 | .separator_02 { |
1458 | - width: 960px; | |
1459 | - height: 1px; | |
1460 | - border-bottom: 1px solid #C6C7C9; | |
1461 | - margin: 3px 0 27px; | |
1484 | + width: 960px; | |
1485 | + height: 1px; | |
1486 | + border-bottom: 1px solid #C6C7C9; | |
1487 | + margin: 3px 0 27px; | |
1462 | 1488 | } |
1463 | 1489 | |
1464 | 1490 | .for_margin { |
1465 | - text-align: center; | |
1466 | - margin: 27px 0 84px; | |
1491 | + text-align: center; | |
1492 | + margin: 27px 0 84px; | |
1467 | 1493 | } |
1468 | 1494 | |
1469 | 1495 | .order_01_btn { |
1470 | - font-size: 13px; | |
1471 | - -webkit-box-shadow: 0 2px #517a27; | |
1472 | - box-shadow: 0 2px #517a27; | |
1473 | - border: none; | |
1474 | - -webkit-border-radius: 2px; | |
1475 | - border-radius: 2px; | |
1476 | - background-color: #6aa034; | |
1477 | - padding: 6px 22px; | |
1478 | - color: white; | |
1496 | + font-size: 13px; | |
1497 | + -webkit-box-shadow: 0 2px #517a27; | |
1498 | + box-shadow: 0 2px #517a27; | |
1499 | + border: none; | |
1500 | + -webkit-border-radius: 2px; | |
1501 | + border-radius: 2px; | |
1502 | + background-color: #6aa034; | |
1503 | + padding: 6px 22px; | |
1504 | + color: white; | |
1479 | 1505 | } |
1480 | 1506 | |
1481 | 1507 | .order_01_btn:hover { |
1482 | - background-color: #5d8d2e; | |
1508 | + background-color: #5d8d2e; | |
1483 | 1509 | } |
1484 | 1510 | |
1485 | 1511 | .order_01_btn:active { |
1486 | - position: relative; | |
1487 | - -webkit-box-shadow: none; | |
1488 | - box-shadow: none; | |
1489 | - top: 2px; | |
1512 | + position: relative; | |
1513 | + -webkit-box-shadow: none; | |
1514 | + box-shadow: none; | |
1515 | + top: 2px; | |
1490 | 1516 | } |
1491 | 1517 | |
1492 | 1518 | |
1493 | 1519 | .order_list .active { |
1494 | - background-color: #e0e1e2; | |
1520 | + background-color: #e0e1e2; | |
1495 | 1521 | } |
1496 | 1522 | |
1497 | 1523 | .order_list h3 { |
1498 | - margin-bottom: 6px; | |
1524 | + margin-bottom: 6px; | |
1499 | 1525 | } |
1500 | 1526 | |
1501 | 1527 | .order_list hr { |
1502 | - margin-top: 0px; | |
1503 | - margin-right: 0; | |
1504 | - margin-left: 0; | |
1505 | - margin-bottom: 16px; | |
1528 | + margin-top: 0px; | |
1529 | + margin-right: 0; | |
1530 | + margin-left: 0; | |
1531 | + margin-bottom: 16px; | |
1506 | 1532 | } |
1507 | 1533 | |
1508 | 1534 | .order_list hr:nth-child(5) { |
1509 | - margin-top: 15px; | |
1510 | - width: 930px; | |
1511 | - margin-left: -10px; | |
1535 | + margin-top: 15px; | |
1536 | + width: 930px; | |
1537 | + margin-left: -10px; | |
1512 | 1538 | } |
1513 | 1539 | |
1514 | 1540 | .order_list .all_price p { |
1515 | - font-size: 15px; | |
1516 | - display: inline-block; | |
1541 | + font-size: 15px; | |
1542 | + display: inline-block; | |
1517 | 1543 | } |
1518 | 1544 | |
1519 | 1545 | .order_list .all_price p:nth-child(1) { |
1520 | - padding-left: 19px; | |
1521 | - padding-right: 150px; | |
1546 | + padding-left: 19px; | |
1547 | + padding-right: 150px; | |
1522 | 1548 | } |
1523 | 1549 | |
1524 | 1550 | .order_list .all_price p:nth-child(2) { |
1525 | - padding-right: 20px; | |
1551 | + padding-right: 20px; | |
1526 | 1552 | } |
1527 | 1553 | |
1528 | 1554 | .order_list .all_price .all_price { |
1529 | - font-size: 20px; | |
1530 | - font-weight: bold; | |
1555 | + font-size: 20px; | |
1556 | + font-weight: bold; | |
1531 | 1557 | } |
1532 | 1558 | |
1533 | 1559 | .order_list_li { |
1534 | - padding: 10px 20px; | |
1535 | - display: -webkit-inline-box; | |
1536 | - display: -webkit-inline-flex; | |
1537 | - display: -ms-inline-flexbox; | |
1538 | - display: inline-flex; | |
1560 | + padding: 10px 20px; | |
1561 | + display: -webkit-inline-box; | |
1562 | + display: -webkit-inline-flex; | |
1563 | + display: -ms-inline-flexbox; | |
1564 | + display: inline-flex; | |
1539 | 1565 | } |
1540 | 1566 | |
1541 | 1567 | .order_list_li .little_img { |
1542 | - height: 78px; | |
1543 | - width: 78px; | |
1544 | - border: 1px solid #C6C7C9; | |
1545 | - overflow: hidden; | |
1546 | - display: inline-block; | |
1547 | - margin-right: 14px; | |
1548 | - float: left; | |
1568 | + height: 78px; | |
1569 | + width: 78px; | |
1570 | + border: 1px solid #C6C7C9; | |
1571 | + overflow: hidden; | |
1572 | + display: inline-block; | |
1573 | + margin-right: 14px; | |
1574 | + float: left; | |
1549 | 1575 | } |
1550 | 1576 | |
1551 | 1577 | .order_list_li .little_img img { |
1552 | - height: 100%; | |
1578 | + height: 100%; | |
1553 | 1579 | } |
1554 | 1580 | |
1555 | 1581 | .order_list_li .name_and_code { |
1556 | - display: inline-block; | |
1557 | - float: left; | |
1582 | + display: inline-block; | |
1583 | + float: left; | |
1558 | 1584 | } |
1559 | 1585 | |
1560 | 1586 | .order_list_li .name_and_code .name { |
1561 | - display: block; | |
1562 | - color: #6aa034; | |
1563 | - font-size: 15px; | |
1564 | - width: 175px; | |
1565 | - margin-bottom: 7px; | |
1566 | - position: relative; | |
1567 | - line-height: 18px; | |
1568 | - top: -3px; | |
1587 | + display: block; | |
1588 | + color: #6aa034; | |
1589 | + font-size: 15px; | |
1590 | + width: 175px; | |
1591 | + margin-bottom: 7px; | |
1592 | + position: relative; | |
1593 | + line-height: 18px; | |
1594 | + top: -3px; | |
1569 | 1595 | } |
1570 | 1596 | |
1571 | 1597 | .order_list_li .name_and_code .code { |
1572 | - display: block; | |
1573 | - font-size: 12px; | |
1598 | + display: block; | |
1599 | + font-size: 12px; | |
1574 | 1600 | } |
1575 | 1601 | |
1576 | 1602 | .order_list_li .how_many { |
1577 | - display: inline-block; | |
1578 | - padding: 32px 20px 0px 85px; | |
1579 | - font-weight: bold; | |
1603 | + display: inline-block; | |
1604 | + padding: 32px 20px 0px 85px; | |
1605 | + font-weight: bold; | |
1580 | 1606 | } |
1581 | 1607 | |
1582 | 1608 | .order_list_li .price { |
1583 | - display: inline-block; | |
1584 | - padding-left: 44px; | |
1585 | - font-weight: bold; | |
1586 | - font-size: 18px; | |
1587 | - padding-top: 31px; | |
1588 | - padding-left: 48px; | |
1609 | + display: inline-block; | |
1610 | + padding-left: 44px; | |
1611 | + font-weight: bold; | |
1612 | + font-size: 18px; | |
1613 | + padding-top: 31px; | |
1614 | + padding-left: 48px; | |
1589 | 1615 | } |
1590 | 1616 | |
1591 | 1617 | .order_list_li .price .price_text { |
1592 | - font-size: 15px; | |
1593 | - font-weight: normal; | |
1618 | + font-size: 15px; | |
1619 | + font-weight: normal; | |
1594 | 1620 | } |
1595 | 1621 | |
1596 | 1622 | .basket_step_2_delivery h3 { |
1597 | - font-size: 18px; | |
1598 | - font-weight: bold; | |
1599 | - margin-top: 28px; | |
1600 | - margin-bottom: 12px; | |
1623 | + font-size: 18px; | |
1624 | + font-weight: bold; | |
1625 | + margin-top: 28px; | |
1626 | + margin-bottom: 12px; | |
1601 | 1627 | } |
1602 | 1628 | |
1603 | 1629 | .basket_step_2_delivery h4 { |
1604 | - font-size: 18px; | |
1605 | - font-weight: bold; | |
1606 | - margin-top: 24px; | |
1607 | - margin-bottom: 12px; | |
1630 | + font-size: 18px; | |
1631 | + font-weight: bold; | |
1632 | + margin-top: 24px; | |
1633 | + margin-bottom: 12px; | |
1608 | 1634 | } |
1609 | 1635 | |
1610 | 1636 | .basket_step_2_delivery .detail { |
1611 | - font-size: 13px; | |
1612 | - margin-bottom: 7px; | |
1637 | + font-size: 13px; | |
1638 | + margin-bottom: 7px; | |
1613 | 1639 | } |
1614 | 1640 | |
1615 | 1641 | .basket_step_2_delivery .detail .grey { |
1616 | - color: #898b8e; | |
1617 | - display: inline-block; | |
1618 | - width: 69px; | |
1642 | + color: #898b8e; | |
1643 | + display: inline-block; | |
1644 | + width: 69px; | |
1619 | 1645 | } |
1620 | 1646 | |
1621 | 1647 | .for_margin_2 { |
1622 | - text-align: center; | |
1623 | - margin: 34px 0 42px; | |
1648 | + text-align: center; | |
1649 | + margin: 34px 0 42px; | |
1624 | 1650 | } |
1625 | 1651 | |
1626 | 1652 | .cabinet_main_title { |
1627 | - margin-top: 0; | |
1628 | - font-weight: bold; | |
1629 | - font-size: 30px; | |
1630 | - margin-bottom: 38px; | |
1653 | + margin-top: 0; | |
1654 | + font-weight: bold; | |
1655 | + font-size: 30px; | |
1656 | + margin-bottom: 38px; | |
1631 | 1657 | } |
1632 | 1658 | |
1633 | 1659 | .cabinet_wrap { |
1634 | - position: relative; | |
1635 | - margin-bottom: 282px; | |
1660 | + position: relative; | |
1661 | + margin-bottom: 282px; | |
1636 | 1662 | } |
1637 | 1663 | |
1638 | 1664 | .cabinet_wrap span.grey { |
1639 | - color: #898b8e; | |
1665 | + color: #898b8e; | |
1640 | 1666 | } |
1641 | 1667 | |
1642 | 1668 | .cabinet_wrap .cab_01 { |
1643 | - padding-bottom: 24px; | |
1669 | + padding-bottom: 24px; | |
1644 | 1670 | } |
1645 | 1671 | |
1646 | 1672 | .cabinet_wrap .block_01 { |
1647 | - display: inline-block; | |
1648 | - vertical-align: top; | |
1649 | - width: 233px; | |
1673 | + display: inline-block; | |
1674 | + vertical-align: top; | |
1675 | + width: 233px; | |
1650 | 1676 | } |
1651 | 1677 | |
1652 | 1678 | .cabinet_wrap .block_02 { |
1653 | - display: inline-block; | |
1654 | - width: 79px; | |
1679 | + display: inline-block; | |
1680 | + width: 79px; | |
1655 | 1681 | } |
1656 | 1682 | |
1657 | 1683 | .cabinet_wrap .block_03 { |
1658 | - display: inline-block; | |
1659 | - width: auto; | |
1684 | + display: inline-block; | |
1685 | + width: auto; | |
1660 | 1686 | } |
1661 | 1687 | |
1662 | 1688 | .cabinet_wrap .block_04 { |
1663 | - display: inline-block; | |
1664 | - padding-left: 60px; | |
1665 | - border-left: 1px solid #C6C7C9; | |
1666 | - position: relative; | |
1667 | - vertical-align: top; | |
1668 | - margin-left: 20px; | |
1689 | + display: inline-block; | |
1690 | + padding-left: 60px; | |
1691 | + border-left: 1px solid #C6C7C9; | |
1692 | + position: relative; | |
1693 | + vertical-align: top; | |
1694 | + margin-left: 20px; | |
1669 | 1695 | } |
1670 | 1696 | |
1671 | 1697 | .cabinet_wrap .block_04 .link { |
1672 | - padding-top: 21px; | |
1673 | - padding-bottom: 20px; | |
1674 | - font-size: 13px; | |
1698 | + padding-top: 21px; | |
1699 | + padding-bottom: 20px; | |
1700 | + font-size: 13px; | |
1675 | 1701 | } |
1676 | 1702 | |
1677 | 1703 | .cabinet_wrap .block_04 .link .dotted { |
1678 | - border-bottom: 1px dotted #6aa034; | |
1704 | + border-bottom: 1px dotted #6aa034; | |
1679 | 1705 | } |
1680 | 1706 | |
1681 | 1707 | .cabinet_wrap .block_04 .link a { |
1682 | - text-decoration: none; | |
1708 | + text-decoration: none; | |
1683 | 1709 | } |
1684 | 1710 | |
1685 | 1711 | .cabinet_wrap .block_04 .link:nth-child(2) { |
1686 | - padding-top: 4px; | |
1687 | - font-size: 13px; | |
1688 | - padding-bottom: 20px; | |
1712 | + padding-top: 4px; | |
1713 | + font-size: 13px; | |
1714 | + padding-bottom: 20px; | |
1689 | 1715 | } |
1690 | 1716 | |
1691 | 1717 | .cabinet_wrap .block_04 .link:nth-child(2) a { |
1692 | - border-bottom: none; | |
1693 | - text-decoration: none; | |
1718 | + border-bottom: none; | |
1719 | + text-decoration: none; | |
1694 | 1720 | } |
1695 | 1721 | |
1696 | 1722 | /*=============================================== MODAL WINDOWS ================================================*/ |
... | ... | @@ -1702,41 +1728,41 @@ span.red { |
1702 | 1728 | /* ััะธะปะธ ะพัะฝะพะฒะฝะพะณะพ ะผะพะดะฐะปัะฝะพะณะพ ะพะบะฝะฐ */ |
1703 | 1729 | |
1704 | 1730 | .modal_close_btn { |
1705 | - position: absolute; | |
1706 | - right: -42px; | |
1707 | - top: -59px; | |
1708 | - cursor: pointer; | |
1709 | - width: 100px; | |
1710 | - height: 120px; | |
1711 | - overflow: hidden; | |
1712 | - background-image: url("../images/modal_close_btn.png"); | |
1713 | - background-repeat: no-repeat; | |
1714 | - background-position: -143px 0; | |
1731 | + position: absolute; | |
1732 | + right: -42px; | |
1733 | + top: -59px; | |
1734 | + cursor: pointer; | |
1735 | + width: 100px; | |
1736 | + height: 120px; | |
1737 | + overflow: hidden; | |
1738 | + background-image: url("../images/modal_close_btn.png"); | |
1739 | + background-repeat: no-repeat; | |
1740 | + background-position: -143px 0; | |
1715 | 1741 | } |
1716 | 1742 | |
1717 | 1743 | .modal_close_btn:hover { |
1718 | - background-position: 0 0; | |
1744 | + background-position: 0 0; | |
1719 | 1745 | } |
1720 | 1746 | |
1721 | 1747 | .modal_wrapper { |
1722 | - color: #333333; | |
1723 | - width: 100%; | |
1724 | - background: rgba(0, 0, 0, 0.4); | |
1725 | - position: absolute; | |
1726 | - z-index: 2; | |
1727 | - top: 0; | |
1728 | - left: 0; | |
1748 | + color: #333333; | |
1749 | + width: 100%; | |
1750 | + background: rgba(0, 0, 0, 0.4); | |
1751 | + position: absolute; | |
1752 | + z-index: 2; | |
1753 | + top: 0; | |
1754 | + left: 0; | |
1729 | 1755 | } |
1730 | 1756 | |
1731 | 1757 | .modal_wrapper_reg { |
1732 | - color: #333333; | |
1733 | - width: 100%; | |
1734 | - background: rgba(0, 0, 0, 0.4); | |
1735 | - position: absolute; | |
1736 | - z-index: 4; | |
1737 | - top: 0; | |
1738 | - left: 0; | |
1739 | - display: none; | |
1758 | + color: #333333; | |
1759 | + width: 100%; | |
1760 | + background: rgba(0, 0, 0, 0.4); | |
1761 | + position: absolute; | |
1762 | + z-index: 4; | |
1763 | + top: 0; | |
1764 | + left: 0; | |
1765 | + display: none; | |
1740 | 1766 | } |
1741 | 1767 | |
1742 | 1768 | .modal_wrapper_reg .modal_window { |
... | ... | @@ -1755,782 +1781,782 @@ span.red { |
1755 | 1781 | } |
1756 | 1782 | |
1757 | 1783 | .modal_wrapper_reg .modal_window .title { |
1758 | - font-size: 18px; | |
1759 | - font-weight: bold; | |
1760 | - padding-top: 29px; | |
1761 | - padding-bottom: 27px; | |
1762 | - text-transform: uppercase; | |
1763 | - text-align: center; | |
1784 | + font-size: 18px; | |
1785 | + font-weight: bold; | |
1786 | + padding-top: 29px; | |
1787 | + padding-bottom: 27px; | |
1788 | + text-transform: uppercase; | |
1789 | + text-align: center; | |
1764 | 1790 | } |
1765 | 1791 | |
1766 | 1792 | .modal_wrapper_reg .modal_window input { |
1767 | - padding: 8px; | |
1768 | - width: 251px; | |
1769 | - margin-right: 56px; | |
1770 | - margin-left: 11px; | |
1771 | - border: 1px solid #C6C7C9; | |
1772 | - -webkit-border-radius: 3px; | |
1773 | - border-radius: 3px; | |
1793 | + padding: 8px; | |
1794 | + width: 251px; | |
1795 | + margin-right: 56px; | |
1796 | + margin-left: 11px; | |
1797 | + border: 1px solid #C6C7C9; | |
1798 | + -webkit-border-radius: 3px; | |
1799 | + border-radius: 3px; | |
1774 | 1800 | } |
1775 | 1801 | |
1776 | 1802 | .modal_wrapper_reg .modal_window .my_cust_btn { |
1777 | - font-size: 13px; | |
1778 | - padding: 8px 31px; | |
1779 | - color: white; | |
1780 | - border: none; | |
1781 | - -webkit-border-radius: 3px; | |
1782 | - border-radius: 3px; | |
1783 | - background-color: #6aa034; | |
1784 | - -webkit-box-shadow: 0 2px #517a27; | |
1785 | - box-shadow: 0 2px #517a27; | |
1803 | + font-size: 13px; | |
1804 | + padding: 8px 31px; | |
1805 | + color: white; | |
1806 | + border: none; | |
1807 | + -webkit-border-radius: 3px; | |
1808 | + border-radius: 3px; | |
1809 | + background-color: #6aa034; | |
1810 | + -webkit-box-shadow: 0 2px #517a27; | |
1811 | + box-shadow: 0 2px #517a27; | |
1786 | 1812 | } |
1787 | 1813 | |
1788 | 1814 | .modal_wrapper_reg .modal_window .my_cust_btn:hover { |
1789 | - background-color: #5d8d2e; | |
1815 | + background-color: #5d8d2e; | |
1790 | 1816 | } |
1791 | 1817 | |
1792 | 1818 | .modal_wrapper_reg .modal_window .my_cust_btn:active { |
1793 | - position: relative; | |
1794 | - -webkit-box-shadow: none; | |
1795 | - box-shadow: none; | |
1796 | - top: 2px; | |
1819 | + position: relative; | |
1820 | + -webkit-box-shadow: none; | |
1821 | + box-shadow: none; | |
1822 | + top: 2px; | |
1797 | 1823 | } |
1798 | 1824 | |
1799 | 1825 | .modal_wrapper_reg .modal_window .title { |
1800 | - font-size: 18px; | |
1801 | - font-weight: bold; | |
1802 | - padding-top: 30px; | |
1803 | - padding-bottom: 26px; | |
1804 | - text-transform: uppercase; | |
1805 | - text-align: center; | |
1826 | + font-size: 18px; | |
1827 | + font-weight: bold; | |
1828 | + padding-top: 30px; | |
1829 | + padding-bottom: 26px; | |
1830 | + text-transform: uppercase; | |
1831 | + text-align: center; | |
1806 | 1832 | } |
1807 | 1833 | |
1808 | 1834 | .modal_wrapper_reg .modal_window label { |
1809 | - display: block; | |
1810 | - font-size: 13px; | |
1811 | - width: 500px; | |
1812 | - margin: auto; | |
1813 | - margin-bottom: 8px; | |
1835 | + display: block; | |
1836 | + font-size: 13px; | |
1837 | + width: 500px; | |
1838 | + margin: auto; | |
1839 | + margin-bottom: 8px; | |
1814 | 1840 | } |
1815 | 1841 | |
1816 | 1842 | .modal_wrapper_reg .modal_window label:last-of-type { |
1817 | - position: relative; | |
1843 | + position: relative; | |
1818 | 1844 | } |
1819 | 1845 | |
1820 | 1846 | #signupform-verifycode{ |
1821 | - width: 119px; | |
1822 | - margin-left: 140px; | |
1847 | + width: 119px; | |
1848 | + margin-left: 140px; | |
1823 | 1849 | } |
1824 | 1850 | |
1825 | 1851 | |
1826 | 1852 | |
1827 | 1853 | .modal_wrapper_reg .modal_window label:last-of-type img { |
1828 | - position: absolute; | |
1829 | - top: 4px; | |
1830 | - left: 176px; | |
1854 | + position: absolute; | |
1855 | + top: 4px; | |
1856 | + left: 176px; | |
1831 | 1857 | } |
1832 | 1858 | |
1833 | 1859 | .modal_wrapper_reg .modal_window .for_btn_position { |
1834 | - text-align: center; | |
1835 | - margin-top: 30px; | |
1860 | + text-align: center; | |
1861 | + margin-top: 30px; | |
1836 | 1862 | } |
1837 | 1863 | |
1838 | 1864 | /* login window */ |
1839 | 1865 | |
1840 | 1866 | .modal_wrapper_login { |
1841 | - color: #333333; | |
1842 | - width: 100%; | |
1843 | - background: rgba(0, 0, 0, 0.4); | |
1844 | - position: absolute; | |
1845 | - z-index: 4; | |
1846 | - top: 0; | |
1847 | - left: 0; | |
1848 | - display: none; | |
1867 | + color: #333333; | |
1868 | + width: 100%; | |
1869 | + background: rgba(0, 0, 0, 0.4); | |
1870 | + position: absolute; | |
1871 | + z-index: 4; | |
1872 | + top: 0; | |
1873 | + left: 0; | |
1874 | + display: none; | |
1849 | 1875 | } |
1850 | 1876 | |
1851 | 1877 | .modal_wrapper_login .modal_window { |
1852 | - text-align: right; | |
1853 | - width: 459px; | |
1854 | - background-color: #fff; | |
1855 | - padding: 20px; | |
1856 | - position: relative; | |
1857 | - margin-left:auto; | |
1858 | - margin-right:auto; | |
1859 | - margin-top: 35px; | |
1860 | - -webkit-border-radius: 2px; | |
1861 | - border-radius: 2px; | |
1862 | - overflow: hidden; | |
1863 | - z-index:999; | |
1878 | + text-align: right; | |
1879 | + width: 459px; | |
1880 | + background-color: #fff; | |
1881 | + padding: 20px; | |
1882 | + position: relative; | |
1883 | + margin-left:auto; | |
1884 | + margin-right:auto; | |
1885 | + margin-top: 35px; | |
1886 | + -webkit-border-radius: 2px; | |
1887 | + border-radius: 2px; | |
1888 | + overflow: hidden; | |
1889 | + z-index:999; | |
1864 | 1890 | } |
1865 | 1891 | .modal_window form#w1, .modal_window form#w0{padding-bottom: 11px;} |
1866 | 1892 | |
1867 | 1893 | .modal_wrapper_login .modal_window .title { |
1868 | - font-size: 18px; | |
1869 | - font-weight: bold; | |
1870 | - padding-top: 29px; | |
1871 | - padding-bottom: 27px; | |
1872 | - text-transform: uppercase; | |
1873 | - text-align: center; | |
1894 | + font-size: 18px; | |
1895 | + font-weight: bold; | |
1896 | + padding-top: 29px; | |
1897 | + padding-bottom: 27px; | |
1898 | + text-transform: uppercase; | |
1899 | + text-align: center; | |
1874 | 1900 | } |
1875 | 1901 | |
1876 | 1902 | .modal_wrapper_login .modal_window input { |
1877 | - padding: 8px; | |
1878 | - width: 251px; | |
1879 | - margin-right: 56px; | |
1880 | - margin-left: 11px; | |
1881 | - border: 1px solid #C6C7C9; | |
1882 | - -webkit-border-radius: 3px; | |
1883 | - border-radius: 3px; | |
1903 | + padding: 8px; | |
1904 | + width: 251px; | |
1905 | + margin-right: 56px; | |
1906 | + margin-left: 11px; | |
1907 | + border: 1px solid #C6C7C9; | |
1908 | + -webkit-border-radius: 3px; | |
1909 | + border-radius: 3px; | |
1884 | 1910 | } |
1885 | 1911 | |
1886 | 1912 | .modal_wrapper_login .modal_window .my_cust_btn { |
1887 | - font-size: 13px; | |
1888 | - padding: 8px 31px; | |
1889 | - color: white; | |
1890 | - border: none; | |
1891 | - -webkit-border-radius: 3px; | |
1892 | - border-radius: 3px; | |
1893 | - background-color: #6aa034; | |
1894 | - -webkit-box-shadow: 0 2px #517a27; | |
1895 | - box-shadow: 0 2px #517a27; | |
1913 | + font-size: 13px; | |
1914 | + padding: 8px 31px; | |
1915 | + color: white; | |
1916 | + border: none; | |
1917 | + -webkit-border-radius: 3px; | |
1918 | + border-radius: 3px; | |
1919 | + background-color: #6aa034; | |
1920 | + -webkit-box-shadow: 0 2px #517a27; | |
1921 | + box-shadow: 0 2px #517a27; | |
1896 | 1922 | } |
1897 | 1923 | |
1898 | 1924 | .modal_wrapper_login .modal_window .my_cust_btn:hover { |
1899 | - background-color: #5d8d2e; | |
1925 | + background-color: #5d8d2e; | |
1900 | 1926 | } |
1901 | 1927 | |
1902 | 1928 | .modal_wrapper_login .modal_window .my_cust_btn:active { |
1903 | - position: relative; | |
1904 | - -webkit-box-shadow: none; | |
1905 | - box-shadow: none; | |
1906 | - top: 2px; | |
1929 | + position: relative; | |
1930 | + -webkit-box-shadow: none; | |
1931 | + box-shadow: none; | |
1932 | + top: 2px; | |
1907 | 1933 | } |
1908 | 1934 | |
1909 | 1935 | .modal_wrapper_login .modal_window .title { |
1910 | - padding-right: 8px; | |
1936 | + padding-right: 8px; | |
1911 | 1937 | } |
1912 | 1938 | |
1913 | 1939 | .modal_wrapper_login .modal_window label { |
1914 | - display: block; | |
1915 | - font-size: 13px; | |
1916 | - width: 459px; | |
1917 | - margin: auto; | |
1918 | - margin-bottom: 8px; | |
1940 | + display: block; | |
1941 | + font-size: 13px; | |
1942 | + width: 459px; | |
1943 | + margin: auto; | |
1944 | + margin-bottom: 8px; | |
1919 | 1945 | } |
1920 | 1946 | |
1921 | 1947 | .modal_wrapper_login .modal_window label input { |
1922 | - margin-right: 68px; | |
1948 | + margin-right: 68px; | |
1923 | 1949 | } |
1924 | 1950 | |
1925 | 1951 | .modal_wrapper_login .modal_window .pass_links { |
1926 | - text-align: center; | |
1927 | - padding-left: 55px; | |
1928 | - font-size: 13px; | |
1929 | - margin-top: 11px; | |
1952 | + text-align: center; | |
1953 | + padding-left: 55px; | |
1954 | + font-size: 13px; | |
1955 | + margin-top: 11px; | |
1930 | 1956 | } |
1931 | 1957 | |
1932 | 1958 | .modal_wrapper_login .modal_window .pass_links a { |
1933 | - padding-left: 47px; | |
1959 | + padding-left: 47px; | |
1934 | 1960 | } |
1935 | 1961 | |
1936 | 1962 | .modal_wrapper_login .modal_window .pass_links label { |
1937 | - display: inline; | |
1963 | + display: inline; | |
1938 | 1964 | } |
1939 | 1965 | |
1940 | 1966 | .modal_wrapper_login .modal_window .pass_links .remember_pas { |
1941 | - color: #6aa034; | |
1942 | - text-decoration: underline; | |
1967 | + color: #6aa034; | |
1968 | + text-decoration: underline; | |
1943 | 1969 | } |
1944 | 1970 | |
1945 | 1971 | .modal_wrapper_login .modal_window .for_btn_position { |
1946 | - text-align: center; | |
1947 | - margin-top: 23px; | |
1972 | + text-align: center; | |
1973 | + margin-top: 23px; | |
1948 | 1974 | } |
1949 | 1975 | |
1950 | 1976 | .modal_wrapper_login .modal_window .for_btn_position .my_cust_btn { |
1951 | - padding: 8px 38px; | |
1977 | + padding: 8px 38px; | |
1952 | 1978 | } |
1953 | 1979 | |
1954 | 1980 | /* consultation window */ |
1955 | 1981 | |
1956 | 1982 | .consultation_modal { |
1957 | - color: #333333; | |
1958 | - width: 100%; | |
1959 | - background: rgba(0, 0, 0, 0.4); | |
1960 | - position: absolute; | |
1961 | - z-index: 4; | |
1962 | - top: 0; | |
1963 | - left: 0; | |
1964 | - display: none; | |
1983 | + color: #333333; | |
1984 | + width: 100%; | |
1985 | + background: rgba(0, 0, 0, 0.4); | |
1986 | + position: absolute; | |
1987 | + z-index: 4; | |
1988 | + top: 0; | |
1989 | + left: 0; | |
1990 | + display: none; | |
1965 | 1991 | } |
1966 | 1992 | |
1967 | 1993 | .consultation_modal .modal_window { |
1968 | - text-align: right; | |
1969 | - height: 247px; | |
1970 | - width: 459px; | |
1971 | - background-color: #fff; | |
1972 | - padding: 20px; | |
1973 | - position: relative; | |
1974 | - margin-left:auto; | |
1975 | - margin-right:auto; | |
1976 | - margin-top: 35px; | |
1977 | - -webkit-border-radius: 2px; | |
1978 | - border-radius: 2px; | |
1979 | - overflow: hidden; | |
1980 | - z-index:999; | |
1994 | + text-align: right; | |
1995 | + height: 247px; | |
1996 | + width: 459px; | |
1997 | + background-color: #fff; | |
1998 | + padding: 20px; | |
1999 | + position: relative; | |
2000 | + margin-left:auto; | |
2001 | + margin-right:auto; | |
2002 | + margin-top: 35px; | |
2003 | + -webkit-border-radius: 2px; | |
2004 | + border-radius: 2px; | |
2005 | + overflow: hidden; | |
2006 | + z-index:999; | |
1981 | 2007 | } |
1982 | 2008 | |
1983 | 2009 | .consultation_modal .modal_window .title { |
1984 | - font-size: 18px; | |
1985 | - font-weight: bold; | |
1986 | - padding-top: 29px; | |
1987 | - padding-bottom: 27px; | |
1988 | - text-transform: uppercase; | |
1989 | - text-align: center; | |
2010 | + font-size: 18px; | |
2011 | + font-weight: bold; | |
2012 | + padding-top: 29px; | |
2013 | + padding-bottom: 27px; | |
2014 | + text-transform: uppercase; | |
2015 | + text-align: center; | |
1990 | 2016 | } |
1991 | 2017 | |
1992 | 2018 | .consultation_modal .modal_window input { |
1993 | - padding: 8px; | |
1994 | - width: 251px; | |
1995 | - margin-right: 56px; | |
1996 | - margin-left: 11px; | |
1997 | - border: 1px solid #C6C7C9; | |
1998 | - -webkit-border-radius: 3px; | |
1999 | - border-radius: 3px; | |
2019 | + padding: 8px; | |
2020 | + width: 251px; | |
2021 | + margin-right: 56px; | |
2022 | + margin-left: 11px; | |
2023 | + border: 1px solid #C6C7C9; | |
2024 | + -webkit-border-radius: 3px; | |
2025 | + border-radius: 3px; | |
2000 | 2026 | } |
2001 | 2027 | |
2002 | 2028 | .consultation_modal .modal_window .my_cust_btn { |
2003 | - font-size: 13px; | |
2004 | - padding: 8px 31px; | |
2005 | - color: white; | |
2006 | - border: none; | |
2007 | - -webkit-border-radius: 3px; | |
2008 | - border-radius: 3px; | |
2009 | - background-color: #6aa034; | |
2010 | - -webkit-box-shadow: 0 2px #517a27; | |
2011 | - box-shadow: 0 2px #517a27; | |
2029 | + font-size: 13px; | |
2030 | + padding: 8px 31px; | |
2031 | + color: white; | |
2032 | + border: none; | |
2033 | + -webkit-border-radius: 3px; | |
2034 | + border-radius: 3px; | |
2035 | + background-color: #6aa034; | |
2036 | + -webkit-box-shadow: 0 2px #517a27; | |
2037 | + box-shadow: 0 2px #517a27; | |
2012 | 2038 | } |
2013 | 2039 | |
2014 | 2040 | .consultation_modal .modal_window .my_cust_btn:hover { |
2015 | - background-color: #5d8d2e; | |
2041 | + background-color: #5d8d2e; | |
2016 | 2042 | } |
2017 | 2043 | |
2018 | 2044 | .consultation_modal .modal_window .my_cust_btn:active { |
2019 | - position: relative; | |
2020 | - -webkit-box-shadow: none; | |
2021 | - box-shadow: none; | |
2022 | - top: 2px; | |
2045 | + position: relative; | |
2046 | + -webkit-box-shadow: none; | |
2047 | + box-shadow: none; | |
2048 | + top: 2px; | |
2023 | 2049 | } |
2024 | 2050 | |
2025 | 2051 | .consultation_modal .modal_window .title { |
2026 | - padding-right: 8px; | |
2052 | + padding-right: 8px; | |
2027 | 2053 | } |
2028 | 2054 | |
2029 | 2055 | .consultation_modal .modal_window label { |
2030 | - display: block; | |
2031 | - font-size: 13px; | |
2032 | - width: 459px; | |
2033 | - margin: auto; | |
2034 | - margin-bottom: 8px; | |
2056 | + display: block; | |
2057 | + font-size: 13px; | |
2058 | + width: 459px; | |
2059 | + margin: auto; | |
2060 | + margin-bottom: 8px; | |
2035 | 2061 | } |
2036 | 2062 | |
2037 | 2063 | .consultation_modal .modal_window label input { |
2038 | - margin-right: 68px; | |
2064 | + margin-right: 68px; | |
2039 | 2065 | } |
2040 | 2066 | |
2041 | 2067 | .consultation_modal .modal_window .pass_links { |
2042 | - text-align: center; | |
2043 | - padding-left: 55px; | |
2044 | - font-size: 13px; | |
2045 | - margin-top: 11px; | |
2068 | + text-align: center; | |
2069 | + padding-left: 55px; | |
2070 | + font-size: 13px; | |
2071 | + margin-top: 11px; | |
2046 | 2072 | } |
2047 | 2073 | |
2048 | 2074 | .consultation_modal .modal_window .pass_links a { |
2049 | - padding-left: 47px; | |
2075 | + padding-left: 47px; | |
2050 | 2076 | } |
2051 | 2077 | |
2052 | 2078 | .consultation_modal .modal_window .pass_links label { |
2053 | - display: inline; | |
2079 | + display: inline; | |
2054 | 2080 | } |
2055 | 2081 | |
2056 | 2082 | .consultation_modal .modal_window .pass_links .remember_pas { |
2057 | - color: #6aa034; | |
2058 | - text-decoration: underline; | |
2083 | + color: #6aa034; | |
2084 | + text-decoration: underline; | |
2059 | 2085 | } |
2060 | 2086 | |
2061 | 2087 | .consultation_modal .modal_window .for_btn_position { |
2062 | - text-align: center; | |
2063 | - margin-top: 23px; | |
2088 | + text-align: center; | |
2089 | + margin-top: 23px; | |
2064 | 2090 | } |
2065 | 2091 | |
2066 | 2092 | .consultation_modal .modal_window .for_btn_position .my_cust_btn { |
2067 | - padding: 8px 38px; | |
2093 | + padding: 8px 38px; | |
2068 | 2094 | } |
2069 | 2095 | |
2070 | 2096 | /* forgot password window */ |
2071 | 2097 | |
2072 | 2098 | .forgot_pass_modal_wrapper { |
2073 | - color: #333333; | |
2074 | - width: 100%; | |
2075 | - background: rgba(0, 0, 0, 0.4); | |
2076 | - position: absolute; | |
2077 | - z-index: 4; | |
2078 | - top: 0; | |
2079 | - left: 0; | |
2080 | - display: none; | |
2099 | + color: #333333; | |
2100 | + width: 100%; | |
2101 | + background: rgba(0, 0, 0, 0.4); | |
2102 | + position: absolute; | |
2103 | + z-index: 4; | |
2104 | + top: 0; | |
2105 | + left: 0; | |
2106 | + display: none; | |
2081 | 2107 | } |
2082 | 2108 | |
2083 | 2109 | .forgot_pass_modal_wrapper .modal_window { |
2084 | - text-align: right; | |
2085 | - height: 252px; | |
2086 | - width: 459px; | |
2087 | - background-color: #fff; | |
2088 | - padding: 20px; | |
2089 | - position: relative; | |
2090 | - margin-top: 35px; | |
2091 | - margin-left:auto; | |
2092 | - margin-right:auto; | |
2093 | - -webkit-border-radius: 2px; | |
2094 | - border-radius: 2px; | |
2095 | - overflow: hidden; | |
2096 | - z-index:5; | |
2110 | + text-align: right; | |
2111 | + height: 252px; | |
2112 | + width: 459px; | |
2113 | + background-color: #fff; | |
2114 | + padding: 20px; | |
2115 | + position: relative; | |
2116 | + margin-top: 35px; | |
2117 | + margin-left:auto; | |
2118 | + margin-right:auto; | |
2119 | + -webkit-border-radius: 2px; | |
2120 | + border-radius: 2px; | |
2121 | + overflow: hidden; | |
2122 | + z-index:5; | |
2097 | 2123 | } |
2098 | 2124 | |
2099 | 2125 | .forgot_pass_modal_wrapper .modal_window .title { |
2100 | - font-size: 18px; | |
2101 | - font-weight: bold; | |
2102 | - padding-top: 29px; | |
2103 | - padding-bottom: 27px; | |
2104 | - text-transform: uppercase; | |
2105 | - text-align: center; | |
2126 | + font-size: 18px; | |
2127 | + font-weight: bold; | |
2128 | + padding-top: 29px; | |
2129 | + padding-bottom: 27px; | |
2130 | + text-transform: uppercase; | |
2131 | + text-align: center; | |
2106 | 2132 | } |
2107 | 2133 | |
2108 | 2134 | .forgot_pass_modal_wrapper .modal_window input { |
2109 | - padding: 8px; | |
2110 | - width: 251px; | |
2111 | - margin-right: 56px; | |
2112 | - margin-left: 11px; | |
2113 | - border: 1px solid #C6C7C9; | |
2114 | - -webkit-border-radius: 3px; | |
2115 | - border-radius: 3px; | |
2135 | + padding: 8px; | |
2136 | + width: 251px; | |
2137 | + margin-right: 56px; | |
2138 | + margin-left: 11px; | |
2139 | + border: 1px solid #C6C7C9; | |
2140 | + -webkit-border-radius: 3px; | |
2141 | + border-radius: 3px; | |
2116 | 2142 | } |
2117 | 2143 | |
2118 | 2144 | .forgot_pass_modal_wrapper .modal_window .my_cust_btn { |
2119 | - font-size: 13px; | |
2120 | - padding: 8px 31px; | |
2121 | - color: white; | |
2122 | - border: none; | |
2123 | - -webkit-border-radius: 3px; | |
2124 | - border-radius: 3px; | |
2125 | - background-color: #6aa034; | |
2126 | - -webkit-box-shadow: 0 2px #517a27; | |
2127 | - box-shadow: 0 2px #517a27; | |
2145 | + font-size: 13px; | |
2146 | + padding: 8px 31px; | |
2147 | + color: white; | |
2148 | + border: none; | |
2149 | + -webkit-border-radius: 3px; | |
2150 | + border-radius: 3px; | |
2151 | + background-color: #6aa034; | |
2152 | + -webkit-box-shadow: 0 2px #517a27; | |
2153 | + box-shadow: 0 2px #517a27; | |
2128 | 2154 | } |
2129 | 2155 | |
2130 | 2156 | .forgot_pass_modal_wrapper .modal_window .my_cust_btn:hover { |
2131 | - background-color: #5d8d2e; | |
2157 | + background-color: #5d8d2e; | |
2132 | 2158 | } |
2133 | 2159 | |
2134 | 2160 | .forgot_pass_modal_wrapper .modal_window .my_cust_btn:active { |
2135 | - position: relative; | |
2136 | - -webkit-box-shadow: none; | |
2137 | - box-shadow: none; | |
2138 | - top: 2px; | |
2161 | + position: relative; | |
2162 | + -webkit-box-shadow: none; | |
2163 | + box-shadow: none; | |
2164 | + top: 2px; | |
2139 | 2165 | } |
2140 | 2166 | |
2141 | 2167 | .forgot_pass_modal_wrapper .modal_window .title { |
2142 | - padding-right: 0px; | |
2143 | - padding-top: 30px; | |
2144 | - padding-bottom: 23px; | |
2168 | + padding-right: 0px; | |
2169 | + padding-top: 30px; | |
2170 | + padding-bottom: 23px; | |
2145 | 2171 | } |
2146 | 2172 | |
2147 | 2173 | .forgot_pass_modal_wrapper .modal_window .text { |
2148 | - color: #898b8e; | |
2149 | - font-size: 13px; | |
2150 | - text-align: left; | |
2151 | - margin-bottom: 28px; | |
2174 | + color: #898b8e; | |
2175 | + font-size: 13px; | |
2176 | + text-align: left; | |
2177 | + margin-bottom: 28px; | |
2152 | 2178 | } |
2153 | 2179 | |
2154 | 2180 | .forgot_pass_modal_wrapper .modal_window label { |
2155 | - display: block; | |
2156 | - font-size: 13px; | |
2157 | - width: 459px; | |
2158 | - margin: auto; | |
2159 | - margin-bottom: 30px; | |
2181 | + display: block; | |
2182 | + font-size: 13px; | |
2183 | + width: 459px; | |
2184 | + margin: auto; | |
2185 | + margin-bottom: 30px; | |
2160 | 2186 | } |
2161 | 2187 | |
2162 | 2188 | .forgot_pass_modal_wrapper .modal_window label input { |
2163 | - margin-right: 52px; | |
2189 | + margin-right: 52px; | |
2164 | 2190 | } |
2165 | 2191 | |
2166 | 2192 | .forgot_pass_modal_wrapper .modal_window .pass_links { |
2167 | - text-align: center; | |
2168 | - padding-left: 55px; | |
2169 | - font-size: 13px; | |
2170 | - margin-top: 11px; | |
2193 | + text-align: center; | |
2194 | + padding-left: 55px; | |
2195 | + font-size: 13px; | |
2196 | + margin-top: 11px; | |
2171 | 2197 | } |
2172 | 2198 | |
2173 | 2199 | .forgot_pass_modal_wrapper .modal_window .pass_links a { |
2174 | - padding-left: 47px; | |
2200 | + padding-left: 47px; | |
2175 | 2201 | } |
2176 | 2202 | |
2177 | 2203 | .forgot_pass_modal_wrapper .modal_window .pass_links label { |
2178 | - display: inline; | |
2204 | + display: inline; | |
2179 | 2205 | } |
2180 | 2206 | |
2181 | 2207 | .forgot_pass_modal_wrapper .modal_window .pass_links .remember_pas { |
2182 | - color: #6aa034; | |
2183 | - text-decoration: underline; | |
2208 | + color: #6aa034; | |
2209 | + text-decoration: underline; | |
2184 | 2210 | } |
2185 | 2211 | |
2186 | 2212 | .forgot_pass_modal_wrapper .modal_window .for_btn_position { |
2187 | - text-align: center; | |
2188 | - margin-top: 23px; | |
2213 | + text-align: center; | |
2214 | + margin-top: 23px; | |
2189 | 2215 | } |
2190 | 2216 | |
2191 | 2217 | .forgot_pass_modal_wrapper .modal_window .for_btn_position .my_cust_btn { |
2192 | - padding: 8px 28px; | |
2218 | + padding: 8px 28px; | |
2193 | 2219 | } |
2194 | 2220 | |
2195 | 2221 | /* forgot password success window */ |
2196 | 2222 | |
2197 | 2223 | .forgot_pass_success_wrapper { |
2198 | - color: #333333; | |
2199 | - width: 100%; | |
2200 | - background: rgba(0, 0, 0, 0.4); | |
2201 | - position: absolute; | |
2202 | - z-index: 2; | |
2203 | - top: 0; | |
2204 | - left: 0; | |
2205 | - display: none; | |
2206 | - z-index:4; | |
2224 | + color: #333333; | |
2225 | + width: 100%; | |
2226 | + background: rgba(0, 0, 0, 0.4); | |
2227 | + position: absolute; | |
2228 | + z-index: 2; | |
2229 | + top: 0; | |
2230 | + left: 0; | |
2231 | + display: none; | |
2232 | + z-index:4; | |
2207 | 2233 | } |
2208 | 2234 | |
2209 | 2235 | .forgot_pass_success_wrapper .modal_window { |
2210 | - text-align: right; | |
2211 | - height: 158px; | |
2212 | - width: 459px; | |
2213 | - background-color: #fff; | |
2214 | - padding: 20px; | |
2215 | - position: relative; | |
2216 | - margin-top: 35px; | |
2217 | - margin-left:auto; | |
2218 | - margin-right:auto; | |
2219 | - -webkit-border-radius: 2px; | |
2220 | - border-radius: 2px; | |
2221 | - overflow: hidden; | |
2236 | + text-align: right; | |
2237 | + height: 158px; | |
2238 | + width: 459px; | |
2239 | + background-color: #fff; | |
2240 | + padding: 20px; | |
2241 | + position: relative; | |
2242 | + margin-top: 35px; | |
2243 | + margin-left:auto; | |
2244 | + margin-right:auto; | |
2245 | + -webkit-border-radius: 2px; | |
2246 | + border-radius: 2px; | |
2247 | + overflow: hidden; | |
2222 | 2248 | } |
2223 | 2249 | |
2224 | 2250 | .forgot_pass_success_wrapper .modal_window .title { |
2225 | - font-size: 18px; | |
2226 | - font-weight: bold; | |
2227 | - padding-top: 29px; | |
2228 | - padding-bottom: 27px; | |
2229 | - text-transform: uppercase; | |
2230 | - text-align: center; | |
2251 | + font-size: 18px; | |
2252 | + font-weight: bold; | |
2253 | + padding-top: 29px; | |
2254 | + padding-bottom: 27px; | |
2255 | + text-transform: uppercase; | |
2256 | + text-align: center; | |
2231 | 2257 | } |
2232 | 2258 | |
2233 | 2259 | .forgot_pass_success_wrapper .modal_window input { |
2234 | - padding: 8px; | |
2235 | - width: 251px; | |
2236 | - margin-right: 56px; | |
2237 | - margin-left: 11px; | |
2238 | - border: 1px solid #C6C7C9; | |
2239 | - -webkit-border-radius: 3px; | |
2240 | - border-radius: 3px; | |
2260 | + padding: 8px; | |
2261 | + width: 251px; | |
2262 | + margin-right: 56px; | |
2263 | + margin-left: 11px; | |
2264 | + border: 1px solid #C6C7C9; | |
2265 | + -webkit-border-radius: 3px; | |
2266 | + border-radius: 3px; | |
2241 | 2267 | } |
2242 | 2268 | |
2243 | 2269 | .forgot_pass_success_wrapper .modal_window .my_cust_btn { |
2244 | - font-size: 13px; | |
2245 | - padding: 8px 31px; | |
2246 | - color: white; | |
2247 | - border: none; | |
2248 | - -webkit-border-radius: 3px; | |
2249 | - border-radius: 3px; | |
2250 | - background-color: #6aa034; | |
2251 | - -webkit-box-shadow: 0 2px #517a27; | |
2252 | - box-shadow: 0 2px #517a27; | |
2270 | + font-size: 13px; | |
2271 | + padding: 8px 31px; | |
2272 | + color: white; | |
2273 | + border: none; | |
2274 | + -webkit-border-radius: 3px; | |
2275 | + border-radius: 3px; | |
2276 | + background-color: #6aa034; | |
2277 | + -webkit-box-shadow: 0 2px #517a27; | |
2278 | + box-shadow: 0 2px #517a27; | |
2253 | 2279 | } |
2254 | 2280 | |
2255 | 2281 | .forgot_pass_success_wrapper .modal_window .my_cust_btn:hover { |
2256 | - background-color: #5d8d2e; | |
2282 | + background-color: #5d8d2e; | |
2257 | 2283 | } |
2258 | 2284 | |
2259 | 2285 | .forgot_pass_success_wrapper .modal_window .my_cust_btn:active { |
2260 | - position: relative; | |
2261 | - -webkit-box-shadow: none; | |
2262 | - box-shadow: none; | |
2263 | - top: 2px; | |
2286 | + position: relative; | |
2287 | + -webkit-box-shadow: none; | |
2288 | + box-shadow: none; | |
2289 | + top: 2px; | |
2264 | 2290 | } |
2265 | 2291 | |
2266 | 2292 | .forgot_pass_success_wrapper .modal_window .title { |
2267 | - padding-right: 0px; | |
2268 | - padding-top: 30px; | |
2269 | - padding-bottom: 23px; | |
2293 | + padding-right: 0px; | |
2294 | + padding-top: 30px; | |
2295 | + padding-bottom: 23px; | |
2270 | 2296 | } |
2271 | 2297 | |
2272 | 2298 | .forgot_pass_success_wrapper .modal_window .text { |
2273 | - color: #898b8e; | |
2274 | - font-size: 13px; | |
2275 | - text-align: center; | |
2276 | - margin-bottom: 27px; | |
2299 | + color: #898b8e; | |
2300 | + font-size: 13px; | |
2301 | + text-align: center; | |
2302 | + margin-bottom: 27px; | |
2277 | 2303 | } |
2278 | 2304 | |
2279 | 2305 | .forgot_pass_success_wrapper .modal_window .for_btn_position { |
2280 | - text-align: center; | |
2281 | - margin-top: 23px; | |
2306 | + text-align: center; | |
2307 | + margin-top: 23px; | |
2282 | 2308 | } |
2283 | 2309 | |
2284 | 2310 | .forgot_pass_success_wrapper .modal_window .for_btn_position .my_cust_btn { |
2285 | - padding: 8px 22px; | |
2311 | + padding: 8px 22px; | |
2286 | 2312 | } |
2287 | 2313 | /* callback window */ |
2288 | 2314 | |
2289 | 2315 | .callback_wrapper { |
2290 | - color: #333333; | |
2291 | - width: 100%; | |
2292 | - background: rgba(0, 0, 0, 0.4); | |
2293 | - position: absolute; | |
2294 | - z-index: 2; | |
2295 | - top: 0; | |
2296 | - left: 0; | |
2297 | - display: none; | |
2298 | - z-index:5; | |
2316 | + color: #333333; | |
2317 | + width: 100%; | |
2318 | + background: rgba(0, 0, 0, 0.4); | |
2319 | + position: absolute; | |
2320 | + z-index: 2; | |
2321 | + top: 0; | |
2322 | + left: 0; | |
2323 | + display: none; | |
2324 | + z-index:5; | |
2299 | 2325 | } |
2300 | 2326 | |
2301 | 2327 | .callback_wrapper .modal_window { |
2302 | - text-align: right; | |
2303 | - height: 158px; | |
2304 | - width: 459px; | |
2305 | - background-color: #fff; | |
2306 | - padding: 20px; | |
2307 | - position: relative; | |
2308 | - margin-top: 35px; | |
2309 | - margin-left:auto; | |
2310 | - margin-right:auto; | |
2311 | - -webkit-border-radius: 2px; | |
2312 | - border-radius: 2px; | |
2313 | - overflow: hidden; | |
2328 | + text-align: right; | |
2329 | + height: 158px; | |
2330 | + width: 459px; | |
2331 | + background-color: #fff; | |
2332 | + padding: 20px; | |
2333 | + position: relative; | |
2334 | + margin-top: 35px; | |
2335 | + margin-left:auto; | |
2336 | + margin-right:auto; | |
2337 | + -webkit-border-radius: 2px; | |
2338 | + border-radius: 2px; | |
2339 | + overflow: hidden; | |
2314 | 2340 | } |
2315 | 2341 | |
2316 | 2342 | .callback_wrapper .modal_window .title { |
2317 | - font-size: 18px; | |
2318 | - font-weight: bold; | |
2319 | - padding-top: 29px; | |
2320 | - padding-bottom: 27px; | |
2321 | - text-transform: uppercase; | |
2322 | - text-align: center; | |
2343 | + font-size: 18px; | |
2344 | + font-weight: bold; | |
2345 | + padding-top: 29px; | |
2346 | + padding-bottom: 27px; | |
2347 | + text-transform: uppercase; | |
2348 | + text-align: center; | |
2323 | 2349 | } |
2324 | 2350 | |
2325 | 2351 | .callback_wrapper .modal_window input { |
2326 | - padding: 8px; | |
2327 | - width: 251px; | |
2328 | - margin-right: 56px; | |
2329 | - margin-left: 11px; | |
2330 | - border: 1px solid #C6C7C9; | |
2331 | - -webkit-border-radius: 3px; | |
2332 | - border-radius: 3px; | |
2352 | + padding: 8px; | |
2353 | + width: 251px; | |
2354 | + margin-right: 56px; | |
2355 | + margin-left: 11px; | |
2356 | + border: 1px solid #C6C7C9; | |
2357 | + -webkit-border-radius: 3px; | |
2358 | + border-radius: 3px; | |
2333 | 2359 | } |
2334 | 2360 | |
2335 | 2361 | .callback_wrapper .modal_window .my_cust_btn { |
2336 | - font-size: 13px; | |
2337 | - padding: 8px 31px; | |
2338 | - color: white; | |
2339 | - border: none; | |
2340 | - -webkit-border-radius: 3px; | |
2341 | - border-radius: 3px; | |
2342 | - background-color: #6aa034; | |
2343 | - -webkit-box-shadow: 0 2px #517a27; | |
2344 | - box-shadow: 0 2px #517a27; | |
2362 | + font-size: 13px; | |
2363 | + padding: 8px 31px; | |
2364 | + color: white; | |
2365 | + border: none; | |
2366 | + -webkit-border-radius: 3px; | |
2367 | + border-radius: 3px; | |
2368 | + background-color: #6aa034; | |
2369 | + -webkit-box-shadow: 0 2px #517a27; | |
2370 | + box-shadow: 0 2px #517a27; | |
2345 | 2371 | } |
2346 | 2372 | |
2347 | 2373 | .callback_wrapper .modal_window .my_cust_btn:hover { |
2348 | - background-color: #5d8d2e; | |
2374 | + background-color: #5d8d2e; | |
2349 | 2375 | } |
2350 | 2376 | |
2351 | 2377 | .callback_wrapper .modal_window .my_cust_btn:active { |
2352 | - position: relative; | |
2353 | - -webkit-box-shadow: none; | |
2354 | - box-shadow: none; | |
2355 | - top: 2px; | |
2378 | + position: relative; | |
2379 | + -webkit-box-shadow: none; | |
2380 | + box-shadow: none; | |
2381 | + top: 2px; | |
2356 | 2382 | } |
2357 | 2383 | |
2358 | 2384 | .callback_wrapper .modal_window .title { |
2359 | - padding-right: 0px; | |
2360 | - padding-top: 32px; | |
2361 | - padding-bottom: 25px; | |
2362 | - font-size: 28px; | |
2385 | + padding-right: 0px; | |
2386 | + padding-top: 32px; | |
2387 | + padding-bottom: 25px; | |
2388 | + font-size: 28px; | |
2363 | 2389 | } |
2364 | 2390 | |
2365 | 2391 | .callback_wrapper .modal_window .text { |
2366 | - color: #333333; | |
2367 | - font-size: 16px; | |
2368 | - text-align: center; | |
2369 | - margin-bottom: 27px; | |
2392 | + color: #333333; | |
2393 | + font-size: 16px; | |
2394 | + text-align: center; | |
2395 | + margin-bottom: 27px; | |
2370 | 2396 | } |
2371 | 2397 | /* BUSKET MODAL WINDOW */ |
2372 | 2398 | |
2373 | 2399 | /*==================== BUSKET MODAL BASIC */ |
2374 | 2400 | |
2375 | 2401 | .busket_modal_basic { |
2376 | - display: inline-block; | |
2377 | - background: white; | |
2378 | - position: relative; | |
2379 | - overflow: hidden; | |
2402 | + display: inline-block; | |
2403 | + background: white; | |
2404 | + position: relative; | |
2405 | + overflow: hidden; | |
2380 | 2406 | } |
2381 | 2407 | |
2382 | 2408 | .busket_modal_basic .order_list { |
2383 | - width: auto; | |
2384 | - padding: 25px; | |
2409 | + width: auto; | |
2410 | + padding: 25px; | |
2385 | 2411 | } |
2386 | 2412 | |
2387 | 2413 | .busket_modal_basic .order_list ul { |
2388 | - max-height: 350px; | |
2389 | - overflow-y: overlay; | |
2390 | - overflow-x: hidden; | |
2414 | + max-height: 350px; | |
2415 | + overflow-y: overlay; | |
2416 | + overflow-x: hidden; | |
2391 | 2417 | } |
2392 | 2418 | |
2393 | 2419 | .busket_modal_basic .order_list h3 { |
2394 | - text-transform: uppercase; | |
2395 | - font-weight: normal; | |
2396 | - font-size: 20px; | |
2397 | - padding: 20px 0 15px; | |
2420 | + text-transform: uppercase; | |
2421 | + font-weight: normal; | |
2422 | + font-size: 20px; | |
2423 | + padding: 20px 0 15px; | |
2398 | 2424 | } |
2399 | 2425 | |
2400 | 2426 | .busket_modal_basic .order_list .order_list_li { |
2401 | - display: block; | |
2427 | + display: block; | |
2402 | 2428 | } |
2403 | 2429 | |
2404 | 2430 | .busket_modal_basic .order_list .order_list_li .little_img { |
2405 | - float: none; | |
2431 | + float: none; | |
2406 | 2432 | } |
2407 | 2433 | |
2408 | 2434 | .busket_modal_basic .order_list .order_list_li .name_and_code { |
2409 | - text-align: left; | |
2410 | - float: none; | |
2435 | + text-align: left; | |
2436 | + float: none; | |
2411 | 2437 | } |
2412 | 2438 | |
2413 | 2439 | .busket_modal_basic .order_list .order_list_li .name_and_code .name { |
2414 | - margin-bottom: 14px; | |
2440 | + margin-bottom: 14px; | |
2415 | 2441 | } |
2416 | 2442 | |
2417 | 2443 | .busket_modal_basic .order_list .order_list_li .price { |
2418 | - padding: 0; | |
2444 | + padding: 0; | |
2419 | 2445 | } |
2420 | 2446 | |
2421 | 2447 | .busket_modal_basic .order_list .order_list_li .count_block_wrap { |
2422 | - display: inline-block; | |
2423 | - vertical-align: top; | |
2424 | - text-align: right; | |
2448 | + display: inline-block; | |
2449 | + vertical-align: top; | |
2450 | + text-align: right; | |
2425 | 2451 | } |
2426 | 2452 | |
2427 | 2453 | .busket_modal_basic .order_list .count_block { |
2428 | - display: block; | |
2429 | - position: relative; | |
2430 | - margin-bottom: 30px; | |
2454 | + display: block; | |
2455 | + position: relative; | |
2456 | + margin-bottom: 30px; | |
2431 | 2457 | } |
2432 | 2458 | |
2433 | 2459 | .busket_modal_basic .order_list .count_block .count_number { |
2434 | - display: inline-block; | |
2435 | - font-size: 22px; | |
2436 | - padding: 3px 13px 3px; | |
2437 | - border: 1px solid #C6C7C9; | |
2438 | - -webkit-border-radius: 3px; | |
2439 | - border-radius: 3px; | |
2440 | - position: relative; | |
2441 | - /*top: -2px;*/ | |
2442 | - background-color: #fff; | |
2460 | + display: inline-block; | |
2461 | + font-size: 22px; | |
2462 | + padding: 3px 13px 3px; | |
2463 | + border: 1px solid #C6C7C9; | |
2464 | + -webkit-border-radius: 3px; | |
2465 | + border-radius: 3px; | |
2466 | + position: relative; | |
2467 | + /*top: -2px;*/ | |
2468 | + background-color: #fff; | |
2443 | 2469 | } |
2444 | 2470 | |
2445 | 2471 | .busket_modal_basic .order_list .count_block .count_buttons { |
2446 | - position: relative; | |
2447 | - /*top: 4px;*/ | |
2448 | - right: 6px; | |
2449 | - display: inline-block; | |
2450 | - vertical-align: bottom; | |
2472 | + position: relative; | |
2473 | + /*top: 4px;*/ | |
2474 | + right: 6px; | |
2475 | + display: inline-block; | |
2476 | + vertical-align: bottom; | |
2451 | 2477 | } |
2452 | 2478 | |
2453 | 2479 | .busket_modal_basic .order_list .count_block .count_buttons .button_plus { |
2454 | - background-color: #898b8e; | |
2455 | - color: white; | |
2456 | - font-weight: bold; | |
2457 | - border-bottom: 1px solid #707274; | |
2458 | - -webkit-border-top-right-radius: 3px; | |
2459 | - border-top-right-radius: 3px; | |
2460 | - font-size: 15px; | |
2461 | - line-height: 15px; | |
2462 | - padding: 0 7px; | |
2463 | - cursor: pointer; | |
2480 | + background-color: #898b8e; | |
2481 | + color: white; | |
2482 | + font-weight: bold; | |
2483 | + border-bottom: 1px solid #707274; | |
2484 | + -webkit-border-top-right-radius: 3px; | |
2485 | + border-top-right-radius: 3px; | |
2486 | + font-size: 15px; | |
2487 | + line-height: 15px; | |
2488 | + padding: 0 7px; | |
2489 | + cursor: pointer; | |
2464 | 2490 | } |
2465 | 2491 | |
2466 | 2492 | .busket_modal_basic .order_list .count_block .count_buttons .button_plus:hover { |
2467 | - background-color: #7c7e81; | |
2493 | + background-color: #7c7e81; | |
2468 | 2494 | } |
2469 | 2495 | |
2470 | 2496 | .busket_modal_basic .order_list .count_block .count_buttons .button_minus { |
2471 | - background-color: #898b8e; | |
2472 | - color: white; | |
2473 | - font-weight: bold; | |
2474 | - line-height: 16px; | |
2475 | - text-align: center; | |
2476 | - border-top: 1px solid #A2A2A2; | |
2477 | - -webkit-border-bottom-right-radius: 3px; | |
2478 | - border-bottom-right-radius: 3px; | |
2479 | - cursor: pointer; | |
2497 | + background-color: #898b8e; | |
2498 | + color: white; | |
2499 | + font-weight: bold; | |
2500 | + line-height: 16px; | |
2501 | + text-align: center; | |
2502 | + border-top: 1px solid #A2A2A2; | |
2503 | + -webkit-border-bottom-right-radius: 3px; | |
2504 | + border-bottom-right-radius: 3px; | |
2505 | + cursor: pointer; | |
2480 | 2506 | } |
2481 | 2507 | |
2482 | 2508 | .busket_modal_basic .order_list .count_block .count_buttons .button_minus:hover { |
2483 | - background-color: #7c7e81; | |
2509 | + background-color: #7c7e81; | |
2484 | 2510 | } |
2485 | 2511 | |
2486 | 2512 | .busket_modal_basic .order_list .busket_bottom_btn { |
2487 | - margin-top: 20px; | |
2488 | - text-align: center; | |
2513 | + margin-top: 20px; | |
2514 | + text-align: center; | |
2489 | 2515 | } |
2490 | 2516 | |
2491 | 2517 | .busket_modal_basic .order_list .busket_bottom_btn a { |
2492 | - display: inline-block; | |
2493 | - font-size: 13px; | |
2494 | - margin-right: 97px; | |
2518 | + display: inline-block; | |
2519 | + font-size: 13px; | |
2520 | + margin-right: 97px; | |
2495 | 2521 | } |
2496 | 2522 | |
2497 | 2523 | .busket_modal_basic .order_list .busket_bottom_btn button { |
2498 | - display: inline-block; | |
2499 | - padding: 10px 20px; | |
2500 | - color: white; | |
2501 | - background-color: #6aa034; | |
2502 | - border: none; | |
2503 | - -webkit-border-radius: 2px; | |
2504 | - border-radius: 2px; | |
2505 | - font-size: 13px; | |
2506 | - font-weight: normal; | |
2507 | - -webkit-box-shadow: 0px 2px 0px #517a27; | |
2508 | - box-shadow: 0px 2px 0px #517a27; | |
2524 | + display: inline-block; | |
2525 | + padding: 10px 20px; | |
2526 | + color: white; | |
2527 | + background-color: #6aa034; | |
2528 | + border: none; | |
2529 | + -webkit-border-radius: 2px; | |
2530 | + border-radius: 2px; | |
2531 | + font-size: 13px; | |
2532 | + font-weight: normal; | |
2533 | + -webkit-box-shadow: 0px 2px 0px #517a27; | |
2534 | + box-shadow: 0px 2px 0px #517a27; | |
2509 | 2535 | } |
2510 | 2536 | |
2511 | 2537 | .busket_modal_basic .order_list .busket_bottom_btn button:active { |
2512 | - position: relative; | |
2513 | - -webkit-box-shadow: none; | |
2514 | - box-shadow: none; | |
2515 | - top: 2px; | |
2538 | + position: relative; | |
2539 | + -webkit-box-shadow: none; | |
2540 | + box-shadow: none; | |
2541 | + top: 2px; | |
2516 | 2542 | } |
2517 | 2543 | |
2518 | 2544 | .busket_modal_basic .order_list .busket_bottom_btn button:hover { |
2519 | - background-color: #5d8d2e; | |
2545 | + background-color: #5d8d2e; | |
2520 | 2546 | } |
2521 | 2547 | |
2522 | 2548 | .busket_modal_basic .order_list .delete_item_btn { |
2523 | - display: inline-block; | |
2524 | - vertical-align: top; | |
2525 | - margin-top: 30px; | |
2526 | - padding: 0 10px 0 0; | |
2527 | - cursor: pointer; | |
2528 | - color: #C6C7C9; | |
2529 | - font-size: 20px; | |
2549 | + display: inline-block; | |
2550 | + vertical-align: top; | |
2551 | + margin-top: 30px; | |
2552 | + padding: 0 10px 0 0; | |
2553 | + cursor: pointer; | |
2554 | + color: #C6C7C9; | |
2555 | + font-size: 20px; | |
2530 | 2556 | } |
2531 | 2557 | |
2532 | 2558 | .busket_modal_basic .order_list .delete_item_btn:hover { |
2533 | - color: red; | |
2559 | + color: red; | |
2534 | 2560 | } |
2535 | 2561 | |
2536 | 2562 | /*==================== BUSKET MODAL 1 */ |
... | ... | @@ -2554,166 +2580,166 @@ span.red { |
2554 | 2580 | } |
2555 | 2581 | |
2556 | 2582 | .busket_modal_wrapper .busket_modal_01 { |
2557 | - display: inline-block; | |
2558 | - background: white; | |
2559 | - position: relative; | |
2560 | - overflow: hidden; | |
2561 | - border-radius:3px; | |
2562 | - -webkit-border-radius:3px; | |
2583 | + display: inline-block; | |
2584 | + background: white; | |
2585 | + position: relative; | |
2586 | + overflow: hidden; | |
2587 | + border-radius:3px; | |
2588 | + -webkit-border-radius:3px; | |
2563 | 2589 | } |
2564 | 2590 | |
2565 | 2591 | .busket_modal_wrapper .busket_modal_01 .order_list { |
2566 | - width: auto; | |
2567 | - padding: 25px; | |
2592 | + width: auto; | |
2593 | + padding: 25px; | |
2568 | 2594 | } |
2569 | 2595 | |
2570 | 2596 | .busket_modal_wrapper .busket_modal_01 .order_list ul { |
2571 | - max-height: 350px; | |
2572 | - overflow-y: overlay; | |
2573 | - overflow-x: hidden; | |
2597 | + max-height: 350px; | |
2598 | + overflow-y: overlay; | |
2599 | + overflow-x: hidden; | |
2574 | 2600 | } |
2575 | 2601 | |
2576 | 2602 | .busket_modal_wrapper .busket_modal_01 .order_list h3 { |
2577 | - text-transform: uppercase; | |
2578 | - font-weight: normal; | |
2579 | - font-size: 20px; | |
2580 | - padding: 20px 0 15px; | |
2603 | + text-transform: uppercase; | |
2604 | + font-weight: normal; | |
2605 | + font-size: 20px; | |
2606 | + padding: 20px 0 15px; | |
2581 | 2607 | } |
2582 | 2608 | |
2583 | 2609 | .busket_modal_wrapper .busket_modal_01 .order_list .order_list_li { |
2584 | - display: block; | |
2610 | + display: block; | |
2585 | 2611 | } |
2586 | 2612 | |
2587 | 2613 | .busket_modal_wrapper .busket_modal_01 .order_list .order_list_li .little_img { |
2588 | - float: none; | |
2614 | + float: none; | |
2589 | 2615 | } |
2590 | 2616 | |
2591 | 2617 | .busket_modal_wrapper .busket_modal_01 .order_list .order_list_li .name_and_code { |
2592 | - text-align: left; | |
2593 | - float: none; | |
2618 | + text-align: left; | |
2619 | + float: none; | |
2594 | 2620 | } |
2595 | 2621 | |
2596 | 2622 | .busket_modal_wrapper .busket_modal_01 .order_list .order_list_li .name_and_code .name { |
2597 | - margin-bottom: 14px; | |
2623 | + margin-bottom: 14px; | |
2598 | 2624 | } |
2599 | 2625 | |
2600 | 2626 | .busket_modal_wrapper .busket_modal_01 .order_list .order_list_li .price { |
2601 | - padding: 0; | |
2627 | + padding: 0; | |
2602 | 2628 | } |
2603 | 2629 | |
2604 | 2630 | .busket_modal_wrapper .busket_modal_01 .order_list .order_list_li .count_block_wrap { |
2605 | - display: inline-block; | |
2606 | - vertical-align: top; | |
2607 | - text-align: right; | |
2631 | + display: inline-block; | |
2632 | + vertical-align: top; | |
2633 | + text-align: right; | |
2608 | 2634 | } |
2609 | 2635 | |
2610 | 2636 | .busket_modal_wrapper .busket_modal_01 .order_list .count_block { |
2611 | - display: block; | |
2612 | - position: relative; | |
2613 | - margin-bottom: 30px; | |
2637 | + display: block; | |
2638 | + position: relative; | |
2639 | + margin-bottom: 30px; | |
2614 | 2640 | } |
2615 | 2641 | |
2616 | 2642 | .busket_modal_wrapper .busket_modal_01 .order_list .count_block .count_number { |
2617 | - display: inline-block; | |
2618 | - font-size: 22px; | |
2619 | - padding: 3px 13px 3px; | |
2620 | - border: 1px solid #C6C7C9; | |
2621 | - -webkit-border-radius: 3px; | |
2622 | - border-radius: 3px; | |
2623 | - position: relative; | |
2624 | - /*top: -2px;*/ | |
2625 | - background-color: #fff; | |
2643 | + display: inline-block; | |
2644 | + font-size: 22px; | |
2645 | + padding: 3px 13px 3px; | |
2646 | + border: 1px solid #C6C7C9; | |
2647 | + -webkit-border-radius: 3px; | |
2648 | + border-radius: 3px; | |
2649 | + position: relative; | |
2650 | + /*top: -2px;*/ | |
2651 | + background-color: #fff; | |
2626 | 2652 | } |
2627 | 2653 | |
2628 | 2654 | .busket_modal_wrapper .busket_modal_01 .order_list .count_block .count_buttons { |
2629 | - position: relative; | |
2630 | - /*top: 4px;*/ | |
2631 | - right: 16px; | |
2632 | - display: inline-block; | |
2633 | - vertical-align: bottom; | |
2655 | + position: relative; | |
2656 | + /*top: 4px;*/ | |
2657 | + right: 16px; | |
2658 | + display: inline-block; | |
2659 | + vertical-align: bottom; | |
2634 | 2660 | } |
2635 | 2661 | |
2636 | 2662 | .busket_modal_wrapper .busket_modal_01 .order_list .count_block .count_buttons .button_plus { |
2637 | - background-color: #898b8e; | |
2638 | - color: white; | |
2639 | - font-weight: bold; | |
2640 | - border-bottom: 1px solid #707274; | |
2641 | - -webkit-border-top-right-radius: 3px; | |
2642 | - border-top-right-radius: 3px; | |
2643 | - font-size: 15px; | |
2644 | - line-height: 15px; | |
2645 | - padding: 0 7px; | |
2646 | - cursor: pointer; | |
2663 | + background-color: #898b8e; | |
2664 | + color: white; | |
2665 | + font-weight: bold; | |
2666 | + border-bottom: 1px solid #707274; | |
2667 | + -webkit-border-top-right-radius: 3px; | |
2668 | + border-top-right-radius: 3px; | |
2669 | + font-size: 15px; | |
2670 | + line-height: 15px; | |
2671 | + padding: 0 7px; | |
2672 | + cursor: pointer; | |
2647 | 2673 | } |
2648 | 2674 | |
2649 | 2675 | .busket_modal_wrapper .busket_modal_01 .order_list .count_block .count_buttons .button_plus:hover { |
2650 | - background-color: #7c7e81; | |
2676 | + background-color: #7c7e81; | |
2651 | 2677 | } |
2652 | 2678 | |
2653 | 2679 | .busket_modal_wrapper .busket_modal_01 .order_list .count_block .count_buttons .button_minus { |
2654 | - background-color: #898b8e; | |
2655 | - color: white; | |
2656 | - font-weight: bold; | |
2657 | - line-height: 16px; | |
2658 | - text-align: center; | |
2659 | - border-top: 1px solid #A2A2A2; | |
2660 | - -webkit-border-bottom-right-radius: 3px; | |
2661 | - border-bottom-right-radius: 3px; | |
2662 | - cursor: pointer; | |
2680 | + background-color: #898b8e; | |
2681 | + color: white; | |
2682 | + font-weight: bold; | |
2683 | + line-height: 16px; | |
2684 | + text-align: center; | |
2685 | + border-top: 1px solid #A2A2A2; | |
2686 | + -webkit-border-bottom-right-radius: 3px; | |
2687 | + border-bottom-right-radius: 3px; | |
2688 | + cursor: pointer; | |
2663 | 2689 | } |
2664 | 2690 | |
2665 | 2691 | .busket_modal_wrapper .busket_modal_01 .order_list .count_block .count_buttons .button_minus:hover { |
2666 | - background-color: #7c7e81; | |
2692 | + background-color: #7c7e81; | |
2667 | 2693 | } |
2668 | 2694 | |
2669 | 2695 | .busket_modal_wrapper .busket_modal_01 .order_list .busket_bottom_btn { |
2670 | - margin-top: 20px; | |
2671 | - text-align: center; | |
2696 | + margin-top: 20px; | |
2697 | + text-align: center; | |
2672 | 2698 | } |
2673 | 2699 | |
2674 | 2700 | .busket_modal_wrapper .busket_modal_01 .order_list .busket_bottom_btn a { |
2675 | - display: inline-block; | |
2676 | - font-size: 13px; | |
2677 | - margin-right: 97px; | |
2701 | + display: inline-block; | |
2702 | + font-size: 13px; | |
2703 | + margin-right: 97px; | |
2678 | 2704 | } |
2679 | 2705 | |
2680 | 2706 | .busket_modal_wrapper .busket_modal_01 .order_list .busket_bottom_btn button { |
2681 | - display: inline-block; | |
2682 | - padding: 10px 20px; | |
2683 | - color: white; | |
2684 | - background-color: #6aa034; | |
2685 | - border: none; | |
2686 | - -webkit-border-radius: 2px; | |
2687 | - border-radius: 2px; | |
2688 | - font-size: 13px; | |
2689 | - font-weight: normal; | |
2690 | - -webkit-box-shadow: 0px 2px 0px #517a27; | |
2691 | - box-shadow: 0px 2px 0px #517a27; | |
2707 | + display: inline-block; | |
2708 | + padding: 10px 20px; | |
2709 | + color: white; | |
2710 | + background-color: #6aa034; | |
2711 | + border: none; | |
2712 | + -webkit-border-radius: 2px; | |
2713 | + border-radius: 2px; | |
2714 | + font-size: 13px; | |
2715 | + font-weight: normal; | |
2716 | + -webkit-box-shadow: 0px 2px 0px #517a27; | |
2717 | + box-shadow: 0px 2px 0px #517a27; | |
2692 | 2718 | } |
2693 | 2719 | |
2694 | 2720 | .busket_modal_wrapper .busket_modal_01 .order_list .busket_bottom_btn button:active { |
2695 | - position: relative; | |
2696 | - -webkit-box-shadow: none; | |
2697 | - box-shadow: none; | |
2698 | - top: 2px; | |
2721 | + position: relative; | |
2722 | + -webkit-box-shadow: none; | |
2723 | + box-shadow: none; | |
2724 | + top: 2px; | |
2699 | 2725 | } |
2700 | 2726 | |
2701 | 2727 | .busket_modal_wrapper .busket_modal_01 .order_list .busket_bottom_btn button:hover { |
2702 | - background-color: #5d8d2e; | |
2728 | + background-color: #5d8d2e; | |
2703 | 2729 | } |
2704 | 2730 | |
2705 | 2731 | .busket_modal_wrapper .busket_modal_01 .order_list .delete_item_btn { |
2706 | - display: inline-block; | |
2707 | - vertical-align: top; | |
2708 | - margin-top: 30px; | |
2709 | - padding: 0 10px 0 0; | |
2710 | - cursor: pointer; | |
2711 | - color: #C6C7C9; | |
2712 | - font-size: 20px; | |
2732 | + display: inline-block; | |
2733 | + vertical-align: top; | |
2734 | + margin-top: 30px; | |
2735 | + padding: 0 10px 0 0; | |
2736 | + cursor: pointer; | |
2737 | + color: #C6C7C9; | |
2738 | + font-size: 20px; | |
2713 | 2739 | } |
2714 | 2740 | |
2715 | 2741 | .busket_modal_wrapper .busket_modal_01 .order_list .delete_item_btn:hover { |
2716 | - color: red; | |
2742 | + color: red; | |
2717 | 2743 | } |
2718 | 2744 | |
2719 | 2745 | /*==================== BUSKET MODAL 2 */ |
... | ... | @@ -2732,58 +2758,58 @@ span.red { |
2732 | 2758 | } |
2733 | 2759 | |
2734 | 2760 | .busket_modal_header .busket_modal_02 { |
2735 | - display: inline-block; | |
2736 | - background: white; | |
2737 | - position: relative; | |
2738 | - overflow: hidden; | |
2761 | + display: inline-block; | |
2762 | + background: white; | |
2763 | + position: relative; | |
2764 | + overflow: hidden; | |
2739 | 2765 | } |
2740 | 2766 | |
2741 | 2767 | .busket_modal_header .busket_modal_02 .order_list { |
2742 | - /*width: auto;*/ | |
2743 | - padding: 25px 0px; | |
2768 | + /*width: auto;*/ | |
2769 | + padding: 25px 0px; | |
2744 | 2770 | } |
2745 | 2771 | |
2746 | 2772 | .busket_modal_header .busket_modal_02 .order_list ul { |
2747 | - overflow-y: overlay; | |
2748 | - overflow-x: hidden; | |
2773 | + overflow-y: overlay; | |
2774 | + overflow-x: hidden; | |
2749 | 2775 | } |
2750 | 2776 | |
2751 | 2777 | .busket_modal_header .busket_modal_02 .order_list h3 { |
2752 | - text-transform: uppercase; | |
2753 | - font-weight: normal; | |
2754 | - font-size: 20px; | |
2755 | - padding: 20px 0 15px; | |
2778 | + text-transform: uppercase; | |
2779 | + font-weight: normal; | |
2780 | + font-size: 20px; | |
2781 | + padding: 20px 0 15px; | |
2756 | 2782 | } |
2757 | 2783 | |
2758 | 2784 | .busket_modal_header .busket_modal_02 .order_list .order_list_li { |
2759 | - display: block; | |
2760 | - max-width:440px; | |
2785 | + display: block; | |
2786 | + max-width:440px; | |
2761 | 2787 | overflow: hidden; |
2762 | 2788 | } |
2763 | 2789 | |
2764 | 2790 | |
2765 | 2791 | .busket_modal_header .busket_modal_02 .order_list li:nth-child(even){ |
2766 | - background-color:#f4f4f4; | |
2792 | + background-color:#f4f4f4; | |
2767 | 2793 | } |
2768 | 2794 | .busket_modal_01 .order_list li:nth-child(even){ |
2769 | - background-color:#f4f4f4; | |
2795 | + background-color:#f4f4f4; | |
2770 | 2796 | } |
2771 | 2797 | |
2772 | 2798 | .busket_modal_header .busket_modal_02 .order_list .order_list_li .little_img { |
2773 | - /*float: none;*/ | |
2799 | + /*float: none;*/ | |
2774 | 2800 | } |
2775 | 2801 | |
2776 | 2802 | .busket_modal_header .busket_modal_02 .order_list .order_list_li .name_and_code { |
2777 | - text-align: left; | |
2778 | - /*float: none;*/ | |
2803 | + text-align: left; | |
2804 | + /*float: none;*/ | |
2779 | 2805 | } |
2780 | 2806 | |
2781 | 2807 | .busket_modal_header .busket_modal_02 .order_list .order_list_li .name_and_code .name { |
2782 | - margin-bottom: 14px; | |
2808 | + margin-bottom: 14px; | |
2783 | 2809 | } |
2784 | 2810 | |
2785 | 2811 | .busket_modal_header .busket_modal_02 .order_list .order_list_li .price { |
2786 | - padding: 0; | |
2812 | + padding: 0; | |
2787 | 2813 | } |
2788 | 2814 | |
2789 | 2815 | .busket_modal_header .busket_modal_02 .order_list .order_list_li .count_block_wrap { |
... | ... | @@ -2794,104 +2820,104 @@ span.red { |
2794 | 2820 | } |
2795 | 2821 | |
2796 | 2822 | .busket_modal_header .busket_modal_02 .order_list .count_block { |
2797 | - display: block; | |
2798 | - position: relative; | |
2799 | - margin-bottom: 30px; | |
2823 | + display: block; | |
2824 | + position: relative; | |
2825 | + margin-bottom: 30px; | |
2800 | 2826 | } |
2801 | 2827 | |
2802 | 2828 | .busket_modal_header .busket_modal_02 .order_list .count_block .count_number { |
2803 | - display: inline-block; | |
2804 | - font-size: 22px; | |
2805 | - padding: 6px 13px 3px; | |
2806 | - border: 1px solid #C6C7C9; | |
2807 | - -webkit-border-radius: 3px; | |
2808 | - border-radius: 3px; | |
2809 | - position: relative; | |
2810 | - /*top: -2px;*/ | |
2811 | - background-color: #fff; | |
2829 | + display: inline-block; | |
2830 | + font-size: 22px; | |
2831 | + padding: 6px 13px 3px; | |
2832 | + border: 1px solid #C6C7C9; | |
2833 | + -webkit-border-radius: 3px; | |
2834 | + border-radius: 3px; | |
2835 | + position: relative; | |
2836 | + /*top: -2px;*/ | |
2837 | + background-color: #fff; | |
2812 | 2838 | } |
2813 | 2839 | |
2814 | 2840 | .busket_modal_header .busket_modal_02 .order_list .count_block .count_buttons { |
2815 | - position: relative; | |
2816 | - /*top: 4px;*/ | |
2817 | - right: 16px; | |
2818 | - display: inline-block; | |
2819 | - vertical-align: bottom; | |
2841 | + position: relative; | |
2842 | + /*top: 4px;*/ | |
2843 | + right: 16px; | |
2844 | + display: inline-block; | |
2845 | + vertical-align: bottom; | |
2820 | 2846 | } |
2821 | 2847 | |
2822 | 2848 | .busket_modal_header .busket_modal_02 .order_list .count_block .count_buttons .button_plus { |
2823 | - background-color: #898b8e; | |
2824 | - color: white; | |
2825 | - font-weight: bold; | |
2826 | - border-bottom: 1px solid #707274; | |
2827 | - -webkit-border-top-right-radius: 3px; | |
2828 | - border-top-right-radius: 3px; | |
2829 | - font-size: 15px; | |
2830 | - line-height: 15px; | |
2831 | - padding: 0 7px; | |
2832 | - cursor: pointer; | |
2849 | + background-color: #898b8e; | |
2850 | + color: white; | |
2851 | + font-weight: bold; | |
2852 | + border-bottom: 1px solid #707274; | |
2853 | + -webkit-border-top-right-radius: 3px; | |
2854 | + border-top-right-radius: 3px; | |
2855 | + font-size: 15px; | |
2856 | + line-height: 15px; | |
2857 | + padding: 0 7px; | |
2858 | + cursor: pointer; | |
2833 | 2859 | } |
2834 | 2860 | |
2835 | 2861 | .busket_modal_header .busket_modal_02 .order_list .count_block .count_buttons .button_plus:hover { |
2836 | - background-color: #7c7e81; | |
2862 | + background-color: #7c7e81; | |
2837 | 2863 | } |
2838 | 2864 | |
2839 | 2865 | .busket_modal_header .busket_modal_02 .order_list .count_block .count_buttons .button_minus { |
2840 | - background-color: #898b8e; | |
2841 | - color: white; | |
2842 | - font-weight: bold; | |
2843 | - line-height: 16px; | |
2844 | - text-align: center; | |
2845 | - border-top: 1px solid #A2A2A2; | |
2846 | - -webkit-border-bottom-right-radius: 3px; | |
2847 | - border-bottom-right-radius: 3px; | |
2848 | - cursor: pointer; | |
2866 | + background-color: #898b8e; | |
2867 | + color: white; | |
2868 | + font-weight: bold; | |
2869 | + line-height: 16px; | |
2870 | + text-align: center; | |
2871 | + border-top: 1px solid #A2A2A2; | |
2872 | + -webkit-border-bottom-right-radius: 3px; | |
2873 | + border-bottom-right-radius: 3px; | |
2874 | + cursor: pointer; | |
2849 | 2875 | } |
2850 | 2876 | |
2851 | 2877 | .busket_modal_header .busket_modal_02 .order_list .count_block .count_buttons .button_minus:hover { |
2852 | - background-color: #7c7e81; | |
2878 | + background-color: #7c7e81; | |
2853 | 2879 | } |
2854 | 2880 | |
2855 | 2881 | .busket_modal_header .busket_modal_02 .order_list .busket_bottom_btn { |
2856 | - margin-top: 20px; | |
2857 | - text-align: center; | |
2882 | + margin-top: 20px; | |
2883 | + text-align: center; | |
2858 | 2884 | } |
2859 | 2885 | |
2860 | 2886 | .busket_modal_header .busket_modal_02 .order_list .busket_bottom_btn a { |
2861 | - display: inline-block; | |
2862 | - font-size: 13px; | |
2863 | - margin-right: 130px; | |
2887 | + display: inline-block; | |
2888 | + font-size: 13px; | |
2889 | + margin-right: 130px; | |
2864 | 2890 | } |
2865 | 2891 | |
2866 | 2892 | .busket_modal_header .busket_modal_02 .order_list .busket_bottom_btn .button { |
2867 | - display: inline-block; | |
2868 | - padding: 10px 20px; | |
2869 | - text-decoration: none; | |
2870 | - margin: 0; | |
2871 | - color: white; | |
2872 | - background-color: #6aa034; | |
2873 | - border: none; | |
2874 | - -webkit-border-radius: 2px; | |
2875 | - border-radius: 2px; | |
2876 | - font-size: 13px; | |
2877 | - font-weight: normal; | |
2878 | - -webkit-box-shadow: 0px 2px 0px #517a27; | |
2879 | - box-shadow: 0px 2px 0px #517a27; | |
2893 | + display: inline-block; | |
2894 | + padding: 10px 20px; | |
2895 | + text-decoration: none; | |
2896 | + margin: 0; | |
2897 | + color: white; | |
2898 | + background-color: #6aa034; | |
2899 | + border: none; | |
2900 | + -webkit-border-radius: 2px; | |
2901 | + border-radius: 2px; | |
2902 | + font-size: 13px; | |
2903 | + font-weight: normal; | |
2904 | + -webkit-box-shadow: 0px 2px 0px #517a27; | |
2905 | + box-shadow: 0px 2px 0px #517a27; | |
2880 | 2906 | } |
2881 | 2907 | |
2882 | 2908 | .busket_modal_header .busket_modal_02 .order_list .busket_bottom_btn .button:active { |
2883 | - position: relative; | |
2884 | - -webkit-box-shadow: none; | |
2885 | - box-shadow: none; | |
2886 | - top: 2px; | |
2909 | + position: relative; | |
2910 | + -webkit-box-shadow: none; | |
2911 | + box-shadow: none; | |
2912 | + top: 2px; | |
2887 | 2913 | } |
2888 | 2914 | |
2889 | 2915 | .busket_modal_header .busket_modal_02 .order_list .busket_bottom_btn .button:hover { |
2890 | - background-color: #5d8d2e; | |
2916 | + background-color: #5d8d2e; | |
2891 | 2917 | } |
2892 | 2918 | |
2893 | 2919 | .busket_modal_header .busket_modal_02 .order_list .delete_item_btn { |
2894 | - display: inline-block; | |
2920 | + display: inline-block; | |
2895 | 2921 | vertical-align: top; |
2896 | 2922 | margin-top: 30px; |
2897 | 2923 | padding: 0 10px 0 0; |
... | ... | @@ -2902,469 +2928,469 @@ span.red { |
2902 | 2928 | } |
2903 | 2929 | |
2904 | 2930 | .busket_modal_header .busket_modal_02 .order_list .delete_item_btn:hover { |
2905 | - color: red; | |
2931 | + color: red; | |
2906 | 2932 | } |
2907 | 2933 | /********************BASKET *************************/ |
2908 | 2934 | |
2909 | 2935 | |
2910 | 2936 | .basket_form .order_list { |
2911 | - /*width: auto;*/ | |
2912 | - padding: 25px 0px; | |
2937 | + /*width: auto;*/ | |
2938 | + padding: 25px 0px; | |
2913 | 2939 | } |
2914 | 2940 | |
2915 | 2941 | .basket_form .order_list ul { |
2916 | - overflow-y: overlay; | |
2917 | - overflow-x: hidden; | |
2942 | + overflow-y: overlay; | |
2943 | + overflow-x: hidden; | |
2918 | 2944 | } |
2919 | 2945 | |
2920 | 2946 | .basket_form .order_list h3 { |
2921 | - text-transform: uppercase; | |
2922 | - font-weight: normal; | |
2923 | - font-size: 20px; | |
2924 | - padding: 20px 0 15px; | |
2947 | + text-transform: uppercase; | |
2948 | + font-weight: normal; | |
2949 | + font-size: 20px; | |
2950 | + padding: 20px 0 15px; | |
2925 | 2951 | } |
2926 | 2952 | |
2927 | 2953 | .basket_form .order_list .order_list_li { |
2928 | - display: block; | |
2929 | - max-width:440px; | |
2930 | - overflow: hidden; | |
2954 | + display: block; | |
2955 | + max-width:440px; | |
2956 | + overflow: hidden; | |
2931 | 2957 | } |
2932 | 2958 | |
2933 | 2959 | |
2934 | 2960 | .basket_form .order_list li:nth-child(even){ |
2935 | - background-color:#f4f4f4; | |
2961 | + background-color:#f4f4f4; | |
2936 | 2962 | } |
2937 | 2963 | .busket_modal_01 .order_list li:nth-child(even){ |
2938 | - background-color:#f4f4f4; | |
2964 | + background-color:#f4f4f4; | |
2939 | 2965 | } |
2940 | 2966 | |
2941 | 2967 | .basket_form .order_list .order_list_li .little_img { |
2942 | - /*float: none;*/ | |
2968 | + /*float: none;*/ | |
2943 | 2969 | } |
2944 | 2970 | |
2945 | 2971 | .basket_form .order_list .order_list_li .name_and_code { |
2946 | - text-align: left; | |
2947 | - /*float: none;*/ | |
2972 | + text-align: left; | |
2973 | + /*float: none;*/ | |
2948 | 2974 | } |
2949 | 2975 | |
2950 | 2976 | .basket_form .order_list .order_list_li .name_and_code .name { |
2951 | - margin-bottom: 14px; | |
2977 | + margin-bottom: 14px; | |
2952 | 2978 | } |
2953 | 2979 | |
2954 | 2980 | .basket_form .order_list .order_list_li .price { |
2955 | - padding: 0; | |
2981 | + padding: 0; | |
2956 | 2982 | } |
2957 | 2983 | |
2958 | 2984 | .basket_form .order_list .order_list_li .count_block_wrap { |
2959 | - display: inline-block; | |
2960 | - vertical-align: top; | |
2961 | - text-align: right; | |
2962 | - float: left; | |
2985 | + display: inline-block; | |
2986 | + vertical-align: top; | |
2987 | + text-align: right; | |
2988 | + float: left; | |
2963 | 2989 | } |
2964 | 2990 | |
2965 | 2991 | .basket_form .order_list .count_block { |
2966 | - display: block; | |
2967 | - position: relative; | |
2968 | - margin-bottom: 30px; | |
2992 | + display: block; | |
2993 | + position: relative; | |
2994 | + margin-bottom: 30px; | |
2969 | 2995 | } |
2970 | 2996 | |
2971 | 2997 | .basket_form .order_list .count_block .count_number { |
2972 | - display: inline-block; | |
2973 | - font-size: 22px; | |
2974 | - padding: 6px 13px 3px; | |
2975 | - -webkit-border-radius: 3px; | |
2976 | - border-radius: 3px; | |
2977 | - position: relative; | |
2978 | - /*top: -2px;*/ | |
2979 | - background-color: #fff; | |
2998 | + display: inline-block; | |
2999 | + font-size: 22px; | |
3000 | + padding: 6px 13px 3px; | |
3001 | + -webkit-border-radius: 3px; | |
3002 | + border-radius: 3px; | |
3003 | + position: relative; | |
3004 | + /*top: -2px;*/ | |
3005 | + background-color: #fff; | |
2980 | 3006 | } |
2981 | 3007 | |
2982 | 3008 | .basket_form .order_list .count_block .count_buttons { |
2983 | - position: relative; | |
2984 | - /*top: 4px;*/ | |
2985 | - right: 16px; | |
2986 | - display: inline-block; | |
2987 | - vertical-align: bottom; | |
3009 | + position: relative; | |
3010 | + /*top: 4px;*/ | |
3011 | + right: 16px; | |
3012 | + display: inline-block; | |
3013 | + vertical-align: bottom; | |
2988 | 3014 | } |
2989 | 3015 | |
2990 | 3016 | .basket_form .order_list .count_block .count_buttons .button_plus { |
2991 | - background-color: #898b8e; | |
2992 | - color: white; | |
2993 | - font-weight: bold; | |
2994 | - border-bottom: 1px solid #707274; | |
2995 | - -webkit-border-top-right-radius: 3px; | |
2996 | - border-top-right-radius: 3px; | |
2997 | - font-size: 15px; | |
2998 | - line-height: 15px; | |
2999 | - padding: 0 7px; | |
3000 | - cursor: pointer; | |
3017 | + background-color: #898b8e; | |
3018 | + color: white; | |
3019 | + font-weight: bold; | |
3020 | + border-bottom: 1px solid #707274; | |
3021 | + -webkit-border-top-right-radius: 3px; | |
3022 | + border-top-right-radius: 3px; | |
3023 | + font-size: 15px; | |
3024 | + line-height: 15px; | |
3025 | + padding: 0 7px; | |
3026 | + cursor: pointer; | |
3001 | 3027 | } |
3002 | 3028 | |
3003 | 3029 | .basket_form .order_list .count_block .count_buttons .button_plus:hover { |
3004 | - background-color: #7c7e81; | |
3030 | + background-color: #7c7e81; | |
3005 | 3031 | } |
3006 | 3032 | |
3007 | 3033 | .basket_form .order_list .count_block .count_buttons .button_minus { |
3008 | - background-color: #898b8e; | |
3009 | - color: white; | |
3010 | - font-weight: bold; | |
3011 | - line-height: 16px; | |
3012 | - text-align: center; | |
3013 | - border-top: 1px solid #A2A2A2; | |
3014 | - -webkit-border-bottom-right-radius: 3px; | |
3015 | - border-bottom-right-radius: 3px; | |
3016 | - cursor: pointer; | |
3034 | + background-color: #898b8e; | |
3035 | + color: white; | |
3036 | + font-weight: bold; | |
3037 | + line-height: 16px; | |
3038 | + text-align: center; | |
3039 | + border-top: 1px solid #A2A2A2; | |
3040 | + -webkit-border-bottom-right-radius: 3px; | |
3041 | + border-bottom-right-radius: 3px; | |
3042 | + cursor: pointer; | |
3017 | 3043 | } |
3018 | 3044 | |
3019 | 3045 | .basket_form .order_list .count_block .count_buttons .button_minus:hover { |
3020 | - background-color: #7c7e81; | |
3046 | + background-color: #7c7e81; | |
3021 | 3047 | } |
3022 | 3048 | |
3023 | 3049 | .basket_form .order_list .busket_bottom_btn { |
3024 | - margin-top: 20px; | |
3025 | - text-align: center; | |
3050 | + margin-top: 20px; | |
3051 | + text-align: center; | |
3026 | 3052 | } |
3027 | 3053 | |
3028 | 3054 | .basket_form .order_list .busket_bottom_btn a { |
3029 | - display: inline-block; | |
3030 | - font-size: 13px; | |
3031 | - margin-right: 130px; | |
3055 | + display: inline-block; | |
3056 | + font-size: 13px; | |
3057 | + margin-right: 130px; | |
3032 | 3058 | } |
3033 | 3059 | |
3034 | 3060 | .basket_form .order_list .busket_bottom_btn .button { |
3035 | - display: inline-block; | |
3036 | - padding: 10px 20px; | |
3037 | - text-decoration: none; | |
3038 | - margin: 0; | |
3039 | - color: white; | |
3040 | - background-color: #6aa034; | |
3041 | - border: none; | |
3042 | - -webkit-border-radius: 2px; | |
3043 | - border-radius: 2px; | |
3044 | - font-size: 13px; | |
3045 | - font-weight: normal; | |
3046 | - -webkit-box-shadow: 0px 2px 0px #517a27; | |
3047 | - box-shadow: 0px 2px 0px #517a27; | |
3061 | + display: inline-block; | |
3062 | + padding: 10px 20px; | |
3063 | + text-decoration: none; | |
3064 | + margin: 0; | |
3065 | + color: white; | |
3066 | + background-color: #6aa034; | |
3067 | + border: none; | |
3068 | + -webkit-border-radius: 2px; | |
3069 | + border-radius: 2px; | |
3070 | + font-size: 13px; | |
3071 | + font-weight: normal; | |
3072 | + -webkit-box-shadow: 0px 2px 0px #517a27; | |
3073 | + box-shadow: 0px 2px 0px #517a27; | |
3048 | 3074 | } |
3049 | 3075 | |
3050 | 3076 | .basket_form .order_list .busket_bottom_btn .button:active { |
3051 | - position: relative; | |
3052 | - -webkit-box-shadow: none; | |
3053 | - box-shadow: none; | |
3054 | - top: 2px; | |
3077 | + position: relative; | |
3078 | + -webkit-box-shadow: none; | |
3079 | + box-shadow: none; | |
3080 | + top: 2px; | |
3055 | 3081 | } |
3056 | 3082 | |
3057 | 3083 | .basket_form .order_list .busket_bottom_btn .button:hover { |
3058 | - background-color: #5d8d2e; | |
3084 | + background-color: #5d8d2e; | |
3059 | 3085 | } |
3060 | 3086 | |
3061 | 3087 | .basket_form .order_list .delete_item_btn { |
3062 | - display: inline-block; | |
3063 | - vertical-align: top; | |
3064 | - margin-top: 30px; | |
3065 | - padding: 0 10px 0 0; | |
3066 | - cursor: pointer; | |
3067 | - color: #C6C7C9; | |
3068 | - font-size: 20px; | |
3069 | - float: left; | |
3088 | + display: inline-block; | |
3089 | + vertical-align: top; | |
3090 | + margin-top: 30px; | |
3091 | + padding: 0 10px 0 0; | |
3092 | + cursor: pointer; | |
3093 | + color: #C6C7C9; | |
3094 | + font-size: 20px; | |
3095 | + float: left; | |
3070 | 3096 | } |
3071 | 3097 | |
3072 | 3098 | .basket_form .order_list .delete_item_btn:hover { |
3073 | - color: red; | |
3099 | + color: red; | |
3074 | 3100 | } |
3075 | 3101 | /*=============================================== CATEGORY PAGE ================================================*/ |
3076 | 3102 | |
3077 | 3103 | .category_page_main_title { |
3078 | - margin-top: 0; | |
3079 | - margin-bottom: 41px; | |
3080 | - font-weight: bold; | |
3104 | + margin-top: 0; | |
3105 | + margin-bottom: 41px; | |
3106 | + font-weight: bold; | |
3081 | 3107 | } |
3082 | 3108 | |
3083 | 3109 | .category_wrap { |
3084 | - margin-bottom: 18px; | |
3110 | + margin-bottom: 18px; | |
3085 | 3111 | } |
3086 | 3112 | |
3087 | 3113 | .category_wrap .category_wrap_3_colum { |
3088 | - width: 300px; | |
3089 | - display: inline-block; | |
3090 | - vertical-align: top; | |
3091 | - margin-right: 15px; | |
3114 | + width: 300px; | |
3115 | + display: inline-block; | |
3116 | + vertical-align: top; | |
3117 | + margin-right: 15px; | |
3092 | 3118 | } |
3093 | 3119 | |
3094 | 3120 | .category_wrap .category_wrap_3_colum:last-of-type { |
3095 | - margin-right: 0px; | |
3121 | + margin-right: 0px; | |
3096 | 3122 | } |
3097 | 3123 | |
3098 | 3124 | .category_wrap .wrap { |
3099 | - margin-bottom: 16px; | |
3125 | + margin-bottom: 16px; | |
3100 | 3126 | } |
3101 | 3127 | |
3102 | 3128 | .category_wrap .wrap a { |
3103 | - text-decoration: none; | |
3129 | + text-decoration: none; | |
3104 | 3130 | } |
3105 | 3131 | |
3106 | 3132 | .category_wrap .wrap .cat_li_cont { |
3107 | - border: 1px solid #C6C7C9; | |
3108 | - -webkit-border-radius: 2px; | |
3109 | - border-radius: 2px; | |
3110 | - width: 298px; | |
3111 | - height: 78px; | |
3112 | - display: inline-block; | |
3113 | - position: relative; | |
3133 | + border: 1px solid #C6C7C9; | |
3134 | + -webkit-border-radius: 2px; | |
3135 | + border-radius: 2px; | |
3136 | + width: 298px; | |
3137 | + height: 78px; | |
3138 | + display: inline-block; | |
3139 | + position: relative; | |
3114 | 3140 | } |
3115 | 3141 | |
3116 | 3142 | .category_wrap .wrap .cat_li_cont img { |
3117 | - padding-top: 9px; | |
3118 | - padding-left: 7px; | |
3119 | - float: left; | |
3120 | - padding-right: 20px; | |
3143 | + padding-top: 9px; | |
3144 | + padding-left: 7px; | |
3145 | + float: left; | |
3146 | + padding-right: 20px; | |
3121 | 3147 | } |
3122 | 3148 | |
3123 | 3149 | .category_wrap .wrap .cat_li_cont .desc { |
3124 | - font-size: 15px; | |
3125 | - width: 150px; | |
3126 | - color: #333333; | |
3127 | - margin-left: 87px; | |
3128 | - height: 78px; | |
3129 | - display: table-cell; | |
3130 | - vertical-align: middle; | |
3150 | + font-size: 15px; | |
3151 | + width: 150px; | |
3152 | + color: #333333; | |
3153 | + margin-left: 87px; | |
3154 | + height: 78px; | |
3155 | + display: table-cell; | |
3156 | + vertical-align: middle; | |
3131 | 3157 | } |
3132 | 3158 | |
3133 | 3159 | .category_wrap .wrap .cat_li_cont .arrow { |
3134 | - background-image: url("../images/category/green_arrows.png"); | |
3135 | - width: 20px; | |
3136 | - height: 10px; | |
3137 | - background-repeat: no-repeat; | |
3138 | - display: block; | |
3139 | - position: absolute; | |
3140 | - right: 15px; | |
3141 | - top: 35px; | |
3142 | - background-position: 0px 0px; | |
3160 | + background-image: url("../images/category/green_arrows.png"); | |
3161 | + width: 20px; | |
3162 | + height: 10px; | |
3163 | + background-repeat: no-repeat; | |
3164 | + display: block; | |
3165 | + position: absolute; | |
3166 | + right: 15px; | |
3167 | + top: 35px; | |
3168 | + background-position: 0px 0px; | |
3143 | 3169 | } |
3144 | 3170 | |
3145 | 3171 | .category_wrap .wrap .cat_li_sub_ul { |
3146 | - padding: 18px 2px 13px 18px; | |
3147 | - font-size: 13px; | |
3148 | - line-height: 20px; | |
3149 | - border: 1px solid #C6C7C9; | |
3150 | - width: 278px; | |
3151 | - background-color: white; | |
3152 | - position: relative; | |
3153 | - top: -6px; | |
3154 | - border-top: none; | |
3155 | - display: none; | |
3172 | + padding: 18px 2px 13px 18px; | |
3173 | + font-size: 13px; | |
3174 | + line-height: 20px; | |
3175 | + border: 1px solid #C6C7C9; | |
3176 | + width: 278px; | |
3177 | + background-color: white; | |
3178 | + position: relative; | |
3179 | + top: -6px; | |
3180 | + border-top: none; | |
3181 | + display: none; | |
3156 | 3182 | } |
3157 | 3183 | |
3158 | 3184 | /*=============================================== 404 PAGE ================================================*/ |
3159 | 3185 | |
3160 | 3186 | .wrap_for_404 { |
3161 | - min-height: 670px; | |
3187 | + min-height: 670px; | |
3162 | 3188 | } |
3163 | 3189 | |
3164 | 3190 | .wrap_for_404 .main_title_404 { |
3165 | - font-size: 30px; | |
3166 | - margin-top: 0; | |
3167 | - margin-bottom: 30px; | |
3168 | - font-weight: bold; | |
3191 | + font-size: 30px; | |
3192 | + margin-top: 0; | |
3193 | + margin-bottom: 30px; | |
3194 | + font-weight: bold; | |
3169 | 3195 | } |
3170 | 3196 | |
3171 | 3197 | .wrap_for_404 .main_img_404 { |
3172 | - float: left; | |
3173 | - position: relative; | |
3174 | - right: 10px; | |
3175 | - padding: 27px 21px 10px 0px; | |
3198 | + float: left; | |
3199 | + position: relative; | |
3200 | + right: 10px; | |
3201 | + padding: 27px 21px 10px 0px; | |
3176 | 3202 | } |
3177 | 3203 | |
3178 | 3204 | .wrap_for_404 .block_404 .first { |
3179 | - font-size: 16px; | |
3180 | - margin-top: 103px; | |
3181 | - line-height: 20px; | |
3205 | + font-size: 16px; | |
3206 | + margin-top: 103px; | |
3207 | + line-height: 20px; | |
3182 | 3208 | } |
3183 | 3209 | |
3184 | 3210 | .wrap_for_404 .block_404 .second { |
3185 | - font-size: 13px; | |
3186 | - margin-top: 60px; | |
3187 | - line-height: 15px; | |
3188 | - color: #898b8e; | |
3211 | + font-size: 13px; | |
3212 | + margin-top: 60px; | |
3213 | + line-height: 15px; | |
3214 | + color: #898b8e; | |
3189 | 3215 | } |
3190 | 3216 | |
3191 | 3217 | .wrap_for_404 .block_404 button { |
3192 | - padding: 7px 21px; | |
3193 | - background-color: #6aa034; | |
3194 | - margin-top: 47px; | |
3195 | - margin-left: 151px; | |
3196 | - border: none; | |
3197 | - font-size: 13px; | |
3198 | - color: white; | |
3199 | - -webkit-border-radius: 3px; | |
3200 | - border-radius: 3px; | |
3201 | - -webkit-box-shadow: 0 2px #517a27; | |
3202 | - box-shadow: 0 2px #517a27; | |
3218 | + padding: 7px 21px; | |
3219 | + background-color: #6aa034; | |
3220 | + margin-top: 47px; | |
3221 | + margin-left: 151px; | |
3222 | + border: none; | |
3223 | + font-size: 13px; | |
3224 | + color: white; | |
3225 | + -webkit-border-radius: 3px; | |
3226 | + border-radius: 3px; | |
3227 | + -webkit-box-shadow: 0 2px #517a27; | |
3228 | + box-shadow: 0 2px #517a27; | |
3203 | 3229 | } |
3204 | 3230 | |
3205 | 3231 | .wrap_for_404 .block_404 button:hover { |
3206 | - background-color: #5d8d2e; | |
3232 | + background-color: #5d8d2e; | |
3207 | 3233 | } |
3208 | 3234 | |
3209 | 3235 | .wrap_for_404 .block_404 button:active { |
3210 | - position: relative; | |
3211 | - top: 2px; | |
3212 | - -webkit-box-shadow: none; | |
3213 | - box-shadow: none; | |
3236 | + position: relative; | |
3237 | + top: 2px; | |
3238 | + -webkit-box-shadow: none; | |
3239 | + box-shadow: none; | |
3214 | 3240 | } |
3215 | 3241 | |
3216 | 3242 | .test_flex_example { |
3217 | - display: -webkit-box; | |
3218 | - display: -webkit-flex; | |
3219 | - display: -ms-flexbox; | |
3220 | - display: flex; | |
3221 | - -webkit-flex-wrap: wrap; | |
3222 | - -ms-flex-wrap: wrap; | |
3223 | - flex-wrap: wrap; | |
3224 | - -webkit-box-pack: justify; | |
3225 | - -webkit-justify-content: space-between; | |
3226 | - -ms-flex-pack: justify; | |
3227 | - justify-content: space-between; | |
3243 | + display: -webkit-box; | |
3244 | + display: -webkit-flex; | |
3245 | + display: -ms-flexbox; | |
3246 | + display: flex; | |
3247 | + -webkit-flex-wrap: wrap; | |
3248 | + -ms-flex-wrap: wrap; | |
3249 | + flex-wrap: wrap; | |
3250 | + -webkit-box-pack: justify; | |
3251 | + -webkit-justify-content: space-between; | |
3252 | + -ms-flex-pack: justify; | |
3253 | + justify-content: space-between; | |
3228 | 3254 | } |
3229 | 3255 | |
3230 | 3256 | /*=============================================== ZAGLUSHKA PAGE ================================================*/ |
3231 | 3257 | |
3232 | 3258 | .zaglushka_logo_img { |
3233 | - width: 230px; | |
3234 | - margin: 80px auto 27px; | |
3259 | + width: 230px; | |
3260 | + margin: 80px auto 27px; | |
3235 | 3261 | } |
3236 | 3262 | |
3237 | 3263 | .zaglushka_main_img { |
3238 | - width: 880px; | |
3239 | - position: relative; | |
3240 | - left: -6px; | |
3264 | + width: 880px; | |
3265 | + position: relative; | |
3266 | + left: -6px; | |
3241 | 3267 | } |
3242 | 3268 | |
3243 | 3269 | .zaglushka_text { |
3244 | - text-align: center; | |
3245 | - font-weight: bold; | |
3246 | - padding-top: 44px; | |
3247 | - position: relative; | |
3248 | - right: 4px; | |
3249 | - padding-bottom: 130px; | |
3270 | + text-align: center; | |
3271 | + font-weight: bold; | |
3272 | + padding-top: 44px; | |
3273 | + position: relative; | |
3274 | + right: 4px; | |
3275 | + padding-bottom: 130px; | |
3250 | 3276 | } |
3251 | 3277 | |
3252 | 3278 | .zaglushka_text h2 { |
3253 | - color: #6aa034; | |
3254 | - font-size: 20px; | |
3255 | - letter-spacing: 1px; | |
3279 | + color: #6aa034; | |
3280 | + font-size: 20px; | |
3281 | + letter-spacing: 1px; | |
3256 | 3282 | } |
3257 | 3283 | |
3258 | 3284 | .zaglushka_text p { |
3259 | - font-size: 16px; | |
3260 | - padding-bottom: 22px; | |
3285 | + font-size: 16px; | |
3286 | + padding-bottom: 22px; | |
3261 | 3287 | } |
3262 | 3288 | |
3263 | 3289 | .zaglushka_text .zaglushka_separate_line { |
3264 | - height: 1px; | |
3265 | - background: #C6C7C9; | |
3266 | - width: 508px; | |
3267 | - margin: 13px auto 17px; | |
3290 | + height: 1px; | |
3291 | + background: #C6C7C9; | |
3292 | + width: 508px; | |
3293 | + margin: 13px auto 17px; | |
3268 | 3294 | } |
3269 | 3295 | |
3270 | 3296 | /*=============================================== VALIDATION ================================================*/ |
3271 | 3297 | |
3272 | 3298 | .reg_form label.error { |
3273 | - margin-left: 180px; | |
3274 | - width: 265px; | |
3275 | - text-align: left; | |
3276 | - color: #D75C5C; | |
3299 | + margin-left: 180px; | |
3300 | + width: 265px; | |
3301 | + text-align: left; | |
3302 | + color: #D75C5C; | |
3277 | 3303 | } |
3278 | 3304 | |
3279 | 3305 | .modal_wrapper_login .modal_window label.error { |
3280 | - margin-left: 127px; | |
3281 | - width: 265px; | |
3282 | - text-align: left; | |
3283 | - color: #D75C5C; | |
3306 | + margin-left: 127px; | |
3307 | + width: 265px; | |
3308 | + text-align: left; | |
3309 | + color: #D75C5C; | |
3284 | 3310 | } |
3285 | 3311 | |
3286 | 3312 | .consultation_modal .modal_window label.error { |
3287 | - margin-left: 127px; | |
3288 | - width: 265px; | |
3289 | - text-align: left; | |
3290 | - color: #D75C5C; | |
3313 | + margin-left: 127px; | |
3314 | + width: 265px; | |
3315 | + text-align: left; | |
3316 | + color: #D75C5C; | |
3291 | 3317 | } |
3292 | 3318 | |
3293 | 3319 | |
3294 | 3320 | .forgot_password_form label.error { |
3295 | - margin-left: 141px; | |
3296 | - width: 265px; | |
3297 | - text-align: left; | |
3298 | - color: #D75C5C; | |
3321 | + margin-left: 141px; | |
3322 | + width: 265px; | |
3323 | + text-align: left; | |
3324 | + color: #D75C5C; | |
3299 | 3325 | } |
3300 | 3326 | |
3301 | 3327 | .customer_content{ |
3302 | - display: inline-block; | |
3303 | - width: 420px; | |
3328 | + display: inline-block; | |
3329 | + width: 420px; | |
3304 | 3330 | } |
3305 | 3331 | .modal_wrapper_cabinet .cabinet_window label { |
3306 | - display: block; | |
3307 | - font-size: 13px; | |
3308 | - width: 500px; | |
3309 | - margin: auto; | |
3310 | - margin-bottom: 8px; | |
3332 | + display: block; | |
3333 | + font-size: 13px; | |
3334 | + width: 500px; | |
3335 | + margin: auto; | |
3336 | + margin-bottom: 8px; | |
3311 | 3337 | } |
3312 | 3338 | |
3313 | 3339 | .modal_wrapper_cabinet .cabinet_window input { |
3314 | - padding: 8px; | |
3315 | - width: 251px; | |
3316 | - margin-right: 56px; | |
3317 | - margin-left: 11px; | |
3318 | - border: 1px solid #C6C7C9; | |
3319 | - -webkit-border-radius: 3px; | |
3320 | - border-radius: 3px; | |
3340 | + padding: 8px; | |
3341 | + width: 251px; | |
3342 | + margin-right: 56px; | |
3343 | + margin-left: 11px; | |
3344 | + border: 1px solid #C6C7C9; | |
3345 | + -webkit-border-radius: 3px; | |
3346 | + border-radius: 3px; | |
3321 | 3347 | } |
3322 | 3348 | |
3323 | 3349 | .modal_wrapper_cabinet .cabinet_window{ |
3324 | 3350 | |
3325 | - text-align: right; | |
3351 | + text-align: right; | |
3326 | 3352 | } |
3327 | 3353 | |
3328 | 3354 | |
3329 | 3355 | .modal_wrapper_cabinet{ |
3330 | - margin-left: -60px; | |
3356 | + margin-left: -60px; | |
3331 | 3357 | } |
3332 | 3358 | |
3333 | 3359 | .my_cust_cabinet_btn{ |
3334 | - font-family: 'Ubuntu', sans-serif; | |
3335 | - background-color: #6aa033; | |
3336 | - border: 0; | |
3337 | - color: #ffffff; | |
3338 | - padding-top: 8px; | |
3339 | - padding-bottom: 8px; | |
3340 | - font-size: 13px; | |
3341 | - border-top: 1px solid #6aa033; | |
3342 | - border-bottom: 2px solid #588c23; | |
3343 | - border-radius: 0px 2px 2px 0px; | |
3344 | - cursor: pointer; | |
3345 | - padding-right: 10px; | |
3346 | - padding-left: 10px; | |
3347 | - z-index: 2; | |
3348 | - height: 38px; | |
3360 | + font-family: 'Ubuntu', sans-serif; | |
3361 | + background-color: #6aa033; | |
3362 | + border: 0; | |
3363 | + color: #ffffff; | |
3364 | + padding-top: 8px; | |
3365 | + padding-bottom: 8px; | |
3366 | + font-size: 13px; | |
3367 | + border-top: 1px solid #6aa033; | |
3368 | + border-bottom: 2px solid #588c23; | |
3369 | + border-radius: 0px 2px 2px 0px; | |
3370 | + cursor: pointer; | |
3371 | + padding-right: 10px; | |
3372 | + padding-left: 10px; | |
3373 | + z-index: 2; | |
3374 | + height: 38px; | |
3349 | 3375 | } |
3350 | 3376 | |
3351 | 3377 | .product_service{ |
3352 | - margin-top: 10px; | |
3378 | + margin-top: 10px; | |
3353 | 3379 | } |
3354 | 3380 | .product_service ul li{ |
3355 | - font-size: 13px; | |
3381 | + font-size: 13px; | |
3356 | 3382 | } |
3357 | 3383 | .product_service ul li.item1 { |
3358 | - background: url('/images/li1.png') left no-repeat; | |
3359 | - padding: 3px 23px; | |
3384 | + background: url('/images/li1.png') left no-repeat; | |
3385 | + padding: 3px 23px; | |
3360 | 3386 | } |
3361 | 3387 | |
3362 | 3388 | .product_service ul li.item3 { |
3363 | - background: url('/images/li3.png') left no-repeat; | |
3364 | - padding: 3px 23px; | |
3389 | + background: url('/images/li3.png') left no-repeat; | |
3390 | + padding: 3px 23px; | |
3365 | 3391 | } |
3366 | 3392 | |
3367 | 3393 | .head_basket_count{ |
3368 | - color:#6aa033; | |
3394 | + color:#6aa033; | |
3369 | 3395 | } |
3370 | 3396 | ... | ... |
frontend/web/css/style.css
... | ... | @@ -583,7 +583,7 @@ padding-left:27px; |
583 | 583 | border: none; |
584 | 584 | border-bottom:2px solid #588c23; |
585 | 585 | padding-bottom:9px; |
586 | - padding-left:13px; | |
586 | + padding-left:12px; | |
587 | 587 | padding-top:8px; |
588 | 588 | padding-right:51px; |
589 | 589 | border-radius:2px; |
... | ... | @@ -591,7 +591,7 @@ padding-left:27px; |
591 | 591 | margin: auto; |
592 | 592 | position:relative; |
593 | 593 | margin-bottom: 10px; |
594 | - width: 125px; | |
594 | + width: 126px; | |
595 | 595 | } |
596 | 596 | .basket_add_but:hover{ |
597 | 597 | color:#ffffff; |
... | ... | @@ -987,7 +987,6 @@ i.head-down.bh_cell:after{ |
987 | 987 | border-bottom: 23px solid rgba(0,0,0,0); |
988 | 988 | } |
989 | 989 | .menu_item a{border-top:1px solid #588c23;} |
990 | -.menu_item a:hover{border-top:1px solid #ffde00;} | |
991 | 990 | .menu_item .active{background-color: #fff;color: black;} |
992 | 991 | .menu_item .active a:hover{ |
993 | 992 | background-color: #fff; | ... | ... |