| @@ -9,8 +9,27 @@ | ||
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | namespace RadiusTheme\SB\Elementor\Helper; |
| 12 | 12 | |
| 13 | +use RadiusTheme\SB\Elementor\Widgets\General\{AdvancedHeading, | |
| 14 | + DropCaps, | |
| 15 | + ShopBuilderButton, | |
| 16 | + CallToAction, | |
| 17 | + InfoBox, | |
| 18 | + FlipBox, | |
| 19 | + Counter, | |
| 20 | + CountDown, | |
| 21 | + PricingTable, | |
| 22 | + ProgressBar, | |
| 23 | + ImageAccordion, | |
| 24 | + ShopBuilderFaq, | |
| 25 | + LogoSliderAndGrid, | |
| 26 | + Testimonial, | |
| 27 | + TeamMember, | |
| 28 | + PostList, | |
| 29 | + PostGrid | |
| 30 | +}; | |
| 31 | + | |
| 13 | 32 | // Do not allow directly accessing this file. |
| 14 | 33 | if ( ! defined( 'ABSPATH' ) ) { |
| 15 | 34 | exit( 'This script cannot be accessed directly.' ); |
| 16 | 35 | } |
| @@ -18,8 +37,9 @@ | ||
| 18 | 37 | /** |
| 19 | 38 | * BuilderFns class |
| 20 | 39 | */ |
| 21 | 40 | class ControlSelectors { |
| 41 | + | |
| 22 | 42 | /** |
| 23 | 43 | * Get Widget Selectors. |
| 24 | 44 | * |
| 25 | 45 | * @param object $widget Widget object. |
| @@ -148,8 +168,9 @@ | ||
| 148 | 168 | 'submit_button_alignment' => [ |
| 149 | 169 | 'text-align' => '{{WRAPPER}} #review_form #respond .comment-form .form-submit', |
| 150 | 170 | 'float' => '{{WRAPPER}} #review_form #respond .comment-form .form-submit input#submit', |
| 151 | 171 | ], |
| 172 | + 'submit_button_height' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 152 | 173 | 'button_text_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', |
| 153 | 174 | 'button_bg_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', |
| 154 | 175 | 'button_border' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', |
| 155 | 176 | 'button_text_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', |
| @@ -244,14 +265,17 @@ | ||
| 244 | 265 | 'add_cart_button_margin' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 245 | 266 | 'cart_height' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 246 | 267 | 'icon_align' => [ |
| 247 | 268 | 'align' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 248 | - 'flex-direction' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ) :is(i, span)', | |
| 269 | + 'flex-direction' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ), {{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ) :is(i, span)', | |
| 249 | 270 | ], |
| 250 | 271 | 'cart_icon_gap' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 251 | 272 | 'cart_icon_size' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ) :is(i, span, svg):not(.ahfb-svg-iconset):not(.ast-card-action-tooltip)', |
| 252 | 273 | // Slider. |
| 253 | - 'slider_arrow_icon_size' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', | |
| 274 | + 'slider_arrow_icon_size' => [ | |
| 275 | + 'icon' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn 1', | |
| 276 | + 'svg' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn svg', | |
| 277 | + ], | |
| 254 | 278 | 'slider_arrow_size' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 255 | 279 | 'arrows_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 256 | 280 | 'arrows_bg_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 257 | 281 | 'arrows_border_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| @@ -276,9 +300,12 @@ | ||
| 276 | 300 | 'pagination_padding' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 277 | 301 | 'pagination_margin' => '{{WRAPPER}} .woocommerce-pagination', |
| 278 | 302 | 'pagination_width' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 279 | 303 | 'pagination_height' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 280 | - 'pagination_icon_size' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) i', | |
| 304 | + 'pagination_icon_size' => [ | |
| 305 | + 'icon' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) i', | |
| 306 | + 'svg' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) svg', | |
| 307 | + ], | |
| 281 | 308 | // Review Star. |
| 282 | 309 | 'review_star_icon_default_color' => '{{WRAPPER}} .products .product .star-rating::before, {{WRAPPER}} p.stars a:before, {{WRAPPER}} p.stars a:hover~a:before, {{WRAPPER}} p.stars.selected a.active~a:before', |
| 283 | 310 | 'review_star_icon_color' => '{{WRAPPER}} .products .product .star-rating span::before, {{WRAPPER}} p.stars.selected a.active:before, {{WRAPPER}} p.stars:hover a:before, {{WRAPPER}} p.stars.selected a:not(.active):before, {{WRAPPER}} p.stars.selected a.active:before', |
| 284 | 311 | 'review_star_icon_size' => '{{WRAPPER}} .products .product .star-rating', |
| @@ -311,9 +338,8 @@ | ||
| 311 | 338 | ], |
| 312 | 339 | 'breadcrumbs_typography' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', |
| 313 | 340 | 'icon_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator i,{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', |
| 314 | 341 | ], |
| 315 | - | |
| 316 | 342 | 'rtsb-wc-notice' => [ |
| 317 | 343 | 'notice_typography' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', |
| 318 | 344 | 'notice_icon_size' => [ |
| 319 | 345 | 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', |
| @@ -368,35 +394,29 @@ | ||
| 368 | 394 | 'notice_gap_multiple' => '{{WRAPPER}} .rtsb-notice .woocommerce-notices-wrapper, {{WRAPPER}} .rtsb-notice', |
| 369 | 395 | 'notice_icon_gap' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', |
| 370 | 396 | 'notice_border_radius' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', |
| 371 | 397 | ], |
| 372 | - | |
| 373 | 398 | 'rtsb-products-grid' => array_merge( |
| 374 | 399 | self::general_common_selectors(), |
| 375 | 400 | self::general_product_selectors() |
| 376 | 401 | ), |
| 377 | - | |
| 378 | 402 | 'rtsb-products-list' => array_merge( |
| 379 | 403 | self::general_common_selectors(), |
| 380 | 404 | self::general_product_selectors() |
| 381 | 405 | ), |
| 382 | - | |
| 383 | 406 | 'rtsb-products-slider' => array_merge( |
| 384 | 407 | self::general_common_selectors(), |
| 385 | 408 | self::general_product_selectors(), |
| 386 | 409 | self::general_slider_selectors(), |
| 387 | 410 | ), |
| 388 | - | |
| 389 | 411 | 'rtsb-product-categories-general' => array_merge( |
| 390 | 412 | self::general_common_selectors(), |
| 391 | 413 | self::general_cat_selectors() |
| 392 | 414 | ), |
| 393 | - | |
| 394 | 415 | 'rtsb-products-single-category' => array_merge( |
| 395 | 416 | self::general_common_selectors(), |
| 396 | 417 | self::general_cat_selectors() |
| 397 | 418 | ), |
| 398 | - | |
| 399 | 419 | 'rtsb-social-share' => array_merge( |
| 400 | 420 | self::social_share(), |
| 401 | 421 | ), |
| 402 | 422 | 'rtsb-wishlist' => [ |
| @@ -412,8 +432,25 @@ | ||
| 412 | 432 | 'table_item_bg_color' => '{{WRAPPER}} .rtsb-wishlist-content table td', |
| 413 | 433 | 'header_cell_width' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| 414 | 434 | 'item_cell_width' => '{{WRAPPER}} .rtsb-wishlist-content table tbody td', |
| 415 | 435 | ], |
| 436 | + 'rtsb-advanced-heading' => AdvancedHeading\Selectors::get_selectors(), | |
| 437 | + 'rtsb-dropcaps' => DropCaps\Selectors::get_selectors(), | |
| 438 | + 'rtsb-shopbuilder-button' => ShopBuilderButton\Selectors::get_selectors(), | |
| 439 | + 'rtsb-call-to-action' => CallToAction\Selectors::get_selectors(), | |
| 440 | + 'rtsb-info-box' => InfoBox\Selectors::get_selectors(), | |
| 441 | + 'rtsb-pricing-table' => PricingTable\Selectors::get_selectors(), | |
| 442 | + 'rtsb-flip-box' => FlipBox\Selectors::get_selectors(), | |
| 443 | + 'rtsb-counter' => Counter\Selectors::get_selectors(), | |
| 444 | + 'rtsb-countdown-addon' => CountDown\Selectors::get_selectors(), | |
| 445 | + 'rtsb-progress-bar-addon' => ProgressBar\Selectors::get_selectors(), | |
| 446 | + 'rtsb-image-accordion-addon' => ImageAccordion\Selectors::get_selectors(), | |
| 447 | + 'rtsb-shopbuilder-faq' => ShopBuilderFaq\Selectors::get_selectors(), | |
| 448 | + 'rtsb-logo-slider-and-grid' => LogoSliderAndGrid\Selectors::get_selectors(), | |
| 449 | + 'rtsb-testimonial' => Testimonial\Selectors::get_selectors(), | |
| 450 | + 'rtsb-team-member' => TeamMember\Selectors::get_selectors(), | |
| 451 | + 'rtsb-post-list' => PostList\Selectors::get_selectors(), | |
| 452 | + 'rtsb-post-grid' => PostGrid\Selectors::get_selectors(), | |
| 416 | 453 | ]; |
| 417 | 454 | |
| 418 | 455 | return apply_filters( 'rtsb/elements/elementor/widget/general/selectors', $selectors ); |
| 419 | 456 | } |
| @@ -505,9 +542,12 @@ | ||
| 505 | 542 | ], |
| 506 | 543 | 'rtsb-product-add-to-cart' => [ |
| 507 | 544 | 'button_height' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 508 | 545 | 'button_width' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 509 | - 'cart_icon_align' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 546 | + 'cart_icon_align' => [ | |
| 547 | + 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 548 | + 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button svg', | |
| 549 | + ], | |
| 510 | 550 | 'cart_icon_gap' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 511 | 551 | 'button_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 512 | 552 | 'button_text_color_normal' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 513 | 553 | 'button_bg_color_normal' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| @@ -517,9 +557,12 @@ | ||
| 517 | 557 | 'button_border_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button:hover', |
| 518 | 558 | 'button_border_radius' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 519 | 559 | 'button_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 520 | 560 | 'button_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 521 | - 'cart_icon_size' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 561 | + 'cart_icon_size' => [ | |
| 562 | + 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 563 | + 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button svg', | |
| 564 | + ], | |
| 522 | 565 | 'quantity_height' => [ |
| 523 | 566 | 'full' => '{{WRAPPER}} .rtsb-product-add-to-cart input[type=number], {{WRAPPER}} .rtsb-quantity-box-group:is(.rtsb-quantity-box-group-style-1,.rtsb-quantity-box-group-style-2) .rtsb-quantity-btn', |
| 524 | 567 | 'half' => '{{WRAPPER}} .rtsb-quantity-box-group:is(.rtsb-quantity-box-group-style-3,.rtsb-quantity-box-group-style-4) .rtsb-quantity-btn', |
| 525 | 568 | ], |
| @@ -527,11 +570,14 @@ | ||
| 527 | 570 | 'quantity_decrement_button_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', |
| 528 | 571 | 'quantity_input_width' => '{{WRAPPER}} .rtsb-product-add-to-cart input.qty', |
| 529 | 572 | 'quantity_button_width' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', |
| 530 | 573 | |
| 531 | - 'icon_size' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 532 | - 'quantity_icon_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity i', | |
| 533 | - 'quantity_icon_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-btn:hover i', | |
| 574 | + 'icon_size' => [ | |
| 575 | + 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 576 | + 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn svg', | |
| 577 | + ], | |
| 578 | + 'quantity_icon_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity :is(i, svg)', | |
| 579 | + 'quantity_icon_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-btn:hover :is(i, svg)', | |
| 534 | 580 | 'text_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 535 | 581 | 'quantity_number_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 536 | 582 | 'quantity_background_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 537 | 583 | 'quantity_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| @@ -539,9 +585,9 @@ | ||
| 539 | 585 | 'qunatity_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 540 | 586 | 'quantity_wrapper_background_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 541 | 587 | 'qunatity_wrapper_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 542 | 588 | 'quantity_wrapper_radius' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 543 | - 'variation_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 589 | + 'variation_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select, .rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term', | |
| 544 | 590 | 'variation_label_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 545 | 591 | 'variation_item_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr:not(:last-child) .value', |
| 546 | 592 | 'variation_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', |
| 547 | 593 | 'price_typography' => '.single-product {{WRAPPER}} .single_variation .price', |
| @@ -546,13 +592,16 @@ | ||
| 546 | 592 | 'variation_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', |
| 547 | 593 | 'price_typography' => '.single-product {{WRAPPER}} .single_variation .price', |
| 548 | 594 | 'price_color' => '.single-product {{WRAPPER}} .single_variation :is(.price, .price .amount, .price ins)', |
| 549 | 595 | 'price_margin' => '.single-product {{WRAPPER}} .single_variation :is(.price, .price .amount, .price ins)', |
| 550 | - 'variation_height' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 551 | - 'variation_width' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 552 | - 'variation_border_radius' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 596 | + 'variation_height' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 597 | + 'variation_width' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 598 | + 'variation_border_radius' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 553 | 599 | 'variation_label_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 600 | + 'variation_stock_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 554 | 601 | 'variation_label_color' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 602 | + 'variation_stock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 603 | + 'variation_outofstock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock.out-of-stock', | |
| 555 | 604 | |
| 556 | 605 | ], |
| 557 | 606 | 'rtsb-product-categories' => [ |
| 558 | 607 | 'align' => '{{WRAPPER}} .rtsb-product-categories', |
| @@ -578,19 +627,13 @@ | ||
| 578 | 627 | ], |
| 579 | 628 | |
| 580 | 629 | 'rtsb-product-image' => [ |
| 581 | 630 | 'image_width' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image a > img', |
| 631 | + 'image_border' => '{{WRAPPER}} .rtwpvg-wrapper .rtwpvg-slider-wrapper,{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image, {{WRAPPER}} .rtsb-product-images .product-vg-gallery', | |
| 582 | 632 | 'image_border_radius' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image', |
| 583 | 633 | 'gallery_thumbs_column' => '{{WRAPPER}} div.images .flex-control-thumbs li', |
| 584 | - // 'gallery_thumbs_column_gap' => '{{WRAPPER}} div.images .flex-control-thumbs', | |
| 585 | - // 'gallery_image_gap_with_main' => [ | |
| 586 | - // 'margin-top' => '{{WRAPPER}} div.images .flex-control-thumbs', | |
| 587 | - // 'rtwpvg-thumb-mb' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-bottom .rtwpvg-slider-wrapper', | |
| 588 | - // 'rtwpvg-thumb-ml' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-left .rtwpvg-slider-wrapper', | |
| 589 | - // 'rtwpvg-thumb-mr' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-right .rtwpvg-slider-wrapper', | |
| 590 | - // ], | |
| 591 | - 'thumb_border' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images .rtwpvg-thumbnail-image img', | |
| 592 | - 'thumbs_border_radius' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images :is( .rtwpvg-thumbnail-image, img)', | |
| 634 | + 'thumb_border' => '{{WRAPPER}} .rtsb-vg-main-slider-wrapper .rtsb-vs-thumb-item, {{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images .rtwpvg-thumbnail-image img, {{WRAPPER}} .rtsb-product-images .rtwpvg-grid-layout .rtwpvg-gallery-image', | |
| 635 | + 'thumbs_border_radius' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images :is( .rtwpvg-thumbnail-image, img), {{WRAPPER}} .rtsb-product-images .rtwpvg-grid-layout .rtwpvg-gallery-image', | |
| 593 | 636 | 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 594 | 637 | 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 595 | 638 | 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 596 | 639 | 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| @@ -600,9 +643,12 @@ | ||
| 600 | 643 | 'flash_sale_position_vertical' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 601 | 644 | 'zoom_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 602 | 645 | |
| 603 | 646 | 'zoom_bg_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 604 | - 'zoom_icon_size' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger :is(span, i)', | |
| 647 | + 'zoom_icon_size' => [ | |
| 648 | + 'icon' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger :is(span, i)', | |
| 649 | + 'svg' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger svg, {{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger svg', | |
| 650 | + ], | |
| 605 | 651 | 'zoom_badge_width' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 606 | 652 | 'zoom_badge_height' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 607 | 653 | 'zoom_badge_border_radius' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 608 | 654 | 'zoom_padding' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| @@ -611,9 +657,9 @@ | ||
| 611 | 657 | 'rtwpvg-tr-br' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger:is(.rtwpvg-trigger-position-top-right, .rtwpvg-trigger-position-bottom-right)', |
| 612 | 658 | 'rtwpvg-tl-bl' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger:is(.rtwpvg-trigger-position-top-left,.rtwpvg-trigger-position-bottom-left)', |
| 613 | 659 | ], |
| 614 | 660 | 'zoom_position_vertical' => [ |
| 615 | - 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger', | |
| 661 | + 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger, {{WRAPPER}} .rtsb-product-images .rtwpvg-trigger', | |
| 616 | 662 | 'zoom-icon-bottom' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger:is(.rtwpvg-trigger-position-bottom-right, .rtwpvg-trigger-position-bottom-left)', |
| 617 | 663 | ], |
| 618 | 664 | ], |
| 619 | 665 | 'rtsb-product-meta' => [ |
| @@ -618,9 +664,10 @@ | ||
| 618 | 664 | ], |
| 619 | 665 | 'rtsb-product-meta' => [ |
| 620 | 666 | 'meta_layout' => '{{WRAPPER}} .rtsb-product-meta .product_meta', |
| 621 | 667 | 'align' => '{{WRAPPER}} .product_meta', |
| 622 | - 'gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', | |
| 668 | + 'row_gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', | |
| 669 | + 'column_gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', | |
| 623 | 670 | 'meta_padding' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', |
| 624 | 671 | 'label_typo' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', |
| 625 | 672 | 'meta_label_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', |
| 626 | 673 | 'value_typo' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku, .posted_in a, .tagged_as a)', |
| @@ -665,9 +712,12 @@ | ||
| 665 | 712 | 'stock_text_typography' => '{{WRAPPER}} .rtsb-product-stock .stock', |
| 666 | 713 | 'in_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.in-stock', |
| 667 | 714 | 'outof_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.out-of-stock', |
| 668 | 715 | 'backorder_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.available-on-backorder', |
| 669 | - 'icon_size' => '{{WRAPPER}} .rtsb-product-stock .stock i', | |
| 716 | + 'icon_size' => [ | |
| 717 | + 'icon' => '{{WRAPPER}} .rtsb-product-stock .stock i', | |
| 718 | + 'svg' => '{{WRAPPER}} .rtsb-product-stock .stock svg', | |
| 719 | + ], | |
| 670 | 720 | 'icon_gap' => '{{WRAPPER}} .rtsb-product-stock .stock i', |
| 671 | 721 | 'stock_alignment' => '{{WRAPPER}} .rtsb-product-stock p', |
| 672 | 722 | 'stock_padding' => '{{WRAPPER}} .rtsb-product-stock p', |
| 673 | 723 | 'stock_margin' => '{{WRAPPER}} .rtsb-product-stock p', |
| @@ -735,8 +785,12 @@ | ||
| 735 | 785 | 'margin' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 736 | 786 | 'position_x' => '', |
| 737 | 787 | 'position_y' => '', |
| 738 | 788 | ], |
| 789 | + 'badges_module' => [ | |
| 790 | + 'direction' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 791 | + 'alignment' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 792 | + ], | |
| 739 | 793 | ], |
| 740 | 794 | ]; |
| 741 | 795 | |
| 742 | 796 | return apply_filters( 'rtsb/elements/elementor/widget/product/selectors', $selectors ); |
| @@ -782,9 +836,12 @@ | ||
| 782 | 836 | 'text_color' => '{{WRAPPER}}', |
| 783 | 837 | 'text_shadow' => '{{WRAPPER}} .rtsb-archive-description', |
| 784 | 838 | ], |
| 785 | 839 | 'rtsb-archive-product-mode' => [ |
| 786 | - 'icon_size' => '{{WRAPPER}} .rtsb-archive-view-mode a', | |
| 840 | + 'icon_size' => [ | |
| 841 | + 'icon' => '{{WRAPPER}} .rtsb-archive-view-mode i', | |
| 842 | + 'svg' => '{{WRAPPER}} .rtsb-archive-view-mode svg', | |
| 843 | + ], | |
| 787 | 844 | 'mode_button_align' => '{{WRAPPER}}', |
| 788 | 845 | 'mode_button_height' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 789 | 846 | 'mode_button_width' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 790 | 847 | 'mode_button_gap' => '{{WRAPPER}} .rtsb-archive-view-mode', |
| @@ -816,8 +873,126 @@ | ||
| 816 | 873 | 'text_hover_color' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby:hover', |
| 817 | 874 | 'orderby_border_hover_color' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby:hover', |
| 818 | 875 | 'orderby_radius' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby', |
| 819 | 876 | ], |
| 877 | + 'rtsb-product-filters' => [ | |
| 878 | + 'filter_types' => [ | |
| 879 | + 'column_gap' => '{{WRAPPER}} .rtsb-archive-catalog-ordering', | |
| 880 | + ], | |
| 881 | + 'filter_header' => [ | |
| 882 | + 'typography' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-filter-header h3', | |
| 883 | + 'color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-filter-header h3', | |
| 884 | + 'bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-filter-header h3', | |
| 885 | + 'padding' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-filter-header h3', | |
| 886 | + 'border' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-filter-header h3', | |
| 887 | + 'margin' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-filter-header h3', | |
| 888 | + ], | |
| 889 | + 'filter_title' => [ | |
| 890 | + 'typography' => '{{WRAPPER}} .rtsb-default-archive-filters .default-filter-title-wrapper h3', | |
| 891 | + 'color' => '{{WRAPPER}} .rtsb-default-archive-filters .default-filter-title-wrapper h3', | |
| 892 | + 'bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .default-filter-title-wrapper h3', | |
| 893 | + 'padding' => '{{WRAPPER}} .rtsb-default-archive-filters .default-filter-title-wrapper h3', | |
| 894 | + 'border' => '{{WRAPPER}} .rtsb-default-archive-filters .default-filter-title-wrapper h3', | |
| 895 | + 'margin' => '{{WRAPPER}} .rtsb-default-archive-filters .default-filter-title-wrapper h3', | |
| 896 | + ], | |
| 897 | + 'search_styles' => [ | |
| 898 | + 'typography' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 899 | + 'button_typography' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 900 | + 'icon_typography' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 901 | + 'placeholder_typography' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search ::-webkit-input-placeholder, {{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search ::placeholder', | |
| 902 | + 'search_input_height' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 903 | + 'search_button_width' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 904 | + 'search_icon_width' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit .search-icon, {{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit svg', | |
| 905 | + 'search_icon_height' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit .search-icon, {{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit svg', | |
| 906 | + 'color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 907 | + 'bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 908 | + 'button_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 909 | + 'button_bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 910 | + 'placeholder_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search ::-webkit-input-placeholder, {{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search ::placeholder', | |
| 911 | + 'hover_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field:hover', | |
| 912 | + 'hover_bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field:hover', | |
| 913 | + 'hover_button_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit:hover', | |
| 914 | + 'hover_button_bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit:hover', | |
| 915 | + 'border' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 916 | + 'button_border' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 917 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field:hover', | |
| 918 | + 'button_border_hover_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit:hover', | |
| 919 | + 'input_border_radius' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 920 | + 'button_border_radius' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 921 | + 'padding' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 922 | + 'margin' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-default-search-field', | |
| 923 | + 'button_padding' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 924 | + 'button_margin' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search .rtsb-search-submit', | |
| 925 | + 'wrapper_margin' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-default-product-search', | |
| 926 | + ], | |
| 927 | + 'rating' => [ | |
| 928 | + 'typography' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .rtsb-default-rating-star-wrapper .rtsb-default-rating-star', | |
| 929 | + 'rating_color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .rtsb-default-rating-star-wrapper .rtsb-default-rating-star.inactive', | |
| 930 | + 'count_position' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .rtsb-default-rating-star-wrapper + .rtsb-count', | |
| 931 | + 'rating_active_color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .rtsb-default-rating-star-wrapper .rtsb-default-rating-star.active', | |
| 932 | + 'rating_selected_color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .rtsb-default-filter-trigger.checked + .rtsb-checkbox-filter-label .rtsb-default-rating-star.active', | |
| 933 | + 'rating_padding' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .product-default-filters .rtsb-default-filter-group', | |
| 934 | + 'rating_margin' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .product-default-filters .rtsb-default-filter-group', | |
| 935 | + ], | |
| 936 | + 'apply_btn' => [ | |
| 937 | + 'typography' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 938 | + 'apply_btn_width' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 939 | + 'icon_display' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters .icon', | |
| 940 | + 'apply_icon_size' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters .icon', | |
| 941 | + 'color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 942 | + 'icon_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters .icon', | |
| 943 | + 'bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 944 | + 'hover_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters:hover', | |
| 945 | + 'hover_icon_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters:hover .icon', | |
| 946 | + 'hover_bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters:hover', | |
| 947 | + 'border' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 948 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters:hover', | |
| 949 | + 'border_radius' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 950 | + 'padding' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 951 | + 'margin' => '{{WRAPPER}} .rtsb-default-archive-filters .rtsb-apply-filters-btn .rtsb-apply-filters', | |
| 952 | + ], | |
| 953 | + 'reset_btn' => [ | |
| 954 | + 'typography' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 955 | + 'btn_width' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 956 | + 'color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 957 | + 'bg_color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 958 | + 'hover_color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset:hover', | |
| 959 | + 'hover_bg_color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset:hover', | |
| 960 | + 'border' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 961 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset:hover', | |
| 962 | + 'border_radius' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 963 | + 'padding' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 964 | + 'margin' => '{{WRAPPER}} .rtsb-product-default-filters.rtsb-reset .product-default-filter-reset', | |
| 965 | + ], | |
| 966 | + 'mobile_toggle_btn' => [ | |
| 967 | + 'typography' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 968 | + 'btn_width' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 969 | + 'color' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 970 | + 'bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 971 | + 'hover_color' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle:hover', | |
| 972 | + 'hover_bg_color' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle:hover', | |
| 973 | + 'border' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 974 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle:hover', | |
| 975 | + 'border_radius' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 976 | + 'padding' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 977 | + 'margin' => '{{WRAPPER}} .rtsb-default-archive-filters .product-filter-toggle', | |
| 978 | + ], | |
| 979 | + 'filter_items' => [ | |
| 980 | + 'typography' => '{{WRAPPER}} .rtsb-product-default-filters input.rtsb-checkbox-filter + label, {{WRAPPER}} .rtsb-product-default-filters input.rtsb-radio-filter + label, {{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-color-filter .default-filter-attr-name, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-button-filter .default-filter-attr-name, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .rtsb-default-rating-star-wrapper + .rtsb-count,{{WRAPPER}} .rtsb-product-default-filters .rtsb-product-count,{{WRAPPER}} .rtsb-archive-default-filters-wrapper .price-inputs label', | |
| 981 | + 'count_display' => '{{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-default-filter-group .rtsb-count,{{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-default-filter-group .rtsb-count,{{WRAPPER}} .rtsb-product-default-filters .rtsb-default-filter-group .rtsb-product-count', | |
| 982 | + 'color' => '{{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group label, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group label, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-color-filter label, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-button-filter label', | |
| 983 | + 'bg_color' => '{{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-default-filter-group .rtsb-button-filter', | |
| 984 | + 'count_color' => '{{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-default-filter-group .rtsb-count, {{WRAPPER}} .rtsb-product-default-filters.rtsb-ratings .rtsb-default-rating-star-wrapper + .rtsb-count,{{WRAPPER}} .rtsb-product-default-filters .rtsb-product-count', | |
| 985 | + 'border' => '{{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-default-filter-group .rtsb-button-filter', | |
| 986 | + 'padding' => '{{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-default-filter-group .rtsb-button-filter', | |
| 987 | + 'margin' => '{{WRAPPER}} .rtsb-product-default-filters .input-type-checkbox .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters .input-type-radio .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-color .rtsb-default-filter-group, {{WRAPPER}} .rtsb-product-default-filters.rtsb-button .rtsb-default-filter-group .rtsb-button-filter', | |
| 988 | + 'wrapper_padding' => '{{WRAPPER}} .rtsb-product-default-filters .default-filter-content > ul', | |
| 989 | + 'wrapper_margin' => '{{WRAPPER}} .rtsb-product-default-filters > .default-filter-content > ul', | |
| 990 | + 'subcat_margin' => '{{WRAPPER}} .rtsb-categories .default-filter-content ul ul', | |
| 991 | + 'input_fields_color' => '{{WRAPPER}} .rtsb-archive-default-filters-wrapper input.rtsb-radio-filter + label:before,{{WRAPPER}} .rtsb-archive-default-filters-wrapper .input-type-checkbox input.rtsb-checkbox-filter + label:before,{{WRAPPER}} .rtsb-archive-default-filters-wrapper .price-inputs .filter-price-field', | |
| 992 | + 'active_input_fields_color' => '{{WRAPPER}} .rtsb-archive-default-filters-wrapper .input-type-radio input.rtsb-checkbox-filter:checked + label:after,{{WRAPPER}} .rtsb-archive-default-filters-wrapper .input-type-checkbox input.rtsb-checkbox-filter:checked + label:after', | |
| 993 | + ], | |
| 994 | + ], | |
| 820 | 995 | ]; |
| 821 | 996 | |
| 822 | 997 | return apply_filters( 'rtsb/elements/elementor/widget/archive/selectors', $selectors ); |
| 823 | 998 | } |
| @@ -909,16 +1084,12 @@ | ||
| 909 | 1084 | 'coupon_input_height' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 910 | 1085 | 'coupon_input_width' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 911 | 1086 | 'coupon_padding' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 912 | 1087 | 'coupon_border_radius' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 913 | - 'input_border' => '{{WRAPPER}} .woocommerce-cart-form input', | |
| 1088 | + 'coupon_input_border' => '{{WRAPPER}} .woocommerce-cart-form .coupon .input-text', | |
| 914 | 1089 | 'input_text_color' => '{{WRAPPER}} .woocommerce-cart-form input', |
| 915 | 1090 | 'input_bg_color' => '{{WRAPPER}} .woocommerce-cart-form input', |
| 916 | - 'empty_notice_typography' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 917 | - 'empty_notice_bg_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 918 | - 'empty_notice_text_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 919 | - 'empty_notice_border_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 920 | - 'empty_notice_padding' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 1091 | + | |
| 921 | 1092 | 'return_shop_button_typography' => '{{WRAPPER}} .return-to-shop .button', |
| 922 | 1093 | 'return_shop_button_height' => '{{WRAPPER}} .return-to-shop .button', |
| 923 | 1094 | 'return_shop_button_text_color_normal' => '{{WRAPPER}} .return-to-shop .button', |
| 924 | 1095 | 'return_shop_button_bg_color_normal' => '{{WRAPPER}} .return-to-shop .button', |
| @@ -928,16 +1099,19 @@ | ||
| 928 | 1099 | 'return_shop_button_border_hover_color' => '{{WRAPPER}} .return-to-shop .button:hover', |
| 929 | 1100 | 'return_shop_button_border_radius' => '{{WRAPPER}} .return-to-shop .button', |
| 930 | 1101 | 'return_shop_button_padding' => '{{WRAPPER}} .return-to-shop .button', |
| 931 | 1102 | 'return_shop_button_margin' => '{{WRAPPER}} .return-to-shop .button', |
| 932 | - 'notice_typography' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 933 | - 'notice_padding' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 934 | - 'notice_bg_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 935 | - 'notice_text_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 936 | - 'notice_border_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 937 | - 'error_notice_bg_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error', | |
| 938 | - 'error_notice_text_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error li', | |
| 939 | - 'error_notice_border_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error', | |
| 1103 | + | |
| 1104 | + 'notice_typography' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1105 | + 'notice_padding' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1106 | + 'notice_bg_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1107 | + 'notice_text_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1108 | + 'notice_border_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1109 | + 'icon_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1110 | + 'notice_icon_size' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1111 | + 'icon_bg_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1112 | + 'icon_margin' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1113 | + | |
| 940 | 1114 | 'table_thumbnail_width' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data ) img', |
| 941 | 1115 | 'table_thumbnail_border_radius' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data ) img', |
| 942 | 1116 | 'table_thumbnail_padding' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data )', |
| 943 | 1117 | 'cart_remove_icon_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| @@ -945,9 +1119,8 @@ | ||
| 945 | 1119 | 'cart_icon_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 946 | 1120 | 'cart_icon_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 947 | 1121 | 'cart_icon_hover_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', |
| 948 | 1122 | 'cart_icon_hover_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', |
| 949 | - // 'table_content_column_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td', | |
| 950 | 1123 | 'table_column_header_padding' => '{{WRAPPER}} .woocommerce table.shop_table thead tr th', |
| 951 | 1124 | 'cart_element_alignment' => '#rtsb-builder-content {{WRAPPER}} .woocommerce table.shop_table th, #rtsb-builder-content {{WRAPPER}} .woocommerce table.shop_table td, #rtsb-builder-content {{WRAPPER}} .woocommerce table.shop_table .table-column-wrapper .product-attributes-wrapper .product-attributes li', |
| 952 | 1125 | 'cart_table_border' => '{{WRAPPER}} .woocommerce table.shop_table', |
| 953 | 1126 | |
| @@ -1016,11 +1189,14 @@ | ||
| 1016 | 1189 | 'quantity_increment_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-plus', |
| 1017 | 1190 | 'quantity_decrement_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', |
| 1018 | 1191 | |
| 1019 | 1192 | 'quantity_button_width' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', |
| 1020 | - 'icon_size' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1021 | - 'quantity_icon_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity i', | |
| 1022 | - 'quantity_icon_hover_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-btn:hover i', | |
| 1193 | + 'icon_size' => [ | |
| 1194 | + 'icon' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1195 | + 'svg' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn svg', | |
| 1196 | + ], | |
| 1197 | + 'quantity_icon_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity :is(i, svg)', | |
| 1198 | + 'quantity_icon_hover_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-btn:hover :is(i, svg)', | |
| 1023 | 1199 | 'text_typography' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| 1024 | 1200 | 'quantity_number_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| 1025 | 1201 | 'quantity_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| 1026 | 1202 | 'quantity_border' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| @@ -1056,27 +1232,28 @@ | ||
| 1056 | 1232 | // Label. |
| 1057 | 1233 | 'fields_label_typo' => '{{WRAPPER}} .woocommerce-billing-fields label', |
| 1058 | 1234 | 'fields_label_color' => '{{WRAPPER}} .woocommerce-billing-fields label', |
| 1059 | 1235 | 'fields_label_reguired_color' => '{{WRAPPER}} .woocommerce-billing-fields label .required', |
| 1060 | - 'fields_label_margin' => '{{WRAPPER}} .woocommerce-billing-fields label', | |
| 1236 | + 'fields_label_margin' => '{{WRAPPER}} .woocommerce-billing-fields label:not(.radio)', | |
| 1061 | 1237 | |
| 1062 | 1238 | // Input Fields. |
| 1239 | + 'textarea_fields_height' => '{{WRAPPER}} .woocommerce-billing-fields textarea', | |
| 1063 | 1240 | 'fields_height' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-billing .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', |
| 1064 | - 'fields_border' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1241 | + 'fields_border' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1065 | 1242 | |
| 1066 | - 'fields_border_radius' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1243 | + 'fields_border_radius' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1067 | 1244 | |
| 1068 | - 'fields_text_color' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1069 | - 'fields_bg_color' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1245 | + 'fields_text_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1246 | + 'fields_bg_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1070 | 1247 | |
| 1071 | 1248 | // Hover. |
| 1072 | - 'fields_hover_border' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select:is(:hover, :focus, :active,:focus-visible)', | |
| 1249 | + 'fields_hover_border' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select:is(:hover, :focus, :active,:focus-visible)', | |
| 1073 | 1250 | |
| 1074 | - 'fields_border_radius_hover' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select:is(:hover, :focus, :active,:focus-visible)', | |
| 1251 | + 'fields_border_radius_hover' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select:is(:hover, :focus, :active,:focus-visible)', | |
| 1075 | 1252 | |
| 1076 | - 'fields_hover_text_color' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} , {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single', | |
| 1077 | - 'fields_hover_bg_color' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single', | |
| 1078 | - 'fields_padding' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]),{{WRAPPER}} .rtsb-form-billing .select2-container--default .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields :is( select, .select2-selection--single )', | |
| 1253 | + 'fields_hover_text_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} , {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single', | |
| 1254 | + 'fields_hover_bg_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single', | |
| 1255 | + 'fields_padding' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]),{{WRAPPER}} .rtsb-form-billing .select2-container--default .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields :is( select, .select2-selection--single )', | |
| 1079 | 1256 | |
| 1080 | 1257 | 'form_row_margin' => '{{WRAPPER}} .woocommerce-billing-fields p.form-row', |
| 1081 | 1258 | 'form_wrapper_margin' => '{{WRAPPER}} .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper', |
| 1082 | 1259 | |
| @@ -1089,11 +1266,12 @@ | ||
| 1089 | 1266 | |
| 1090 | 1267 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1091 | 1268 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1092 | 1269 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label .required', |
| 1093 | - 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', | |
| 1270 | + 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label:not(.radio)', | |
| 1094 | 1271 | |
| 1095 | 1272 | // Input Fields. |
| 1273 | + 'textarea_fields_height' => '{{WRAPPER}} .rtsb-form-shipping textarea', | |
| 1096 | 1274 | 'fields_height' => '{{WRAPPER}} .rtsb-form-shipping input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', |
| 1097 | 1275 | 'fields_border' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', |
| 1098 | 1276 | |
| 1099 | 1277 | 'fields_border_radius' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', |
| @@ -1126,25 +1304,26 @@ | ||
| 1126 | 1304 | |
| 1127 | 1305 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1128 | 1306 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1129 | 1307 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-order-note label .required', |
| 1130 | - 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-order-note label', | |
| 1308 | + 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-order-note label:not(.radio)', | |
| 1131 | 1309 | |
| 1132 | 1310 | // Input Fields. |
| 1133 | - 'fields_height' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1134 | - 'fields_border' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1135 | - 'fields_border_radius' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1136 | - 'fields_text_color' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1137 | - 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1311 | + 'textarea_fields_height' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1312 | + 'fields_height' => '{{WRAPPER}} .rtsb-form-order-note input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-order-note .select2-selection--single, {{WRAPPER}} .rtsb-form-order-note select', | |
| 1313 | + 'fields_border' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1314 | + 'fields_border_radius' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea )', | |
| 1315 | + 'fields_text_color' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1316 | + 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1138 | 1317 | |
| 1139 | 1318 | // Hover. |
| 1140 | - 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1319 | + 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1141 | 1320 | |
| 1142 | - 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1143 | - 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1144 | - 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1321 | + 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1322 | + 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1323 | + 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1145 | 1324 | |
| 1146 | - 'fields_padding' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1325 | + 'fields_padding' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea )', | |
| 1147 | 1326 | 'form_row_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', |
| 1148 | 1327 | 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', |
| 1149 | 1328 | |
| 1150 | 1329 | ], |
| @@ -1160,9 +1339,8 @@ | ||
| 1160 | 1339 | 'title_text_shadow' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1161 | 1340 | 'title_margin' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1162 | 1341 | 'title_padding' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1163 | 1342 | 'title_border' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1164 | - // Table Settings. | |
| 1165 | 1343 | 'table_wrapper_border' => '#rtsb-builder-content {{WRAPPER}} #order_review', |
| 1166 | 1344 | 'table_wrapper_padding' => '#rtsb-builder-content {{WRAPPER}} #order_review', |
| 1167 | 1345 | 'table_wrapper_margin' => '#rtsb-builder-content {{WRAPPER}} #order_review', |
| 1168 | 1346 | 'table_border' => '{{WRAPPER}} #order_review table :is( td, th )', |
| @@ -1169,17 +1347,17 @@ | ||
| 1169 | 1347 | 'label_typo' => '{{WRAPPER}} #order_review thead th', |
| 1170 | 1348 | 'label_color' => '{{WRAPPER}} #order_review thead th', |
| 1171 | 1349 | 'label_bg_color' => '{{WRAPPER}} #order_review thead th', |
| 1172 | 1350 | 'label_item_padding' => '{{WRAPPER}} #order_review thead th', |
| 1173 | - // Table Body | |
| 1351 | + // Table Body. | |
| 1174 | 1352 | 'body_text_typo' => '{{WRAPPER}} #order_review tbody td', |
| 1175 | 1353 | 'body_text_color' => '{{WRAPPER}} #order_review tbody td', |
| 1176 | 1354 | 'body_item_padding' => '{{WRAPPER}} #order_review tbody td', |
| 1177 | 1355 | 'table_body_bg_color' => '{{WRAPPER}} #order_review tbody td', |
| 1178 | - // Counter | |
| 1356 | + // Counter. | |
| 1179 | 1357 | 'counter_text_color' => '{{WRAPPER}} .product-quantity', |
| 1180 | 1358 | 'counter_style' => '{{WRAPPER}} .product-quantity', |
| 1181 | - // Table Footer | |
| 1359 | + // Table Footer. | |
| 1182 | 1360 | 'table_footer_label_typo' => '{{WRAPPER}} #order_review tfoot :is( th, td )', |
| 1183 | 1361 | 'table_footer_label_color' => '{{WRAPPER}} #order_review tfoot th', |
| 1184 | 1362 | 'table_footer_text_color' => '{{WRAPPER}} #order_review tfoot td', |
| 1185 | 1363 | 'table_footer_label_bg_color' => '{{WRAPPER}} #order_review tfoot :is( th, td )', |
| @@ -1374,9 +1552,11 @@ | ||
| 1374 | 1552 | 'rtsb/elementor/common_selectors', |
| 1375 | 1553 | [ |
| 1376 | 1554 | 'columns' => [ |
| 1377 | 1555 | 'cols' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 1556 | + 'masonry' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row.rtsb-masonry', | |
| 1378 | 1557 | 'list_cols' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row[class*="list-layout"]', |
| 1558 | + 'list_masonry' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row[class*="list-layout"].rtsb-masonry', | |
| 1379 | 1559 | 'grid_gap' => [ |
| 1380 | 1560 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container [class*=rtsb-col-]', |
| 1381 | 1561 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 1382 | 1562 | 'slider_layout3' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout3', |
| @@ -1383,15 +1563,14 @@ | ||
| 1383 | 1563 | 'slider_layout9' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout9', |
| 1384 | 1564 | ], |
| 1385 | 1565 | 'image_width' => [ |
| 1386 | 1566 | 'image' => '{{WRAPPER}} .rtsb-product .rtsb-list-item .rtsb-product-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout6 .rtsb-content-left', |
| 1387 | - // 'content' => '{{WRAPPER}} .rtsb-product .rtsb-list-item .rtsb-product-content', | |
| 1388 | 1567 | ], |
| 1389 | 1568 | 'v_action_btn_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout3 .rtsb-product .rtsb-action-buttons.after-content', |
| 1390 | 1569 | 'image_gap' => '{{WRAPPER}} .rtsb-product .rtsb-list-item,{{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout6 .rtsb-product .rtsb-list-item .rtsb-product-content', |
| 1391 | 1570 | 'grid_alignment' => [ |
| 1392 | 1571 | 'text_align' => '{{WRAPPER}} .rtsb-elementor-container, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout4 .rtsb-product-content', |
| 1393 | - 'justify_content' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list, {{WRAPPER}} .rtsb-elementor-container .price-wrapper, {{WRAPPER}} .rtsb-elementor-container [class*=list-layout] .rtsb-product-category, {{WRAPPER}} .rtsb-elementor-container .rtwpvs-archive-variation-wrapper, {{WRAPPER}} .rtsb-elementor-container .product-rating, {{WRAPPER}} .rtsb-elementor-container .category-title-with-count, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout4 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-grid-layout4 .rtsb-content-footer.has-cart-text .rtsb-action-button-list', | |
| 1572 | + 'justify_content' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-category, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-list, {{WRAPPER}} .rtsb-elementor-container .price-wrapper, {{WRAPPER}} .rtsb-elementor-container [class*=list-layout] .rtsb-product-category, {{WRAPPER}} .rtsb-elementor-container .rtwpvs-archive-variation-wrapper, {{WRAPPER}} .rtsb-elementor-container .product-rating, {{WRAPPER}} .rtsb-elementor-container .category-title-with-count, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout4 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-grid-layout4 .rtsb-content-footer.has-cart-text .rtsb-action-button-list', | |
| 1394 | 1573 | ], |
| 1395 | 1574 | ], |
| 1396 | 1575 | 'color_scheme' => [ |
| 1397 | 1576 | 'primary_color' => '{{WRAPPER}}', |
| @@ -1430,10 +1609,12 @@ | ||
| 1430 | 1609 | 'width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .rtsb-product-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .rtsb-product-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-product-img .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item .rtsb-product-image', |
| 1431 | 1610 | 'max_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image .rtsb-product-img figure,{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item .rtsb-product-img figure', |
| 1432 | 1611 | 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area::before, {{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area::after', |
| 1433 | 1612 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img', |
| 1613 | + | |
| 1434 | 1614 | ], |
| 1435 | 1615 | 'advanced' => [ |
| 1616 | + 'wrapper_padding' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1436 | 1617 | 'content_padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| 1437 | 1618 | 'element_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid', |
| 1438 | 1619 | 'element_padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .category-wrapper, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .fade-action-button, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout3 .rtsb-product .rtsb-action-buttons.after-content', |
| 1439 | 1620 | 'content_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| @@ -1441,8 +1622,10 @@ | ||
| 1441 | 1622 | 'rtsb_el_element_shadow' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .category-wrapper, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product .product-fade-content', |
| 1442 | 1623 | 'content_hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image:hover', |
| 1443 | 1624 | 'element_hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item:hover, {{WRAPPER}} .rtsb-elementor-container .single-category-area:hover, {{WRAPPER}} .rtsb-elementor-container .category-wrapper:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product:hover :is( .product-fade-content, .fade-action-button )', |
| 1444 | 1625 | 'rtsb_el_element_hover_shadow' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item:hover, {{WRAPPER}} .rtsb-elementor-container .single-category-area:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .category-wrapper:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .rtsb-category-grid:hover .category-title-with-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product:hover .product-fade-content', |
| 1626 | + 'rtsb_el_wrapper_border' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1627 | + 'wrapper_border_radius' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1445 | 1628 | 'rtsb_el_element_border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .category-wrapper', |
| 1446 | 1629 | 'element_border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item:hover, {{WRAPPER}} .rtsb-elementor-container .single-category-area:hover, {{WRAPPER}} .rtsb-elementor-container .category-wrapper:hover', |
| 1447 | 1630 | 'element_border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .category-wrapper', |
| 1448 | 1631 | 'rtsb_el_content_border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| @@ -1448,8 +1631,12 @@ | ||
| 1448 | 1631 | 'rtsb_el_content_border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| 1449 | 1632 | 'content_border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image:hover', |
| 1450 | 1633 | 'content_border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| 1451 | 1634 | ], |
| 1635 | + 'badges_module' => [ | |
| 1636 | + 'direction' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 1637 | + 'alignment' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 1638 | + ], | |
| 1452 | 1639 | ] |
| 1453 | 1640 | ); |
| 1454 | 1641 | } |
| 1455 | 1642 | |
| @@ -1460,9 +1647,12 @@ | ||
| 1460 | 1647 | */ |
| 1461 | 1648 | public static function general_slider_selectors(): array { |
| 1462 | 1649 | return [ |
| 1463 | 1650 | 'slider_buttons' => [ |
| 1464 | - 'arrow_size' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', | |
| 1651 | + 'arrow_size' => [ | |
| 1652 | + 'icon' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', | |
| 1653 | + 'svg' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow svg', | |
| 1654 | + ], | |
| 1465 | 1655 | 'arrow_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 1466 | 1656 | 'arrow_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 1467 | 1657 | 'arrow_line_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', |
| 1468 | 1658 | 'dot_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| @@ -1532,17 +1722,18 @@ | ||
| 1532 | 1722 | 'action_btn_alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product .rtsb-action-buttons.horizontal-floating-btn .rtsb-action-button-list', |
| 1533 | 1723 | 'action_btn_gap' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-button-list', |
| 1534 | 1724 | ], |
| 1535 | 1725 | 'product_price' => [ |
| 1536 | - 'typography' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper, {{WRAPPER}} .rtsb-elementor-container .price-wrapper ins .woocommerce-Price-amount, {{WRAPPER}}.elementor-element .rtsb-elementor-container.products .price-wrapper > p', | |
| 1537 | - 'sale_typography' => '{{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1538 | - 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1539 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( ins, ins span bdi)', | |
| 1540 | - 'regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( bdi, del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1541 | - 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1542 | - 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', | |
| 1543 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1544 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1726 | + 'typography' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper, {{WRAPPER}} .rtsb-elementor-container .price-wrapper ins .woocommerce-Price-amount, {{WRAPPER}}.elementor-element .rtsb-elementor-container.products .price-wrapper > p', | |
| 1727 | + 'sale_typography' => '{{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1728 | + 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1729 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( ins, ins span bdi)', | |
| 1730 | + 'regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( bdi, del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1731 | + 'crossed_regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is(del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1732 | + 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1733 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', | |
| 1734 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1735 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1545 | 1736 | ], |
| 1546 | 1737 | 'product_rating' => [ |
| 1547 | 1738 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .star-rating', |
| 1548 | 1739 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-rating', |
| @@ -1564,8 +1755,22 @@ | ||
| 1564 | 1755 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1565 | 1756 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1566 | 1757 | 'wrapper_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-category', |
| 1567 | 1758 | ], |
| 1759 | + 'product_brands' => [ | |
| 1760 | + 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1761 | + 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content .rtsb-brand-category', | |
| 1762 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1763 | + 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1764 | + 'hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a:hover', | |
| 1765 | + 'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a:hover', | |
| 1766 | + 'border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1767 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a:hover', | |
| 1768 | + 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1769 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1770 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1771 | + 'wrapper_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-category', | |
| 1772 | + ], | |
| 1568 | 1773 | 'pagination' => [ |
| 1569 | 1774 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button', |
| 1570 | 1775 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap', |
| 1571 | 1776 | 'width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button', |
| @@ -1660,9 +1865,12 @@ | ||
| 1660 | 1865 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-quick-view .rtsb-action-btn', |
| 1661 | 1866 | ], |
| 1662 | 1867 | 'hover_icon_button' => [ |
| 1663 | 1868 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a', |
| 1664 | - 'icon_size' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon', | |
| 1869 | + 'icon_size' => [ | |
| 1870 | + 'font_size' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon', | |
| 1871 | + 'svg' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon svg', | |
| 1872 | + ], | |
| 1665 | 1873 | 'hover_icon_spacing' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .text + .icon', |
| 1666 | 1874 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a', |
| 1667 | 1875 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a', |
| 1668 | 1876 | 'icon_color' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon', |