-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
101 lines (100 loc) · 2.56 KB
/
style.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
#wcfbt-frequently-bought-together {
padding-bottom: 1rem;
}
#wcfbt-frequently-bought-together .wrapper {
display: flex;
}
@media only screen and (max-width: 576px) {
#wcfbt-frequently-bought-together .wrapper {
display: block;
}
}
#wcfbt-frequently-bought-together .list {
display: flex;
align-items: center;
}
#wcfbt-frequently-bought-together .list .item {
display: flex;
align-items: center;
}
#wcfbt-frequently-bought-together .list .item a {
height: 150px;
width: 150px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
@media only screen and (max-width: 576px) {
#wcfbt-frequently-bought-together .list .item a {
height: auto;
width: auto;
}
}
#wcfbt-frequently-bought-together .list .item:after {
font-size: 1.5rem;
content: " + ";
padding: 0 0.5rem;
}
#wcfbt-frequently-bought-together .list .item:last-child:after {
padding: 0;
content: "";
}
#wcfbt-frequently-bought-together .form-actions {
padding: 0.5rem;
}
#wcfbt-frequently-bought-together .form-actions p {
margin-bottom: 0.25rem;
color: #6d6d6d;
font-size: 0.9rem;
}
#wcfbt-frequently-bought-together span.amount {
color: #b12704;
font-size: 1.2rem;
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-button {
background-color: #333;
padding: 0.125rem 0.25rem;
color: #fff;
display: block;
text-align: center;
font-weight: 600;
font-size: 0.75rem;
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form {
padding-top: 1rem;
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label {
display: inline !important;
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label:first-child:before {
content: "This item:";
}
@media only screen and (max-width: 576px) {
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label:first-child:before {
content: "";
}
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label span.title {
white-space: nowrap;
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label span.price {
font-size: 1rem;
margin-bottom: 1rem;
line-height: normal;
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label span.price span.woocommerce-Price-amount {
font-size: 1rem;
margin: 0;
line-height: normal;
content: "";
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label span.price span.woocommerce-Price-amount:before {
content: "" !important;
}
#wcfbt-frequently-bought-together #wcfbt-add-to-cart-form label select {
background-color: #fff;
color: #333;
max-width: 150px;
}
/*# sourceMappingURL=style.css.map */