ready_boot_dash 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/Gemfile +6 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +199 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/lib/ready_boot_dash/version.rb +3 -0
  10. data/lib/ready_boot_dash.rb +5 -0
  11. data/ready_boot_dash.gemspec +31 -0
  12. data/vendor/assets/images/.keep +0 -0
  13. data/vendor/assets/images/menu.png +0 -0
  14. data/vendor/assets/images/menu2.png +0 -0
  15. data/vendor/assets/images/profile.jpg +0 -0
  16. data/vendor/assets/javascripts/migrate-template/core/bootstrap.min.js +7 -0
  17. data/vendor/assets/javascripts/migrate-template/core/jquery.3.2.1.min.js +4 -0
  18. data/vendor/assets/javascripts/migrate-template/core/popper.min.js +4 -0
  19. data/vendor/assets/javascripts/migrate-template/demo.js +163 -0
  20. data/vendor/assets/javascripts/migrate-template/plugin/bootstrap-notify/bootstrap-notify.min.js +1 -0
  21. data/vendor/assets/javascripts/migrate-template/plugin/bootstrap-toggle/bootstrap-toggle.min.js +9 -0
  22. data/vendor/assets/javascripts/migrate-template/plugin/chart-circle/circles.min.js +7 -0
  23. data/vendor/assets/javascripts/migrate-template/plugin/chartist/chartist.min.js +10 -0
  24. data/vendor/assets/javascripts/migrate-template/plugin/chartist/plugin/chartist-plugin-tooltip.min.js +213 -0
  25. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/jquery.mapael.min.js +4 -0
  26. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/README.txt +3 -0
  27. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/france_departments.js +165 -0
  28. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/france_departments.min.js +5 -0
  29. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/usa_states.js +148 -0
  30. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/usa_states.min.js +2 -0
  31. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries.js +229 -0
  32. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries.min.js +5 -0
  33. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_mercator.js +285 -0
  34. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_mercator.min.js +4 -0
  35. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_miller.js +322 -0
  36. data/vendor/assets/javascripts/migrate-template/plugin/jquery-mapael/maps/world_countries_miller.min.js +3 -0
  37. data/vendor/assets/javascripts/migrate-template/plugin/jquery-scrollbar/jquery.scrollbar.min.js +16 -0
  38. data/vendor/assets/javascripts/migrate-template/plugin/jquery-ui-1.12.1.custom/jquery-ui.min.js +8 -0
  39. data/vendor/assets/javascripts/migrate-template/ready.js +57 -0
  40. data/vendor/assets/javascripts/migrate-template/ready.min.js +2 -0
  41. data/vendor/assets/javascripts/ready_boot_dash.js +17 -0
  42. data/vendor/assets/javascripts/vendor/gijgo.min.js +1 -0
  43. data/vendor/assets/javascripts/vendor/moment.js +4506 -0
  44. data/vendor/assets/javascripts/vendor/pcsFormatNumber.jquery.js +44 -0
  45. data/vendor/assets/stylesheets/admin/accounts.scss +3 -0
  46. data/vendor/assets/stylesheets/admin/categories.scss +3 -0
  47. data/vendor/assets/stylesheets/admin/customers.scss +3 -0
  48. data/vendor/assets/stylesheets/admin/dashboards.scss +3 -0
  49. data/vendor/assets/stylesheets/admin/invoices.scss +3 -0
  50. data/vendor/assets/stylesheets/admin/payments.scss +3 -0
  51. data/vendor/assets/stylesheets/admin/products.scss +3 -0
  52. data/vendor/assets/stylesheets/admin/taxes.scss +3 -0
  53. data/vendor/assets/stylesheets/admin/vendors.scss +3 -0
  54. data/vendor/assets/stylesheets/core-style.css +1753 -0
  55. data/vendor/assets/stylesheets/fonts/gijgo-material.eot +0 -0
  56. data/vendor/assets/stylesheets/fonts/gijgo-material.svg +91 -0
  57. data/vendor/assets/stylesheets/fonts/gijgo-material.ttf +0 -0
  58. data/vendor/assets/stylesheets/fonts/gijgo-material.woff +0 -0
  59. data/vendor/assets/stylesheets/fonts/line-awesome.eot +0 -0
  60. data/vendor/assets/stylesheets/fonts/line-awesome.svg +2628 -0
  61. data/vendor/assets/stylesheets/fonts/line-awesome.ttf +0 -0
  62. data/vendor/assets/stylesheets/fonts/line-awesome.woff +0 -0
  63. data/vendor/assets/stylesheets/fonts/line-awesome.woff2 +0 -0
  64. data/vendor/assets/stylesheets/migrate-template/bootstrap.min.css +7 -0
  65. data/vendor/assets/stylesheets/migrate-template/demo.css +101 -0
  66. data/vendor/assets/stylesheets/migrate-template/pagination.css +104 -0
  67. data/vendor/assets/stylesheets/migrate-template/ready.css +6674 -0
  68. data/vendor/assets/stylesheets/migrate-template/ready.min.css +15 -0
  69. data/vendor/assets/stylesheets/ready_boot_dash.scss +62 -0
  70. data/vendor/assets/stylesheets/vendor/animate.css +12 -0
  71. data/vendor/assets/stylesheets/vendor/bootstrap.min.css +7 -0
  72. data/vendor/assets/stylesheets/vendor/classy-nav.min.css +1 -0
  73. data/vendor/assets/stylesheets/vendor/font-awesome.min.css +4 -0
  74. data/vendor/assets/stylesheets/vendor/gijgo.css +2689 -0
  75. data/vendor/assets/stylesheets/vendor/jquery-ui.min.css +7 -0
  76. data/vendor/assets/stylesheets/vendor/magnific-popup.css +1 -0
  77. data/vendor/assets/stylesheets/vendor/nice-select.css +185 -0
  78. data/vendor/assets/stylesheets/vendor/owl.carousel.css +216 -0
  79. data/vendor/assets/stylesheets/vendor/style.css +13 -0
  80. metadata +207 -0
@@ -0,0 +1,1753 @@
1
+ /* [Master Stylesheet v-1.0.0] */
2
+ /* :: 1.0 Import Web Fonts */
3
+ @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700");
4
+ /* :: 2.0 Import All CSS */
5
+ @import url(vendor/bootstrap.min.css);
6
+ @import url(vendor/classy-nav.min.css);
7
+ @import url(vendor/owl.carousel.css);
8
+ @import url(vendor/animate.css);
9
+ @import url(vendor/magnific-popup.css);
10
+ @import url(vendor/jquery-ui.min.css);
11
+ @import url(vendor/nice-select.css);
12
+ /* :: 3.0 Common/Base CSS */
13
+ * {
14
+ margin: 0;
15
+ padding: 0; }
16
+
17
+ body {
18
+ font-family: "Poppins", sans-serif;
19
+ font-size: 14px;
20
+ background-color: #ffffff;
21
+ margin-top: 85px; }
22
+ @media only screen and (max-width: 767px) {
23
+ body {
24
+ margin-top: 80px; } }
25
+
26
+ h1,
27
+ h2,
28
+ h3,
29
+ h4,
30
+ h5,
31
+ h6 {
32
+ color: #000000;
33
+ line-height: 1.3;
34
+ font-weight: 700;
35
+ font-family: "Ubuntu", sans-serif; }
36
+
37
+ p {
38
+ color: #787878;
39
+ font-size: 14px;
40
+ line-height: 2;
41
+ font-weight: 400; }
42
+
43
+ a {
44
+ -webkit-transition: all 500ms ease 0s;
45
+ transition: all 500ms ease 0s;
46
+ text-decoration: none;
47
+ outline: 0 solid transparent;
48
+ color: #000000;
49
+ font-weight: 600;
50
+ font-size: 12px; }
51
+ a:hover, a:focus {
52
+ -webkit-transition: all 500ms ease 0s;
53
+ transition: all 500ms ease 0s;
54
+ text-decoration: none;
55
+ outline: 0 solid transparent;
56
+ color: #000000;
57
+ font-weight: 600;
58
+ font-size: 12px; }
59
+
60
+ ul,
61
+ ol {
62
+ margin: 0; }
63
+ ul li,
64
+ ol li {
65
+ list-style: none; }
66
+
67
+ img {
68
+ height: auto;
69
+ max-width: 100%; }
70
+
71
+ /* Spacing */
72
+ .mt-15 {
73
+ margin-top: 15px !important; }
74
+
75
+ .mt-30 {
76
+ margin-top: 30px !important; }
77
+
78
+ .mt-50 {
79
+ margin-top: 50px !important; }
80
+
81
+ .mt-70 {
82
+ margin-top: 70px !important; }
83
+
84
+ .mt-100 {
85
+ margin-top: 100px !important; }
86
+
87
+ .mb-15 {
88
+ margin-bottom: 15px !important; }
89
+
90
+ .mb-30 {
91
+ margin-bottom: 30px !important; }
92
+
93
+ .mb-50 {
94
+ margin-bottom: 50px !important; }
95
+
96
+ .mb-70 {
97
+ margin-bottom: 70px !important; }
98
+
99
+ .mb-100 {
100
+ margin-bottom: 100px !important; }
101
+
102
+ .ml-15 {
103
+ margin-left: 15px !important; }
104
+
105
+ .ml-30 {
106
+ margin-left: 30px !important; }
107
+
108
+ .ml-50 {
109
+ margin-left: 50px !important; }
110
+
111
+ .mr-15 {
112
+ margin-right: 15px !important; }
113
+
114
+ .mr-30 {
115
+ margin-right: 30px !important; }
116
+
117
+ .mr-50 {
118
+ margin-right: 50px !important; }
119
+
120
+ /* Height */
121
+ .height-400 {
122
+ height: 400px !important; }
123
+
124
+ .height-500 {
125
+ height: 500px !important; }
126
+
127
+ .height-600 {
128
+ height: 600px !important; }
129
+
130
+ .height-700 {
131
+ height: 700px !important; }
132
+
133
+ .height-800 {
134
+ height: 800px !important; }
135
+
136
+ /* Section Padding */
137
+ .section-padding-80 {
138
+ padding-top: 80px;
139
+ padding-bottom: 80px; }
140
+
141
+ .section-padding-80-0 {
142
+ padding-top: 80px;
143
+ padding-bottom: 0; }
144
+
145
+ .section-padding-0-80 {
146
+ padding-top: 0;
147
+ padding-bottom: 80px; }
148
+
149
+ /* Section Heading */
150
+ .section-heading {
151
+ margin-bottom: 50px;
152
+ position: relative;
153
+ z-index: 1; }
154
+ .section-heading h2 {
155
+ font-size: 30px;
156
+ margin-bottom: 0;
157
+ text-transform: capitalize;
158
+ font-weight: 600; }
159
+ .section-heading.text-left {
160
+ text-align: left !important; }
161
+
162
+ /* Miscellaneous */
163
+ .bg-img {
164
+ background-position: center center;
165
+ background-size: cover;
166
+ background-repeat: no-repeat; }
167
+
168
+ .bg-white {
169
+ background-color: #ffffff !important; }
170
+
171
+ .bg-dark {
172
+ background-color: #000000 !important; }
173
+
174
+ .bg-transparent {
175
+ background-color: transparent !important; }
176
+
177
+ .font-bold {
178
+ font-weight: 700; }
179
+
180
+ .font-light {
181
+ font-weight: 300; }
182
+
183
+ .bg-overlay,
184
+ .bg-overlay-white {
185
+ position: relative;
186
+ z-index: 2;
187
+ background-position: center center;
188
+ background-size: cover; }
189
+ .bg-overlay:hover,
190
+ .bg-overlay-white:hover {
191
+ position: absolute;
192
+ z-index: -1;
193
+ top: 0;
194
+ left: 0;
195
+ width: 100%;
196
+ height: 100%;
197
+ content: ""; }
198
+
199
+ .bg-overlay:hover {
200
+ background-color: rgba(0, 0, 0, 0.5); }
201
+
202
+ .bg-overlay-white:hover {
203
+ background-color: rgba(255, 255, 255, 0.9); }
204
+
205
+ /* ScrollUp */
206
+ #scrollUp {
207
+ background-color: #ff084e;
208
+ border-radius: 0;
209
+ bottom: 60px;
210
+ box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
211
+ color: #ffffff;
212
+ font-size: 24px;
213
+ height: 40px;
214
+ line-height: 40px;
215
+ right: 60px;
216
+ text-align: center;
217
+ width: 40px; }
218
+ @media only screen and (max-width: 767px) {
219
+ #scrollUp {
220
+ bottom: 30px;
221
+ right: 30px; } }
222
+
223
+ /* Essence Button */
224
+ .essence-btn {
225
+ display: inline-block;
226
+ min-width: 170px;
227
+ height: 50px;
228
+ color: #ffffff;
229
+ border: none;
230
+ border-radius: 0;
231
+ padding: 0 40px;
232
+ text-transform: uppercase;
233
+ font-size: 12px;
234
+ line-height: 50px;
235
+ background-color: #0315ff;
236
+ letter-spacing: 1.5px;
237
+ font-weight: 600; }
238
+ .essence-btn:hover, .essence-btn:focus {
239
+ color: #ffffff;
240
+ background-color: #dc0345; }
241
+
242
+ /* :: 4.0 Header Area CSS */
243
+ .header_area {
244
+ position: fixed;
245
+ z-index: 900;
246
+ top: 0;
247
+ left: 0;
248
+ width: 100%;
249
+ border-bottom: 1px solid #ebebeb;
250
+ -webkit-transition-duration: 500ms;
251
+ transition-duration: 500ms; }
252
+ @media only screen and (max-width: 767px) {
253
+ .header_area .classy-nav-container {
254
+ -ms-flex-wrap: wrap;
255
+ flex-wrap: wrap; } }
256
+ @media only screen and (max-width: 767px) {
257
+ .header_area .classy-nav-container .classy-navbar-toggler {
258
+ margin-left: auto;
259
+ margin-right: 15px; } }
260
+ .header_area .classy-navbar,
261
+ .header_area .header-meta {
262
+ -webkit-box-flex: 0;
263
+ -ms-flex: 0 0 50%;
264
+ flex: 0 0 50%;
265
+ min-width: 50%;
266
+ width: 50%; }
267
+ @media only screen and (max-width: 767px) {
268
+ .header_area .classy-navbar,
269
+ .header_area .header-meta {
270
+ -webkit-box-flex: 0;
271
+ -ms-flex: 0 0 100%;
272
+ flex: 0 0 100%;
273
+ min-width: 100%;
274
+ width: 100%; } }
275
+ .header_area .classy-navbar {
276
+ height: 85px;
277
+ padding: 5px 0 5px 5%; }
278
+ @media only screen and (max-width: 767px) {
279
+ .header_area .classy-navbar {
280
+ height: 40px;
281
+ border-bottom: 1px solid #ebebeb; } }
282
+ .header_area .header-meta {
283
+ height: 85px;
284
+ position: relative;
285
+ z-index: 1; }
286
+ @media only screen and (max-width: 767px) {
287
+ .header_area .header-meta {
288
+ height: 40px; } }
289
+ .header_area .classynav ul li a {
290
+ font-size: 16px;
291
+ color: #787878; }
292
+ .header_area .classynav ul li a:hover {
293
+ color: #000000; }
294
+ .header_area .classynav ul li .megamenu li a,
295
+ .header_area .classynav ul li .dropdown li a {
296
+ font-size: 14px;
297
+ color: #787878; }
298
+ .header_area .classynav ul li .megamenu li a:hover,
299
+ .header_area .classynav ul li .dropdown li a:hover {
300
+ color: #000000; }
301
+ .header_area .search-area form {
302
+ position: relative;
303
+ z-index: 1;
304
+ height: 85px;
305
+ border-left: 1px solid #ebebeb; }
306
+ @media only screen and (max-width: 767px) {
307
+ .header_area .search-area form {
308
+ height: 40px;
309
+ border-left: none; } }
310
+ .header_area .search-area form input {
311
+ border: none;
312
+ background-color: #ffffff;
313
+ width: 200px;
314
+ height: 85px;
315
+ padding: 0 15px 0 60px;
316
+ color: #787878;
317
+ font-size: 14px;
318
+ font-weight: 500;
319
+ -webkit-transition-duration: 500ms;
320
+ transition-duration: 500ms; }
321
+ @media only screen and (max-width: 767px) {
322
+ .header_area .search-area form input {
323
+ width: 170px;
324
+ height: 40px;
325
+ padding: 0 10px 0 30px; } }
326
+ .header_area .search-area form input:focus {
327
+ outline: none !important;
328
+ width: 350px; }
329
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
330
+ .header_area .search-area form input:focus {
331
+ width: 300px; } }
332
+ @media only screen and (max-width: 767px) {
333
+ .header_area .search-area form input:focus {
334
+ width: 170px; } }
335
+ @media only screen and (min-width: 480px) and (max-width: 767px) {
336
+ .header_area .search-area form input:focus {
337
+ width: 270px; } }
338
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
339
+ .header_area .search-area form input:focus {
340
+ width: 300px; } }
341
+ .header_area .search-area form button {
342
+ position: absolute;
343
+ z-index: 10;
344
+ top: 50%;
345
+ -webkit-transform: translateY(-50%);
346
+ transform: translateY(-50%);
347
+ left: 30px;
348
+ background-color: transparent;
349
+ border: none;
350
+ color: #787878;
351
+ font-size: 14px; }
352
+ @media only screen and (max-width: 767px) {
353
+ .header_area .search-area form button {
354
+ left: 10px;
355
+ height: 40px; } }
356
+ .header_area .favourite-area a,
357
+ .header_area .user-login-info a,
358
+ .header_area .cart-area a {
359
+ position: relative;
360
+ z-index: 1;
361
+ -webkit-box-flex: 0;
362
+ -ms-flex: 0 0 90px;
363
+ flex: 0 0 90px;
364
+ width: 90px;
365
+ display: block;
366
+ text-align: center;
367
+ border-left: 1px solid #ebebeb;
368
+ height: 100%;
369
+ line-height: 80px; }
370
+ @media only screen and (max-width: 767px) {
371
+ .header_area .favourite-area a,
372
+ .header_area .user-login-info a,
373
+ .header_area .cart-area a {
374
+ -webkit-box-flex: 0;
375
+ -ms-flex: 0 0 50px;
376
+ flex: 0 0 50px;
377
+ width: 50px;
378
+ line-height: 40px; } }
379
+ .header_area .favourite-area a img,
380
+ .header_area .user-login-info a img,
381
+ .header_area .cart-area a img {
382
+ max-width: 20px; }
383
+ .header_area .favourite-area a span,
384
+ .header_area .user-login-info a span,
385
+ .header_area .cart-area a span {
386
+ font-family: "Ubuntu", sans-serif;
387
+ font-size: 18px;
388
+ color: #0315ff;
389
+ font-weight: 700;
390
+ position: absolute;
391
+ top: -10px; }
392
+ @media only screen and (max-width: 767px) {
393
+ .header_area .favourite-area a span,
394
+ .header_area .user-login-info a span,
395
+ .header_area .cart-area a span {
396
+ font-size: 14px; } }
397
+ .header_area.sticky {
398
+ position: fixed;
399
+ z-index: 900;
400
+ top: 0;
401
+ left: 0;
402
+ width: 100%;
403
+ box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); }
404
+
405
+ .cart-bg-overlay.cart-bg-overlay-on {
406
+ -webkit-transition-duration: 1000ms;
407
+ transition-duration: 1000ms;
408
+ position: fixed;
409
+ width: 100%;
410
+ height: 100%;
411
+ top: 0;
412
+ left: 0;
413
+ background-color: rgba(0, 0, 0, 0.4);
414
+ z-index: 1050; }
415
+
416
+ /* Cart Area CSS */
417
+ .right-side-cart-area {
418
+ position: fixed;
419
+ width: 670px;
420
+ height: 100%;
421
+ top: 0;
422
+ right: -800px;
423
+ background-color: #ffffff;
424
+ z-index: 1100;
425
+ box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
426
+ -webkit-transition-duration: 800ms;
427
+ transition-duration: 800ms; }
428
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
429
+ .right-side-cart-area {
430
+ width: 500px;
431
+ right: -600px; } }
432
+ @media only screen and (max-width: 767px) {
433
+ .right-side-cart-area {
434
+ width: 270px;
435
+ right: -400px; } }
436
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
437
+ .right-side-cart-area {
438
+ width: 400px;
439
+ right: -550px; } }
440
+ .right-side-cart-area.cart-on {
441
+ right: 0; }
442
+ .right-side-cart-area .cart-button a {
443
+ position: absolute;
444
+ top: 0;
445
+ right: 100%;
446
+ z-index: 100;
447
+ width: 90px;
448
+ display: block;
449
+ text-align: center;
450
+ border-left: 1px solid #ebebeb;
451
+ height: 85px;
452
+ line-height: 80px;
453
+ background-color: #f5f7f9; }
454
+ @media only screen and (max-width: 767px) {
455
+ .right-side-cart-area .cart-button a {
456
+ width: 50px;
457
+ height: 50px;
458
+ line-height: 50px; } }
459
+ .right-side-cart-area .cart-button a img {
460
+ max-width: 20px; }
461
+ .right-side-cart-area .cart-button a span {
462
+ font-family: "Ubuntu", sans-serif;
463
+ font-size: 18px;
464
+ color: #0315ff;
465
+ font-weight: 700;
466
+ position: absolute;
467
+ top: -10px; }
468
+ .right-side-cart-area .cart-content {
469
+ position: relative;
470
+ z-index: 1;
471
+ width: 100%;
472
+ overflow-x: hidden;
473
+ overflow-y: scroll;
474
+ height: 100%; }
475
+ .right-side-cart-area .cart-content .cart-list {
476
+ position: relative;
477
+ z-index: 10;
478
+ -webkit-box-flex: 0;
479
+ -ms-flex: 0 0 190px;
480
+ flex: 0 0 190px;
481
+ width: 190px; }
482
+ @media only screen and (max-width: 767px) {
483
+ .right-side-cart-area .cart-content .cart-list {
484
+ -webkit-box-flex: 0;
485
+ -ms-flex: 0 0 100px;
486
+ flex: 0 0 100px;
487
+ width: 100px; } }
488
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
489
+ .right-side-cart-area .cart-content .cart-list {
490
+ -webkit-box-flex: 0;
491
+ -ms-flex: 0 0 150px;
492
+ flex: 0 0 150px;
493
+ width: 150px; } }
494
+ .right-side-cart-area .cart-content .cart-list .single-cart-item {
495
+ position: relative;
496
+ z-index: 1;
497
+ -webkit-transition-duration: 500ms;
498
+ transition-duration: 500ms; }
499
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image {
500
+ position: relative;
501
+ z-index: 1;
502
+ display: block; }
503
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
504
+ position: absolute;
505
+ top: 0;
506
+ left: 0;
507
+ width: 100%;
508
+ height: 100%;
509
+ background-color: rgba(0, 0, 0, 0.6);
510
+ padding: 50px 15px 15px;
511
+ -webkit-transition-duration: 500ms;
512
+ transition-duration: 500ms; }
513
+ @media only screen and (max-width: 767px) {
514
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
515
+ padding: 5px; } }
516
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
517
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
518
+ padding: 30px 20px; } }
519
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove {
520
+ position: absolute;
521
+ top: 15px;
522
+ right: 15px;
523
+ color: #ffffff;
524
+ font-size: 12px;
525
+ padding: 5px; }
526
+ @media only screen and (max-width: 767px) {
527
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove {
528
+ top: 5px;
529
+ right: 5px; } }
530
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .badge {
531
+ display: block;
532
+ font-weight: 600;
533
+ font-size: 10px;
534
+ color: rgba(255, 255, 255, 0.5);
535
+ text-transform: uppercase;
536
+ margin-bottom: 5px;
537
+ text-align: left;
538
+ padding: 0; }
539
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 {
540
+ font-size: 12px;
541
+ color: #ffffff;
542
+ text-transform: capitalize;
543
+ margin-bottom: 30px; }
544
+ @media only screen and (max-width: 767px) {
545
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 {
546
+ margin-bottom: 10px; } }
547
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .size,
548
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .color {
549
+ display: block;
550
+ font-weight: 600;
551
+ font-size: 10px;
552
+ color: rgba(255, 255, 255, 0.5);
553
+ text-transform: uppercase;
554
+ margin-bottom: 5px;
555
+ line-height: 1; }
556
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price {
557
+ font-family: "Ubuntu", sans-serif;
558
+ font-size: 16px;
559
+ font-weight: 700;
560
+ margin-bottom: 0;
561
+ margin-top: 30px;
562
+ color: #ffffff; }
563
+ @media only screen and (max-width: 767px) {
564
+ .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price {
565
+ margin-top: 10px;
566
+ font-size: 12px; } }
567
+ .right-side-cart-area .cart-content .cart-list .single-cart-item:hover .product-image .cart-item-desc {
568
+ background-color: rgba(0, 0, 0, 0.8); }
569
+ .right-side-cart-area .cart-content .cart-amount-summary {
570
+ padding: 100px 10%;
571
+ position: relative;
572
+ z-index: 10;
573
+ -webkit-box-flex: 0;
574
+ -ms-flex: 0 0 calc(100% - 190px);
575
+ flex: 0 0 calc(100% - 190px);
576
+ width: calc(100% - 190px); }
577
+ @media only screen and (max-width: 767px) {
578
+ .right-side-cart-area .cart-content .cart-amount-summary {
579
+ -webkit-box-flex: 0;
580
+ -ms-flex: 0 0 calc(100% - 100px);
581
+ flex: 0 0 calc(100% - 100px);
582
+ width: calc(100% - 100px);
583
+ padding: 50px 15px; } }
584
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
585
+ .right-side-cart-area .cart-content .cart-amount-summary {
586
+ -webkit-box-flex: 0;
587
+ -ms-flex: 0 0 calc(100% - 150px);
588
+ flex: 0 0 calc(100% - 150px);
589
+ width: calc(100% - 150px);
590
+ padding: 50px 30px; } }
591
+ .right-side-cart-area .cart-content .cart-amount-summary h2 {
592
+ font-size: 30px;
593
+ margin-bottom: 100px; }
594
+ @media only screen and (max-width: 767px) {
595
+ .right-side-cart-area .cart-content .cart-amount-summary h2 {
596
+ font-size: 24px;
597
+ margin-bottom: 30px; } }
598
+ @media only screen and (max-width: 767px) {
599
+ .right-side-cart-area .cart-content .cart-amount-summary h2 {
600
+ font-size: 30px;
601
+ margin-bottom: 50px; } }
602
+ .right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
603
+ margin-bottom: 20px;
604
+ color: #000000;
605
+ font-size: 14px;
606
+ letter-spacing: 0.75px;
607
+ text-transform: uppercase;
608
+ font-weight: 600;
609
+ display: -webkit-box;
610
+ display: -ms-flexbox;
611
+ display: flex;
612
+ -webkit-box-pack: justify;
613
+ -ms-flex-pack: justify;
614
+ justify-content: space-between; }
615
+ @media only screen and (max-width: 767px) {
616
+ .right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
617
+ font-size: 12px;
618
+ margin-bottom: 10px; } }
619
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
620
+ .right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
621
+ font-size: 14px;
622
+ margin-bottom: 15px; } }
623
+ .right-side-cart-area .cart-content .cart-amount-summary .summary-table li span:last-child {
624
+ font-weight: 700;
625
+ font-family: "Ubuntu", sans-serif; }
626
+ @media only screen and (max-width: 767px) {
627
+ .right-side-cart-area .cart-content .cart-amount-summary .essence-btn {
628
+ min-width: 140px;
629
+ width: 140px;
630
+ padding: 0 15px; } }
631
+
632
+ /* :: 5.0 Welcome Area CSS */
633
+ .welcome_area {
634
+ position: relative;
635
+ z-index: 1;
636
+ width: 100%;
637
+ height: 600px; }
638
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
639
+ .welcome_area {
640
+ height: 450px; } }
641
+ @media only screen and (max-width: 767px) {
642
+ .welcome_area {
643
+ height: 350px; } }
644
+ .welcome_area .hero-content h6 {
645
+ font-size: 18px;
646
+ color: #787878;
647
+ margin-bottom: 10px; }
648
+ .welcome_area .hero-content h2 {
649
+ font-size: 60px;
650
+ color: #000000;
651
+ margin-bottom: 50px; }
652
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
653
+ .welcome_area .hero-content h2 {
654
+ font-size: 48px; } }
655
+ @media only screen and (max-width: 767px) {
656
+ .welcome_area .hero-content h2 {
657
+ font-size: 30px; } }
658
+
659
+ /* :: 6.0 Top Catagory Area CSS */
660
+ .single_catagory_area {
661
+ position: relative;
662
+ z-index: 1;
663
+ width: 100%;
664
+ height: 240px;
665
+ -webkit-transition-duration: 500ms;
666
+ transition-duration: 500ms; }
667
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
668
+ .single_catagory_area {
669
+ height: 180px; } }
670
+ @media only screen and (max-width: 767px) {
671
+ .single_catagory_area {
672
+ height: 180px; } }
673
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
674
+ .single_catagory_area {
675
+ margin-bottom: 30px; } }
676
+ .single_catagory_area:after {
677
+ -webkit-transition-duration: 500ms;
678
+ transition-duration: 500ms;
679
+ content: "";
680
+ width: 100%;
681
+ height: 100%;
682
+ background-color: rgba(255, 255, 255, 0.6);
683
+ position: absolute;
684
+ top: 0;
685
+ left: 0;
686
+ z-index: -10; }
687
+ .single_catagory_area .catagory-content a {
688
+ display: block;
689
+ font-size: 30px;
690
+ font-weight: 700;
691
+ color: #000000;
692
+ letter-spacing: 1px;
693
+ text-transform: uppercase; }
694
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
695
+ .single_catagory_area .catagory-content a {
696
+ font-size: 20px; } }
697
+ @media only screen and (max-width: 767px) {
698
+ .single_catagory_area .catagory-content a {
699
+ font-size: 18px; } }
700
+ .single_catagory_area:hover .catagory-content a {
701
+ color: #0315ff; }
702
+
703
+ /* :: 7.0 CTA Area CSS */
704
+ .cta-area {
705
+ position: relative;
706
+ z-index: 1; }
707
+ .cta-area .cta-content {
708
+ width: 100%;
709
+ height: 550px; }
710
+ @media only screen and (max-width: 767px) {
711
+ .cta-area .cta-content {
712
+ height: 400px; } }
713
+ .cta-area .cta-content h6 {
714
+ font-size: 24px;
715
+ color: #dc0345;
716
+ margin-bottom: 10px; }
717
+ .cta-area .cta-content h2 {
718
+ font-size: 60px;
719
+ color: #000000;
720
+ margin-bottom: 50px; }
721
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
722
+ .cta-area .cta-content h2 {
723
+ font-size: 48px; } }
724
+ @media only screen and (max-width: 767px) {
725
+ .cta-area .cta-content h2 {
726
+ font-size: 30px; } }
727
+ .cta-area .cta-content .cta--text {
728
+ padding-right: 150px; }
729
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
730
+ .cta-area .cta-content .cta--text {
731
+ padding-right: 50px; } }
732
+ @media only screen and (max-width: 767px) {
733
+ .cta-area .cta-content .cta--text {
734
+ padding-right: 0; } }
735
+
736
+ /* :: 8.0 Popular Products Area CSS */
737
+ .single-product-wrapper {
738
+ position: relative;
739
+ z-index: 1;
740
+ margin-bottom: 50px;
741
+ overflow: hidden;
742
+ background-color: #ffffff; }
743
+ .single-product-wrapper .product-img {
744
+ position: relative;
745
+ z-index: 1;
746
+ overflow: hidden; }
747
+ .single-product-wrapper .product-img img {
748
+ width: 100%;
749
+ -webkit-transition-duration: 500ms;
750
+ transition-duration: 500ms; }
751
+ .single-product-wrapper .product-img .hover-img {
752
+ -webkit-transition-duration: 500ms;
753
+ transition-duration: 500ms;
754
+ position: absolute;
755
+ top: 0;
756
+ left: 0;
757
+ width: 100%;
758
+ z-index: 10;
759
+ opacity: 0;
760
+ visibility: hidden; }
761
+ .single-product-wrapper .product-img .product-badge {
762
+ height: 25px;
763
+ background-color: #000000;
764
+ color: #ffffff;
765
+ font-family: "Ubuntu", sans-serif;
766
+ font-weight: 700;
767
+ font-size: 12px;
768
+ padding: 0 10px;
769
+ display: inline-block;
770
+ line-height: 25px;
771
+ position: absolute;
772
+ top: 20px;
773
+ left: 20px;
774
+ z-index: 10; }
775
+ .single-product-wrapper .product-img .product-badge.offer-badge {
776
+ background-color: #dc0345; }
777
+ .single-product-wrapper .product-img .product-badge.new-badge {
778
+ background-color: #0315ff; }
779
+ .single-product-wrapper .product-img .product-favourite a {
780
+ position: absolute;
781
+ height: 25px;
782
+ width: 45px;
783
+ font-size: 14px;
784
+ color: #ccc;
785
+ top: 20px;
786
+ right: 20px;
787
+ z-index: 10;
788
+ line-height: 25px;
789
+ background-color: #ffffff;
790
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
791
+ text-align: center;
792
+ opacity: 0;
793
+ visibility: hidden; }
794
+ .single-product-wrapper .product-img .product-favourite a.active {
795
+ opacity: 1;
796
+ visibility: visible; }
797
+ .single-product-wrapper .product-description {
798
+ position: relative;
799
+ z-index: 1;
800
+ padding-top: 25px; }
801
+ .single-product-wrapper .product-description span {
802
+ font-size: 10px;
803
+ text-transform: uppercase;
804
+ color: #787878;
805
+ margin-bottom: 15px;
806
+ letter-spacing: 0.75px;
807
+ font-weight: 600; }
808
+ .single-product-wrapper .product-description h6 {
809
+ color: #222222;
810
+ margin-bottom: 5px; }
811
+ .single-product-wrapper .product-description p {
812
+ margin-bottom: 0;
813
+ font-size: 14px;
814
+ font-family: "Ubuntu", sans-serif;
815
+ font-weight: 700;
816
+ color: #000000; }
817
+ .single-product-wrapper .product-description p span {
818
+ font-size: 14px;
819
+ font-family: "Ubuntu", sans-serif;
820
+ font-weight: 700;
821
+ color: #aaaaaa;
822
+ margin-right: 10px;
823
+ text-decoration: line-through; }
824
+ .single-product-wrapper .product-description .hover-content {
825
+ position: absolute;
826
+ width: calc(100% - 40px);
827
+ top: -70px;
828
+ left: 20px;
829
+ right: 20px;
830
+ opacity: 0;
831
+ visibility: hidden;
832
+ -webkit-transition-duration: 500ms;
833
+ transition-duration: 500ms; }
834
+ .single-product-wrapper .product-description .hover-content .essence-btn {
835
+ width: 100%; }
836
+ .single-product-wrapper .favme {
837
+ cursor: pointer;
838
+ color: #ccc; }
839
+ .single-product-wrapper .favme.active {
840
+ color: #dc0345 !important; }
841
+ .single-product-wrapper .favme.is_animating {
842
+ animation: favme-anime .5s; }
843
+ .single-product-wrapper:hover .product-img .hover-img {
844
+ opacity: 1;
845
+ visibility: visible; }
846
+ .single-product-wrapper:hover .product-img .product-favourite a {
847
+ opacity: 1;
848
+ visibility: visible; }
849
+ .single-product-wrapper:hover .hover-content {
850
+ opacity: 1;
851
+ visibility: visible; }
852
+
853
+ @keyframes favme-anime {
854
+ 0% {
855
+ opacity: 1;
856
+ font-size: 14px;
857
+ -webkit-text-stroke-color: transparent; }
858
+ 25% {
859
+ opacity: .6;
860
+ color: #ffffff;
861
+ font-size: 15px;
862
+ -webkit-text-stroke-width: 1px;
863
+ -webkit-text-stroke-color: #dc0345; }
864
+ 75% {
865
+ opacity: .6;
866
+ color: #ffffff;
867
+ font-size: 15px;
868
+ -webkit-text-stroke-width: 1px;
869
+ -webkit-text-stroke-color: #dc0345; }
870
+ 100% {
871
+ opacity: 1;
872
+ font-size: 14px;
873
+ -webkit-text-stroke-color: transparent; } }
874
+ .pagination {
875
+ position: relative;
876
+ z-index: 1; }
877
+ .pagination .page-item .page-link {
878
+ width: 40px;
879
+ height: 40px;
880
+ border: 1px solid #ebebeb;
881
+ font-size: 12px;
882
+ font-weight: 600;
883
+ line-height: 38px;
884
+ padding: 0;
885
+ text-align: center;
886
+ color: #787878; }
887
+ .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
888
+ color: #0315ff;
889
+ box-shadow: none; }
890
+ .pagination .page-item:first-child {
891
+ margin-right: 15px; }
892
+ .pagination .page-item:first-child .page-link {
893
+ margin-left: 0;
894
+ border-top-left-radius: 0;
895
+ border-bottom-left-radius: 0; }
896
+ .pagination .page-item:last-child {
897
+ margin-left: 15px; }
898
+ .pagination .page-item:last-child .page-link {
899
+ margin-left: 0;
900
+ border-top-right-radius: 0;
901
+ border-bottom-right-radius: 0; }
902
+
903
+ /* :: 9.0 Brands Area CSS */
904
+ .brands-area {
905
+ position: relative;
906
+ z-index: 1;
907
+ background-color: #f5f7f9;
908
+ padding: 100px 5%; }
909
+ @media only screen and (max-width: 767px) {
910
+ .brands-area {
911
+ -ms-flex-wrap: wrap;
912
+ flex-wrap: wrap;
913
+ padding: 100px 5% 70px; } }
914
+ @media only screen and (max-width: 767px) {
915
+ .brands-area .single-brands-logo {
916
+ -webkit-box-flex: 0;
917
+ -ms-flex: 0 0 33.33333%;
918
+ flex: 0 0 33.33333%;
919
+ width: 33.33333%;
920
+ max-width: 33.33333%; } }
921
+ .brands-area .single-brands-logo img {
922
+ max-width: 120px; }
923
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
924
+ .brands-area .single-brands-logo img {
925
+ max-width: 90px; } }
926
+ @media only screen and (max-width: 767px) {
927
+ .brands-area .single-brands-logo img {
928
+ max-width: 80px;
929
+ margin-bottom: 30px; } }
930
+
931
+ /* :: 10.0 Single Product Details Area CSS */
932
+ .single_product_details_area {
933
+ position: relative;
934
+ z-index: 100;
935
+ -ms-flex-wrap: wrap;
936
+ flex-wrap: wrap; }
937
+ .single_product_details_area .single_product_thumb,
938
+ .single_product_details_area .single_product_desc {
939
+ -webkit-box-flex: 0;
940
+ -ms-flex: 0 0 50%;
941
+ flex: 0 0 50%;
942
+ max-width: 50%;
943
+ width: 50%;
944
+ position: relative;
945
+ z-index: 1; }
946
+ @media only screen and (max-width: 767px) {
947
+ .single_product_details_area .single_product_thumb,
948
+ .single_product_details_area .single_product_desc {
949
+ -webkit-box-flex: 0;
950
+ -ms-flex: 0 0 100%;
951
+ flex: 0 0 100%;
952
+ max-width: 100%;
953
+ width: 100%; } }
954
+ .single_product_details_area .product_thumbnail_slides {
955
+ position: relative;
956
+ z-index: 1; }
957
+ .single_product_details_area .product_thumbnail_slides .owl-prev,
958
+ .single_product_details_area .product_thumbnail_slides .owl-next {
959
+ -webkit-transition-duration: 500ms;
960
+ transition-duration: 500ms;
961
+ position: absolute;
962
+ top: 50%;
963
+ z-index: 20;
964
+ left: 30px;
965
+ width: 40px;
966
+ height: 40px;
967
+ margin-top: -20px;
968
+ padding: 5px;
969
+ opacity: 0.4; }
970
+ .single_product_details_area .product_thumbnail_slides .owl-prev:hover,
971
+ .single_product_details_area .product_thumbnail_slides .owl-next:hover {
972
+ opacity: 1; }
973
+ .single_product_details_area .product_thumbnail_slides .owl-next {
974
+ left: auto;
975
+ right: 30px; }
976
+ .single_product_details_area .single_product_desc {
977
+ position: relative;
978
+ z-index: 1;
979
+ padding: 50px 5%; }
980
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
981
+ .single_product_details_area .single_product_desc {
982
+ padding: 30px 4%; } }
983
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
984
+ .single_product_details_area .single_product_desc {
985
+ padding: 30px 3%; } }
986
+ .single_product_details_area .single_product_desc span {
987
+ font-size: 14px;
988
+ text-transform: uppercase;
989
+ font-weight: 600;
990
+ color: #787878;
991
+ margin-bottom: 10px;
992
+ display: block; }
993
+ .single_product_details_area .single_product_desc a > h2 {
994
+ font-size: 30px;
995
+ display: block;
996
+ margin-bottom: 10px; }
997
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
998
+ .single_product_details_area .single_product_desc a > h2 {
999
+ font-size: 24px; } }
1000
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1001
+ .single_product_details_area .single_product_desc a > h2 {
1002
+ font-size: 20px; } }
1003
+ .single_product_details_area .single_product_desc .product-price {
1004
+ margin-bottom: 0;
1005
+ font-family: "Ubuntu", sans-serif;
1006
+ font-size: 24px;
1007
+ color: #dc0345;
1008
+ font-weight: 700; }
1009
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1010
+ .single_product_details_area .single_product_desc .product-price {
1011
+ font-size: 20px; } }
1012
+ .single_product_details_area .single_product_desc .product-price span {
1013
+ display: inline-block;
1014
+ font-family: "Ubuntu", sans-serif;
1015
+ font-size: 24px;
1016
+ color: #787878;
1017
+ font-weight: 700;
1018
+ text-decoration: line-through;
1019
+ margin-right: 15px; }
1020
+ .single_product_details_area .single_product_desc .product-desc {
1021
+ font-size: 16px; }
1022
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1023
+ .single_product_details_area .single_product_desc .product-desc {
1024
+ font-size: 14px; } }
1025
+ .single_product_details_area .single_product_desc .nice-select {
1026
+ position: relative;
1027
+ z-index: 100;
1028
+ border: 1px solid #ebebeb;
1029
+ border-radius: 0;
1030
+ font-size: 14px;
1031
+ font-weight: 500;
1032
+ height: 60px;
1033
+ line-height: 60;
1034
+ margin: 0;
1035
+ text-transform: uppercase;
1036
+ width: 220px; }
1037
+ .single_product_details_area .single_product_desc .nice-select .current {
1038
+ line-height: 60px; }
1039
+ .single_product_details_area .single_product_desc .nice-select .list {
1040
+ background-color: #f6f6f6;
1041
+ border-radius: 0;
1042
+ border: none;
1043
+ width: 100%; }
1044
+ .single_product_details_area .single_product_desc .nice-select .list .option.selected {
1045
+ color: #0315ff; }
1046
+ .single_product_details_area .single_product_desc .cart-fav-box .favme {
1047
+ cursor: pointer;
1048
+ color: #ccc;
1049
+ font-size: 24px; }
1050
+ .single_product_details_area .single_product_desc .cart-fav-box .favme.active {
1051
+ color: #dc0345 !important; }
1052
+
1053
+ /* :: 11.0 Footer Area CSS */
1054
+ .footer_area {
1055
+ position: relative;
1056
+ z-index: 1;
1057
+ background-color: #252525;
1058
+ padding: 70px 0 60px; }
1059
+ .footer_area .single_widget_area .footer_menu ul {
1060
+ display: -webkit-box;
1061
+ display: -ms-flexbox;
1062
+ display: flex; }
1063
+ .footer_area .single_widget_area .footer_menu ul li a {
1064
+ font-size: 16px;
1065
+ color: rgba(255, 255, 255, 0.6);
1066
+ display: block;
1067
+ font-weight: 400;
1068
+ font-family: "Ubuntu", sans-serif;
1069
+ padding: 0 10px;
1070
+ text-transform: capitalize; }
1071
+ .footer_area .single_widget_area .footer_menu ul li a:hover, .footer_area .single_widget_area .footer_menu ul li a:focus {
1072
+ color: #ffffff; }
1073
+ .footer_area .single_widget_area .footer_widget_menu {
1074
+ display: -webkit-box;
1075
+ display: -ms-flexbox;
1076
+ display: flex;
1077
+ -ms-flex-wrap: wrap;
1078
+ flex-wrap: wrap; }
1079
+ .footer_area .single_widget_area .footer_widget_menu li {
1080
+ -webkit-box-flex: 0;
1081
+ -ms-flex: 0 0 50%;
1082
+ flex: 0 0 50%;
1083
+ width: 50%; }
1084
+ .footer_area .single_widget_area .footer_widget_menu li a {
1085
+ display: block;
1086
+ font-size: 12px;
1087
+ color: rgba(255, 255, 255, 0.6);
1088
+ display: block;
1089
+ font-weight: 400;
1090
+ margin-bottom: 10px; }
1091
+ .footer_area .single_widget_area .footer_widget_menu li a:hover, .footer_area .single_widget_area .footer_widget_menu li a:focus {
1092
+ color: #ffffff; }
1093
+ .footer_area .single_widget_area .footer_heading h6 {
1094
+ color: #ffffff;
1095
+ font-size: 12px;
1096
+ text-transform: uppercase;
1097
+ margin-bottom: 0; }
1098
+ .footer_area .single_widget_area .subscribtion_form form {
1099
+ position: relative;
1100
+ z-index: 1;
1101
+ width: 270px; }
1102
+ @media only screen and (max-width: 767px) {
1103
+ .footer_area .single_widget_area .subscribtion_form form {
1104
+ margin-bottom: 50px; } }
1105
+ .footer_area .single_widget_area .subscribtion_form form input {
1106
+ width: 100%;
1107
+ border: none;
1108
+ border-bottom: 2px solid rgba(255, 255, 255, 0.6);
1109
+ color: rgba(255, 255, 255, 0.6);
1110
+ font-size: 12px;
1111
+ height: 35px;
1112
+ background-color: transparent; }
1113
+ .footer_area .single_widget_area .subscribtion_form form input:focus {
1114
+ border-bottom-color: #ffffff;
1115
+ color: #ffffff; }
1116
+ .footer_area .single_widget_area .subscribtion_form form button {
1117
+ width: 30px;
1118
+ height: 35px;
1119
+ border: none;
1120
+ background-color: transparent;
1121
+ color: rgba(255, 255, 255, 0.6);
1122
+ position: absolute;
1123
+ top: 0;
1124
+ right: 0;
1125
+ text-align: center;
1126
+ z-index: 10; }
1127
+ .footer_area .single_widget_area .footer_social_area a {
1128
+ color: #ffffff;
1129
+ display: inline-block;
1130
+ padding: 0 10px;
1131
+ font-size: 16px; }
1132
+
1133
+ /* :: 12.0 Breadcumb Area CSS */
1134
+ .breadcumb_area {
1135
+ position: relative;
1136
+ z-index: 1;
1137
+ width: 100%;
1138
+ height: 140px; }
1139
+ .breadcumb_area:after {
1140
+ background-color: rgba(255, 255, 255, 0.9);
1141
+ position: absolute;
1142
+ width: 100%;
1143
+ height: 100%;
1144
+ left: 0;
1145
+ top: 0;
1146
+ z-index: -5;
1147
+ content: ''; }
1148
+ .breadcumb_area .page-title h2 {
1149
+ font-size: 30px;
1150
+ text-transform: uppercase;
1151
+ font-weight: 700;
1152
+ font-family: "Ubuntu", sans-serif;
1153
+ letter-spacing: 1px;
1154
+ margin-bottom: 0; }
1155
+ .breadcumb_area.breadcumb-style-two {
1156
+ width: 100%;
1157
+ height: 390px; }
1158
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1159
+ .breadcumb_area.breadcumb-style-two {
1160
+ height: 300px; } }
1161
+ @media only screen and (max-width: 767px) {
1162
+ .breadcumb_area.breadcumb-style-two {
1163
+ height: 250px; } }
1164
+ .breadcumb_area.breadcumb-style-two .page-title h2 {
1165
+ font-size: 72px;
1166
+ text-transform: uppercase;
1167
+ font-weight: 700;
1168
+ font-family: "Ubuntu", sans-serif;
1169
+ letter-spacing: 1px;
1170
+ margin-bottom: 0;
1171
+ color: #0315ff; }
1172
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1173
+ .breadcumb_area.breadcumb-style-two .page-title h2 {
1174
+ font-size: 48px; } }
1175
+ @media only screen and (max-width: 767px) {
1176
+ .breadcumb_area.breadcumb-style-two .page-title h2 {
1177
+ font-size: 30px; } }
1178
+
1179
+ /* :: 13.0 Product Sidebar Area CSS */
1180
+ .widget {
1181
+ position: relative;
1182
+ z-index: 1; }
1183
+ .widget .widget-title {
1184
+ font-size: 18px;
1185
+ text-transform: capitalize;
1186
+ font-weight: 600; }
1187
+ .widget .widget-title2 {
1188
+ text-transform: uppercase;
1189
+ font-size: 12px;
1190
+ margin-bottom: 15px;
1191
+ display: block;
1192
+ margin-bottom: 0;
1193
+ color: #000000;
1194
+ font-weight: 600; }
1195
+ .widget .catagories-menu li > a {
1196
+ text-transform: uppercase;
1197
+ font-size: 12px;
1198
+ margin-bottom: 15px;
1199
+ display: block; }
1200
+ .widget .catagories-menu .sub-menu {
1201
+ margin-left: 15px;
1202
+ margin-bottom: 15px; }
1203
+ .widget .catagories-menu .sub-menu li > a {
1204
+ text-transform: capitalize;
1205
+ font-size: 14px;
1206
+ margin-bottom: 5px;
1207
+ display: block;
1208
+ font-weight: 300;
1209
+ color: #787878; }
1210
+ .widget .catagories-menu .sub-menu li > a:hover {
1211
+ color: #0315ff; }
1212
+ .widget.price .ui-slider-handle {
1213
+ background-color: #000000;
1214
+ border: none;
1215
+ border-radius: 0;
1216
+ top: -6px;
1217
+ width: 4px;
1218
+ height: 15px;
1219
+ margin: 0; }
1220
+ .widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
1221
+ background-color: #0315ff; }
1222
+ .widget.price .ui-slider-horizontal {
1223
+ height: 5px; }
1224
+ .widget.price .range-price {
1225
+ font-size: 12px;
1226
+ font-weight: 600;
1227
+ margin-top: 15px;
1228
+ text-transform: uppercase; }
1229
+ .widget.color .widget-desc ul {
1230
+ -ms-flex-wrap: wrap;
1231
+ flex-wrap: wrap; }
1232
+ .widget.color .widget-desc ul li {
1233
+ -webkit-box-flex: 0;
1234
+ -ms-flex: 0 0 20%;
1235
+ flex: 0 0 20%;
1236
+ width: 20%;
1237
+ margin-bottom: 15px; }
1238
+ .widget.color .widget-desc ul li a {
1239
+ width: 30px;
1240
+ height: 30px;
1241
+ display: block;
1242
+ background-color: #ffffff;
1243
+ position: relative;
1244
+ z-index: 1;
1245
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
1246
+ .widget.color .widget-desc ul li a.color1 {
1247
+ background-color: #ffffff; }
1248
+ .widget.color .widget-desc ul li a.color2 {
1249
+ background-color: #969696; }
1250
+ .widget.color .widget-desc ul li a.color3 {
1251
+ background-color: #030303; }
1252
+ .widget.color .widget-desc ul li a.color4 {
1253
+ background-color: #0315ff; }
1254
+ .widget.color .widget-desc ul li a.color5 {
1255
+ background-color: #dc0647; }
1256
+ .widget.color .widget-desc ul li a.color6 {
1257
+ background-color: #fff56a; }
1258
+ .widget.color .widget-desc ul li a.color7 {
1259
+ background-color: #f26e51; }
1260
+ .widget.color .widget-desc ul li a.color8 {
1261
+ background-color: #9a8777; }
1262
+ .widget.color .widget-desc ul li a.color9 {
1263
+ background-color: #5b862a; }
1264
+ .widget.color .widget-desc ul li a.color10 {
1265
+ background-color: #8662a9; }
1266
+ .widget.brands ul li {
1267
+ display: block; }
1268
+ .widget.brands ul li a {
1269
+ display: block;
1270
+ margin-bottom: 5px;
1271
+ font-size: 14px;
1272
+ color: #787878;
1273
+ font-weight: 300;
1274
+ text-transform: capitalize; }
1275
+ .widget.brands ul li a:hover {
1276
+ color: #0315ff; }
1277
+
1278
+ .product-topbar {
1279
+ position: relative;
1280
+ z-index: 100;
1281
+ margin-bottom: 40px; }
1282
+ .product-topbar .total-products p {
1283
+ margin-bottom: 0;
1284
+ font-size: 12px;
1285
+ font-weight: 600;
1286
+ color: #000000;
1287
+ text-transform: uppercase;
1288
+ letter-spacing: 0.75px; }
1289
+ .product-topbar .total-products p span {
1290
+ color: #0315ff; }
1291
+ .product-topbar .product-sorting p {
1292
+ margin-bottom: 0;
1293
+ font-size: 12px;
1294
+ font-weight: 600;
1295
+ color: #000000;
1296
+ text-transform: uppercase;
1297
+ letter-spacing: 0.75px;
1298
+ margin-right: 15px; }
1299
+ .product-topbar .product-sorting form select {
1300
+ background-color: transparent;
1301
+ border: none; }
1302
+ .product-topbar .product-sorting form select option {
1303
+ font-size: 12px;
1304
+ font-weight: 600;
1305
+ color: #000000;
1306
+ text-transform: uppercase;
1307
+ letter-spacing: 0.75px; }
1308
+ .product-topbar .nice-select {
1309
+ border: none;
1310
+ font-size: 14px;
1311
+ font-weight: 500;
1312
+ height: auto;
1313
+ line-height: 1.5;
1314
+ padding-left: 0;
1315
+ margin: 0;
1316
+ text-transform: uppercase; }
1317
+ .product-topbar .nice-select .list {
1318
+ background-color: #f6f6f6;
1319
+ border-radius: 0;
1320
+ border: none; }
1321
+ .product-topbar .nice-select .list .option.selected {
1322
+ color: #0315ff; }
1323
+
1324
+ /* :: 14.0 Checkout Area CSS */
1325
+ .checkout_details_area form label {
1326
+ font-size: 12px;
1327
+ text-transform: uppercase;
1328
+ font-weight: 600; }
1329
+ .checkout_details_area form label span {
1330
+ color: #0315ff; }
1331
+ .checkout_details_area form .form-control {
1332
+ height: 42px;
1333
+ border: 1px solid #ebebeb;
1334
+ background-color: transparent;
1335
+ border-radius: 0; }
1336
+ .checkout_details_area form .nice-select {
1337
+ border-radius: 0;
1338
+ border: 1px solid #ebebeb; }
1339
+ .checkout_details_area form .nice-select .list {
1340
+ width: 100%;
1341
+ border-radius: 0; }
1342
+
1343
+ .order-details-confirmation {
1344
+ width: 100%;
1345
+ border: 2px solid #ebebeb;
1346
+ padding: 40px; }
1347
+ @media only screen and (max-width: 767px) {
1348
+ .order-details-confirmation {
1349
+ margin-top: 100px;
1350
+ padding: 20px; } }
1351
+ .order-details-confirmation .order-details-form li {
1352
+ display: -webkit-box;
1353
+ display: -ms-flexbox;
1354
+ display: flex;
1355
+ -webkit-box-align: center;
1356
+ -ms-flex-align: center;
1357
+ -ms-grid-row-align: center;
1358
+ align-items: center;
1359
+ -webkit-box-pack: justify;
1360
+ -ms-flex-pack: justify;
1361
+ justify-content: space-between;
1362
+ margin-bottom: 0;
1363
+ font-size: 12px;
1364
+ text-transform: uppercase;
1365
+ padding: 20px 0;
1366
+ border-bottom: 2px solid #ebebeb;
1367
+ font-weight: 600; }
1368
+ .order-details-confirmation .card-header h6 a {
1369
+ display: block;
1370
+ font-size: 14px;
1371
+ text-transform: uppercase; }
1372
+ .order-details-confirmation .card-header h6 a i {
1373
+ color: #9f9f9f; }
1374
+ .order-details-confirmation .card {
1375
+ border: none; }
1376
+ .order-details-confirmation .card-header {
1377
+ background-color: transparent;
1378
+ border-bottom: none; }
1379
+ .order-details-confirmation .card-body p {
1380
+ font-size: 12px;
1381
+ line-height: 2;
1382
+ color: #9f9f9f; }
1383
+
1384
+ /* :: 15.0 Blog Area CSS */
1385
+ .blog-wrapper {
1386
+ position: relative;
1387
+ z-index: 1; }
1388
+ .blog-wrapper .single-blog-area {
1389
+ position: relative;
1390
+ z-index: 1;
1391
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
1392
+ -webkit-transition-duration: 500ms;
1393
+ transition-duration: 500ms;
1394
+ overflow: hidden; }
1395
+ .blog-wrapper .single-blog-area img {
1396
+ width: 100%;
1397
+ -webkit-transition-duration: 500ms;
1398
+ transition-duration: 500ms; }
1399
+ .blog-wrapper .single-blog-area .post-title {
1400
+ -webkit-transition-duration: 500ms;
1401
+ transition-duration: 500ms;
1402
+ background-color: #ffffff;
1403
+ padding: 20px 40px;
1404
+ position: absolute;
1405
+ bottom: 0;
1406
+ left: 0;
1407
+ width: 85%;
1408
+ height: auto;
1409
+ z-index: 10; }
1410
+ @media only screen and (max-width: 767px) {
1411
+ .blog-wrapper .single-blog-area .post-title {
1412
+ padding: 20px; } }
1413
+ .blog-wrapper .single-blog-area .post-title a {
1414
+ display: block;
1415
+ font-size: 18px;
1416
+ font-weight: 600;
1417
+ line-height: 1.5; }
1418
+ @media only screen and (max-width: 767px) {
1419
+ .blog-wrapper .single-blog-area .post-title a {
1420
+ font-size: 14px; } }
1421
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
1422
+ .blog-wrapper .single-blog-area .post-title a {
1423
+ font-size: 18px; } }
1424
+ .blog-wrapper .single-blog-area .hover-content {
1425
+ -webkit-transition-duration: 500ms;
1426
+ transition-duration: 500ms;
1427
+ background-color: #ffffff;
1428
+ background-color: #ffffff;
1429
+ padding: 20px 40px;
1430
+ position: absolute;
1431
+ width: 85%;
1432
+ height: 100%;
1433
+ z-index: 100;
1434
+ top: 0;
1435
+ left: 0;
1436
+ opacity: 0;
1437
+ visibility: hidden; }
1438
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
1439
+ .blog-wrapper .single-blog-area .hover-content {
1440
+ padding: 20px; } }
1441
+ @media only screen and (max-width: 767px) {
1442
+ .blog-wrapper .single-blog-area .hover-content {
1443
+ padding: 20px; } }
1444
+ .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
1445
+ display: block;
1446
+ font-size: 18px;
1447
+ font-weight: 600;
1448
+ line-height: 1.5;
1449
+ margin-bottom: 20px; }
1450
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
1451
+ .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
1452
+ font-size: 16px;
1453
+ margin-bottom: 10px; } }
1454
+ @media only screen and (max-width: 767px) {
1455
+ .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
1456
+ font-size: 14px;
1457
+ margin-bottom: 10px; } }
1458
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
1459
+ .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
1460
+ font-size: 18px;
1461
+ margin-bottom: 20px; } }
1462
+ .blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
1463
+ color: #0315ff; }
1464
+ @media only screen and (max-width: 767px) {
1465
+ .blog-wrapper .single-blog-area .hover-content p {
1466
+ display: none; } }
1467
+ @media only screen and (min-width: 480px) and (max-width: 767px) {
1468
+ .blog-wrapper .single-blog-area .hover-content p {
1469
+ display: block;
1470
+ font-size: 14px;
1471
+ line-height: 1.7; } }
1472
+ .blog-wrapper .single-blog-area .hover-content > a {
1473
+ display: block;
1474
+ font-size: 12px;
1475
+ font-weight: 600;
1476
+ margin-bottom: 0;
1477
+ color: #0315ff;
1478
+ letter-spacing: 1.5px;
1479
+ text-transform: uppercase;
1480
+ margin-top: 50px; }
1481
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
1482
+ .blog-wrapper .single-blog-area .hover-content > a {
1483
+ margin-top: 15px; } }
1484
+ @media only screen and (max-width: 767px) {
1485
+ .blog-wrapper .single-blog-area .hover-content > a {
1486
+ margin-top: 30px; } }
1487
+ .blog-wrapper .single-blog-area:hover .hover-content, .blog-wrapper .single-blog-area:focus .hover-content {
1488
+ opacity: 1;
1489
+ visibility: visible; }
1490
+ .blog-wrapper .single-blog-area:hover img, .blog-wrapper .single-blog-area:focus img {
1491
+ -webkit-transform: scale(1.1);
1492
+ transform: scale(1.1); }
1493
+
1494
+ .single-blog-wrapper {
1495
+ position: relative;
1496
+ z-index: 1; }
1497
+ .single-blog-wrapper .single-blog-content-wrapper {
1498
+ position: relative;
1499
+ z-index: 1;
1500
+ -ms-flex-wrap: wrap;
1501
+ flex-wrap: wrap; }
1502
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
1503
+ -webkit-box-flex: 0;
1504
+ -ms-flex: 0 0 75%;
1505
+ flex: 0 0 75%;
1506
+ max-width: 75%;
1507
+ width: 75%;
1508
+ padding: 70px 7%; }
1509
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
1510
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
1511
+ -webkit-box-flex: 0;
1512
+ -ms-flex: 0 0 65%;
1513
+ flex: 0 0 65%;
1514
+ max-width: 65%;
1515
+ width: 65%; } }
1516
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1517
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
1518
+ -webkit-box-flex: 0;
1519
+ -ms-flex: 0 0 60%;
1520
+ flex: 0 0 60%;
1521
+ max-width: 60%;
1522
+ width: 60%; } }
1523
+ @media only screen and (max-width: 767px) {
1524
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
1525
+ -webkit-box-flex: 0;
1526
+ -ms-flex: 0 0 100%;
1527
+ flex: 0 0 100%;
1528
+ max-width: 100%;
1529
+ width: 100%; } }
1530
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
1531
+ font-size: 30px;
1532
+ line-height: 1.5;
1533
+ margin-bottom: 50px; }
1534
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
1535
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
1536
+ font-size: 24px;
1537
+ margin-bottom: 30px; } }
1538
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1539
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
1540
+ font-size: 20px;
1541
+ margin-bottom: 20px; } }
1542
+ @media only screen and (max-width: 767px) {
1543
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
1544
+ font-size: 18px;
1545
+ margin-bottom: 20px; } }
1546
+ @media only screen and (min-width: 576px) and (max-width: 767px) {
1547
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
1548
+ font-size: 24px; } }
1549
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
1550
+ font-size: 18px;
1551
+ font-weight: 300;
1552
+ margin-bottom: 50px; }
1553
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1554
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
1555
+ font-size: 16px; } }
1556
+ @media only screen and (max-width: 767px) {
1557
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
1558
+ font-size: 14px; } }
1559
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
1560
+ margin-bottom: 50px; }
1561
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {
1562
+ font-size: 18px;
1563
+ line-height: 2;
1564
+ display: -webkit-box;
1565
+ display: -ms-flexbox;
1566
+ display: flex; }
1567
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
1568
+ margin-right: 30px;
1569
+ font-size: 30px;
1570
+ color: #0315ff; }
1571
+ .single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
1572
+ margin-left: 60px;
1573
+ font-size: 16px;
1574
+ font-weight: 600;
1575
+ color: rgba(0, 0, 0, 0.6); }
1576
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
1577
+ -webkit-box-flex: 0;
1578
+ -ms-flex: 0 0 25%;
1579
+ flex: 0 0 25%;
1580
+ max-width: 25%;
1581
+ width: 25%; }
1582
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
1583
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
1584
+ -webkit-box-flex: 0;
1585
+ -ms-flex: 0 0 35%;
1586
+ flex: 0 0 35%;
1587
+ max-width: 35%;
1588
+ width: 35%; } }
1589
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1590
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
1591
+ -webkit-box-flex: 0;
1592
+ -ms-flex: 0 0 40%;
1593
+ flex: 0 0 40%;
1594
+ max-width: 40%;
1595
+ width: 40%; } }
1596
+ @media only screen and (max-width: 767px) {
1597
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
1598
+ -webkit-box-flex: 0;
1599
+ -ms-flex: 0 0 100%;
1600
+ flex: 0 0 100%;
1601
+ max-width: 100%;
1602
+ width: 100%; } }
1603
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
1604
+ position: relative;
1605
+ z-index: 1;
1606
+ overflow: hidden;
1607
+ -webkit-transition-duration: 500ms;
1608
+ transition-duration: 500ms; }
1609
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
1610
+ width: 100%;
1611
+ -webkit-transition-duration: 500ms;
1612
+ transition-duration: 500ms; }
1613
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
1614
+ display: block;
1615
+ position: absolute;
1616
+ width: 100%;
1617
+ height: 100%;
1618
+ top: 0;
1619
+ left: 0;
1620
+ background-color: rgba(0, 0, 0, 0.6);
1621
+ display: -webkit-box;
1622
+ display: -ms-flexbox;
1623
+ display: flex;
1624
+ -webkit-box-align: center;
1625
+ -ms-flex-align: center;
1626
+ -ms-grid-row-align: center;
1627
+ align-items: center;
1628
+ -webkit-box-pack: justify;
1629
+ -ms-flex-pack: justify;
1630
+ justify-content: space-between;
1631
+ padding: 5px 50px; }
1632
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
1633
+ color: #ffffff;
1634
+ text-align: center;
1635
+ font-size: 18px;
1636
+ margin-bottom: 0;
1637
+ line-height: 1.5; }
1638
+ .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img, .single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
1639
+ -webkit-transform: scale(1.2);
1640
+ transform: scale(1.2); }
1641
+
1642
+ /* :: 16.0 Regular Page Area CSS */
1643
+ .regular-page-content-wrapper {
1644
+ position: relative;
1645
+ z-index: 1; }
1646
+ .regular-page-content-wrapper .regular-page-text h2 {
1647
+ font-size: 30px;
1648
+ line-height: 1.5;
1649
+ margin-bottom: 50px; }
1650
+ .regular-page-content-wrapper .regular-page-text p {
1651
+ font-size: 18px;
1652
+ font-weight: 300;
1653
+ margin-bottom: 50px; }
1654
+ .regular-page-content-wrapper .regular-page-text blockquote {
1655
+ margin-bottom: 50px; }
1656
+ .regular-page-content-wrapper .regular-page-text blockquote h6 {
1657
+ font-size: 18px;
1658
+ line-height: 2;
1659
+ display: -webkit-box;
1660
+ display: -ms-flexbox;
1661
+ display: flex; }
1662
+ .regular-page-content-wrapper .regular-page-text blockquote h6 i {
1663
+ margin-right: 30px;
1664
+ font-size: 30px;
1665
+ color: #0315ff; }
1666
+ .regular-page-content-wrapper .regular-page-text blockquote span {
1667
+ margin-left: 60px;
1668
+ font-size: 16px;
1669
+ font-weight: 600;
1670
+ color: rgba(0, 0, 0, 0.6); }
1671
+
1672
+ /* :: 17.0 Contact Area CSS */
1673
+ .contact-area {
1674
+ position: relative;
1675
+ z-index: 1;
1676
+ -ms-flex-wrap: wrap;
1677
+ flex-wrap: wrap; }
1678
+ .contact-area .google-map {
1679
+ -webkit-box-flex: 0;
1680
+ -ms-flex: 0 0 60%;
1681
+ flex: 0 0 60%;
1682
+ max-width: 60%;
1683
+ width: 60%; }
1684
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1685
+ .contact-area .google-map {
1686
+ -webkit-box-flex: 0;
1687
+ -ms-flex: 0 0 55%;
1688
+ flex: 0 0 55%;
1689
+ max-width: 55%;
1690
+ width: 55%; } }
1691
+ @media only screen and (max-width: 767px) {
1692
+ .contact-area .google-map {
1693
+ -webkit-box-flex: 0;
1694
+ -ms-flex: 0 0 100%;
1695
+ flex: 0 0 100%;
1696
+ max-width: 100%;
1697
+ width: 100%; } }
1698
+ .contact-area .google-map #googleMap {
1699
+ width: 100%;
1700
+ height: 685px; }
1701
+ @media only screen and (max-width: 767px) {
1702
+ .contact-area .google-map #googleMap {
1703
+ height: 400px; } }
1704
+ .contact-area .contact-info {
1705
+ -webkit-box-flex: 0;
1706
+ -ms-flex: 0 0 40%;
1707
+ flex: 0 0 40%;
1708
+ max-width: 40%;
1709
+ width: 40%;
1710
+ padding: 50px 5%; }
1711
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
1712
+ .contact-area .contact-info {
1713
+ -webkit-box-flex: 0;
1714
+ -ms-flex: 0 0 45%;
1715
+ flex: 0 0 45%;
1716
+ max-width: 45%;
1717
+ width: 45%;
1718
+ padding: 50px 3%; } }
1719
+ @media only screen and (max-width: 767px) {
1720
+ .contact-area .contact-info {
1721
+ -webkit-box-flex: 0;
1722
+ -ms-flex: 0 0 100%;
1723
+ flex: 0 0 100%;
1724
+ max-width: 100%;
1725
+ width: 100%;
1726
+ padding: 50px 5%; } }
1727
+ .contact-area .contact-info h2 {
1728
+ font-size: 30px;
1729
+ margin-bottom: 20px; }
1730
+ .contact-area .contact-info p {
1731
+ font-size: 16px;
1732
+ font-weight: 300; }
1733
+ .contact-area .contact-info .contact-address p {
1734
+ font-size: 12px;
1735
+ font-weight: 600;
1736
+ margin-bottom: 10px; }
1737
+ .contact-area .contact-info .contact-address p span {
1738
+ font-weight: 600;
1739
+ color: #000000;
1740
+ width: 100px;
1741
+ display: inline-block;
1742
+ text-transform: uppercase; }
1743
+ .contact-area .contact-info .contact-address p:last-child {
1744
+ margin-top: 100px; }
1745
+ .contact-area .contact-info .contact-address p:last-child a {
1746
+ font-size: 14px;
1747
+ font-weight: 300; }
1748
+ .contact-area .contact-info .contact-address p:last-child a:hover {
1749
+ color: #0315ff; }
1750
+
1751
+ /* ##### The End ##### */
1752
+
1753
+ /*# sourceMappingURL=core-style.css.map */