-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcustom-materialbtn.css
649 lines (634 loc) · 19.5 KB
/
custom-materialbtn.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
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
638
639
640
641
642
643
644
645
646
647
648
649
/* MYACCOUNT START */
@media only screen and (min-width:769px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 22%
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 75%
}
}
nav.woocommerce-MyAccount-navigation ul {
list-style-type: none!important;
padding-left: 0!important;
max-width: 200px;
font-size: 14px;
line-height: 26px!important
}
nav.woocommerce-MyAccount-navigation ul li {
padding: 8px 20px;
background-color: rgba(0, 0, 0, .05);
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
background-color: rgba(0, 0, 0, .1)
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
color: rgba(0, 0, 0, .8);
cursor: default
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
content: "";
height: 0;
width: 0;
border-top: 20px solid transparent;
border-left: 14px solid rgba(0, 0, 0, .1);
border-bottom: 20px solid transparent;
float: right;
margin-right: -34px;
margin-top: -7px
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
background-color: rgba(0, 0, 0, .07)
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
content: "";
height: 0;
width: 0;
border-top: 20px solid transparent;
border-left: 14px solid rgba(0, 0, 0, .07);
border-bottom: 20px solid transparent;
float: right;
margin-right: -34px;
margin-top: -7px
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
font-family: ETmodules!important;
content: "\e08c"
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
font-family: ETmodules!important;
content: "\e0e6"
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
font-family: ETmodules!important;
content: "\e092"
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
font-family: ETmodules!important;
content: "\e081"
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
font-family: ETmodules!important;
content: "\e0f3"
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
font-family: ETmodules!important;
content: "\e08a"
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
font-family: ETmodules!important;
content: "\e051"
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
margin-right: 20px;
opacity: .25
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
opacity: 1
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
opacity: 1
}
.woocommerce table.my_account_orders {
font-size: 1em !important;
}
.woocommerce .woocommerce-MyAccount-content p {
padding-bottom: 10px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
font-family: ETmodules!important;
content: "\e090" !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
font-family: ETmodules!important;
content: "\e076" !important;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
font-family: ETmodules!important;
content: "\e0e7" !important;
}
/* MYACCOUNT END */
/* WC GENERIC */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
font-size: 1em !important;
}
.woocommerce-page .main_title, .woocommerce-page .page-title {
font-weight: 600 !important;
}
.woocommerce .woocommerce-error {
background: #F44336 !important;
}
.woocommerce .woocommerce-info {
background: #00BCD4 !important;
}
.woocommerce .woocommerce-message {
background: #4CAF50 !important;
}
.woocommerce a.restore-item {
color: #fff !important;
}
/* WC GENERIC END */
/* PRODUCT LOOP */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 1.26em !important;
line-height: 1.26em;
font-weight: 600;
padding: 0;
}
.woocommerce ul.products li.product .star-rating {
margin: 0.4em auto !important;
}
.woocommerce .star-rating::before {
color: #9E9E9E !important;
}
.woocommerce .star-rating span::before {
color: #FFC107 !important;
}
.woocommerce ul.products li.product .price {
font-size: 1.1em;
font-weight: 500 !important;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins {
font-weight: 500;
}
.woocommerce ul.products li.product .price ins {
color: #E91E63;
}
.woocommerce ul.products li.product .price del {
font-size: 0.9em;
color: #9E9E9E !important;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale, .woocommerce-page span.onsale {
font-size: 1.1em;
background: #E91E63!important;
text-transform: uppercase;
-webkit-animation: .8s infinite beatHeart;
animation: .8s infinite beatHeart;
}
.et_shop_image:hover .et_overlay {
display: none;
}
.woocommerce-page ul.products li.product {
text-align: center;
}
.woocommerce ul.products li.product .button {
margin-top: 0.4em !important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
font-size: 1.1em;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
background: unset;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
font-weight: 600 !important;
}
.woocommerce a.added_to_cart {
display: block !important;
}
/* PRODUCT LOOP END */
/* PRODUCT PAGE */
.woocommerce div.product .product_title {
font-size: 2.26em !important;
line-height: 1.26em;
font-weight: 600;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 0.2em !important;
}
.woocommerce div.product p.price {
color: initial !important;
}
.entry-summary p.price span {
font-size: unset !important;
}
.woocommerce div.product p.price {
font-size: 1.85em !important;
font-weight: 500 !important;
}
.woocommerce div.product p.price,
.woocommerce div.product p.price ins span.amount,
.woocommerce div.product .woocommerce-variation-price span.price ins span.amount {
font-weight: 500;
}
.woocommerce div.product .woocommerce-variation-price {
margin-bottom: 14px;
}
.woocommerce div.product .woocommerce-variation-price span.price {
font-size: 1.35em !important;
}
.woocommerce div.product p.price del {
margin-right: 0 !important;
}
.woocommerce div.product p.price ins span.amount,
.woocommerce div.product .woocommerce-variation-price span.price ins {
color: #E91E63;
}
.woocommerce div.product p.price del span.amount,
.woocommerce div.product .woocommerce-variation-price span.price del {
font-size: 0.85em !important;
color: #9E9E9E !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
padding-top: 14px;
}
.woocommerce .product_meta {
font-size: 0.9em;
}
.woocommerce .product_meta span span,
.woocommerce .product_meta span a {
color: #9E9E9E !important;
text-transform: lowercase;
}
.woocommerce.et_pb_pagebuilder_layout .woocommerce-Tabs-panel--description.panel h2 {
display: none !important;
}
.woocommerce.et_pb_pagebuilder_layout .woocommerce-Tabs-panel--description.panel {
padding: 0 !important;
}
.woocommerce p.stars a {
color: #FFC107 !important;
}
.woocommerce .comment-reply-title {
font-weight: 600 !important;
font-size: 1.95em !important;
}
.woocommerce .related h2 {
font-weight: 600 !important;
font-size: 1.95em !important;
text-transform: capitalize;
text-align: center;
}
/* PRODUCT PAGE END /*
/* CART */
.woocommerce a.button, .woocommerce a.button.alt.checkout-button {
font-size: 1.2em !important;
}
.woocommerce a.restore-item {
font-weight: 600;
}
/* CART END */
/* CHECKOUT */
.woocommerce-info a.showcoupon {
font-weight: 600;
}
@media only screen and ( min-width: 768px ) {
.woocommerce .col2-set,
.woocommerce .woocommerce-checkout-review-order {
width: 48% !important;
}
.woocommerce .col2-set {
float: left;
}
.woocommerce .woocommerce-checkout-review-order {
margin-bottom: 10px;
float: right;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
width: 100% !important;
float: unset;
}
.woocommerce h3#ship-to-different-address {
font-size: 1em;
}
.woocommerce h3#order_review_heading,
.woocommerce .woocommerce-billing-fields h3 {
font-weight: 600;
font-size: 1.65em !important;
text-transform: capitalize;
}
.woocommerce h3#order_review_heading {
display: block;
float: right;
width: 48%;
margin-bottom: 10px;
}
.woocommerce-order-received .col2-set.addresses {
margin-top: 0 !important;
}
.woocommerce .woocommerce-customer-details address {
border: 0 !important;
}
.woocommerce-order-received section.woocommerce-order-details,
.woocommerce-order-received section.woocommerce-customer-details {
width: 48%;
display: block;
}
.woocommerce-order-received section.woocommerce-order-details {
float: left;
}
.woocommerce-order-received section.woocommerce-customer-details {
float: right;
}
}
@media only screen and ( max-width: 767px ){
.woocommerce ul.order_details li {
float: unset !important;
border: 0 !important;
padding-right: 0 !important;
padding-bottom: 1em;
font-size: 0.8em;
margin-right: 0 !important;
}
.woocommerce .woocommerce-thankyou-order-details {
padding: 23px 0;
}
}
.woocommerce #payment #place_order {
float: unset !important;
margin-top: 0.65em;
font-size: 1.2em !important;
width: 100%;
}
.woocommerce-checkout #payment div.form-row.place-order {
text-align: center;
}
.woocommerce-checkout #main-content .container {
padding-bottom: 58px;
}
.woocommerce ul.order_details {
margin: 0 !important;
}
.woocommerce-order-received section.woocommerce-order-details,
.woocommerce-order-received section.woocommerce-customer-details,
.woocommerce-order-received .woocommerce-column--shipping-address {
margin-top: 20px !important;
}
/* CHECKOUT END */
/* FORM */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce input.text,
.woocommerce input.title,
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce select,
.woocommerce textarea {
padding: 0.5em 0.8em !important;
line-height: initial !important;
font-size: 1em !important;
height: unset !important;
border: 1px solid #bbb !important;
color: #4e4e4e !important;
background-color: #fff !important;
border-radius: 3px;
}
.woocommerce input[type=text]::-webkit-input-placeholder {
color: #9E9E9E !important;
}
.woocommerce input[type=text]:-ms-input-placeholder {
color: #9E9E9E !important;
}
.woocommerce input[type=text]::-ms-input-placeholder {
color: #9E9E9E !important;
}
.woocommerce input[type=text]::placeholder {
color: #9E9E9E !important;
}
.woocommerce select option {
padding: 0.5em 0.8em !important;
border: 1px solid #bbb !important;
}
/* FORM END */
/* COUNT */
.et-cart-info span.count i {
font-style: unset !important;
background: #2196F3;
color: #fff;
font-size: 0.6em;
width: 19px;
height: 19px;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 2em;
-webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2), 0 2px 2.5px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2), 0 2px 2.5px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.et-cart-info span:before {
margin-right: -3px;
}
#et-top-navigation .et-cart-info {
font-weight: 500;
}
/* COUNT END */
/* ANIMATION */
@-webkit-keyframes beatHeart {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
60% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes beatHeart {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
60% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* ANIMATION END */
/* MATERIAL */
/* MATERIAL END */
.woocommerce #content input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce-page #content input.button,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page input.button,
.woocommerce-page input.button.alt,
.woocommerce-message a.button.wc-forward {
padding: 0.5em 0.8em!important;
font-size: 1em!important;
vertical-align: middle;
text-align: center;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
text-transform: uppercase!important;
line-height: initial !important;
color: #fff;
background: #2196F3;
border: 1px solid #2196F3;
min-width: 64px;
font-weight: 500 !important;
border-radius: 4px !important;
cursor: pointer;
-webkit-transition: -webkit-box-shadow 0.2s;
transition: -webkit-box-shadow 0.2s;
-o-transition: box-shadow 0.2s;
transition: box-shadow 0.2s;
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce #content input.button.alt:hover,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover,
.woocommerce-message a.button.wc-forward:hover {
background: #2196F3 !important;
padding: 0.5em 0.8em!important;
color: #fff;
border: 1px solid #2196F3;
line-height: initial !important;
border-radius: 4px !important;
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce #content input.button.alt:active,
.woocommerce #content input.button:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button.alt:active,
.woocommerce a.button:active,
.woocommerce button.button.alt:active,
.woocommerce button.button:active,
.woocommerce input.button.alt:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button.alt:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit.alt:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button.alt:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button.alt:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button.alt:active,
.woocommerce-page input.button:active {
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.woocommerce #content input.button.alt:hover:after,
.woocommerce #content input.button:hover:after,
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce a.button:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce button.button:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce input.button:hover:after,
.woocommerce-page #content input.button.alt:hover:after,
.woocommerce-page #content input.button:hover:after,
.woocommerce-page #respond input#submit.alt:hover:after,
.woocommerce-page #respond input#submit:hover:after,
.woocommerce-page a.button.alt:hover:after,
.woocommerce-page a.button:hover:after,
.woocommerce-page button.button.alt:hover:after,
.woocommerce-page button.button:hover:after,
.woocommerce-page input.button.alt:hover:after,
.woocommerce-page input.button:hover:after,
.woocommerce-message a.button.wc-forward:after {
display: none;
}
/*.woocommerce .button {
text-transform: capitalize;
}*/
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce .disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
color: #9E9E9E;
background: #E0E0E0 !important;
border: 1px solid #E0E0E0;
-webkit-box-shadow: none;
box-shadow: none;
cursor: initial;
}
/* BUTTON */