Blame view

frontend/web/css/style.css 47.2 KB
7ba4acc5   Administrator   after marge
1
  html,form,

05b655e5   Виталий   Веталь
2
  body { padding:0;margin:0;

1be33638   Виталий   Веталь
3
      font-family: 'Roboto';font-size:14px;color:#333;height:100%;

7ba4acc5   Administrator   after marge
4
5
6
  }

  h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;}

  .fl{float:left;}

f307b0a8   Karnovsky A   -
7
  .fotter .wrap .fr{float:right; width: 180px; height: 50px;  position: relative;font-size: 12px;}

7ba4acc5   Administrator   after marge
8
  .fotter .wrap .fr img{position: absolute; top: 50%; margin-top: -10px; right: 0;}

f307b0a8   Karnovsky A   -
9
  .fotter .wrap .fl {line-height: 50px;font-size: 12px;}

7ba4acc5   Administrator   after marge
10
  .both{clear:both;}

05b655e5   Виталий   Веталь
11
  h1{margin:10px 0;font-size:24px;}

7ba4acc5   Administrator   after marge
12
13
  h3{margin-bottom:30px;}

  p{margin:3px 0px;padding:0px;}

3f2bc3d0   Administrator   first commit
14
  

7ba4acc5   Administrator   after marge
15
16
  a{color:#6a6a6a;font-size:14px;text-decoration:underline;}

  a:hover{color:#799920;}

3f2bc3d0   Administrator   first commit
17
  

7ba4acc5   Administrator   after marge
18
19
  .wrap {

      width:960px;margin:0px auto;

055ecc3b   Karnovsky A   Karnovsky 11052016
20
  }

7ba4acc5   Administrator   after marge
21
  .f{background: #ffffff;}

3f2bc3d0   Administrator   first commit
22
  

7ba4acc5   Administrator   after marge
23
  .br{-webkit-box-shadow: -1px 5px 14px 0px rgba(50, 46, 50, 0.46);

05b655e5   Виталий   Веталь
24
25
26
      -moz-box-shadow:    -1px 5px 14px 0px rgba(50, 46, 50, 0.46);

      box-shadow:         -1px 5px 14px 0px rgba(50, 46, 50, 0.46);

      padding:20px;}

3f2bc3d0   Administrator   first commit
27
  

7ba4acc5   Administrator   after marge
28
29
30
  nav.top{background:#f5f5f5;padding:10px 0px;border-bottom:1px solid #d2d2d2;font-size:12px;}

  nav.top    ul{list-style:none;margin:0px;padding:0px;}

  nav.top ul li{float:left;padding-right:20px;}

1be33638   Виталий   Веталь
31
  nav.top ul li a{font-size: 12px;}

7ba4acc5   Administrator   after marge
32
  nav.top a{color:#6a6a6a;text-decoration:none;}

3f2bc3d0   Administrator   first commit
33
  

7ba4acc5   Administrator   after marge
34
35
  #help{background:url('../img/help.png') right no-repeat;padding-right:20px;}

  #help span{border-bottom:1px dotted #6a6a6a;}

3f2bc3d0   Administrator   first commit
36
  

1be33638   Виталий   Веталь
37
  #login{background:url('../img/login.png') right no-repeat;padding-right:20px; font-size: 12px;}

7ba4acc5   Administrator   after marge
38
  #login span{border-bottom:1px dotted #6a6a6a;}

3f2bc3d0   Administrator   first commit
39
  

7ba4acc5   Administrator   after marge
40
41
42
  .search{margin:-5px 0px -5px 100px;float:left;}

  nav input[type="text"]{width:325px;outline:0;border:1px solid #d8d6d6;border-radius:5px;padding:5px 0px 5px 0px;font-size:14px;text-indent:10px;}

  nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../img/lupa_sub.png') center no-repeat;margin-left:-35px;cursor:pointer;}

3f2bc3d0   Administrator   first commit
43
  

3f2bc3d0   Administrator   first commit
44
  

3f2bc3d0   Administrator   first commit
45
  

7ba4acc5   Administrator   after marge
46
  .header{margin:0px 0px 20px;}

3f2bc3d0   Administrator   first commit
47
  

7ba4acc5   Administrator   after marge
48
49
50
51
52
53
  .phone{float:left;position:relative;text-align:center;margin-top:20px;}

  .phone .tel{font-size:23px;}

  .phone .tel span.more{margin-bottom: 3px}

  .more_block{background:#ffffff;border:1px solid #d2d2d2;padding:10px;position:absolute;font-size:20px;display:none;z-index:99;}

  

  .more{background:url('../img/more.png') no-repeat;width:12px;height:7px;display:inline-block;cursor:pointer;margin-bottom:5px;}

3f2bc3d0   Administrator   first commit
54
  

550eac02   Administrator   second
55
  

7ba4acc5   Administrator   after marge
56
57
58
  .logo{margin:0px auto 0px;width:193px;}

  .logo a{display:block;width:193px;height:84px;background:url('../img/logo.png') no-repeat;}

  .logo a span{display:none;}

550eac02   Administrator   second
59
  

7ba4acc5   Administrator   after marge
60
  #call{color:#6a6a6a;text-decoration:none;border-bottom:1px dotted #6a6a6a;}

550eac02   Administrator   second
61
  

7ba4acc5   Administrator   after marge
62
63
64
65
66
67
  .basket{float:right;position:relative;border:1px solid #d2d2d2;border-radius:5px;padding:15px 20px;font-size:18px;text-transform: uppercase;margin-top:13px;}

  .basket .info{float:left;border-right:1px solid #d2d2d2;padding-right:10px;margin-right:17px;}

  .basket .info span{color:#f75d50;font-size:22px;}

  .basket a:link,.basket a:visited{text-decoration:none;color:#000000;font-size:18px;}

  

  .basket span.more {margin-bottom: -1px}

05b655e5   Виталий   Веталь
68
69
  .menu{

      background:#596065;

463e6d52   Виталий   Веталь
70
      border:1px solid #e8e8e8;

05b655e5   Виталий   Веталь
71
  }

7ba4acc5   Administrator   after marge
72
  .menu ul{margin:0px;padding:0px;list-style:none;}

a66c29a8   Виталий   Веталь
73
  .menu ul li{float:left;border-left:1px solid #8b9094; height: 43px;}

05b655e5   Виталий   Веталь
74
  .menu ul li:first-child{border-left:none;}

a66c29a8   Виталий   Веталь
75
  .menu ul li a{width: 100%; height:100%;line-height:43px;float:left;box-sizing:border-box; padding:0 21px;text-transform: uppercase;color:#ffffff;font-size:15px;text-decoration: none;font-weight: 600;}

c8ba1129   Виталий   Веталь
76
  .menu ul li:hover{background: #3e454b;}

7ba4acc5   Administrator   after marge
77
  .menu ul li.active a{background:#f5f5f5;color:#596065;}

a66c29a8   Виталий   Веталь
78
  .menu ul li.active a:hover{cursor: default;}

7ba4acc5   Administrator   after marge
79
80
81
82
83
84
85
86
87
  

  .menu_childs{background:#f5f5f5;border:1px solid #e8e8e8;border-bottom:2px solid #596065;}

  .menu_childs ul{margin:0px;padding:0px;list-style:none;}

  .menu_childs ul li{float:left;}

  .menu_childs ul li a{float:left;padding:15px 23px 15px 23px;text-transform: uppercase;color:#596065;font-size:14px;font-weight:bold;text-decoration: none;}

  .menu_childs ul li a:hover{color:#878b8e;}

  

  .fr ul li{border:none;}

  .akciya a{background:#f75d50;color:#ffffff;}

05b655e5   Виталий   Веталь
88
  .brands a{background:#95ba2f;color:#ffffff;}

7ba4acc5   Administrator   after marge
89
90
91
92
93
94
  

  a.myorders{color:#f75d50}

  

  .sub{margin:2px 0px 0px 0px;}

  .sub img{float:left;margin-right:2px;}

  

4f020609   Виталий   Веталь
95
  .rubrics{margin:60px 0 0 0;padding-bottom:27px;}

7ba4acc5   Administrator   after marge
96
97
98
  .rubrics ul{list-style:none;margin:0px;padding:0px;}

  .rubrics ul li{float:left;margin:0px 35px;}

  .rubrics ul li a{float:left;width:120px;padding-top:130px;text-align:center;text-transform: uppercase;color:#494949;text-decoration:none;font-weight:bold;}

88b0d016   Виталий   Веталь
99
100
101
102
103
  .rubrics ul li.item_ryukzaki a{background:url('../img/ico1.png') no-repeat;}

  .rubrics ul li.item_sumki a{background:url('../img/ico2.png') no-repeat;}

  .rubrics ul li.item_chehly a{background:url('../img/ico3.png') no-repeat;}

  .rubrics ul li.item_nesessery a{background:url('../img/ico4.png') no-repeat;}

  .rubrics ul li.item_koshelki a{background:url('../img/ico5.png') no-repeat;}

7ba4acc5   Administrator   after marge
104
105
  

  

4f020609   Виталий   Веталь
106
107
108
109
  .products{padding-bottom:30px;padding-top:20px;}

  .why_me_, .products {

      border-top: 1px solid #d2d2d2;

  }

1be33638   Виталий   Веталь
110
111
  .products ul{list-style:none;margin:0;padding:0;}

  .products ul li.item{float:left;width:192px;margin:0 0 50px 0;text-align:center;position:relative;}

75bc733c   Виталий   Веталь
112
113
  .products ul li a.name, .special-products a.name {display:block;color:#799920;font-size: 15px;text-decoration:none;margin:15px 0 0 0;height:35px;overflow: hidden; box-sizing: border-box;padding: 0 10px;}

  .products ul li a.name:hover, .special-products a.name:hover {text-decoration: underline}

7ba4acc5   Administrator   after marge
114
115
116
  .products ul li .info{text-align: left;}

  .pn{border:none;}

  

f307b0a8   Karnovsky A   -
117
118
  .cost, .product_read_price #cost {color:#f75d50;font-size:18px;margin:0;padding:0;}

  .cost span, .cost span.valute, .product_read_price .valute {font-size: 14px;}

7aeecbdc   Виталий   Веталь
119
  strike, strike span#old_cost{font-size:14px; color: #333}

f307b0a8   Karnovsky A   -
120
121
  

  

bad7c5c8   Виталий   Веталь
122
  .submit4m, a.link_buy, .checkout_basket button, .submit4 {

6702f400   Виталий   Веталь
123
      background: #95ba2f;

f307b0a8   Karnovsky A   -
124
125
      border-radius:4px;

      height: 29px;

139413b3   Виталий   Веталь
126
127
128
129
130
131
      text-transform: uppercase;

      color:#ffffff;

      text-decoration:none;

      font-weight:600;

      text-align:center;

      border-bottom: 3px solid #799920;

f307b0a8   Karnovsky A   -
132
      font-size: 12px;

139413b3   Виталий   Веталь
133
  }

bad7c5c8   Виталий   Веталь
134
135
  .submit4.bottom3 {font-size: 12px !important;display: block;}

  .basket .submit4.bottom3 {font-size: 12px !important;display: block; margin-top: 10px;}

139413b3   Виталий   Веталь
136
137
  a.link_buy, .checkout_basket button {

  

f307b0a8   Karnovsky A   -
138
139
140
141
      display:block;

      margin:0 auto 10px auto;

      width:122px;

      line-height:32px;

6702f400   Виталий   Веталь
142
  }

bad7c5c8   Виталий   Веталь
143
  .checkout_basket button, .submit4{

139413b3   Виталий   Веталь
144
145
146
147
148
149
150
151
152
      margin: 0;

      padding: 0 20px;

      line-height: 31px;

      width: auto;

      border-top: 0;

      border-left: 0;

      border-right: 0;

      cursor: pointer;

  }

4aa696e9   Виталий   Веталь
153
  a.link_buy:hover, .submit4m:hover, .checkout_basket button:hover, .submit4:hover, .btn-primary:hover {

6702f400   Виталий   Веталь
154
155
      border-bottom: 3px solid #95ba2f;;

  }

4aa696e9   Виталий   Веталь
156
  a.link_buy:active, .submit4m:active,.checkout_basket button:active, .submit4:active, .btn-primary:active {

6702f400   Виталий   Веталь
157
158
      background: #799920;

      border-bottom: 3px solid #799920;

139413b3   Виталий   Веталь
159
  

6702f400   Виталий   Веталь
160
  }

bad7c5c8   Виталий   Веталь
161
  .checkout_basket button:focus, .submit4:focus { outline: none;}

eeb44566   Виталий   Веталь
162
  .mycarousel{position:absolute;right:22px;top:13px;}

7ba4acc5   Administrator   after marge
163
164
165
166
167
168
169
170
171
  ul.mycarousel{list-style:none;margin:0px;padding:0px;}

  ul.mycarousel li{margin:0px;padding:0px;}

  .mycarousel img{border:1px solid #d2d2d2;}

  

  h3{text-align:center;text-transform: uppercase;font-size:20px;}

  h2.why{width:213px;height:49px;background:url('../img/logo-why.png') no-repeat;margin:0px auto; padding: 0 0 20px 0;}

  h2.why span{display:none;}

  

  ul.why_list{list-style:none;margin:0px;padding:0px;}

179a3c81   Виталий   Веталь
172
  ul.why_list li{float:left;margin-left:58px; width: 288px; height:96px;box-sizing: border-box;padding-left: 110px; margin-top: 20px;}

6702f400   Виталий   Веталь
173
174
175
176
177
  ul.why_list li div {

      display: table-cell;

      height: 96px;

      vertical-align: middle;

  }

7ba4acc5   Administrator   after marge
178
  ul.why_list li span{font-weight:bold;color:#799920;}

4f020609   Виталий   Веталь
179
180
181
182
183
184
  ul.why_list li.item1{background:url('../img/why_item1.png') left no-repeat;}

  ul.why_list li.item2{background:url('../img/why_item2.png') left no-repeat;}

  ul.why_list li.item3{background:url('../img/why_item3.png') left no-repeat;}

  ul.why_list li.item4{background:url('../img/why_item4.png') left no-repeat;}

  ul.why_list li.item5{background:url('../img/why_item5.png') left no-repeat;}

  ul.why_list li.item6{background:url('../img/why_item6.png') left no-repeat;}

7ba4acc5   Administrator   after marge
185
186
187
188
189
190
  

  .banner_akciya{margin:50px 0px;}

  

  .bottom{background:#4d5458;padding:40px 0px;color:#ffffff;}

  .bottom .leftbar{float:left;width:210px; }

  .bottom ul{list-style:none;margin:0px;padding:0px;line-height: 23px;}

f307b0a8   Karnovsky A   -
191
  .bottom ul a{color:#ffffff;font-size:15px;text-decoration:none;}

7ba4acc5   Administrator   after marge
192
193
  .bottom ul a:hover{color:#799920;}

  

f307b0a8   Karnovsky A   -
194
  .phones{padding-left:25px;background:url('../img/phone.png') left top no-repeat;margin-top:50px;line-height: 23px;font-size: 18px;}

7ba4acc5   Administrator   after marge
195
196
197
  .map{padding:5px 0px 5px 25px;background:url('../img/map.png') left no-repeat; margin-bottom: 7px;}

  a.more_map{color:#99a5ad;border-bottom:1px dotted #99a5ad;text-decoration:none;font-size:11px;text-align:center;}

  

f03c71f1   Виталий   Веталь
198
199
  .bread-crumbs{padding:0 0 0 20px;border-bottom:1px solid #d2d2d2; height: 29px;}

  .bread-crumbs ul{list-style:none;margin:0 0 0 0;padding:0; height: 29px;}

f307b0a8   Karnovsky A   -
200
  .bread-crumbs ul li{float:left;padding-left:20px;height: 100%; line-height: 29px; color: #7d7d7d; position: relative; font-size: 12px;}

0db373a8   Виталий   Веталь
201
  .bread-crumbs ul li:first-child {padding-left: 0}

f03c71f1   Виталий   Веталь
202
  .bread-crumbs ul li a {font-size: 12px;  display: block; color: #7d7d7d}

f307b0a8   Karnovsky A   -
203
  .bread-crumbs ul li a:visited,.bread-crumbs ul li a:link{color:#7d7d7d;text-decoration:underline;}

7ba4acc5   Administrator   after marge
204
205
206
  .bread-crumbs ul li a:hover{color:#464646;text-decoration: none;}

  .breadcrumb > li + li:before {

      color: #ccc;

f03c71f1   Виталий   Веталь
207
      content: "/";

0db373a8   Виталий   Веталь
208
209
210
      position: absolute;

      top: 0;

      left: 8px;

7ba4acc5   Administrator   after marge
211
212
213
214
  }

  

  

  .loyout{padding:20px 0px;}

86112335   Виталий   Веталь
215
  .leftbar{float:left;width:172px;margin-right: 20px; }

7f2c239c   Виталий   Веталь
216
217
  .rightbar{float:right;width:380px;margin-left:40px;}

  .rightbar.basket_rightbar{margin-right: 20px;}

7ba4acc5   Administrator   after marge
218
  .rightbar2{float:right;width:320px;}

f35dd76d   Виталий   Веталь
219
  .content {overflow:hidden;}

7ba4acc5   Administrator   after marge
220
221
222
223
224
  * html .content{height:1%;}

  .content2 {overflow:hidden;}

  * html .content2{height:1%;}

  

  .filters{border-top:1px solid #d2d2d2;padding:20px 0px 0px;margin-top:20px;}

7aeecbdc   Виталий   Веталь
225
  .filters .begin{text-transform: uppercase;font-weight:bold; font-size: 12px;}

1be33638   Виталий   Веталь
226
  .filters ul{list-style:none;margin:0px;padding:0px;line-height:22px; margin-top: 6px;}

f03c71f1   Виталий   Веталь
227
228
229
230
231
232
233
234
235
236
237
238
239
240
  .filters ul li {

      position: relative;

      box-sizing: border-box;

      padding-left: 24px;

      line-height: 16px;

      margin-top: 7px;

  }

  .filters ul li:first-child {margin-top: 0}

  .filters ul li>input {

      position: absolute;

      left: 4px;

      margin: -6px 0 0 ;

      top: 50%;

  }

f307b0a8   Karnovsky A   -
241
  .filters ul li a{color:#464646;text-decoration:none; font-size: 13px; line-height: 16px;}

7ba4acc5   Administrator   after marge
242
243
  .filters ul li a:hover{text-decoration:underline;}

  

f307b0a8   Karnovsky A   -
244
245
246
  .productLeftBar{float:left;width:228px;margin-left:20px;margin-right:20px;}

  .productRightBar{float:right;width:260px;margin:0 20px;}

  .productLeftBar h1{font-size:24px;border-bottom:1px solid #d2d2d2;margin-bottom:10px;}

7ba4acc5   Administrator   after marge
247
  

463e6d52   Виталий   Веталь
248
249
250
251
252
253
254
  ul.product_mod{list-style:none;margin:10px 0 0 0;padding:0; float: left;}

  ul.product_mod li{

      float:left;

      width: 46px;

      height: 46px;

      background: #fff;

      border: 1px solid #d2d2d2;

f307b0a8   Karnovsky A   -
255
      margin: 5px 5px 0 0;

463e6d52   Виталий   Веталь
256
      text-align: center;

f307b0a8   Karnovsky A   -
257
258
259
260
261
262
263
264
265
266
267
268
      position: relative;

  }

  ul.product_mod li.active:before {

      width: 48px;

      height: 48px;

      position: absolute;

      content: '';

      background: none;

      border: 2px solid #95ba2f;

      top: -1px;

      left: -1px;

      box-sizing: border-box;

463e6d52   Виталий   Веталь
269
270
271
272
273
274
275
  }

  ul.product_mod li a{

      width: 46px;

      height: 46px;

      display: table-cell;

      vertical-align: middle;

  }

f307b0a8   Karnovsky A   -
276
277
278
  ul.product_mod li a:focus {

      outline: none;

  }

463e6d52   Виталий   Веталь
279
280
281
282
283
  ul.product_mod li img{

      vertical-align: middle;

      max-width: 46px;

      max-height: 46px;

  }

7ba4acc5   Administrator   after marge
284
  

463e6d52   Виталий   Веталь
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
  ul.product_colors{list-style:none;margin:30px 0 0 0 ;padding:0; float: left;}

  ul.product_colors li{

      float:left;

      margin:10px 10px 0 0;

      width: 98px;

      height: 98px;

      text-align: center;

      border: 1px solid #d2d2d2;

  }

  ul.product_colors li a {

      width: 98px;

      height: 98px;

      vertical-align: middle;

      display: table-cell;

  }

  ul.product_colors li img{

      max-width: 98px;

      max-height: 98px;

      vertical-align: middle;

  }

f307b0a8   Karnovsky A   -
305
  .productLeftBar .begin{text-transform: uppercase;font-weight:bold; font-size: 12px;}

7ba4acc5   Administrator   after marge
306
307
308
309
310
311
312
313
314
315
316
  

  .cost_box{border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;margin:10px 0px;padding:10px 0px;}

  .cost_box .w{float:left;margin-right:20px;padding-top:5px;}

  

  .product_service ul{list-style:none;margin:0px;padding:0px;}

  .product_service ul li a{color:#799920;text-decoration:none;border-bottom:1px dotted #799920;font-size:12px;}

  .product_service ul li.item1{background:url('../img/li1.png') left no-repeat;padding:3px 23px;}

  .product_service ul li.item2{background:url('../img/li2.png') left no-repeat;padding:3px 23px;}

  .product_service ul li.item3{background:url('../img/li3.png') left no-repeat;padding:3px 23px;}

  

  #nav_product{list-style:none;margin:0px;padding:0px;line-height:23px;}

f307b0a8   Karnovsky A   -
317
  #nav_product li a{background:url('../img/li_plus.png') left no-repeat;padding:3px 15px;color:#000000;text-transform: uppercase;text-decoration:none;font-weight:bold; font-size: 12px;}

7ba4acc5   Administrator   after marge
318
319
320
  #nav_product li a.active{background:url('../img/li_minus.png') left no-repeat;}

  #nav_product li .info{display:none;border-bottom:1px solid #d2d2d2;padding:10px 0px;margin-bottom:10px;}

  

f307b0a8   Karnovsky A   -
321
  #nav_product li .info, #nav_product li .info p {font-size: 12px; line-height: 16px;}

7ba4acc5   Administrator   after marge
322
  .modal_box{

05b655e5   Виталий   Веталь
323
324
325
326
327
328
329
330
331
332
333
334
335
      position: fixed;

      left: 0;

      top: 0;

      width: 100%;

      height: 100%;

      z-index: 999;

  

      background: #000;

      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/

      -moz-opacity: 0.5; /* Mozilla 1.6 Рё РЅРёР¶Рµ */

      -khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */

      opacity: 0.5;

  

7ba4acc5   Administrator   after marge
336
337
  }

  #data_box{position:absolute;top:100px;z-index:1000;width:400px;background:#ffffff;

05b655e5   Виталий   Веталь
338
339
340
341
342
      -webkit-box-shadow: 0 0 15px #000;

      -moz-box-shadow: 0 0 15px #000;

      box-shadow: 0 0 15px #000;

      border:7px solid #1b9bb6;

      border-radius:5px;

7ba4acc5   Administrator   after marge
343
344
345
346
347
348
349
350
351
  }

  #data_box  .data_wrp{padding:25px 15px 15px 15px;}

  #data_box  .data_wrp h1{text-transform: uppercase;}

  #data_box  .data_wrp hr{height: 1px;border: none;color: #000000;background: #000000;margin: 45px 0px 20px 0px;}

  #data_box  .data_wrp hr.hr{height: 1px;border: none;color: #000000;background: #000000;margin: 20px 0px 20px 0px;}

  #data_box  .pic-tango{margin-right:7px;margin-bottom:7px;}

  #modal_close{cursor:pointer;margin-top:-80px;margin-right:-50px;}

  

  

c178232a   Виталий   Веталь
352
  .rightbar .control-label, .textareagroup .control-label {float:left;width:80px;padding-top:5px;}

7ba4acc5   Administrator   after marge
353
354
  .form-control{outline:0;border:1px solid #d8d6d6;border-radius:5px;padding:5px 0px 5px 0px;font-size:14px;text-indent:10px;margin-bottom:3px;width:250px;}

  .form-control:focus {

05b655e5   Виталий   Веталь
355
356
357
358
      border:#1b9bb6 1px solid;

      box-shadow: 0 0 10px #1b9bb6;

      -webkit-box-shadow: 0 0 10px #1b9bb6;

      -moz-box-shadow: 0 0 10px #1b9bb6;

7ba4acc5   Administrator   after marge
359
360
361
  }

  .help-block{color:red;font-size:12px;margin-bottom:5px;}

  

38828295   Karnovsky A   -
362
  .basket_item{padding:10px 0px;border-bottom:1px solid #b7b7b7;clear: both}

7ba4acc5   Administrator   after marge
363
364
  .basket_item img{margin-right:20px;}

  .basket_item .count{margin:20px 0px;}

64377a84   Виталий   Веталь
365
  .basket_item .fr{margin-top:13px;}

7ba4acc5   Administrator   after marge
366
  .basket_item .info{overflow:hidden;}

38828295   Karnovsky A   -
367
368
  .basket_item > a{display: block;

      float: left;}

7ba4acc5   Administrator   after marge
369
370
371
372
373
  a.del:visited,a.del:link{background:url('../img/del.png') left center no-repeat;padding:2px 25px;font-size:12px;font-weight:normal;color:#787878;text-decoration: underline;}

  a.del:hover{color:#a52828;text-decoration: underline;}

  

  .total{text-align:right;color:#87476a;font-size:20px;margin:10px 0px;}

  

139413b3   Виталий   Веталь
374
375
  /*.submit4{margin-top:5px;border:none;padding:8px 13px;background:#95ba2f;border-radius:5px;color:#ffffff;text-transform: uppercase;text-decoration:none;font-size:14px;cursor:pointer;}*/

  /*.submit4:hover{background:#f75d50;}*/

7ba4acc5   Administrator   after marge
376
  

f307b0a8   Karnovsky A   -
377
378
  .submit4m {font-family: Roboto;border:none;background:#95ba2f;border-radius:4px;color:#ffffff;text-transform: uppercase;font-size:10px;cursor:pointer; width:102px; height: 29px; border-bottom: 3px solid #799920; line-height: 29px;}

  .submit4m:active,.submit4m:focus {outline: none}

7ba4acc5   Administrator   after marge
379
  

4aa696e9   Виталий   Веталь
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
  .btn-primary{

      border-bottom: 3px solid #799920;

      border-top:0;border-right: 0;border-left: 0;

      margin-top:5px;

      padding:0 15px;

      background:#95ba2f;

      border-radius:4px;

      color:#ffffff;

      text-transform: uppercase;

      text-decoration:none;

      font-size:12px;

      font-weight:bold;

      cursor:pointer;

      height: 29px;

      line-height: 29px;

  }

  .btn-primary:active, .btn-primary:focus {outline: none;}

7ba4acc5   Administrator   after marge
397
398
399
400
401
402
403
404
405
406
407
  

  a.logout:visited,a.logout:link{border:none;padding:3px 5px;background:#f75d50;border-radius:5px;color:#ffffff;text-transform: uppercase;text-decoration:none;font-size:11px;font-weight:normal;cursor:pointer;}

  a.logout:hover{background:#95ba2f;}

  

  .boy_box{border-bottom:1px solid #b7b7b7;padding:0px 0px 15px 0px;}

  .boy_box div{padding-top:10px;}

  

  .content_product .info{padding:0px 0px 20px 0px;}

  

  a.btn-success{display:inline-block;border:2px solid #d8d6d6;color:#95ba2f;border-radius:5px;padding:5px;margin-bottom:10px;text-decoration:none;font-size:14px;}

  a.btn-success:hover{border:#95ba2f 2px solid;color:#f75d50;}

550eac02   Administrator   second
408
  

550eac02   Administrator   second
409
  

7ba4acc5   Administrator   after marge
410
411
412
  .txtb1{font-size:14px;font-weight:bold;}

  .txtf{font-size:14px;font-weight:bold;color:#87476a;}

  .txtfb{font-size:20px;font-weight:bold;color:#87476a;}

550eac02   Administrator   second
413
  

7ba4acc5   Administrator   after marge
414
415
  .count{margin:20px 0px;}

  .count input[type="number"]{outline:0;width:50px;border:1px solid #d8d6d6;border-radius:5px;padding:5px 0px 5px 0px;font-size:14px;text-indent:10px;margin-bottom:7px;}

3f2bc3d0   Administrator   first commit
416
  

7ba4acc5   Administrator   after marge
417
418
  a.link2:visited,a.link2:link{font-size:14px;font-weight:bold;color:#95ba2f;text-decoration: none;}

  a.link2:hover{color:#f75d50;text-decoration: underline;}

3f2bc3d0   Administrator   first commit
419
  

3f2bc3d0   Administrator   first commit
420
  

3f2bc3d0   Administrator   first commit
421
  

7ba4acc5   Administrator   after marge
422
423
424
425
426
427
428
429
430
431
432
  .well{margin:50px auto;width:400px;background:#f5f5f5;border:1px solid #e8e8e8;padding:20px;border-radius:5px;}

  .control-label{float:left;width:100px;padding-top:5px;}

  #user-verifycode-image{display:block;}

  .form-inline{display:inline;}

  .form-inline .form-group{float:left;margin-right:10px;}

  .form-inline .form-group select{width:100px;}

  .form-group{margin-bottom: 10px;}

  .table-bordered{width:100%;border:1px solid silver;}

  .table-bordered th{background: #B3D1FD;padding:5px;}

  .table-bordered tr td{border:1px solid silver;padding:5px;}

  .table-bordered .filters{display: none;}

550eac02   Administrator   second
433
  

7ba4acc5   Administrator   after marge
434
  .formCost label{float:left;width:30px;}

550eac02   Administrator   second
435
  

7ba4acc5   Administrator   after marge
436
437
  ul.brends_list{list-style: none;margin:0px;padding:0px;}

  ul.brends_list li{float:left;text-align:center;margin:0px 15px 20px 15px;}

550eac02   Administrator   second
438
  

7ba4acc5   Administrator   after marge
439
440
441
442
443
444
445
446
447
  .compare{text-align: center;}

  .compare a:visited,.compare a:link{font-size:12px;text-decoration: underline;}

  

  .alert-success{margin:10px 0px;padding:10px;border:1px solid #3ed824;border-radius: 5px;background: #c0feb5;}

  

  .news_item{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid silver;}

  .news_item img{margin-right:20px;}

  .news_item a{font-size:16px;}

  

f307b0a8   Karnovsky A   -
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
  .pic{

      width: 392px;

      height: 365px;

  }

  .pic a {

      width: 392px;

      height: 365px;

      display: table-cell;

      vertical-align: middle;

  }

  .pic a img {

      max-width: 392px;

      max-height: 365px;

      vertical-align: middle;

  }

  input#subscribe-email::-webkit-input-placeholder {

      color: #596065

  }

7ba4acc5   Administrator   after marge
466
  

f307b0a8   Karnovsky A   -
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
  input#subscribe-email::-moz-placeholder {

      color: #596065

  }

  

  

  input#subscribe-email:-ms-input-placeholder {

      color: #596065

  }

  input#subscribe-sale::-webkit-input-placeholder {

      color: #596065

  }

  

  input#subscribe-sale::-moz-placeholder {

      color: #596065

  }

  

  

  input#subscribe-sale:-ms-input-placeholder {

      color: #596065

  }

  #subscribe-email, #subscribe-sale {color: #596065}

  #subscribe-sale{width:100px;float:left;margin-right:20px;height: 28px;}

  .saletxt{width:150px;float:left;color:#ffffff; font-size: 12px;}

  #subscribe-email{width:370px;}

7ba4acc5   Administrator   after marge
491
492
493
  

  .txts{color:#9da9b1;font-size:18px;margin-bottom:20px;}

  

f03c71f1   Виталий   Веталь
494
  .content ul.pagination{list-style:none;text-align:center; margin: 0 0 16px 0;padding: 0 0 20px 0; border-bottom: 1px solid #d2d2d2;}

7ba4acc5   Administrator   after marge
495
  .content ul.pagination li{display:inline;}

aaadf951   Виталий   Веталь
496
  .content ul.pagination li a{padding:3px;color:#82a02f;font-size: 15px;margin:0; text-decoration: none;  }

7ba4acc5   Administrator   after marge
497
498
  .content ul.pagination li a:hover {text-decoration: underline}

  .content ul.pagination li.active a{color: #333333;}

7aeecbdc   Виталий   Веталь
499
  .boxitem{

1be33638   Виталий   Веталь
500
      height:283px;

7aeecbdc   Виталий   Веталь
501
  }

7ba4acc5   Administrator   after marge
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
  ul.social {margin-top: 20px;}

  .social{list-style: none;margin: 10px;padding: 0px;height:48px;}

  .social li{display:inline-block;margin-right:7px;padding-bottom: 10px;}

  .social li a{

      width:36px;

      height:36px;

      display:block;

      margin:0;padding:0;

      text-indent:-9999px;

      background:#bcbcbc url(../img/social-ico-two.png) no-repeat 0 0;

      border-radius:48px;

      -moz-border-radius:48px;

      -webkit-border-radius:48px;

      -webkit-transition: all 0.5s ease-out;

      -moz-transition: all 0.5s ease-out;

      transition: all 0.5s ease-out;

055ecc3b   Karnovsky A   Karnovsky 11052016
518
  }

7ba4acc5   Administrator   after marge
519
  .social .fb{background-position:-44px 0;

05b655e5   Виталий   Веталь
520
      cursor: pointer;

055ecc3b   Karnovsky A   Karnovsky 11052016
521
  }

7ba4acc5   Administrator   after marge
522
  .social .vk{

05b655e5   Виталий   Веталь
523
      cursor: pointer;

055ecc3b   Karnovsky A   Karnovsky 11052016
524
  }

7ba4acc5   Administrator   after marge
525
526
  .social .vk:hover{background-color:#5B7FA6;}

  .social .fb:hover{background-color:#354f89;

055ecc3b   Karnovsky A   Karnovsky 11052016
527
  }

7ba4acc5   Administrator   after marge
528
  .social .gp{background-position:-132px 0;

05b655e5   Виталий   Веталь
529
      cursor: pointer;}

7ba4acc5   Administrator   after marge
530
531
  .social .gp:hover{background-color:#c72f21;}

  .social .tw{background-position:-144px 0;

05b655e5   Виталий   Веталь
532
      cursor: pointer;}

7ba4acc5   Administrator   after marge
533
534
  .social .tw:hover{background-color:#6398c9;}

  .social .ok{background-position:-89px 0;

05b655e5   Виталий   Веталь
535
      cursor: pointer;}

7ba4acc5   Administrator   after marge
536
537
538
  .social .ok:hover{background-color:#f88f15;}

  .social ul li a:hover{

      background-color:#065baa;

055ecc3b   Karnovsky A   Karnovsky 11052016
539
  }

550eac02   Administrator   second
540
  

7ba4acc5   Administrator   after marge
541
542
  .socialbox{margin:10px 0px;}

  .hide{display:none;}

3f2bc3d0   Administrator   first commit
543
  

3f2bc3d0   Administrator   first commit
544
  

f307b0a8   Karnovsky A   -
545
  .footer .fl{font-size: 12px;}

7ba4acc5   Administrator   after marge
546
  .fotter{background: #484f55;height: 50px;color:#98a3ab;}

f307b0a8   Karnovsky A   -
547
  .fotter a{color:#98a3ab; line-height: 50px; float: left; font-size: 12px;}

3f2bc3d0   Administrator   first commit
548
  

3f2bc3d0   Administrator   first commit
549
  

7ba4acc5   Administrator   after marge
550
551
552
  .view_products2{list-style: none;overflow:auto;height:400px;}

  .view_products2 img{float:left;margin-right:20px;}

  .view_products2 li{margin:10px 0px;}

3f2bc3d0   Administrator   first commit
553
  

3f2bc3d0   Administrator   first commit
554
  

86112335   Виталий   Веталь
555
  .pixbox{width:160px;margin:0 auto;height:200px;overflow: hidden;text-align: center;}

7ba4acc5   Administrator   after marge
556
557
  

  

7f2c239c   Виталий   Веталь
558
  .form-order{background:#f5f5f5;padding:0 20px 20px 20px;}

7ba4acc5   Administrator   after marge
559
560
561
  #order-payment{float:right;width:280px;}

  #order-delivery{float:right;width:280px;}

  

25366bbd   Виталий   Веталь
562
  .delivery-data{margin-bottom:27px;position:relative;background: #95ba2f;display:none;border-radius: 5px;float: left;box-sizing: border-box; padding: 14px 20px; color: #fff; font-size: 13px;}

7ba4acc5   Administrator   after marge
563
  

e4f8f25d   Виталий   Веталь
564
  .jcarousel-next-disabled, .jcarousel-prev-disabled {opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}

7ba4acc5   Administrator   after marge
565
566
  .content2 br {display: none;}

  .pixbox a {

6702f400   Виталий   Веталь
567
      width: 160px;

7ba4acc5   Administrator   after marge
568
569
570
      height: 200px;

      display: table-cell;

      vertical-align: middle;

055ecc3b   Karnovsky A   Karnovsky 11052016
571
  }

7ba4acc5   Administrator   after marge
572
  .pixbox img {

7aeecbdc   Виталий   Веталь
573
      max-width: 160px;

7ba4acc5   Administrator   after marge
574
575
      max-height: 200px;

      vertical-align: middle;

055ecc3b   Karnovsky A   Karnovsky 11052016
576
  }

7ba4acc5   Administrator   after marge
577
  .pagination li.prev.disabled span {

aaadf951   Виталий   Веталь
578
579
580
581
582
583
584
585
586
587
      /*padding: 9px;*/

      /*border-radius: 10%;*/

      /*color: #4D5458;*/

      /*font-size: 14px;*/

      /*margin: 0px;*/

      /*border: 1px solid #4d5458;*/

      display: none;

  }

  .pagination li.next.disabled span {

      display: none;

7ba4acc5   Administrator   after marge
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
  }

  .fr {float: right;}

  

  .nobottom{border-bottom:none !important;}

  

  .dotted a{border-bottom: 1px dotted #808080;}

  

  .mycabinet{padding-left:20px;margin-top:20px;}

  .mycabinet .begin{text-transform:uppercase;font-size: 13px;font-weight:bold;    padding-bottom:15px;}

  .mycabinet ul{margin:0px;padding:0px;list-style:none;}

  .mycabinet ul li{padding-top:10px;padding-bottom:10px;}

  .mycabinet a{color:#799920;text-decoration:none;}

  

  .lay_title .uppercase{text-transform:uppercase;}

  .lay_title .center{text-align:center;}

  .lay_title{padding-top:15px;font-size:24px;}

  

  .user_data{width:390px;border-right:1px solid #d2d2d2;float:left;}

  .user_data .col{padding-bottom:35px;}

  .user_data .col.last{padding-bottom:0px;}

  .user_data .title{text-transform:uppercase;font-weight:bold;width:170px;float:left;font-size:13px;}

  .user_data .data{float:left;font-size:13px;}

  

  .edit_menu{float:left;padding-left:60px;font-size:13px;}

  .edit_menu div{padding-bottom:20px;}

  .edit_menu a{color:#799920;text-decoration:none;}

  .edit_menu .dotted{border-bottom:1px dotted #799920;}

  

  .user_edit_area{padding-top:30px;}

  

  /* part two */

  

  .user_data_editing{float:left;}

  .inputs .col{padding-bottom:12px !important;}

  .user_data_editing .col{padding-bottom:35px; width:432px;}

  .user_data_editing .title{text-transform:uppercase;font-weight:bold;width:170px;float:left;font-size:13px;}

  .user_data_editing .data{float:left;font-size:13px; width:262px;}

  

  .user_data_editing input[type="text"] {

      padding:0;

      margin:0;

      border:1px solid #d2d2d2;

      padding-top:7px;

      padding-bottom:7px;

      padding-left:10px;

      padding-right:10px;

      border-radius:4px;

      font-size:12px;

      margin-top:-10px;

      width: 240px;

055ecc3b   Karnovsky A   Karnovsky 11052016
638
  }

3f2bc3d0   Administrator   first commit
639
  

7ba4acc5   Administrator   after marge
640
641
  .user_data_editing .add {color:#799920; text-decoration:none;border-bottom:1px dotted #799920;}

  .add_more{padding-bottom:24px; padding-left:170px;}

550eac02   Administrator   second
642
  

7ba4acc5   Administrator   after marge
643
644
  .delete{float:right;}

  .delete_button{background: url('../img/ico_close.png') right no-repeat; width:16px;height:16px;float:right;}

550eac02   Administrator   second
645
  

7ba4acc5   Administrator   after marge
646
  .content_area{width:450px;}

550eac02   Administrator   second
647
  

bad7c5c8   Виталий   Веталь
648
649
  /*.bottom3{border-top:3px solid #95ba2f !important;border-bottom:3px solid #799920 !important; float:left;font-size:15px;}*/

  /*.bottom3:hover{border-top:3px solid #f75d50 !important;border-bottom:3px solid #c33327 !important;}*/

7ba4acc5   Administrator   after marge
650
  #cancel{text-decoration:none;color:#799920;font-size:13px;border-bottom:1px dotted #799920;float:left;margin-left:40px;}

550eac02   Administrator   second
651
  

7ba4acc5   Administrator   after marge
652
653
654
  .buttons{

      display: inline-flex;

      align-items: center;}

550eac02   Administrator   second
655
  

7ba4acc5   Administrator   after marge
656
  /* part three */

550eac02   Administrator   second
657
  

7ba4acc5   Administrator   after marge
658
659
660
661
  .favorites{background-color:#f5f5f5; padding:5px;font-size:14px;}

  .favorites .fav_point{background-color:#ffffff;border:1px solid #d2d2d2;border-radius:3px;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px; margin-top:5px;}

  .favorites .fav_point .left{float:left; padding-right:0; width:178px;}

  .favorites .fav_point .right{float:right; padding-right:0; padding-left:0;}

3f2bc3d0   Administrator   first commit
662
  

7ba4acc5   Administrator   after marge
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
  .favorites .link{color:#799920; text-decoration:none;border-bottom:1px dotted #799920;}

  

  .redtext{color:#f75d50;}

  .greentext{color:#95ba2f;}

  

  /* part three one */

  .hold  .orders_view{display:none !important;}

  .orders_view{width:680px;margin-top:13px;padding-top:13px;padding-bottom:5px;border-top:1px solid #d2d2d2;display:block;}

  .orders_view .order{float:left;width:225px;text-align:center;}

  .orders_view .order .order_price{color:#f75d50;font-weight:bold;font-size:15px;}

  .orders_view .order .order_price span{font-size:24px;}

  .orders_view .order img{padding-bottom:22px;}

  .orders_view .order .note{font-size:13px;}

  .orders_view .order .note span{color:#f75d50;}

  

  .basket_hovered{

      position:absolute;

      border:1px solid #d2d2d2;border-radius:5px;padding:15px 20px;

      background-color:white;

      right:-1px;

      margin-top:10px;

      width:640px;

      display:none;

      z-index:1111;

055ecc3b   Karnovsky A   Karnovsky 11052016
687
  }

7ba4acc5   Administrator   after marge
688
689
690
691
  

  

  .open .basket_hovered{

      display:block;

055ecc3b   Karnovsky A   Karnovsky 11052016
692
  }

7ba4acc5   Administrator   after marge
693
694
695
696
697
  

  .open, .open .basket_hovered {

      -moz-box-shadow: 0px 0px 5px rgba(149,149,149,0.75);

      -webkit-box-shadow: 0px 0px 5px rgba(149,149,149,0.75);

      box-shadow: 0px 0px 5px rgba(149,149,149,0.75);

055ecc3b   Karnovsky A   Karnovsky 11052016
698
  }

7ba4acc5   Administrator   after marge
699
700
701
702
703
704
705
706
707
  .basket_hovered1:before{

      position:absolute;

      left:0;

      content:' ';

      width:100%;

      background-color:white;

      height:10px;

      top:45px;

      z-index:1112;

055ecc3b   Karnovsky A   Karnovsky 11052016
708
  }

550eac02   Administrator   second
709
  

7ba4acc5   Administrator   after marge
710
711
712
713
714
715
716
717
718
  .basket_item input{

      border: 1px solid #d2d2d2;

      border-radius: 4px;

      padding:9px;

      width:26px;

      font-size:18px;

      font-weight:bold;

      text-align:center;

      background-color:white;

055ecc3b   Karnovsky A   Karnovsky 11052016
719
      color: black;

7ba4acc5   Administrator   after marge
720
      margin:7px;

055ecc3b   Karnovsky A   Karnovsky 11052016
721
  }

7ba4acc5   Administrator   after marge
722
723
724
  input[type=number]::-webkit-inner-spin-button,

  input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;

      margin:0;}

550eac02   Administrator   second
725
  

3f2bc3d0   Administrator   first commit
726
  

7ba4acc5   Administrator   after marge
727
728
729
730
731
732
733
734
735
736
737
738
739
740
  .minus{background:url('../img/minus.png') no-repeat;width:15px;height:15px;display:inline-block;cursor:pointer;}

  .plus{background:url('../img/plus.png') no-repeat;width:15px;height:15px;display:inline-block;cursor:pointer;}

  

  .basket_sum{padding-top:15px;}

  

  .basket_sum .sum_text{font-size:15px; text-transform:none;padding-top:12px;float: right !important;padding-top: 1px;margin-bottom: 11px;}

  .basket_sum .sum_text span{font-size:18px; color:#f75d50; font-weight:bold;}

  .basket_sum a{color:white !important; font-size:15px !important; float:right;}

  

  

  .black{z-index:9999; width:100%;height:100%;position:absolute;display:block;padding-top:6%;}

  .black:before {

      content: '';

      background-color: rgba(0,0,0,0.5);

055ecc3b   Karnovsky A   Karnovsky 11052016
741
742
743
      width: 100%;

      height: 100%;

      position: fixed;

7ba4acc5   Administrator   after marge
744
      top: 0;

055ecc3b   Karnovsky A   Karnovsky 11052016
745
  }

7ba4acc5   Administrator   after marge
746
747
  .black.hidden{display:none;}

  .black .item_added_win{background-color:#ffffff;width:640px; margin:auto;position:relative;}

3f2bc3d0   Administrator   first commit
748
  

7ba4acc5   Administrator   after marge
749
  .black_close{position:absolute; top:30px;right:30px;background:url('../img/ico_close2.png') no-repeat;width:22px;height:22px;display:inline-block;cursor:pointer;}

3f2bc3d0   Administrator   first commit
750
  

7ba4acc5   Administrator   after marge
751
752
  .block_content{padding-left:20px;padding-right:20px;}

  .item_added_win h2{text-transform:uppercase;text-align:center;padding:30px;}

3f2bc3d0   Administrator   first commit
753
  

7ba4acc5   Administrator   after marge
754
  .block_content .item{padding-top:20px;padding-bottom:20px;border-bottom:1px solid #d2d2d2;}

3f2bc3d0   Administrator   first commit
755
  

7ba4acc5   Administrator   after marge
756
  .uppercase{text-transform:uppercase;}

3f2bc3d0   Administrator   first commit
757
  

7ba4acc5   Administrator   after marge
758
759
760
761
762
  .w230{width:230px;}

  .w260{width:260px;}

  .w430{width:430px;}

  .borderbottom{border-bottom:1px solid #d2d2d2;}

  .left_block .begin{text-transform:uppercase;font-size: 13px;font-weight:bold;    padding-bottom:15px;}

3f2bc3d0   Administrator   first commit
763
  

7ba4acc5   Administrator   after marge
764
765
766
767
768
769
  .color_variants .variant{

      text-align:center;

      border:1px solid #d2d2d2;

      float:left;

      margin-right:5px;

      margin-bottom:5px;

3f2bc3d0   Administrator   first commit
770
  }

7ba4acc5   Administrator   after marge
771
772
773
774
  .variant:hover{cursor:pointer;}

  .color_variants{margin-top:14px;margin-bottom:-5px;}

  .color_variants .variant.active{width:44px;height:44px;border:2px solid #95ba2f;}

  .color_variants .variant.active a{width:44px;height:44px;}

3f2bc3d0   Administrator   first commit
775
  

7ba4acc5   Administrator   after marge
776
777
  .tobasket{margin-top:20px;margin-bottom:20px;}

  .tobasket:hover{color:white;}

550eac02   Administrator   second
778
  

7ba4acc5   Administrator   after marge
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
  .variant{width:46px;height:46px;}

  .variant.active{width:44px;height:44px;}

  

  .layout{margin-top:15px;}

  .left_block{float:left;}

  .right_block{float:right;}

  .center_block{float:left;margin-left:23px;}

  

  .left_block .links{margin-top:25px;}

  

  .left_block .links li{list-style: none; padding-left:25px;display:inline-block;cursor:pointer;height:20px;}

  .left_block .links ul{margin:0;padding:0;}

  .left_block .links a{font-size:13.5px;text-decoration:none; color:#8ba73e;}

  

  

  .links .add_bookmarks{background:url('../img/ico_add_bookmark.png') no-repeat center left; }

  .links .what_price{background:url('../img/ico_price.png') no-repeat center left; }

  .links .add_compare{background:url('../img/ico_scales.png') no-repeat center left; }

  

  .spoiler_one{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #d2d2d2;}

  .spoiler_one .spoiler_content{margin-top:15px;font-size:13px;}

  .spoiler_one .spoiler_content.hidden{display:none;}

  

  .title_spoiler:hover {cursor: pointer}

  

  .title_spoiler{

      background:url('../img/ico_open.png') no-repeat center left;

      padding-left: 17px;

      font-size:13px;

      text-transform:uppercase;

      color:#333333;

      font-weight:bold;

      text-decoration:none;

  }

  .title_spoiler.closed{

      background:url('../img/ico_close3.png') no-repeat center left;

  }

  

  .features{

      list-style:none;

      padding:0;

      margin:0;

      font-size:13px;

  }

  .features a{

      font-size:13px;

      text-decoration:none;

      border-bottom:1px dotted #8ba73e;

      color:#8ba73e;

  }

  .features li{

      padding-top:5px;

      padding-bottom:4px;

  }

  

  .note_prod{

      width:225px;

      height:23px;

      overflow:hidden;

      border-radius:5px;

      display:table;

      text-transform:uppercase;

      font-size:11px;

      font-weight:bold;

  }

  

  .note_prod .one{

      z-index:999;

  }

  .note_prod .two{

      z-index:998;

  }

  

  .note_prod .blue{

      float:left;

      padding-top:5px;

      padding-bottom:5px;

      background-color:#42b9f6;

      padding-left:10px;

      padding-right:5px;

      position:relative;

  }

  

  .note_prod .blue:after{

      content:'';

      width: 0;

      height: 0;

      border-top: 13px solid transparent;

      border-left: 5px solid #42b9f6;

      border-bottom: 13px solid transparent;

      position:absolute;

      top:-1px;

      margin-left:5px;

  }

  .note_prod .red{

      float:left;

      padding-top:5px;

      padding-bottom:5px;

      background-color:#f75d50;

      padding-left:10px;

      padding-right:5px;

      position:relative;

      color:#ffffff;

  }

  .note_prod .red:after{

      content:'';

      width: 0;

      height: 0;

      border-top: 13px solid transparent;

      border-left: 5px solid #f75d50;

      border-bottom: 13px solid transparent;

      position:absolute;

      top:-1px;

      margin-left:5px;

  }

  .note_prod .yellow{

      float:left;

      padding-top:5px;

      padding-bottom:5px;

      background-color:#fbc665;

      padding-left:10px;

      padding-right:5px;

      position:relative;

  }

  .note_prod .yellow:after{

      content:'';

      width: 0;

      height: 0;

      border-top: 13px solid transparent;

      border-left: 5px solid #fbc665;

      border-bottom: 13px solid transparent;

      position:absolute;

      top:-1px;

      margin-left:5px;

  }

  

  

  .products_block .product{float:left; width:190px; vertical-align:bottom;}

  .product .image{height:225px;position:relative;}

  .product .image img{position:absolute;bottom:0;left:15px;}

  

  .price{

      font-size: 18px;

      color: #f75d50;

      font-weight: bold;

      text-align:center;}

  

  .product{padding-bottom:30px;position:relative;}

  .product p{font-size:15px; text-align:center; margin-top:15px;}

  .left52{margin-left:52px;}

  .product a{color:#ffffff;}

  .mrg1{margin-top: 25px; margin-bottom: 15px;}

  

  .products_martopbot{margin-top:60px;margin-bottom:100px;}

  

  .cont_shop_but{display:table-cell;vertical-align:middle;padding:35px;}

  .cont_shop{text-decoration:none;font-size:12px;border-bottom:1px dotted #799920;color:#799920;}

  

  .icons{

      width:45px;

      height:50%;

      position:absolute;

      z-index:9;

      right:0;

      padding-top:25px;

      padding-right:15px;

  }

  .icons a{

      width:44px;

      height:44px;

055ecc3b   Karnovsky A   Karnovsky 11052016
949
      float: left;

7ba4acc5   Administrator   after marge
950
951
952
      border: 1px solid #d2d2d2;

      margin-bottom: 5px;

      background-color: white;

3f2bc3d0   Administrator   first commit
953
  }

7ba4acc5   Administrator   after marge
954
  a:hover{cursor:pointer;}

3f2bc3d0   Administrator   first commit
955
  

3f2bc3d0   Administrator   first commit
956
  

7ba4acc5   Administrator   after marge
957
958
959
960
961
962
963
964
965
966
967
  .basket_item .form-group{display:inline;}

  

  .basket.open:after{

      content: '';

      position: absolute;

      top: 43px;

      width: 100%;

      height: 10px;

      background-color: white;

      left: 0;

      z-index: 9990;

055ecc3b   Karnovsky A   Karnovsky 11052016
968
  }

550eac02   Administrator   second
969
  

7ba4acc5   Administrator   after marge
970
  .basket_hovered .basket_sum{float:left;}

550eac02   Administrator   second
971
  

7ba4acc5   Administrator   after marge
972
973
974
975
976
977
978
979
980
981
982
  a.active{font-weight:bold;text-decoration: underline;}

  

  /*

      ==== BANNER ====

  */

  

  .HOME_RIGHT {

      display: inline-block;

      vertical-align: top;

      margin-left: 10px;

      position: absolute;

3f2bc3d0   Administrator   first commit
983
984
  }

  

7ba4acc5   Administrator   after marge
985
986
987
988
  #HOME_UNDER_SLIDER > div {

      display: inline-block;

      margin-right: 3px;

      margin-top: 3px;

6f7d5ebc   Виталий   Веталь
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
  }

  

  .sort_block {

      display: inline-block;

  }

  .sort_block ul {

      display: inline-block;

      margin: 0;

      padding: 0;

  }

  .sort_block ul li {

      display: inline-block;

      margin: 0 0.5em;

      list-style: none;

  }

73bc07bd   Виталий   Веталь
1004
  .sort_block ul li a.asc:after, .sort_block ul li a.desc:after {

a83d9a47   Виталий   Веталь
1005
      display: block;

73bc07bd   Виталий   Веталь
1006
1007
      width: 5px;

      height: 3px;

a83d9a47   Виталий   Веталь
1008
1009
      position: absolute;

      top: 50%;

73bc07bd   Виталий   Веталь
1010
1011
      margin-top: -1px;

      right: -10px;

a83d9a47   Виталий   Веталь
1012
      content: '';

bb2cbe57   Виталий   Веталь
1013
      background: url("../img/arrow_sort_asc_desc.png") no-repeat;

6f7d5ebc   Виталий   Веталь
1014
1015
  }

  .sort_block ul li a.asc:after {

a83d9a47   Виталий   Веталь
1016
      background-position: 0 0;

6f7d5ebc   Виталий   Веталь
1017
1018
  }

  .sort_block ul li a.desc:after {

73bc07bd   Виталий   Веталь
1019
      background-position: 0 -3px;

fcf0bf72   Виталий   Веталь
1020
  }

faa7a541   Виталий   Веталь
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
  /*************/

  .home_banner_up {margin-top: 20px;}

  .home_banner_up .HOME_RIGHT {

      display: block;

      float: right;

      position: static;

      margin-left: 0;

  }

  #HOME_SLIDER .jssorb03 div, #HOME_SLIDER .jssorb03 div:hover, #HOME_SLIDER .jssorb03 .av {

      width: 6px;

      height: 6px;

      border-radius: 50%;

      line-height: 6px;

      background: #fff;

      border: 2px solid #fff;

1be33638   Виталий   Веталь
1036
      box-shadow: 0px 0px 5px 0px rgba(54, 54, 54, 0.75);

faa7a541   Виталий   Веталь
1037
  }

463e6d52   Виталий   Веталь
1038
1039
  

  #HOME_SLIDER .jssorb03 div.av:hover, #HOME_SLIDER .jssorb03 div.av:active, #HOME_SLIDER .jssorb03 .av  {

faa7a541   Виталий   Веталь
1040
      cursor: default;

f307b0a8   Karnovsky A   -
1041
      background: #95BA2F;

4f020609   Виталий   Веталь
1042
1043
1044
1045
1046
1047
1048
1049
1050
  }

  .special-products {

      padding-top: 30px;

  }

  .special-products .link_buy {

      margin-bottom: 0;

  }

  .special-products .item {

      margin-bottom: 0 !important;

e522821d   Виталий   Веталь
1051
      text-align: center;

4f020609   Виталий   Веталь
1052
  }

179a3c81   Виталий   Веталь
1053
  .why_me_ {padding-top: 30px; overflow: hidden; margin-bottom: 60px;}

a8b89f1e   Виталий   Веталь
1054
1055
  .why_me_ .why_list {width: 1038px; margin-left: -58px}

  .seo_text {

88071a8b   Виталий   Веталь
1056
  

a8b89f1e   Виталий   Веталь
1057
1058
  }

  .seo_text p {

e8440c8a   Виталий   Веталь
1059
      margin: 12px 0 0 0;

88071a8b   Виталий   Веталь
1060
1061
1062
      font-size: 13px !important;

      color: #333 !important;

      font-family: Roboto !important;

a8b89f1e   Виталий   Веталь
1063
1064
  }

  .seo_text p:first-child {margin-top: 0}

773bcc8f   Виталий   Веталь
1065
1066
1067
1068
1069
1070
  .product-special {position: absolute}

  .jcarousel-skin-tango .jcarousel-item {

      width: 38px;

      height: 38px;

      border: 1px solid #d2d2d2;

      text-align: center;

8a4849ec   Виталий   Веталь
1071
      background: #fff;

773bcc8f   Виталий   Веталь
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
  }

  .jcarousel-skin-tango .jcarousel-item a {

      display: table-cell;

      width: 38px;

      height: 38px;

      vertical-align: middle;

  }

  .mycarousel img {

      max-width: 38px;

      max-height: 38px;

      border: 0;

      vertical-align: middle;

761f904f   Виталий   Веталь
1084
  }

8a4849ec   Виталий   Веталь
1085
  .jcarousel-skin-tango .jcarousel-clip-vertical, .jcarousel-skin-tango .jcarousel-container-vertical {

761f904f   Виталий   Веталь
1086
      height: 175px;

8a4849ec   Виталий   Веталь
1087
1088
1089
1090
1091
1092
1093
1094
1095
  }

  .jcarousel-skin-tango .jcarousel-container-vertical {

      padding: 0;

  }

  .jcarousel-skin-tango .jcarousel-prev-vertical {

      top:-13px;

  }

  .jcarousel-skin-tango .jcarousel-next-vertical {

      bottom: -13px;

d0b123ec   Виталий   Веталь
1096
  }

c8ba1129   Виталий   Веталь
1097
1098
1099
1100
1101
1102
1103
1104
1105
  .jcarousel-skin-tango .jcarousel-prev-vertical, .jcarousel-skin-tango .jcarousel-next-vertical {

      left: 0;

      width: 42px;

      background-position: 14px 0;

  }

  .jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:hover {

      background-position: 14px 0;

      left: 0;

  }

d0b123ec   Виталий   Веталь
1106
1107
1108
  ul.product-special {

      position: absolute;

      top: 0;

86112335   Виталий   Веталь
1109
      left: 16px;

d0b123ec   Виталий   Веталь
1110
1111
  }

  ul.product-special li {

75bc733c   Виталий   Веталь
1112
1113
1114
1115
      width: 100%;

      float: left;

  }

  ul.product-special li div {

d0b123ec   Виталий   Веталь
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
      color: #333;

      font-size: 10px;

      text-transform: uppercase;

      font-weight: 700;

      height: 22px;

      line-height: 24px;

      padding: 0 9px;

      position: relative;

      border-top-left-radius: 4px;

      border-bottom-left-radius: 4px;

86112335   Виталий   Веталь
1126
      margin-top: 8px;

75bc733c   Виталий   Веталь
1127
      float: left;

d0b123ec   Виталий   Веталь
1128
  }

86112335   Виталий   Веталь
1129
  ul.product-special li:first-child {margin-top: 0}

75bc733c   Виталий   Веталь
1130
  ul.product-special li.top div {

d0b123ec   Виталий   Веталь
1131
1132
      background: #fbc665;

  }

75bc733c   Виталий   Веталь
1133
  ul.product-special li.top div:after {

d0b123ec   Виталий   Веталь
1134
1135
      content: '';

      position: absolute;

a83d9a47   Виталий   Веталь
1136
      right: -19px;

d0b123ec   Виталий   Веталь
1137
1138
1139
1140
1141
      top: 3px;

      border: 11px solid transparent;

      border-top: 5px solid #fbc665;

      transform: rotate(-90deg);

  }

75bc733c   Виталий   Веталь
1142
  ul.product-special li.new div{

d0b123ec   Виталий   Веталь
1143
1144
1145
      background: #42b9f6;

  }

  

75bc733c   Виталий   Веталь
1146
  ul.product-special li.new div:after {

d0b123ec   Виталий   Веталь
1147
1148
      content: '';

      position: absolute;

75bc733c   Виталий   Веталь
1149
1150
      right: -18px;

      top: 2px;

d0b123ec   Виталий   Веталь
1151
1152
1153
1154
      border: 11px solid transparent;

      border-top: 5px solid #42b9f6;

      transform: rotate(-90deg);

  }

75bc733c   Виталий   Веталь
1155
  ul.product-special li.promo div {

d0b123ec   Виталий   Веталь
1156
1157
      background: #f75d50;

  }

75bc733c   Виталий   Веталь
1158
  ul.product-special li.promo div:after {

d0b123ec   Виталий   Веталь
1159
1160
      content: '';

      position: absolute;

75bc733c   Виталий   Веталь
1161
1162
      right: -18px;

      top: 2px;

d0b123ec   Виталий   Веталь
1163
1164
1165
      border: 11px solid transparent;

      border-top: 5px solid #f75d50;

      transform: rotate(-90deg);

7aeecbdc   Виталий   Веталь
1166
1167
1168
1169
1170
  }

  .cost-block {

      margin-top: 1px;

  }

  .products.pn a.link_buy {

1be33638   Виталий   Веталь
1171
1172
1173
1174
1175
      margin-bottom: 0;

  }

  .products.pn {

      padding-bottom: 0;

  }

aaadf951   Виталий   Веталь
1176
1177
1178
1179
1180
  .products.pn>ul {

      width: 100%;

      float: left;

      margin-bottom: -3px;

  }

7aeecbdc   Виталий   Веталь
1181
  

1be33638   Виталий   Веталь
1182
1183
1184
  ._form_checkbox_reset, .sort_block ul li a, .sort_block {

      font-size: 12px;

  }

7c3348ef   Виталий   Веталь
1185
  .filter_accept_bloc {margin-top: 13px; margin-bottom: 0;}

f03c71f1   Виталий   Веталь
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
  ._form_checkbox_reset {

      color: #6a6a6a;

      display: block;

      width: 128px;

      height: 28px;

      border: 1px solid #d2d2d2;

      line-height: 28px;

      text-align: center;

      border-radius: 4px;

      text-decoration: none;

      margin: 0 auto;

  }

  ._form_checkbox_reset:hover {

      border: 1px solid #95ba2f;

      color: #6a6a6a;

  }

  ._form_checkbox_reset:active {

      border: 1px solid #95ba2f;

      background: #95ba2f;

      color: #fff;

  }

1be33638   Виталий   Веталь
1207
1208
  .sort_block ul li a {

      color: #8fa951;

a83d9a47   Виталий   Веталь
1209
      position: relative;

1be33638   Виталий   Веталь
1210
1211
1212
  }

  .sort_block ul li a:hover {

      color: #333;

aaadf951   Виталий   Веталь
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
  }

  #HOME_SLIDER .jssora03l, #HOME_SLIDER .jssora03r {

      width: 36px;

      height: 340px;

      background: url('../img/new_arrows_.png') no-repeat;

  }

  #HOME_SLIDER .jssora03l, #HOME_SLIDER .jssora03l:hover {

      background-position: 0 50%;

      left: 0;

      top: 0;

  }

  #HOME_SLIDER .jssora03r, #HOME_SLIDER .jssora03r:hover {

      background-position: -36px 50%;

      right: 0;

      top: 0;

f03c71f1   Виталий   Веталь
1228
1229
1230
1231
1232
1233
1234
  }

  .loyout ._prd_spec-wr {margin-top: 10px;}

  .loyout .special-products:first-child {

      border-top: 0;

      padding-top: 0;

  

  }

0db373a8   Виталий   Веталь
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
  .irs-slider {

      width: 13px;

      height: 13px;

      top: 25px;

      border-radius: 100%;

      box-shadow: none;

      border: 1px solid #d2d2d2;

      background: #ffffff;

      background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);

      background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);

      background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);

      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );

  }

  .irs-slider.state_hover, .irs-slider:hover {

      background: #ffffff;

  }

  .irs-slider:after {

      display: none;

  }

  .irs-slider:before {

      content: "";

      position: absolute;

      width: 5px;

      height: 5px;

      z-index: 2;

      border: 1px solid #d2d2d2;

      border-radius: 100%;

      background: #799920;

      top: 3px;

      left: 3px;

  }

  .irs-bar {

      height: 3px;

      top: 30px;

  }

  .irs-line {

      height: 9px;

      background: #ebebeb;

      border: 1px solid #d2d2d2;

      top: 27px;

  }

  .irs-line:before {

      width: 166px;

      height: 5px;

      position: absolute;

      content: '';

      top: 2px;

      left: 2px;

      background: #d2d2d2;

      border-radius: 5px;

  }

  .irs-min, .irs-max {display: none;}

  .irs {height: 49px;}

f307b0a8   Karnovsky A   -
1288
1289
  .price_filter.first_price_li {margin-top: 8px;}

  .product_read_ .w{

498c5288   Виталий   Веталь
1290
1291
      width: 110px;

      overflow: hidden;

f307b0a8   Karnovsky A   -
1292
1293
      margin: 0;

      padding-top: 0;

498c5288   Виталий   Веталь
1294
1295
1296
1297
      display: table-cell;

      vertical-align: middle;

      height: 32px;

      float: none;

f307b0a8   Karnovsky A   -
1298
1299
1300
1301
  }

  .product_read_ .w strike, .product_read_ .w .cost {

      width: 100%;

      float: left;

498c5288   Виталий   Веталь
1302
      /*line-height: 15px;*/

f307b0a8   Karnovsky A   -
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
  }

  

  .product_read_price .link_buy {

      width: 118px;

      position: absolute;

      top: 50%;

      right: 0;

      margin: -16px 0 0 0;

  }

  .product_read_price { position: relative; min-height: 32px;margin-top: 10px;}

1c9ebc5e   Виталий   Веталь
1313
  .special-products.products h3 {margin-bottom: 10px;}

f307b0a8   Karnovsky A   -
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
  .special-products.products li.item {

      margin-top: 30px;

  }

  .productLeftBar .cost_box {

      border-top: 0;

      padding: 10px 0 15px 0;

  }

  .productLeftBar .product_mod {

      width: 100%;

      float: left;

      border-bottom: 1px solid #d2d2d2;

      padding-bottom: 15px;

  }

  #login-form .btn-primary {

f307b0a8   Karnovsky A   -
1328
  }

c178232a   Виталий   Веталь
1329
  .field-orders-delivery .control-label, .field-orders-payment .control-label, .field-orders-body .control-label, .textareagroup .control-label {

f307b0a8   Karnovsky A   -
1330
1331
1332
      width: 100%;

      float: left;

  }

53254ab5   Виталий   Веталь
1333
1334
  .basket_title_ {

      text-align: center;

34b5f15a   Karnovsky A   Merge remote-trac...
1335
  }

88a2056f   Виталий   Веталь
1336
1337
1338
1339
1340
1341
1342
1343
  .cont_shopping-wr {

      width: 100%;

      float: left;

      margin-top: 10px;

  }

  .cont_shopping-wr .cont_shopping {

      float: right;

  }

5fb763b2   Виталий   Веталь
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
  .cont_shopping {

      display: block !important;

      border-top: 0!important;

      border-left: 0!important;

      border-right: 0!important;

      border-bottom: 1px dashed #799920!important;

      color: #799920!important;

      margin: 0!important;

      padding: 0!important;

      font-size: 12px!important;

      float: left;

      border-radius: 0 !important;

a8b15d40   Виталий   Веталь
1356
1357
1358
1359
1360
  }

  .info.product-thumb-video {

      width: 100%;

      height: 100%;

  }

df50f94e   Виталий   Веталь
1361
  .info.product-thumb-video iframe, .info.product-thumb-video embed {

a8b15d40   Виталий   Веталь
1362
      width: 100% !important;

db5497ee   Виталий   Веталь
1363
      height: auto !important;

375d6177   Виталий   Веталь
1364
  }

0f76d3d6   Виталий   Веталь
1365
  .input-blocks-wrapper, .input-blocks {

375d6177   Виталий   Веталь
1366
1367
      width: 100%;

      float: left;

0f76d3d6   Виталий   Веталь
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
  }

  .form-order .input-blocks-wrapper {

      margin-top: 6px;

  }

  .input-blocks label {

      font-size: 13px;

      color: #333;

  }

  .basket_input_2 label {

      height: 30px;

      line-height: 30px;

      float: left;

      width: 70px !important;

      padding-top: 0 !important;

  }

  

  .custom-input-2 {

      width: 100%;

      height: 30px;

0f76d3d6   Виталий   Веталь
1387
1388
      box-sizing: border-box;

      outline: none;

0f76d3d6   Виталий   Веталь
1389
1390
1391
1392
1393
1394
      line-height: 30px;

      padding-left: 8px;

      margin-top: 5px;

      background: #fff;

      border-radius: 4px;

  }

c178232a   Виталий   Веталь
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
  .custom-input-2, .custom-area-2, .textareagroup textarea {

      border: 1px solid #d2d2d2;

      box-sizing: border-box;

      font-size: 13px;

      color: #636363;

  }

  .custom-area-2, .textareagroup textarea {

      min-height: 128px;

      max-height: 128px;

      resize: none;

      width: 100%;

      max-width: 100%;

      outline: none;

      padding-left: 8px;

      padding-top: 8px;

      margin-top: 8px;

  }

0f76d3d6   Виталий   Веталь
1412
1413
1414
1415
1416
  .basket_input_2 .custom-input-2 {

      width: 270px;

      float: right;

      margin-top: 0;

  }

c178232a   Виталий   Веталь
1417
1418
1419
  .custom-input-2:focus, .custom-area-3:focus, .textareagroup textarea:focus {box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset; transition: 0.1s}

  .textareagroup textarea:focus{border: 1px solid #d2d2d2;}

  .title_groups, .radio_grp label.control-label, .textareagroup .control-label {

0f76d3d6   Виталий   Веталь
1420
1421
1422
      font-size: 12px;

      font-weight: bold;

      text-transform: uppercase;

034ab0d0   Виталий   Веталь
1423
      margin-bottom: 12px;

0f76d3d6   Виталий   Веталь
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
  }

  .input-blocks-group {

      width: 100%;

      float: left;

      border-bottom: 1px solid #d2d2d2;

      padding-bottom: 20px;

      margin-top: 18px;

  }

  .custom-form-buttons {

      width: 100%;

      float: left;

  }

  input.custom-radio + label, input.custom-check + label {

      font-size: 13px;

      cursor: pointer;

      margin-left: 6px;

  }

  /***radio***/

  input.custom-radio,  input.custom-check {display: none}

  input.custom-radio + label span{

      width: 16px;

      height: 16px;

      background: url('../img/radio_new.png') no-repeat;

      float: left;

      transition: .2s;

034ab0d0   Виталий   Веталь
1449
      margin-top: 1px;

0f76d3d6   Виталий   Веталь
1450
1451
1452
1453
1454
1455
1456
  }

  input.custom-radio:checked + label span, input.custom-radio:checked + label:hover span {

      background: url('../img/radio_new-active.png') no-repeat;

  }

  

  input.custom-radio + label:hover {

      text-decoration: underline;

034ab0d0   Виталий   Веталь
1457
1458
1459
1460
  }

  .custom-form-buttons {

      margin-top: 7px;

  }

5845a9f4   Karnovsky A   Merge remote-trac...
1461
  .custom-form-buttons:first-child {margin-top: 0}

139413b3   Виталий   Веталь
1462
1463
1464
1465
1466
1467
1468
1469
  .delivery-data .field-order-delivery-childs .control-label {display: none;}

  .checkout_basket {

      width: 100%;

      float: left;

  }

  .checkout_basket button {

      margin: 0 auto;

  }

bd6eefa5   Виталий   Веталь
1470
1471
  .input-blocks-wrapper .help-block {

      padding-left: 71px;

a83d9a47   Виталий   Веталь
1472
      padding-top: 4px;

bd6eefa5   Виталий   Веталь
1473
1474
1475
1476
      width: 100%;

      float: left;

      box-sizing: border-box;

      margin-bottom: 0;

5fb41468   Karnovsky A   Merge remote-trac...
1477
  }

a28f7b96   Виталий   Веталь
1478
  .cont_shop_but-wr {

288ddc06   Виталий   Веталь
1479
1480
      height: 33px;

      margin-top: 35px;

02b4fced   Виталий   Веталь
1481
      padding-bottom: 29px;

288ddc06   Виталий   Веталь
1482
  }

a28f7b96   Виталий   Веталь
1483
  .cont_shop_but-wr .cont_shop {

288ddc06   Виталий   Веталь
1484
      margin-top: 8px;

383de527   Виталий   Веталь
1485
      float: left;

288ddc06   Виталий   Веталь
1486
  }

73bc07bd   Виталий   Веталь
1487
  .cont_shop_but-wr .submit4.bottom3 {float: right;}

bba33968   Виталий   Веталь
1488
  ._qqq_ .params {font-size: 12px;}

25366bbd   Виталий   Веталь
1489
1490
1491
1492
1493
1494
1495
1496
  .activeShow {border-bottom: 0 !important;}

  .delivery-data:after {

      width: 100%;

      border-bottom: 1px solid #d2d2d2;

      position: absolute;

      content: '';

      bottom: -27px;

      left: 0;

fab58f4a   Виталий   Веталь
1497
1498
1499
1500
1501
1502
1503
  }

  .img_ajax_basket img {

      margin-right: 0!important;

      max-width: 90px;

      max-height: 90px;

      vertical-align: middle;

  }

e4f8f25d   Виталий   Веталь
1504
  .jcarousel-skin-tango>li{display: none;}

4aa696e9   Виталий   Веталь
1505
1506
1507
  #login-form {

      margin: 50px auto 0 auto;

  }

8891dd7d   Karnovsky A   Merge remote-trac...
1508
  .wrapper_all {}

ebe47416   Виталий   Веталь
1509
1510
1511
1512
1513
1514
1515
  #bg {

      top: 0 !important;

      z-index: 1 !important;

  }

  .top, .wrap, .bottom, .fotter {

      position: relative;

      z-index: 2;

926c92c1   Karnovsky A   Merge remote-trac...
1516
  }

6719032b   Виталий   Веталь
1517
1518
1519
1520
1521
  .owl-pagination {display: none;}

  .owl-controls .owl-buttons div {

      width: 34px !important;

      height: 50px !important;

      background: #596065 !important;

47fc9a66   Виталий   Веталь
1522
1523
      top:50% !important;

      margin: -25px 0 0 0 !important;

6719032b   Виталий   Веталь
1524
1525
      opacity: 1 !important;

      border-radius: 0 !important;

207ef298   Виталий   Веталь
1526
      padding: 0!important;

47fc9a66   Виталий   Веталь
1527
1528
1529
1530
1531
      position: absolute;

  }

  .owl-controls .owl-buttons div:hover {

      background: #acafb2 !important;

      transition: 0.2s!important;

6719032b   Виталий   Веталь
1532
1533
1534
1535
  }

  .owl-controls .owl-buttons .owl-prev {

      border-top-right-radius: 4px !important;

      border-bottom-right-radius: 4px !important;

47fc9a66   Виталий   Веталь
1536
      left: -20px;

6719032b   Виталий   Веталь
1537
1538
1539
1540
1541
  

  }

  .owl-controls .owl-buttons .owl-next {

      border-top-left-radius: 4px !important;

      border-bottom-left-radius: 4px !important;

47fc9a66   Виталий   Веталь
1542
      right: -20px;

6719032b   Виталий   Веталь
1543
1544
1545
1546
1547
1548
1549
1550
  

  }

  .owl-controls .owl-buttons div:before {

      position: absolute;

      content: '';

      width: 8px;

      height: 22px;

      background: url("../img/arrows_blocks.png") no-repeat;

207ef298   Виталий   Веталь
1551
      top:50%;

47fc9a66   Виталий   Веталь
1552
      margin-top: -11px;

207ef298   Виталий   Веталь
1553
1554
      left: 50%;

      margin-left: -4px;

6719032b   Виталий   Веталь
1555
1556
1557
1558
1559
1560
1561
  }

  .owl-controls .owl-buttons .owl-prev:before {

      background-position: 0 0;

  }

  .owl-controls .owl-buttons .owl-next:before {

      background-position: -8px 0;

  }

71ac9f02   Виталий   Веталь
1562
1563
1564
  .basket_input_2.required .control-label {position: relative}

  .basket_input_2.required .control-label:before {

      position: absolute;

f5827e75   Виталий   Веталь
1565
      top: 0;

71ac9f02   Виталий   Веталь
1566
      content: '*';

f5827e75   Виталий   Веталь
1567
1568
      color: #D60000;

      left: -11px;

836c5ad2   Виталий   Веталь
1569
      padding-top: 2px;

71ac9f02   Виталий   Веталь
1570
  }