| 1 |
.merchant-theme-kadence { |
| 2 |
|
| 3 |
.products { |
| 4 |
|
| 5 |
.product { |
| 6 |
|
| 7 |
.product-action-wrap { |
| 8 |
display: flex; |
| 9 |
grid-gap: 10px; |
| 10 |
flex-wrap: wrap; |
| 11 |
} |
| 12 |
} |
| 13 |
} |
| 14 |
|
| 15 |
.merchant-floating-side-mini-cart-widget { |
| 16 |
|
| 17 |
.product_list_widget { |
| 18 |
padding: 40px !important; |
| 19 |
} |
| 20 |
} |
| 21 |
} |
| 22 |
|
| 23 |
.merchant-theme-blocksy { |
| 24 |
|
| 25 |
.products { |
| 26 |
|
| 27 |
.product { |
| 28 |
|
| 29 |
.ct-woo-card-actions { |
| 30 |
display: flex; |
| 31 |
grid-gap: 10px; |
| 32 |
flex-wrap: wrap; |
| 33 |
} |
| 34 |
} |
| 35 |
} |
| 36 |
|
| 37 |
.merchant-pro-multi-step-wrapper { |
| 38 |
|
| 39 |
form.woocommerce-checkout { |
| 40 |
display: block; |
| 41 |
} |
| 42 |
|
| 43 |
.ct-order-review { |
| 44 |
top: 0; |
| 45 |
position: inherit; |
| 46 |
padding: 0; |
| 47 |
border: none; |
| 48 |
} |
| 49 |
} |
| 50 |
} |
| 51 |
|
| 52 |
.merchant-theme-zakra { |
| 53 |
|
| 54 |
.products { |
| 55 |
|
| 56 |
.product { |
| 57 |
|
| 58 |
.wp-element-button { |
| 59 |
margin-right: 10px; |
| 60 |
} |
| 61 |
} |
| 62 |
} |
| 63 |
|
| 64 |
.merchant-floating-side-mini-cart-widget { |
| 65 |
|
| 66 |
.product_list_widget { |
| 67 |
padding: 40px !important; |
| 68 |
|
| 69 |
li { |
| 70 |
line-height: 1; |
| 71 |
|
| 72 |
a.remove { |
| 73 |
color: var(--merchant-side-cart-content-remove-color, #fff) !important; |
| 74 |
} |
| 75 |
} |
| 76 |
} |
| 77 |
} |
| 78 |
|
| 79 |
.merchant-pro-multi-step-wrapper { |
| 80 |
|
| 81 |
.col-1, |
| 82 |
.col-2 { |
| 83 |
width: 100% !important; |
| 84 |
float: none !important; |
| 85 |
} |
| 86 |
} |
| 87 |
} |
| 88 |
|
| 89 |
.merchant-theme-avada { |
| 90 |
|
| 91 |
.products { |
| 92 |
|
| 93 |
.product { |
| 94 |
|
| 95 |
.product-buttons-container { |
| 96 |
display: flex; |
| 97 |
flex-wrap: wrap; |
| 98 |
grid-gap: 10px; |
| 99 |
} |
| 100 |
|
| 101 |
.merchant-quick-view-button { |
| 102 |
padding-left: 0; |
| 103 |
} |
| 104 |
} |
| 105 |
} |
| 106 |
} |
| 107 |
|
| 108 |
.merchant-theme-oceanwp { |
| 109 |
|
| 110 |
.products { |
| 111 |
|
| 112 |
.product { |
| 113 |
text-align: center; |
| 114 |
|
| 115 |
form.cart { |
| 116 |
display: flex; |
| 117 |
grid-gap: 5px; |
| 118 |
flex-wrap: wrap; |
| 119 |
} |
| 120 |
|
| 121 |
.merchant-quick-view-button { |
| 122 |
margin: 10px; |
| 123 |
} |
| 124 |
} |
| 125 |
} |
| 126 |
|
| 127 |
.product { |
| 128 |
|
| 129 |
.summary { |
| 130 |
|
| 131 |
form.cart { |
| 132 |
display: flex; |
| 133 |
grid-gap: 10px; |
| 134 |
flex-wrap: wrap; |
| 135 |
|
| 136 |
div.quantity { |
| 137 |
margin-right: 0; |
| 138 |
} |
| 139 |
} |
| 140 |
|
| 141 |
.merchant_buy_now_button { |
| 142 |
margin-left: 0 |
| 143 |
} |
| 144 |
} |
| 145 |
} |
| 146 |
|
| 147 |
.merchant-floating-side-mini-cart { |
| 148 |
|
| 149 |
.owp-grid-wrap { |
| 150 |
width: 100%; |
| 151 |
display: flex; |
| 152 |
grid-gap: 10px; |
| 153 |
|
| 154 |
.content { |
| 155 |
flex: 1; |
| 156 |
width: 100%; |
| 157 |
|
| 158 |
> div { |
| 159 |
display: flex; |
| 160 |
} |
| 161 |
} |
| 162 |
} |
| 163 |
|
| 164 |
.product_list_widget { |
| 165 |
padding: 40px; |
| 166 |
|
| 167 |
h3 { |
| 168 |
font-size: 16px; |
| 169 |
} |
| 170 |
|
| 171 |
li a.remove { |
| 172 |
top: -5px; |
| 173 |
margin-top: 0; |
| 174 |
} |
| 175 |
|
| 176 |
li .quantity { |
| 177 |
min-width: auto !important; |
| 178 |
margin-left: 20px; |
| 179 |
overflow: unset; |
| 180 |
} |
| 181 |
|
| 182 |
li img { |
| 183 |
max-width: 50px; |
| 184 |
} |
| 185 |
} |
| 186 |
} |
| 187 |
|
| 188 |
.merchant-login-popup { |
| 189 |
|
| 190 |
.owp-account-links { |
| 191 |
display: none; |
| 192 |
} |
| 193 |
|
| 194 |
.col2-set .col-1, |
| 195 |
.col2-set .col-2 { |
| 196 |
float: none; |
| 197 |
width: 100%; |
| 198 |
} |
| 199 |
} |
| 200 |
|
| 201 |
.woocommerce .merchant-pro-sc-form { |
| 202 |
display: flex; |
| 203 |
} |
| 204 |
} |
| 205 |
|
| 206 |
.merchant-theme-woostify { |
| 207 |
|
| 208 |
.product { |
| 209 |
|
| 210 |
.summary { |
| 211 |
|
| 212 |
form.cart { |
| 213 |
display: flex; |
| 214 |
grid-gap: 10px; |
| 215 |
flex-wrap: wrap; |
| 216 |
|
| 217 |
div.quantity { |
| 218 |
margin-right: 0; |
| 219 |
} |
| 220 |
} |
| 221 |
|
| 222 |
.merchant_buy_now_button { |
| 223 |
margin-left: 0; |
| 224 |
} |
| 225 |
} |
| 226 |
} |
| 227 |
|
| 228 |
.merchant-floating-side-mini-cart { |
| 229 |
|
| 230 |
.woostify-svg-icon { |
| 231 |
display: none; |
| 232 |
} |
| 233 |
|
| 234 |
.product_list_widget img { |
| 235 |
position: relative; |
| 236 |
top: 0; |
| 237 |
} |
| 238 |
|
| 239 |
.product_list_widget .quantity { |
| 240 |
overflow: unset; |
| 241 |
} |
| 242 |
} |
| 243 |
|
| 244 |
.merchant-login-popup { |
| 245 |
|
| 246 |
.woocommerce-form.woocommerce-form-login { |
| 247 |
border: none; |
| 248 |
padding: 0; |
| 249 |
margin-left: 0; |
| 250 |
max-width: none; |
| 251 |
|
| 252 |
.woocommerce-form-login__submit { |
| 253 |
width: 100%; |
| 254 |
} |
| 255 |
} |
| 256 |
} |
| 257 |
|
| 258 |
.merchant-pro-multi-step-wrapper { |
| 259 |
|
| 260 |
.woocommerce-billing-fields__field-wrapper:after, |
| 261 |
.woocommerce-additional-fields__field-wrapper:after { |
| 262 |
content: ""; |
| 263 |
display: block; |
| 264 |
clear: both; |
| 265 |
} |
| 266 |
|
| 267 |
[name=checkout]=checkout] { |
| 268 |
float: none; |
| 269 |
} |
| 270 |
} |
| 271 |
|
| 272 |
.merchant-pro-sc { |
| 273 |
|
| 274 |
.address-field + .address-field { |
| 275 |
margin-top: 5px; |
| 276 |
} |
| 277 |
|
| 278 |
} |
| 279 |
} |
| 280 |
|
| 281 |
.merchant-theme-blocksy { |
| 282 |
|
| 283 |
.product { |
| 284 |
|
| 285 |
.summary { |
| 286 |
|
| 287 |
.merchant_buy_now_button { |
| 288 |
margin-left: 0; |
| 289 |
} |
| 290 |
} |
| 291 |
} |
| 292 |
|
| 293 |
.merchant-quick-view-summary { |
| 294 |
|
| 295 |
.merchant_buy_now_button { |
| 296 |
align-self: inherit; |
| 297 |
margin-left: 0; |
| 298 |
} |
| 299 |
} |
| 300 |
|
| 301 |
.merchant-floating-side-mini-cart-widget { |
| 302 |
|
| 303 |
.ct-icon { |
| 304 |
width: 10px; |
| 305 |
height: 10px; |
| 306 |
} |
| 307 |
|
| 308 |
.ct-image-container { |
| 309 |
width: auto; |
| 310 |
} |
| 311 |
|
| 312 |
.product-data { |
| 313 |
display: flex; |
| 314 |
} |
| 315 |
|
| 316 |
.woocommerce-mini-cart__buttons { |
| 317 |
margin: 0 !important; |
| 318 |
} |
| 319 |
} |
| 320 |
|
| 321 |
.merchant-pro-sc-order-review { |
| 322 |
width: 100%; |
| 323 |
flex-direction: row; |
| 324 |
padding-right: 0; |
| 325 |
border-right: 0; |
| 326 |
} |
| 327 |
|
| 328 |
.merchant-pro-sc-contents { |
| 329 |
width: 60%; |
| 330 |
padding-right: 30px; |
| 331 |
} |
| 332 |
} |
| 333 |
|
| 334 |
@media(max-width: 767px) { |
| 335 |
.merchant-theme-blocksy { |
| 336 |
|
| 337 |
.merchant-pro-sc-order-review { |
| 338 |
flex-direction: column; |
| 339 |
} |
| 340 |
|
| 341 |
.merchant-pro-sc-contents { |
| 342 |
width: 100%; |
| 343 |
padding-right: 0; |
| 344 |
} |
| 345 |
} |
| 346 |
} |
| 347 |
|
| 348 |
.merchant-theme-woodmart { |
| 349 |
|
| 350 |
.products { |
| 351 |
|
| 352 |
.product { |
| 353 |
|
| 354 |
.woodmart-add-btn { |
| 355 |
display: flex; |
| 356 |
grid-gap: 5px; |
| 357 |
flex-wrap: wrap; |
| 358 |
justify-content: center; |
| 359 |
} |
| 360 |
} |
| 361 |
} |
| 362 |
} |
| 363 |
|
| 364 |
.merchant-theme-astra { |
| 365 |
|
| 366 |
.merchant-floating-side-mini-cart-widget { |
| 367 |
|
| 368 |
.product_list_widget { |
| 369 |
padding: 40px !important; |
| 370 |
|
| 371 |
li { |
| 372 |
line-height: 1; |
| 373 |
} |
| 374 |
} |
| 375 |
} |
| 376 |
} |
| 377 |
|
| 378 |
.merchant-theme-neve { |
| 379 |
|
| 380 |
form.checkout { |
| 381 |
grid-column-gap: 0 !important; |
| 382 |
} |
| 383 |
|
| 384 |
.woocommerce .merchant-pro-sc-form { |
| 385 |
display: flex; |
| 386 |
|
| 387 |
.row { |
| 388 |
margin: 0; |
| 389 |
display: block; |
| 390 |
} |
| 391 |
} |
| 392 |
|
| 393 |
.merchant-pro-multi-step-wrapper { |
| 394 |
|
| 395 |
form.checkout { |
| 396 |
display: block; |
| 397 |
} |
| 398 |
} |
| 399 |
|
| 400 |
.merchant-floating-side-mini-cart { |
| 401 |
|
| 402 |
.product_list_widget { |
| 403 |
padding: 40px; |
| 404 |
|
| 405 |
li a.remove { |
| 406 |
top: -5px; |
| 407 |
margin-top: 0; |
| 408 |
color: var(--merchant-side-cart-content-remove-color, #fff) !important; |
| 409 |
} |
| 410 |
|
| 411 |
li .quantity { |
| 412 |
margin-left: 20px; |
| 413 |
} |
| 414 |
|
| 415 |
li img { |
| 416 |
width: 50px; |
| 417 |
} |
| 418 |
} |
| 419 |
} |
| 420 |
} |
| 421 |
|
| 422 |
@media(max-width: 767px) { |
| 423 |
.merchant-theme-neve { |
| 424 |
|
| 425 |
|
| 426 |
.merchant-pro-sc-contents { |
| 427 |
width: 100%; |
| 428 |
padding-right: 0; |
| 429 |
} |
| 430 |
} |
| 431 |
} |
| 432 |
|
| 433 |
.merchant-theme-sydney { |
| 434 |
|
| 435 |
.merchant-pro-sc-fields { |
| 436 |
|
| 437 |
.row { |
| 438 |
margin: 0; |
| 439 |
} |
| 440 |
|
| 441 |
.form-row-wide { |
| 442 |
clear: none; |
| 443 |
} |
| 444 |
} |
| 445 |
|
| 446 |
.merchant-floating-side-mini-cart { |
| 447 |
|
| 448 |
.product_list_widget { |
| 449 |
padding: 40px; |
| 450 |
|
| 451 |
a.remove { |
| 452 |
top: 0; |
| 453 |
} |
| 454 |
} |
| 455 |
} |
| 456 |
} |
| 457 |
|
| 458 |
.merchant-theme-twentytwenty, |
| 459 |
.merchant-theme-twentytwenty-one, |
| 460 |
.merchant-theme-twentytwenty-two, |
| 461 |
.merchant-theme-twentytwenty-three { |
| 462 |
|
| 463 |
.merchant-pro-multi-step-wrapper { |
| 464 |
.woocommerce-checkout, |
| 465 |
.woocommerce-order-pay { |
| 466 |
width: 100%; |
| 467 |
|
| 468 |
.col2-set { |
| 469 |
float: none; |
| 470 |
width: 100%; |
| 471 |
} |
| 472 |
} |
| 473 |
} |
| 474 |
|
| 475 |
.woocommerce .merchant-pro-sc form[name=checkout]=checkout] { |
| 476 |
display: flex; |
| 477 |
} |
| 478 |
} |
| 479 |
|