| 1 |
.king-addons-woo-builder-notice { |
| 2 |
padding: 8px 10px; |
| 3 |
border: 1px dashed #ccd0d4; |
| 4 |
background: #f6f7f7; |
| 5 |
border-radius: 4px; |
| 6 |
font-size: 12px; |
| 7 |
color: #1d2327; |
| 8 |
} |
| 9 |
|
| 10 |
.king-addons-woo-builder-pro-lock { |
| 11 |
margin: 6px 0 12px; |
| 12 |
padding: 8px 10px; |
| 13 |
border-left: 3px solid #d63638; |
| 14 |
background: #fff4f4; |
| 15 |
color: #8a1f1f; |
| 16 |
font-size: 12px; |
| 17 |
} |
| 18 |
|
| 19 |
.ka-woo-rule select { |
| 20 |
max-width: 100%; |
| 21 |
} |
| 22 |
|
| 23 |
.king-addons-woo-builder-filters { |
| 24 |
display: flex; |
| 25 |
gap: 8px; |
| 26 |
margin: 12px 0; |
| 27 |
flex-wrap: wrap; |
| 28 |
} |
| 29 |
|
| 30 |
.king-addons-woo-builder-filters select { |
| 31 |
min-width: 180px; |
| 32 |
} |
| 33 |
|
| 34 |
.ka-woo-checkout-steps { |
| 35 |
display: flex; |
| 36 |
gap: 12px; |
| 37 |
padding: 8px 0; |
| 38 |
list-style: none; |
| 39 |
margin: 0; |
| 40 |
} |
| 41 |
|
| 42 |
.ka-woo-checkout-step { |
| 43 |
display: inline-flex; |
| 44 |
align-items: center; |
| 45 |
gap: 8px; |
| 46 |
background: #f6f7f7; |
| 47 |
padding: 8px 12px; |
| 48 |
border-radius: 6px; |
| 49 |
font-size: 13px; |
| 50 |
color: #111; |
| 51 |
} |
| 52 |
|
| 53 |
.ka-woo-checkout-step__number { |
| 54 |
display: inline-flex; |
| 55 |
align-items: center; |
| 56 |
justify-content: center; |
| 57 |
width: 22px; |
| 58 |
height: 22px; |
| 59 |
border-radius: 50%; |
| 60 |
background: #4b6fff; |
| 61 |
color: #fff; |
| 62 |
font-weight: 700; |
| 63 |
font-size: 12px; |
| 64 |
} |
| 65 |
|
| 66 |
.ka-woo-checkout-sticky { |
| 67 |
position: sticky; |
| 68 |
top: 20px; |
| 69 |
padding: 16px; |
| 70 |
border: 1px solid #e2e4e7; |
| 71 |
border-radius: 8px; |
| 72 |
background: #fff; |
| 73 |
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); |
| 74 |
} |
| 75 |
|
| 76 |
.ka-woo-checkout-sticky__title { |
| 77 |
margin: 0 0 12px; |
| 78 |
font-size: 16px; |
| 79 |
font-weight: 600; |
| 80 |
} |
| 81 |
|
| 82 |
.ka-woo-checkout-summary--sticky { |
| 83 |
position: sticky; |
| 84 |
top: 20px; |
| 85 |
} |
| 86 |
|
| 87 |
.ka-woo-checkout-upsells { |
| 88 |
margin-top: 24px; |
| 89 |
} |
| 90 |
|
| 91 |
.ka-woo-checkout-upsells__title { |
| 92 |
margin: 0 0 12px; |
| 93 |
font-size: 18px; |
| 94 |
font-weight: 600; |
| 95 |
} |
| 96 |
|
| 97 |
.ka-woo-checkout-upsells__grid { |
| 98 |
display: grid; |
| 99 |
gap: 16px; |
| 100 |
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); |
| 101 |
} |
| 102 |
|
| 103 |
.ka-woo-checkout-upsells__item { |
| 104 |
border: 1px solid #e2e4e7; |
| 105 |
border-radius: 8px; |
| 106 |
padding: 12px; |
| 107 |
display: grid; |
| 108 |
gap: 8px; |
| 109 |
text-align: center; |
| 110 |
} |
| 111 |
|
| 112 |
.ka-woo-checkout-upsells__thumb img { |
| 113 |
width: 100%; |
| 114 |
height: auto; |
| 115 |
display: block; |
| 116 |
} |
| 117 |
|
| 118 |
.ka-woo-checkout-upsells__title { |
| 119 |
font-size: 15px; |
| 120 |
margin: 0; |
| 121 |
} |
| 122 |
|
| 123 |
.ka-woo-checkout-upsells__price { |
| 124 |
font-weight: 700; |
| 125 |
} |
| 126 |
|
| 127 |
.ka-woo-cart-cross-sells { |
| 128 |
margin-top: 24px; |
| 129 |
} |
| 130 |
|
| 131 |
.ka-woo-cart-cross-sells__title { |
| 132 |
margin: 0 0 12px; |
| 133 |
font-size: 18px; |
| 134 |
font-weight: 600; |
| 135 |
} |
| 136 |
|
| 137 |
.ka-woo-account-quick-links { |
| 138 |
margin-top: 20px; |
| 139 |
} |
| 140 |
|
| 141 |
.ka-woo-account-quick-links__list { |
| 142 |
display: flex; |
| 143 |
flex-wrap: wrap; |
| 144 |
gap: 12px; |
| 145 |
list-style: none; |
| 146 |
padding: 0; |
| 147 |
margin: 0; |
| 148 |
} |
| 149 |
|
| 150 |
.ka-woo-account-quick-links__link { |
| 151 |
display: inline-flex; |
| 152 |
padding: 8px 12px; |
| 153 |
border: 1px solid #e2e4e7; |
| 154 |
border-radius: 6px; |
| 155 |
text-decoration: none; |
| 156 |
color: #111; |
| 157 |
background: #fff; |
| 158 |
transition: background 0.2s ease, border-color 0.2s ease; |
| 159 |
} |
| 160 |
|
| 161 |
.ka-woo-account-quick-links__link:hover { |
| 162 |
background: #f6f7f7; |
| 163 |
border-color: #d0d5dd; |
| 164 |
} |
| 165 |
|
| 166 |
.ka-woo-account-custom-block { |
| 167 |
margin-top: 16px; |
| 168 |
padding: 12px; |
| 169 |
border: 1px solid #e2e4e7; |
| 170 |
border-radius: 8px; |
| 171 |
} |
| 172 |
|
| 173 |
.ka-woo-payment-icon { |
| 174 |
height: 16px; |
| 175 |
margin-left: 8px; |
| 176 |
vertical-align: middle; |
| 177 |
} |
| 178 |
|
| 179 |
.ka-woo-checkout-payment .wc_payment_method { |
| 180 |
border: 1px solid transparent; |
| 181 |
border-radius: 6px; |
| 182 |
padding: 10px; |
| 183 |
} |
| 184 |
|
| 185 |
.ka-woo-checkout-payment .wc_payment_method.is-active { |
| 186 |
border-color: #e2e4e7; |
| 187 |
background: #fafbfc; |
| 188 |
} |
| 189 |
|
| 190 |
.ka-woo-products-grid__pagination--align-left { |
| 191 |
text-align: left; |
| 192 |
} |
| 193 |
.ka-woo-products-grid__pagination--align-center { |
| 194 |
text-align: center; |
| 195 |
} |
| 196 |
.ka-woo-products-grid__pagination--align-right { |
| 197 |
text-align: right; |
| 198 |
} |
| 199 |
|
| 200 |
.ka-woo-products-grid__pagination--skin-outline .page-numbers, |
| 201 |
.ka-woo-products-grid__pagination--skin-ghost .page-numbers { |
| 202 |
border: 1px solid #ddd; |
| 203 |
padding: 6px 10px; |
| 204 |
border-radius: 4px; |
| 205 |
} |
| 206 |
.ka-woo-products-grid__pagination--skin-ghost .page-numbers { |
| 207 |
background: transparent; |
| 208 |
} |
| 209 |
.ka-woo-products-grid__pagination--skin-outline .page-numbers.current, |
| 210 |
.ka-woo-products-grid__pagination--skin-ghost .page-numbers.current { |
| 211 |
background: #111; |
| 212 |
color: #fff; |
| 213 |
border-color: #111; |
| 214 |
} |
| 215 |
|
| 216 |
.ka-woo-cart-coupon { |
| 217 |
margin: 12px 0; |
| 218 |
padding: 12px; |
| 219 |
border: 1px dashed #d0d5dd; |
| 220 |
border-radius: 6px; |
| 221 |
} |
| 222 |
|
| 223 |
.ka-woo-cart-coupon__form { |
| 224 |
display: flex; |
| 225 |
gap: 8px; |
| 226 |
flex-wrap: wrap; |
| 227 |
} |
| 228 |
|
| 229 |
.ka-woo-account-logout.button { |
| 230 |
display: inline-block; |
| 231 |
margin-top: 8px; |
| 232 |
} |
| 233 |
|
| 234 |
.ka-woo-hidden { |
| 235 |
display: none !important; |
| 236 |
} |
| 237 |
|
| 238 |
.ka-woo-checkout-step--error { |
| 239 |
border: 1px solid #d63638; |
| 240 |
background: #fff5f5; |
| 241 |
} |
| 242 |
|
| 243 |
.ka-woo-checkout-steps__nav { |
| 244 |
display: flex; |
| 245 |
gap: 8px; |
| 246 |
margin-top: 10px; |
| 247 |
} |
| 248 |
|
| 249 |
.ka-woo-checkout-sticky { |
| 250 |
transition: max-height 0.2s ease, top 0.2s ease; |
| 251 |
} |
| 252 |
|
| 253 |
.ka-woo-checkout-upsells__grid, |
| 254 |
.ka-woo-cart-cross-sells .ka-woo-checkout-upsells__grid { |
| 255 |
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); |
| 256 |
} |
| 257 |
|
| 258 |
.ka-woo-checkout-upsells__item .button, |
| 259 |
.ka-woo-cart-cross-sells .ka-woo-checkout-upsells__item .button { |
| 260 |
width: 100%; |
| 261 |
} |
| 262 |
|
| 263 |
.ka-woo-my-account-dashboard__cards { |
| 264 |
display: grid; |
| 265 |
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); |
| 266 |
gap: 12px; |
| 267 |
margin-bottom: 16px; |
| 268 |
} |
| 269 |
|
| 270 |
.ka-woo-account-card { |
| 271 |
border: 1px solid #e2e4e7; |
| 272 |
border-radius: 8px; |
| 273 |
padding: 12px; |
| 274 |
background: #fff; |
| 275 |
display: grid; |
| 276 |
gap: 6px; |
| 277 |
} |
| 278 |
|
| 279 |
.ka-woo-account-card__label { |
| 280 |
font-size: 13px; |
| 281 |
color: #555; |
| 282 |
} |
| 283 |
|
| 284 |
.ka-woo-account-card__value { |
| 285 |
font-size: 18px; |
| 286 |
font-weight: 700; |
| 287 |
} |
| 288 |
|
| 289 |
.ka-woo-account-card__link { |
| 290 |
color: #111; |
| 291 |
font-size: 13px; |
| 292 |
} |
| 293 |
|
| 294 |
|
| 295 |
|
| 296 |
|
| 297 |
|
| 298 |
|
| 299 |
|