themes
6 years ago
admin.css
6 years ago
font-awesome.css
5 years ago
jquery.selectBox.css
5 years ago
style.css
5 years ago
style.css
1559 lines
| 1 | /** |
| 2 | * Main YITH WooCommerce Wishlist CSS |
| 3 | * |
| 4 | * @author YITH |
| 5 | * @package YITH WooCommerce Wishlist |
| 6 | * @version 3.0.0 |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Index: |
| 11 | * |
| 12 | * 1. SELECTBOX STYLE |
| 13 | * 2. PRETTY PHOTO STYLE |
| 14 | * 3. BLOCK STYLE |
| 15 | * 4. POPUP ADD TO WISHLIST |
| 16 | * 5. DROPDOWN ADD TO WISHLIST |
| 17 | * 6. TOOLTIP |
| 18 | * 7. POPUP MESSAGE |
| 19 | * 8. WISHLIST TITLE FORM |
| 20 | * 9. WISHLIST TABLE TEMPLATE |
| 21 | * 10. WISHLIST MODERN GRID / IMAGES GRID TEMPLATE |
| 22 | * 11. WISHLIST MOBILE |
| 23 | * 12. WISHLIST BUTTONS |
| 24 | * 13. WISHLIST TITLE |
| 25 | * 14. REMOVE BUTTONS |
| 26 | * 15. SHARE BUTTONS |
| 27 | * 16. ASK AN ESTIMATE BUTTON |
| 28 | * 17. WISHLIST FOOTER |
| 29 | * 18. MOVE TO ANOTHER WISHLIST POPUP |
| 30 | * 19. CREATE NEW WISHLIST |
| 31 | * 20. MANAGE WISHLISTS |
| 32 | * 21. MANAGE MOBILE WISHLISTS |
| 33 | * 22. SEARCH WISHLIST |
| 34 | * 23. AJAX LOADING GIF |
| 35 | * 24. LISTS WIDGET |
| 36 | * 25. ITEMS WIDGET |
| 37 | * 26. RESPONSIVE |
| 38 | */ |
| 39 | |
| 40 | /* === 1. SELECTBOX STYLE === */ |
| 41 | |
| 42 | .woocommerce a.selectBox{ |
| 43 | background: #ffffff; |
| 44 | min-width: 100px; |
| 45 | margin-right: 10px; |
| 46 | color: inherit; |
| 47 | } |
| 48 | |
| 49 | .woocommerce a.selectBox, |
| 50 | .woocommerce a.selectBox:hover{ |
| 51 | border-bottom: 1px solid #bbb!important; |
| 52 | } |
| 53 | |
| 54 | .woocommerce a.selectBox:hover{ |
| 55 | color: inherit; |
| 56 | } |
| 57 | |
| 58 | .woocommerce a.selectBox:focus{ |
| 59 | border: 1px solid #ccc; |
| 60 | } |
| 61 | |
| 62 | .selectBox-dropdown .selectBox-label{ |
| 63 | vertical-align: middle; |
| 64 | padding: 3px 8px; |
| 65 | } |
| 66 | |
| 67 | .selectBox-dropdown .selectBox-arrow{ |
| 68 | border: none; |
| 69 | background: url(../images/jquery.selectBox-arrow.png) center right no-repeat; |
| 70 | } |
| 71 | |
| 72 | .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{ |
| 73 | background: url(../images/jquery.selectBox-arrow.png) center left no-repeat; |
| 74 | } |
| 75 | |
| 76 | .selectBox-dropdown-menu{ |
| 77 | border-bottom-left-radius: 3px; |
| 78 | border-bottom-right-radius: 3px; |
| 79 | padding: 5px; |
| 80 | font-size: 80%; |
| 81 | } |
| 82 | |
| 83 | .selectBox-dropdown-menu li a{ |
| 84 | color: inherit; |
| 85 | padding: 5px 8px; |
| 86 | border-radius: 3px; |
| 87 | } |
| 88 | |
| 89 | .selectBox-dropdown-menu a:hover{ |
| 90 | color: inherit; |
| 91 | text-decoration: none; |
| 92 | } |
| 93 | |
| 94 | select.selectBox.change-wishlist{ |
| 95 | max-width: 100px; |
| 96 | } |
| 97 | |
| 98 | .selectBox.change-wishlist{ |
| 99 | width: auto!important; |
| 100 | } |
| 101 | |
| 102 | .change-wishlist-selectBox-dropdown-menu{ |
| 103 | width: auto!important; |
| 104 | } |
| 105 | |
| 106 | /* === 3. PRETTY PHOTO STYLE === */ |
| 107 | |
| 108 | .yith-wcwl-with-pretty-photo{ |
| 109 | overflow: hidden; |
| 110 | } |
| 111 | |
| 112 | .yith-wcwl-with-pretty-photo .pp_content{ |
| 113 | height: auto!important; |
| 114 | } |
| 115 | |
| 116 | /* === 3. BLOCK STYLE === */ |
| 117 | |
| 118 | .woocommerce .wishlist-fragment .blockUI.blockOverlay::before, |
| 119 | .woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{ |
| 120 | display: none; |
| 121 | } |
| 122 | |
| 123 | /* === 4. POPUP ADD TO WISHLIST === */ |
| 124 | |
| 125 | .yith-wcwl-popup{ |
| 126 | display: none; |
| 127 | } |
| 128 | |
| 129 | .yith-wcwl-popup-content h3{ |
| 130 | text-align: center; |
| 131 | font-size: 1.5em; |
| 132 | } |
| 133 | |
| 134 | .yith-wcwl-popup-content .heading-icon, |
| 135 | .yith-wcwl-popup-feedback .heading-icon{ |
| 136 | text-align: center; |
| 137 | display: block; |
| 138 | font-size: 70px; |
| 139 | color: #333; |
| 140 | margin-bottom: 15px; |
| 141 | } |
| 142 | |
| 143 | .yith-wcwl-popup-content .popup-description{ |
| 144 | text-align: center; |
| 145 | font-weight: 600; |
| 146 | margin-bottom: 15px; |
| 147 | } |
| 148 | |
| 149 | .yith-wcwl-popup-content .popup-description a.show-tab.active{ |
| 150 | cursor: inherit; |
| 151 | color: inherit; |
| 152 | pointer-events: none; |
| 153 | } |
| 154 | |
| 155 | .yith-wcwl-popup-feedback p.feedback{ |
| 156 | margin-top: 1.5em; |
| 157 | text-align: center; |
| 158 | font-size: 1.1rem; |
| 159 | font-weight: 600; |
| 160 | } |
| 161 | |
| 162 | .yith-wcwl-popup-content label{ |
| 163 | display: block; |
| 164 | } |
| 165 | |
| 166 | .yith-wcwl-popup-content select, |
| 167 | .yith-wcwl-popup-content input[type="text"] { |
| 168 | padding: 10px 7px; |
| 169 | } |
| 170 | |
| 171 | .yith-wcwl-popup-content .create{ |
| 172 | display: none; |
| 173 | } |
| 174 | |
| 175 | .yith-wcwl-popup-content .yith-wcwl-second-row{ |
| 176 | display: none; |
| 177 | } |
| 178 | |
| 179 | .yith-wcwl-popup-footer { |
| 180 | margin: 15px 0; |
| 181 | } |
| 182 | |
| 183 | .yith-wcwl-popup-footer .button.wishlist-submit{ |
| 184 | display: block; |
| 185 | width: 100%; |
| 186 | text-align: center; |
| 187 | } |
| 188 | |
| 189 | .pp_pic_holder.pp_woocommerce.feedback{ |
| 190 | max-width: 450px!important; |
| 191 | } |
| 192 | |
| 193 | .pp_pic_holder.pp_woocommerce.feedback .pp_content{ |
| 194 | width: auto!important; |
| 195 | } |
| 196 | |
| 197 | .yith-wcwl-popup-feedback{ |
| 198 | margin-top: 2em; |
| 199 | margin-bottom: 2em; |
| 200 | } |
| 201 | |
| 202 | /* === 5. DROPDOWN ADD TO WISHLIST === */ |
| 203 | |
| 204 | .yith-wcwl-add-button.with-dropdown{ |
| 205 | position: relative; |
| 206 | padding: 15px 0; |
| 207 | } |
| 208 | |
| 209 | .yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown { |
| 210 | display: none; |
| 211 | list-style: none; |
| 212 | margin-bottom: 0; |
| 213 | padding: 5px 25px; |
| 214 | border: 1px solid #cdcdcd; |
| 215 | background: #fff; |
| 216 | |
| 217 | position: absolute; |
| 218 | z-index: 15; |
| 219 | top: calc(100% - 5px); |
| 220 | |
| 221 | min-width: 200px; |
| 222 | } |
| 223 | |
| 224 | .yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{ |
| 225 | display: block; |
| 226 | } |
| 227 | |
| 228 | .yith-wcwl-add-button ul.yith-wcwl-dropdown li{ |
| 229 | padding: 15px; |
| 230 | padding-left: 0; |
| 231 | text-transform: uppercase; |
| 232 | font-size: .8em; |
| 233 | } |
| 234 | |
| 235 | .yith-wcwl-add-button ul.yith-wcwl-dropdown li a{ |
| 236 | font-size: 1em!important; |
| 237 | color: inherit; |
| 238 | box-shadow: none; |
| 239 | } |
| 240 | |
| 241 | .yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{ |
| 242 | color: initial; |
| 243 | } |
| 244 | |
| 245 | .yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{ |
| 246 | font-family: FontAwesome; |
| 247 | content: '\f067'; |
| 248 | margin-right: 15px; |
| 249 | } |
| 250 | |
| 251 | .yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){ |
| 252 | border-bottom: 1px solid #cdcdcd; |
| 253 | } |
| 254 | |
| 255 | /* === 6. TOOLTIP === */ |
| 256 | |
| 257 | .yith-wcwl-add-to-wishlist .separator + [data-title]{ |
| 258 | display: inline-block; |
| 259 | } |
| 260 | |
| 261 | .yith-wcwl-add-to-wishlist .with-tooltip { |
| 262 | position: relative; |
| 263 | } |
| 264 | |
| 265 | .yith-wcwl-tooltip{ |
| 266 | z-index: 10; |
| 267 | padding: 5px 10px; |
| 268 | border-radius: 5px; |
| 269 | text-align: center; |
| 270 | top: calc(100% + 5px); |
| 271 | pointer-events: none; |
| 272 | cursor: initial; |
| 273 | font-size: .6875rem; |
| 274 | line-height: normal; |
| 275 | |
| 276 | display: none; |
| 277 | } |
| 278 | |
| 279 | .with-dropdown .yith-wcwl-tooltip{ |
| 280 | top: auto; |
| 281 | bottom: calc(100% + 10px); |
| 282 | } |
| 283 | |
| 284 | .with-tooltip .yith-wcwl-tooltip{ |
| 285 | position: absolute; |
| 286 | } |
| 287 | |
| 288 | .with-tooltip .yith-wcwl-tooltip:before{ |
| 289 | content: ''; |
| 290 | display: block; |
| 291 | position: absolute; |
| 292 | top: -5px; |
| 293 | left: calc(50% - 2px); |
| 294 | width: 0; |
| 295 | height: 0; |
| 296 | |
| 297 | background: transparent!important; |
| 298 | border-left: 5px solid transparent!important; |
| 299 | border-right: 5px solid transparent!important; |
| 300 | border-bottom: 5px solid; |
| 301 | } |
| 302 | |
| 303 | .with-dropdown .with-tooltip .yith-wcwl-tooltip:before{ |
| 304 | bottom: -5px; |
| 305 | top: auto; |
| 306 | |
| 307 | border-left: 5px solid transparent; |
| 308 | border-right: 5px solid transparent; |
| 309 | border-top: 5px solid; |
| 310 | border-bottom: none; |
| 311 | } |
| 312 | |
| 313 | /* === 7. POPUP MESSAGE === */ |
| 314 | |
| 315 | #yith-wcwl-popup-message { |
| 316 | font-weight: 700; |
| 317 | line-height: 50px; |
| 318 | text-align: center; |
| 319 | |
| 320 | background: white; |
| 321 | -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 322 | -moz-box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 323 | box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 324 | |
| 325 | position: fixed; |
| 326 | top: 50%; |
| 327 | left: 50%; |
| 328 | padding: 7px 40px; |
| 329 | z-index: 10000; /* Thanks WP -.- */ |
| 330 | } |
| 331 | |
| 332 | /* === 8. WISHLIST TITLE FORM === */ |
| 333 | |
| 334 | .wishlist-title{ |
| 335 | display: inline-block; |
| 336 | } |
| 337 | |
| 338 | .wishlist-title h2{ |
| 339 | display: inline-block; |
| 340 | padding: 5px; |
| 341 | } |
| 342 | |
| 343 | .wishlist-title.wishlist-title-with-form h2:hover{ |
| 344 | background: #efefef; |
| 345 | } |
| 346 | |
| 347 | .wishlist-title a.show-title-form{ |
| 348 | cursor: pointer; |
| 349 | visibility: hidden; |
| 350 | } |
| 351 | |
| 352 | .wishlist-title:hover a.show-title-form{ |
| 353 | visibility: visible; |
| 354 | } |
| 355 | |
| 356 | .hidden-title-form { |
| 357 | position: relative; |
| 358 | margin: 25px 0 39px; |
| 359 | } |
| 360 | |
| 361 | .yes-js .hidden-title-form{ |
| 362 | display: none; |
| 363 | } |
| 364 | |
| 365 | .hidden-title-form .edit-title-buttons{ |
| 366 | position: absolute; |
| 367 | right: 5px; |
| 368 | top: calc(50% - 15px); |
| 369 | } |
| 370 | |
| 371 | .hidden-title-form > input[type="text"] { |
| 372 | padding-right: 65px; |
| 373 | line-height: 1; |
| 374 | } |
| 375 | |
| 376 | .hidden-title-form a{ |
| 377 | cursor: pointer; |
| 378 | display: inline-block; |
| 379 | width: 30px; |
| 380 | height: 30px; |
| 381 | line-height: 30px; |
| 382 | text-align: center; |
| 383 | vertical-align: middle; |
| 384 | font-size: 1.3em; |
| 385 | } |
| 386 | |
| 387 | .hidden-title-form a i{ |
| 388 | margin: 0; |
| 389 | display: inline-block; |
| 390 | } |
| 391 | |
| 392 | /* === 9. WISHLIST TABLE TEMPLATE === */ |
| 393 | |
| 394 | table.wishlist_table{ |
| 395 | font-size: 80%; |
| 396 | } |
| 397 | |
| 398 | table.wishlist_table tr{ |
| 399 | position: relative; |
| 400 | } |
| 401 | |
| 402 | table.wishlist_table thead th{ |
| 403 | border-top: 1px solid; |
| 404 | padding: 16px 12px; |
| 405 | } |
| 406 | |
| 407 | table.wishlist_table tbody td{ |
| 408 | padding: 16px 12px; |
| 409 | } |
| 410 | |
| 411 | table.wishlist_table thead th, |
| 412 | table.wishlist_table tbody td{ |
| 413 | border-color: #e7e7e7; |
| 414 | } |
| 415 | |
| 416 | table.wishlist_table tbody td.wishlist-empty, |
| 417 | p.wishlist-empty{ |
| 418 | text-align: center; |
| 419 | margin: 100px 0; |
| 420 | } |
| 421 | |
| 422 | .wishlist_table tr td, |
| 423 | .wishlist_table tr th.wishlist-delete, |
| 424 | .wishlist_table tr th.product-checkbox { |
| 425 | text-align: center; |
| 426 | } |
| 427 | |
| 428 | .wishlist_table tr th.product-checkbox { |
| 429 | vertical-align: middle; |
| 430 | width: 40px; |
| 431 | } |
| 432 | |
| 433 | .wishlist_table tr th.product-remove { |
| 434 | vertical-align: middle; |
| 435 | width: 40px; |
| 436 | } |
| 437 | |
| 438 | .wishlist_table tr th.product-thumbnail{ |
| 439 | width: 80px; |
| 440 | } |
| 441 | |
| 442 | .wishlist_table tr td.product-thumbnail, |
| 443 | .wishlist_table tr td.product-name, |
| 444 | .wishlist_table tr td.wishlist-name, |
| 445 | .wishlist_table tr td.wishlist-privacy, |
| 446 | .wishlist_table tfoot td { |
| 447 | text-align: left; |
| 448 | } |
| 449 | |
| 450 | .wishlist_table tr td.product-remove { |
| 451 | padding: 16px 0 |
| 452 | } |
| 453 | |
| 454 | .wishlist_table tr td.product-thumbnail a { |
| 455 | display: block; |
| 456 | border: none; |
| 457 | max-width: 80px; |
| 458 | } |
| 459 | |
| 460 | .wishlist_table tr td.product-thumbnail a img { |
| 461 | width: 100%; |
| 462 | } |
| 463 | |
| 464 | .wishlist_table tr td.product-arrange{ |
| 465 | cursor: grab; |
| 466 | } |
| 467 | |
| 468 | .wishlist_table tr td.product-arrange:active{ |
| 469 | cursor: grabbing; |
| 470 | } |
| 471 | |
| 472 | .wishlist_table .product-stock-status span.wishlist-in-stock { |
| 473 | color: #297E29; |
| 474 | } |
| 475 | |
| 476 | .wishlist_table .product-stock-status span.wishlist-out-of-stock { |
| 477 | color: #F00; |
| 478 | } |
| 479 | |
| 480 | .wishlist_table .product-add-to-cart span.dateadded{ |
| 481 | display: block; |
| 482 | } |
| 483 | |
| 484 | .wishlist_table .product-add-to-cart a { |
| 485 | display: table!important; |
| 486 | margin: 0 auto 5px !important; |
| 487 | text-align: center; |
| 488 | } |
| 489 | |
| 490 | .wishlist_table .product-add-to-cart a.button { |
| 491 | padding: 6px 25px !important; |
| 492 | } |
| 493 | |
| 494 | .wishlist_table .product-add-to-cart a > img{ |
| 495 | display: inline; |
| 496 | max-width: 2em; |
| 497 | } |
| 498 | |
| 499 | .wishlist_table .price-variation{ |
| 500 | display: block; |
| 501 | } |
| 502 | |
| 503 | .wishlist_table .price-variation.decrease .variation-rate{ |
| 504 | color: #F00; |
| 505 | } |
| 506 | |
| 507 | .wishlist_table .price-variation .old-price{ |
| 508 | display: block; |
| 509 | } |
| 510 | |
| 511 | .wishlist_table a.button { |
| 512 | white-space: normal; |
| 513 | margin-bottom: 5px!important; |
| 514 | } |
| 515 | |
| 516 | /* === 10. WISHLIST MODERN GRID / IMAGES GRID TEMPLATE === */ |
| 517 | |
| 518 | .wishlist_table.modern_grid{ |
| 519 | list-style: none; |
| 520 | margin: 0 -7px 35px; |
| 521 | font-size: 0; |
| 522 | } |
| 523 | |
| 524 | .wishlist_table.modern_grid li{ |
| 525 | display: inline-block; |
| 526 | vertical-align: top; |
| 527 | width: 33.33%; |
| 528 | padding: 0 7px; |
| 529 | margin-bottom: 15px; |
| 530 | } |
| 531 | |
| 532 | .wishlist_table.modern_grid li.wishlist-empty, |
| 533 | .wishlist_table.images_grid li.wishlist-empty{ |
| 534 | width: 100%; |
| 535 | font-size: 1rem; |
| 536 | text-align: center; |
| 537 | margin: 50px 0; |
| 538 | } |
| 539 | |
| 540 | .wishlist_table.images_grid li.show{ |
| 541 | z-index: 10; |
| 542 | } |
| 543 | |
| 544 | .wishlist_table.images_grid.products li.product.first, |
| 545 | .wishlist_table.images_grid.products li.product.last { |
| 546 | clear: none; |
| 547 | } |
| 548 | |
| 549 | .wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1), |
| 550 | .wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1), |
| 551 | .wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1), |
| 552 | .wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1), |
| 553 | .wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){ |
| 554 | clear: both; |
| 555 | } |
| 556 | |
| 557 | .wishlist_table.modern_grid li .item-wrapper{ |
| 558 | display: table; |
| 559 | margin: 0 -7px; |
| 560 | } |
| 561 | |
| 562 | .wishlist_table.modern_grid li .product-thumbnail, |
| 563 | .wishlist_table.modern_grid li .item-details{ |
| 564 | display: table-cell; |
| 565 | vertical-align: top; |
| 566 | box-sizing: border-box; |
| 567 | width: 50%; |
| 568 | padding: 0 7px; |
| 569 | font-size: 1rem; |
| 570 | } |
| 571 | |
| 572 | .wishlist_table.modern_grid li .product-thumbnail, |
| 573 | .wishlist_table.images_grid li .product-thumbnail{ |
| 574 | position: relative; |
| 575 | } |
| 576 | |
| 577 | .wishlist_table.modern_grid li .product-thumbnail .product-checkbox, |
| 578 | .wishlist_table.images_grid li .product-thumbnail .product-checkbox{ |
| 579 | position: absolute; |
| 580 | top: 7px; |
| 581 | left: 15px; |
| 582 | z-index: 2; |
| 583 | } |
| 584 | |
| 585 | .wishlist_table.modern_grid li .product-thumbnail > a{ |
| 586 | display: block; |
| 587 | } |
| 588 | |
| 589 | .wishlist_table.modern_grid li .product-thumbnail > a img{ |
| 590 | display: block; |
| 591 | } |
| 592 | |
| 593 | .wishlist_table.images_grid li.show .product-thumbnail > a img, |
| 594 | .wishlist_table.images_grid li:hover .product-thumbnail > a img{ |
| 595 | filter: brightness(1.1); |
| 596 | } |
| 597 | |
| 598 | .wishlist_table.modern_grid.wishlist_view li .item-details{ |
| 599 | position: relative; |
| 600 | } |
| 601 | |
| 602 | .wishlist_table.modern_grid.wishlist_view li .item-details:before{ |
| 603 | content: ''; |
| 604 | display: block; |
| 605 | top: 0; |
| 606 | bottom: 0; |
| 607 | left: 7px; |
| 608 | background: #ffffff; |
| 609 | position: absolute; |
| 610 | right: 7px; |
| 611 | z-index: 0; |
| 612 | border: 1px solid #cdcdcd; |
| 613 | } |
| 614 | |
| 615 | .wishlist_table.images_grid li .item-details{ |
| 616 | display: none; |
| 617 | position: absolute; |
| 618 | z-index: 2; |
| 619 | bottom: 15px; |
| 620 | left: calc(50% - 150px); |
| 621 | width: 300px; |
| 622 | background: #fff; |
| 623 | padding: 10px 20px; |
| 624 | -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 625 | -moz-box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 626 | box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 627 | } |
| 628 | |
| 629 | .wishlist_table.images_grid li.show .item-details{ |
| 630 | display: block; |
| 631 | } |
| 632 | |
| 633 | .wishlist_table.modern_grid li .item-details .item-details-wrapper{ |
| 634 | padding: 15px 20px; |
| 635 | line-height: normal; |
| 636 | position: relative; |
| 637 | } |
| 638 | |
| 639 | .wishlist_table.images_grid li .item-details a.close{ |
| 640 | position: absolute; |
| 641 | top: 10px; |
| 642 | right: 20px; |
| 643 | } |
| 644 | |
| 645 | .wishlist_table.modern_grid li .item-details h3, |
| 646 | .wishlist_table.images_grid li .item-details h3, |
| 647 | .wishlist_table.mobile li .item-details h3{ |
| 648 | margin-bottom: 7px; |
| 649 | } |
| 650 | |
| 651 | .wishlist_table.modern_grid li .item-details table.item-details-table, |
| 652 | .wishlist_table.images_grid li .item-details table.item-details-table, |
| 653 | .wishlist_table.mobile li .item-details table.item-details-table, |
| 654 | .wishlist_table.mobile li table.additional-info{ |
| 655 | border: none; |
| 656 | margin-bottom: 7px; |
| 657 | } |
| 658 | |
| 659 | .wishlist_table.modern_grid li .item-details table.item-details-table td, |
| 660 | .wishlist_table.images_grid li .item-details table.item-details-table td, |
| 661 | .wishlist_table.mobile li .item-details table.item-details-table td, |
| 662 | .wishlist_table.mobile li table.additional-info td{ |
| 663 | border: none; |
| 664 | font-size: .7em; |
| 665 | padding: 3px; |
| 666 | vertical-align: top; |
| 667 | } |
| 668 | |
| 669 | .wishlist_table.modern_grid li .item-details table.item-details-table td.label, |
| 670 | .wishlist_table.images_grid li .item-details table.item-details-table td.label, |
| 671 | .wishlist_table.mobile li .item-details table.item-details-table td.label, |
| 672 | .wishlist_table.mobile li table.additional-info td.label{ |
| 673 | text-align: left; |
| 674 | font-weight: 700; |
| 675 | width: 40%; |
| 676 | } |
| 677 | |
| 678 | .wishlist_table.modern_grid li .item-details table.item-details-table td.value, |
| 679 | .wishlist_table.images_grid li .item-details table.item-details-table td.value, |
| 680 | .wishlist_table.mobile li .item-details table.item-details-table td.value, |
| 681 | .wishlist_table.mobile li table.additional-info td.value{ |
| 682 | text-align: right; |
| 683 | } |
| 684 | |
| 685 | .wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{ |
| 686 | margin-right: 0; |
| 687 | } |
| 688 | |
| 689 | .wishlist_table.modern_grid li .item-details table.item-details-table td.value input, |
| 690 | .wishlist_table.images_grid li .item-details table.item-details-table td.value input, |
| 691 | .wishlist_table.mobile li table.additional-info td.value input{ |
| 692 | width: auto; |
| 693 | } |
| 694 | |
| 695 | .wishlist_table.modern_grid li .item-details .product-add-to-cart, |
| 696 | .wishlist_table.images_grid li .item-details .product-add-to-cart{ |
| 697 | text-align: center; |
| 698 | margin-bottom: 7px; |
| 699 | } |
| 700 | |
| 701 | .wishlist_table.modern_grid li .item-details .move-to-another-wishlist, |
| 702 | .wishlist_table.images_grid li .item-details .move-to-another-wishlist{ |
| 703 | text-align: center; |
| 704 | margin-bottom: 7px; |
| 705 | } |
| 706 | |
| 707 | .wishlist_table.modern_grid li .item-details .product-remove, |
| 708 | .wishlist_table.images_grid li .item-details .product-remove{ |
| 709 | text-align: right; |
| 710 | } |
| 711 | |
| 712 | .wishlist_table.modern_grid li .item-details .product-remove a, |
| 713 | .wishlist_table.images_grid li .item-details .product-remove a{ |
| 714 | border: none; |
| 715 | border-radius: 0; |
| 716 | display: inline-block; |
| 717 | } |
| 718 | |
| 719 | /* === 11. WISHLIST MOBILE === */ |
| 720 | |
| 721 | .wishlist_table.mobile { |
| 722 | list-style: none; |
| 723 | margin-left: 0; |
| 724 | } |
| 725 | |
| 726 | .wishlist_table.mobile li{ |
| 727 | margin-bottom: 7px; |
| 728 | } |
| 729 | |
| 730 | .wishlist_table.mobile li .product-checkbox{ |
| 731 | display: inline-block; |
| 732 | width: 20px; |
| 733 | vertical-align: top; |
| 734 | } |
| 735 | |
| 736 | .wishlist_table.mobile li .item-wrapper{ |
| 737 | display: inline-block; |
| 738 | width: calc(100% - 25px); |
| 739 | vertical-align: top; |
| 740 | margin-bottom: 7px; |
| 741 | } |
| 742 | |
| 743 | .wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{ |
| 744 | text-align: center; |
| 745 | } |
| 746 | |
| 747 | .wishlist_table.wishlist_manage_table.mobile li .item-wrapper{ |
| 748 | width: 100%; |
| 749 | } |
| 750 | |
| 751 | .wishlist_table.mobile li .item-wrapper .product-thumbnail{ |
| 752 | display: inline-block; |
| 753 | max-width: 60px; |
| 754 | margin-right: 10px; |
| 755 | } |
| 756 | |
| 757 | .wishlist_table.mobile li .item-wrapper .item-details{ |
| 758 | display: inline-block; |
| 759 | width: calc(100% - 80px); |
| 760 | vertical-align: top; |
| 761 | } |
| 762 | |
| 763 | .wishlist_table.mobile.with-checkbox li .additional-info-wrapper { |
| 764 | padding-left: 20px; |
| 765 | } |
| 766 | |
| 767 | .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart, |
| 768 | .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{ |
| 769 | text-align: center; |
| 770 | margin-bottom: 7px; |
| 771 | } |
| 772 | |
| 773 | .wishlist_table.mobile li .additional-info-wrapper .product-remove{ |
| 774 | text-align: right; |
| 775 | } |
| 776 | |
| 777 | /* === 12. WISHLIST BUTTONS === */ |
| 778 | |
| 779 | a.add_to_wishlist{ |
| 780 | cursor: pointer; |
| 781 | } |
| 782 | |
| 783 | .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{ |
| 784 | margin-right: 5px; |
| 785 | } |
| 786 | |
| 787 | .yith-wcwl-add-to-wishlist a.add_to_wishlist > img, |
| 788 | .yith-wcwl-add-to-wishlist a.move_to_another_wishlist > img, |
| 789 | .yith-wcwl-add-to-wishlist a.delete_item > img{ |
| 790 | max-width: 32px; |
| 791 | display: inline-block; |
| 792 | margin-right: 10px; |
| 793 | } |
| 794 | |
| 795 | a.add_to_wishlist + a.view-wishlist, |
| 796 | a.delete_item + a.view-wishlist{ |
| 797 | margin-left: 15px; |
| 798 | } |
| 799 | |
| 800 | .summary .single_add_to_wishlist.button, |
| 801 | div.product .woocommerce-price-and-add .single_add_to_wishlist.button { |
| 802 | margin: 0; |
| 803 | } |
| 804 | |
| 805 | .wishlist_table .add_to_cart.button{ |
| 806 | padding: 7px 12px; |
| 807 | line-height: normal; |
| 808 | } |
| 809 | |
| 810 | .yith-wcwl-add-to-wishlist { |
| 811 | margin-top: 10px; |
| 812 | } |
| 813 | |
| 814 | .yith-wcwl-add-button > a i, |
| 815 | .wishlist_table .add_to_cart.button i, |
| 816 | .wishlist_table .ask-an-estimate-button i, |
| 817 | .wishlist-title a.show-title-form i, |
| 818 | .hidden-title-form button i, |
| 819 | .yith-wcwl-wishlist-new button i, |
| 820 | .wishlist_manage_table tfoot button.submit-wishlist-changes i, |
| 821 | .wishlist_manage_table tfoot a.create-new-wishlist i, |
| 822 | .yith-wcwl-wishlist-search-form button.wishlist-search-button i{ |
| 823 | margin-right: 10px; |
| 824 | } |
| 825 | |
| 826 | .wishlist_table .add_to_cart.button, |
| 827 | .yith-wcwl-add-button a.add_to_wishlist, |
| 828 | .yith-wcwl-popup-button a.add_to_wishlist, |
| 829 | .wishlist_table a.ask-an-estimate-button, |
| 830 | .wishlist-title a.show-title-form, |
| 831 | .hidden-title-form a.hide-title-form, |
| 832 | .woocommerce .yith-wcwl-wishlist-new button, |
| 833 | .wishlist_manage_table a.create-new-wishlist, |
| 834 | .wishlist_manage_table button.submit-wishlist-changes, |
| 835 | .yith-wcwl-wishlist-search-form button.wishlist-search-button{ |
| 836 | margin: 0; |
| 837 | box-shadow: none; |
| 838 | text-shadow: none; |
| 839 | } |
| 840 | |
| 841 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist { |
| 842 | position: absolute; |
| 843 | z-index: 10; |
| 844 | margin: 0; |
| 845 | top: 10px; |
| 846 | left: 10px; |
| 847 | } |
| 848 | |
| 849 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown { |
| 850 | padding: 0; |
| 851 | } |
| 852 | |
| 853 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, |
| 854 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item, |
| 855 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo { |
| 856 | font-size: 0; |
| 857 | background: none; |
| 858 | } |
| 859 | |
| 860 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item, |
| 861 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist { |
| 862 | font-size: 0; |
| 863 | } |
| 864 | |
| 865 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback { |
| 866 | display: none; |
| 867 | } |
| 868 | |
| 869 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback + a { |
| 870 | font-size: 0; |
| 871 | background: none; |
| 872 | } |
| 873 | |
| 874 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{ |
| 875 | font-size: 1.6rem; |
| 876 | margin: 0; |
| 877 | } |
| 878 | |
| 879 | .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{ |
| 880 | margin: 0; |
| 881 | } |
| 882 | |
| 883 | /* === 13. WISHLIST TITLE === */ |
| 884 | |
| 885 | .woocommerce .wishlist-title{ |
| 886 | margin-bottom: 30px; |
| 887 | } |
| 888 | |
| 889 | .woocommerce .wishlist-title h2{ |
| 890 | vertical-align: middle; |
| 891 | margin-bottom: 0; |
| 892 | } |
| 893 | |
| 894 | .woocommerce .hidden-title-form button{ |
| 895 | padding: 7px 24px; |
| 896 | vertical-align: middle; |
| 897 | border: none; |
| 898 | position: relative; |
| 899 | } |
| 900 | |
| 901 | .woocommerce .hidden-title-form button:active{ |
| 902 | top: 1px; |
| 903 | } |
| 904 | |
| 905 | .woocommerce .back-to-all-wishlists{ |
| 906 | margin-bottom: 20px; |
| 907 | } |
| 908 | |
| 909 | /* === 14. REMOVE BUTTONS === */ |
| 910 | |
| 911 | .woocommerce #content table.wishlist_table.cart a.remove{ |
| 912 | color: #c3c3c3; |
| 913 | margin: 0 auto; |
| 914 | } |
| 915 | |
| 916 | .woocommerce #content table.wishlist_table.cart a.remove:hover{ |
| 917 | background-color: #c3c3c3; |
| 918 | color: #fff; |
| 919 | } |
| 920 | |
| 921 | /* === 15. SHARE BUTTONS === */ |
| 922 | |
| 923 | .yith-wcwl-share{ |
| 924 | margin-bottom: 35px; |
| 925 | } |
| 926 | |
| 927 | .yith-wcwl-share h4.yith-wcwl-share-title{ |
| 928 | margin: 10px 0; |
| 929 | } |
| 930 | |
| 931 | .yith-wcwl-share ul { |
| 932 | margin: 5px 0; |
| 933 | padding: 0; |
| 934 | } |
| 935 | |
| 936 | .yith-wcwl-share ul li, |
| 937 | .entry-content .yith-wcwl-share ul li { |
| 938 | display: inline-block; |
| 939 | margin-left: 0; |
| 940 | margin-right: 0; |
| 941 | } |
| 942 | |
| 943 | .yith-wcwl-share li a { |
| 944 | color: #fff; |
| 945 | text-align: center; |
| 946 | text-decoration: none; |
| 947 | line-height: 1; |
| 948 | padding: 5px; |
| 949 | display: block; |
| 950 | border: none; |
| 951 | min-width: 26px; |
| 952 | min-height: 26px; |
| 953 | } |
| 954 | |
| 955 | .yith-wcwl-share li a:hover{ |
| 956 | color: #fff; |
| 957 | } |
| 958 | |
| 959 | .yith-wcwl-share li a > img{ |
| 960 | max-width: 1em; |
| 961 | } |
| 962 | |
| 963 | .copy-trigger { |
| 964 | cursor: pointer; |
| 965 | } |
| 966 | |
| 967 | /* === 16. ASK AN ESTIMATE BUTTON === */ |
| 968 | |
| 969 | .woocommerce .ask-an-estimate-button > img{ |
| 970 | max-width: 1em; |
| 971 | display: inline; |
| 972 | margin-right: 5px; |
| 973 | } |
| 974 | |
| 975 | #ask_an_estimate_popup{ |
| 976 | display: none; |
| 977 | } |
| 978 | |
| 979 | .wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup{ |
| 980 | width: 100%; |
| 981 | } |
| 982 | |
| 983 | .wishlist-ask-an-estimate-popup .woocommerce-error{ |
| 984 | margin-bottom: 0; |
| 985 | } |
| 986 | |
| 987 | .wishlist-ask-an-estimate-popup #additional_notes{ |
| 988 | min-height: 150px; |
| 989 | } |
| 990 | |
| 991 | .ask-an-estimate-confirmation{ |
| 992 | padding: 0 30px; |
| 993 | text-align: center; |
| 994 | } |
| 995 | |
| 996 | /* === 17. WISHLIST FOOTER === */ |
| 997 | |
| 998 | .yith_wcwl_wishlist_footer > div { |
| 999 | margin-bottom: 15px; |
| 1000 | } |
| 1001 | |
| 1002 | .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action { |
| 1003 | float: left; |
| 1004 | } |
| 1005 | |
| 1006 | .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label { |
| 1007 | display: inline-block; |
| 1008 | margin-right: 10px; |
| 1009 | } |
| 1010 | |
| 1011 | .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{ |
| 1012 | min-width: 250px; |
| 1013 | } |
| 1014 | |
| 1015 | .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type="submit"]{ |
| 1016 | margin: 0; |
| 1017 | margin-left: 10px; |
| 1018 | } |
| 1019 | |
| 1020 | .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update { |
| 1021 | float: right; |
| 1022 | } |
| 1023 | |
| 1024 | .yith_wcwl_wishlist_footer .yith-wcwl-share { |
| 1025 | float: left; |
| 1026 | clear: both; |
| 1027 | } |
| 1028 | |
| 1029 | .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action { |
| 1030 | float: right; |
| 1031 | } |
| 1032 | |
| 1033 | .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action > *{ |
| 1034 | vertical-align: middle; |
| 1035 | } |
| 1036 | |
| 1037 | .yith_wcwl_wishlist_update + .yith_wcwl_footer_additional_action { |
| 1038 | clear: both; |
| 1039 | } |
| 1040 | |
| 1041 | .wishlist-page-links { |
| 1042 | clear: both; |
| 1043 | } |
| 1044 | |
| 1045 | /* === 18. MOVE TO ANOTHER WISHLIST POPUP === */ |
| 1046 | |
| 1047 | #move_to_another_wishlist{ |
| 1048 | display: none; |
| 1049 | } |
| 1050 | |
| 1051 | /* === 19. CREATE NEW WISHLIST === */ |
| 1052 | |
| 1053 | .yith-wcwl-wishlist-new{ |
| 1054 | padding: 20px 0; |
| 1055 | } |
| 1056 | |
| 1057 | .yith-wcwl-popup-content .yith-wcwl-wishlist-new{ |
| 1058 | padding: 0; |
| 1059 | } |
| 1060 | |
| 1061 | .yith-wcwl-wishlist-new .wishlist-name{ |
| 1062 | display: inline-block; |
| 1063 | } |
| 1064 | |
| 1065 | .yith-wcwl-wishlist-new .wishlist-privacy-radio label{ |
| 1066 | display: block |
| 1067 | } |
| 1068 | |
| 1069 | .yith-wcwl-popup-content .create-wishlist-button{ |
| 1070 | margin-top: 15px; |
| 1071 | width: 100%; |
| 1072 | } |
| 1073 | |
| 1074 | #create_new_wishlist{ |
| 1075 | display: none; |
| 1076 | } |
| 1077 | |
| 1078 | /* === 20. MANAGE WISHLISTS === */ |
| 1079 | |
| 1080 | .wishlist_manage_table select{ |
| 1081 | vertical-align: middle; |
| 1082 | margin-right: 10px; |
| 1083 | } |
| 1084 | |
| 1085 | .wishlist_manage_table td.wishlist-name .wishlist-title{ |
| 1086 | margin-bottom: 0; |
| 1087 | } |
| 1088 | |
| 1089 | .wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{ |
| 1090 | display: inline-block; |
| 1091 | padding: 0; |
| 1092 | border: none; |
| 1093 | background: none; |
| 1094 | top: 0; |
| 1095 | margin: 0; |
| 1096 | } |
| 1097 | |
| 1098 | .wishlist_manage_table td.wishlist-name a.show-title-form i{ |
| 1099 | padding: 5px; |
| 1100 | margin: 0; |
| 1101 | } |
| 1102 | |
| 1103 | .wishlist_manage_table td.wishlist-name:hover a.show-title-form{ |
| 1104 | visibility: visible; |
| 1105 | } |
| 1106 | |
| 1107 | .wishlist_manage_table td.wishlist-name .hidden-title-form{ |
| 1108 | margin: 0!important; |
| 1109 | width: 100%; |
| 1110 | } |
| 1111 | |
| 1112 | .wishlist_manage_table td.wishlist-name .hidden-title-form input[type="text"]{ |
| 1113 | width: 100%; |
| 1114 | min-width: 0; |
| 1115 | } |
| 1116 | |
| 1117 | .wishlist_manage_table td.wishlist-name .hidden-title-form{ |
| 1118 | position: relative; |
| 1119 | } |
| 1120 | |
| 1121 | table.wishlist_manage_table tfoot td{ |
| 1122 | text-align: right; |
| 1123 | padding: 24px 12px; |
| 1124 | } |
| 1125 | |
| 1126 | .wishlist_manage_table tfoot button.submit-wishlist-changes{ |
| 1127 | padding: 7px 24px; |
| 1128 | vertical-align: middle; |
| 1129 | border: 1px solid; |
| 1130 | border-radius: 3px; |
| 1131 | position: relative; |
| 1132 | line-height: normal; |
| 1133 | } |
| 1134 | |
| 1135 | .wishlist_manage_table tfoot button.submit-wishlist-changes:active{ |
| 1136 | top: 1px; |
| 1137 | } |
| 1138 | |
| 1139 | .wishlist_manage_table tfoot a.create-new-wishlist{ |
| 1140 | vertical-align: middle; |
| 1141 | line-height: normal; |
| 1142 | padding: 7px 24px; |
| 1143 | } |
| 1144 | |
| 1145 | .wishlist_manage_table.modern_grid li.wishlist-empty{ |
| 1146 | margin: 50px 0; |
| 1147 | } |
| 1148 | |
| 1149 | .wishlist_manage_table.modern_grid li .item-wrapper{ |
| 1150 | display: block; |
| 1151 | margin: 0; |
| 1152 | padding: 40px 50px; |
| 1153 | |
| 1154 | background: #fff; |
| 1155 | border: 1px solid #cdcdcd; |
| 1156 | } |
| 1157 | |
| 1158 | .wishlist_manage_table.modern_grid li .product-thumbnail, |
| 1159 | .wishlist_manage_table.modern_grid li .item-details { |
| 1160 | display: block; |
| 1161 | width: 100%; |
| 1162 | padding: 0; |
| 1163 | } |
| 1164 | |
| 1165 | .wishlist_manage_table.modern_grid li .item-details .hidden-title-form{ |
| 1166 | width: 100%; |
| 1167 | } |
| 1168 | |
| 1169 | .wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{ |
| 1170 | display: flex; |
| 1171 | background: #f2f2f2; |
| 1172 | min-height: 400px; |
| 1173 | align-items: center; |
| 1174 | justify-content: center; |
| 1175 | margin-bottom: 15px; |
| 1176 | } |
| 1177 | |
| 1178 | .wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{ |
| 1179 | font-size: 1em; |
| 1180 | line-height: 1.5em; |
| 1181 | font-weight: 600; |
| 1182 | } |
| 1183 | |
| 1184 | .wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{ |
| 1185 | width: 100%; |
| 1186 | margin-bottom: 15px; |
| 1187 | } |
| 1188 | |
| 1189 | .wishlist_manage_table.modern_grid li .product-thumbnail img{ |
| 1190 | width: calc(50% - 8px); |
| 1191 | } |
| 1192 | |
| 1193 | .wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){ |
| 1194 | margin-left: 15px; |
| 1195 | } |
| 1196 | |
| 1197 | .wishlist_manage_table.modern_grid li .wishlist-title-with-form{ |
| 1198 | display: block; |
| 1199 | } |
| 1200 | |
| 1201 | .wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{ |
| 1202 | display: inline-block; |
| 1203 | } |
| 1204 | |
| 1205 | .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form, |
| 1206 | .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{ |
| 1207 | visibility: visible; |
| 1208 | float: right; |
| 1209 | margin: 0; |
| 1210 | background: none; |
| 1211 | color: inherit; |
| 1212 | } |
| 1213 | |
| 1214 | .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{ |
| 1215 | margin: 0; |
| 1216 | } |
| 1217 | |
| 1218 | .wishlist_manage_table.modern_grid li .hidden-title-form{ |
| 1219 | margin-top: 0!important; |
| 1220 | } |
| 1221 | |
| 1222 | .wishlist_manage_table.modern_grid li .hidden-title-form input[type="text"]{ |
| 1223 | width: 100%; |
| 1224 | min-width: 0; |
| 1225 | } |
| 1226 | |
| 1227 | /* === 21. MANAGE MOBILE WISHLISTS === */ |
| 1228 | .wishlist_manage_table.mobile li{ |
| 1229 | margin-bottom: 30px; |
| 1230 | } |
| 1231 | |
| 1232 | .wishlist_manage_table.mobile li .item-wrapper .item-details{ |
| 1233 | width: 100%; |
| 1234 | } |
| 1235 | |
| 1236 | .wishlist_manage_table.mobile li .item-details .hidden-title-form{ |
| 1237 | position: relative; |
| 1238 | } |
| 1239 | |
| 1240 | .wishlist_manage_table.mobile li .item-details .hidden-title-form input[type="text"]{ |
| 1241 | width: 100%; |
| 1242 | } |
| 1243 | |
| 1244 | .wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{ |
| 1245 | display: block; |
| 1246 | border-bottom: 1px solid #cdcdcd; |
| 1247 | position: relative; |
| 1248 | } |
| 1249 | |
| 1250 | .wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{ |
| 1251 | position: absolute; |
| 1252 | right: 0; |
| 1253 | top: 0; |
| 1254 | visibility: visible; |
| 1255 | } |
| 1256 | |
| 1257 | .wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{ |
| 1258 | margin-right: 0; |
| 1259 | } |
| 1260 | |
| 1261 | .wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{ |
| 1262 | margin-right: 0; |
| 1263 | } |
| 1264 | |
| 1265 | .wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{ |
| 1266 | float: left; |
| 1267 | } |
| 1268 | |
| 1269 | /* === 22. SEARCH WISHLIST === */ |
| 1270 | |
| 1271 | .yith-wcwl-wishlist-search-form{ |
| 1272 | text-align: center; |
| 1273 | padding: 20px 0; |
| 1274 | } |
| 1275 | |
| 1276 | .yith-wcwl-wishlist-search-form #wishlist_search{ |
| 1277 | display: inline-block; |
| 1278 | max-width: 300px; |
| 1279 | vertical-align: middle; |
| 1280 | } |
| 1281 | |
| 1282 | .yith-wcwl-wishlist-search-form button.wishlist-search-button{ |
| 1283 | display: inline-block; |
| 1284 | padding: 7px 24px; |
| 1285 | vertical-align: middle; |
| 1286 | border: 1px solid; |
| 1287 | border-radius: 3px; |
| 1288 | position: relative; |
| 1289 | line-height: normal; |
| 1290 | } |
| 1291 | |
| 1292 | .yith-wcwl-wishlist-search-form button.wishlist-search-button i{ |
| 1293 | margin: 0; |
| 1294 | } |
| 1295 | |
| 1296 | .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{ |
| 1297 | top: 1px; |
| 1298 | } |
| 1299 | |
| 1300 | .yith-wcwl-search-results .wishlist-owner{ |
| 1301 | text-align: left; |
| 1302 | } |
| 1303 | |
| 1304 | .yith-wcwl-search-results .wishlist-owner .thumb{ |
| 1305 | display: inline-block; |
| 1306 | margin-right: 15px; |
| 1307 | } |
| 1308 | |
| 1309 | /* === 23. AJAX LOADING GIF === */ |
| 1310 | |
| 1311 | .yith-wcwl-add-to-wishlist .ajax-loading { |
| 1312 | box-shadow: none !important; |
| 1313 | -moz-box-shadow: none !important; |
| 1314 | -webkit-box-shadow: none !important; |
| 1315 | display: inline !important; |
| 1316 | margin-left: 5px; |
| 1317 | vertical-align: middle; |
| 1318 | visibility: hidden; |
| 1319 | width: 16px !important; |
| 1320 | height: 16px !important; |
| 1321 | } |
| 1322 | |
| 1323 | /* === 24. LISTS WIDGET === */ |
| 1324 | |
| 1325 | .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li, |
| 1326 | .widget_yith-wcwl-lists ul.dropdown li{ |
| 1327 | padding: 0; |
| 1328 | } |
| 1329 | |
| 1330 | .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li a, |
| 1331 | .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a, |
| 1332 | .widget_yith-wcwl-lists ul.dropdown > li a, |
| 1333 | .widget_yith-wcwl-lists ul.dropdown ul.lists > li a{ |
| 1334 | display: block; |
| 1335 | padding: 5px 15px; |
| 1336 | } |
| 1337 | |
| 1338 | .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a, |
| 1339 | .widget_yith-wcwl-lists ul.dropdown ul.lists > li a{ |
| 1340 | padding: 5px 25px; |
| 1341 | } |
| 1342 | |
| 1343 | .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li.lists-section, |
| 1344 | .widget_yith-wcwl-lists ul.dropdown > li.lists-section{ |
| 1345 | border-bottom: 1px solid #e7e7e7; |
| 1346 | } |
| 1347 | |
| 1348 | .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists, |
| 1349 | .widget_yith-wcwl-lists ul.dropdown ul.lists{ |
| 1350 | margin: 0; |
| 1351 | } |
| 1352 | |
| 1353 | /* === 25. ITEMS WIDGET === */ |
| 1354 | |
| 1355 | .elementor-widget-wp-widget-yith-wcwl-items .mini, |
| 1356 | .widget_yith-wcwl-items .mini{ |
| 1357 | position: relative; |
| 1358 | } |
| 1359 | |
| 1360 | .elementor-widget-wp-widget-yith-wcwl-items .heading, |
| 1361 | .widget_yith-wcwl-items .heading { |
| 1362 | text-align: center; |
| 1363 | cursor: pointer; |
| 1364 | } |
| 1365 | |
| 1366 | .elementor-widget-wp-widget-yith-wcwl-items .mini .heading, |
| 1367 | .widget_yith-wcwl-items .mini .heading{ |
| 1368 | display: inline-block; |
| 1369 | } |
| 1370 | |
| 1371 | .elementor-widget-wp-widget-yith-wcwl-items .heading a, |
| 1372 | .widget_yith-wcwl-items .heading a { |
| 1373 | color: inherit; |
| 1374 | } |
| 1375 | |
| 1376 | .elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter, |
| 1377 | .widget_yith-wcwl-items .extended .heading .items-counter{ |
| 1378 | position: relative; |
| 1379 | } |
| 1380 | |
| 1381 | .elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i, |
| 1382 | .widget_yith-wcwl-items .extended .heading .items-counter i{ |
| 1383 | font-size: 70px; |
| 1384 | position: relative; |
| 1385 | margin-bottom: 10px; |
| 1386 | } |
| 1387 | |
| 1388 | .elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i, |
| 1389 | .widget_yith-wcwl-items .mini .heading .items-counter i{ |
| 1390 | font-size: 30px; |
| 1391 | } |
| 1392 | |
| 1393 | .elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count, |
| 1394 | .widget_yith-wcwl-items .extended .heading .items-counter .items-count{ |
| 1395 | display: block; |
| 1396 | position: absolute; |
| 1397 | left: 0; |
| 1398 | right: 0; |
| 1399 | text-align: center; |
| 1400 | top: calc(50% - 20px); |
| 1401 | |
| 1402 | font-size: 1rem; |
| 1403 | } |
| 1404 | |
| 1405 | .elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count, |
| 1406 | .widget_yith-wcwl-items .mini .heading .items-counter .items-count{ |
| 1407 | font-size: 1rem; |
| 1408 | } |
| 1409 | |
| 1410 | .elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after, |
| 1411 | .widget_yith-wcwl-items .extended .heading h3:after{ |
| 1412 | content: ''; |
| 1413 | display: block; |
| 1414 | |
| 1415 | max-width: 80px; |
| 1416 | border-bottom: 1px solid #cdcdcd; |
| 1417 | margin: 10px auto; |
| 1418 | } |
| 1419 | |
| 1420 | .elementor-widget-wp-widget-yith-wcwl-items .mini .list, |
| 1421 | .widget_yith-wcwl-items .mini .list{ |
| 1422 | position: absolute; |
| 1423 | z-index: 1; |
| 1424 | left: 0; |
| 1425 | background: #fff; |
| 1426 | padding: 25px 40px; |
| 1427 | display: none; |
| 1428 | |
| 1429 | -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 1430 | -moz-box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 1431 | box-shadow: 0 0 15px rgba(0,0,0,.3); |
| 1432 | } |
| 1433 | |
| 1434 | .elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list, |
| 1435 | .widget_yith-wcwl-items .mini:hover .list{ |
| 1436 | display: block; |
| 1437 | } |
| 1438 | |
| 1439 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget, |
| 1440 | .widget_yith-wcwl-items ul.product_list_widget{ |
| 1441 | margin-bottom: 40px!important; |
| 1442 | } |
| 1443 | |
| 1444 | .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, |
| 1445 | .widget_yith-wcwl-items .mini ul.product_list_widget{ |
| 1446 | max-height: 30vh; |
| 1447 | overflow-y: auto; |
| 1448 | } |
| 1449 | |
| 1450 | .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar, |
| 1451 | .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar { |
| 1452 | -webkit-appearance: none; |
| 1453 | width: 7px; |
| 1454 | } |
| 1455 | |
| 1456 | .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb, |
| 1457 | .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb { |
| 1458 | border-radius: 4px; |
| 1459 | background-color: rgba(0, 0, 0, .4); |
| 1460 | box-shadow: 0 0 1px rgba(255, 255, 255, .4); |
| 1461 | } |
| 1462 | |
| 1463 | .elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist, |
| 1464 | .widget_yith-wcwl-items p.empty-wishlist{ |
| 1465 | margin-bottom: 0!important; |
| 1466 | } |
| 1467 | |
| 1468 | .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, |
| 1469 | .widget_yith-wcwl-items .mini ul.product_list_widget{ |
| 1470 | margin-left: -20px; |
| 1471 | } |
| 1472 | |
| 1473 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li, |
| 1474 | .widget_yith-wcwl-items ul.product_list_widget li{ |
| 1475 | display: table; |
| 1476 | } |
| 1477 | |
| 1478 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child), |
| 1479 | .widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){ |
| 1480 | margin-bottom: 10px; |
| 1481 | } |
| 1482 | |
| 1483 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, |
| 1484 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb, |
| 1485 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, |
| 1486 | .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, |
| 1487 | .widget_yith-wcwl-items ul.product_list_widget li .image-thumb, |
| 1488 | .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{ |
| 1489 | display: table-cell; |
| 1490 | vertical-align: middle; |
| 1491 | } |
| 1492 | |
| 1493 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, |
| 1494 | .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{ |
| 1495 | font-size: 1.2rem; |
| 1496 | } |
| 1497 | |
| 1498 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img, |
| 1499 | .widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{ |
| 1500 | margin-left: 10px; |
| 1501 | max-width: 40px; |
| 1502 | } |
| 1503 | |
| 1504 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, |
| 1505 | .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{ |
| 1506 | display: inline-block; |
| 1507 | vertical-align: middle; |
| 1508 | margin-left: 10px; |
| 1509 | } |
| 1510 | |
| 1511 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a, |
| 1512 | .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{ |
| 1513 | display: inline-block; |
| 1514 | } |
| 1515 | |
| 1516 | .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > *, |
| 1517 | .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > * { |
| 1518 | display: block; |
| 1519 | } |
| 1520 | |
| 1521 | .elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, |
| 1522 | .elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, |
| 1523 | .widget_yith-wcwl-items .show-wishlist, |
| 1524 | .widget_yith-wcwl-items a.add_all_to_cart{ |
| 1525 | display: block!important; |
| 1526 | } |
| 1527 | |
| 1528 | .elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, |
| 1529 | .widget_yith-wcwl-items .show-wishlist{ |
| 1530 | margin-bottom: 10px; |
| 1531 | } |
| 1532 | |
| 1533 | .elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, |
| 1534 | .widget_yith-wcwl-items a.add_all_to_cart{ |
| 1535 | text-align: center; |
| 1536 | } |
| 1537 | |
| 1538 | /* === 26. RESPONSIVE === */ |
| 1539 | |
| 1540 | @media(max-width: 768px){ |
| 1541 | .yith_wcwl_wishlist_bulk_action select{ |
| 1542 | width: 100%; |
| 1543 | margin-bottom: 15px; |
| 1544 | } |
| 1545 | |
| 1546 | .yith_wcwl_wishlist_bulk_action input{ |
| 1547 | float: right; |
| 1548 | } |
| 1549 | |
| 1550 | .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{ |
| 1551 | float: none; |
| 1552 | } |
| 1553 | |
| 1554 | .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{ |
| 1555 | width: 100%; |
| 1556 | text-align: center; |
| 1557 | } |
| 1558 | } |
| 1559 |