| @@ -118,19 +118,19 @@ | ||
| 118 | 118 | public static function reviews_settings_selecotor(): array { |
| 119 | 119 | $defaults = array_merge( |
| 120 | 120 | self::review_star_icon_selector(), |
| 121 | 121 | [ |
| 122 | - 'review_heading_typography' => '{{WRAPPER}} #reviews .woocommerce-Reviews-title', | |
| 123 | - 'review_heading_color' => '{{WRAPPER}} #reviews .woocommerce-Reviews-title', | |
| 124 | - 'review_title_margin' => '{{WRAPPER}} #reviews .woocommerce-Reviews-title', | |
| 122 | + 'review_heading_typography' => '{{WRAPPER}} #reviews .woocommerce-Reviews-title', | |
| 123 | + 'review_heading_color' => '{{WRAPPER}} #reviews .woocommerce-Reviews-title', | |
| 124 | + 'review_title_margin' => '{{WRAPPER}} #reviews .woocommerce-Reviews-title', | |
| 125 | 125 | |
| 126 | - 'form_heading_typography' => '{{WRAPPER}} #reviews #reply-title', | |
| 127 | - 'form_heading_color' => '{{WRAPPER}} #reviews #reply-title', | |
| 128 | - 'noform_heading_color' => '{{WRAPPER}} #reviews .woocommerce-noreviews', | |
| 129 | - 'form_title_margin' => '{{WRAPPER}} #reviews #reply-title', | |
| 130 | - 'input_label_typography' => '{{WRAPPER}} #commentform label', | |
| 131 | - 'review_label_color' => '{{WRAPPER}} #commentform label', | |
| 132 | - 'review_label_required' => '{{WRAPPER}} #commentform .required', | |
| 126 | + 'form_heading_typography' => '{{WRAPPER}} #reviews #reply-title', | |
| 127 | + 'form_heading_color' => '{{WRAPPER}} #reviews #reply-title', | |
| 128 | + 'noform_heading_color' => '{{WRAPPER}} #reviews .woocommerce-noreviews', | |
| 129 | + 'form_title_margin' => '{{WRAPPER}} #reviews #reply-title', | |
| 130 | + 'input_label_typography' => '{{WRAPPER}} #commentform label', | |
| 131 | + 'review_label_color' => '{{WRAPPER}} #commentform label', | |
| 132 | + 'review_label_required' => '{{WRAPPER}} #commentform .required', | |
| 133 | 133 | |
| 134 | 134 | 'review_input_color' => '{{WRAPPER}} #review_form #respond .comment-form :is(input:not([type=checkbox], .submit), textarea)', |
| 135 | 135 | 'review_input_border_color' => '{{WRAPPER}} #review_form #respond .comment-form :is(textarea, input:not(.submit))', |
| 136 | 136 | 'review_input_border_color_focus' => '{{WRAPPER}} #review_form #respond .comment-form :is(textarea, input):focus', |
| @@ -143,30 +143,30 @@ | ||
| 143 | 143 | ], |
| 144 | 144 | 'review_input_border_radius' => '{{WRAPPER}} #review_form #respond .comment-form :is(input:not([type=submit]), textarea )', |
| 145 | 145 | 'review_input_padding' => '{{WRAPPER}} #review_form #respond .comment-form :is(textarea, input:not(#wp-comment-cookies-consent, .submit))', |
| 146 | 146 | |
| 147 | - 'button_typography' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 148 | - 'submit_button_alignment' => [ | |
| 147 | + 'button_typography' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 148 | + 'submit_button_alignment' => [ | |
| 149 | 149 | 'text-align' => '{{WRAPPER}} #review_form #respond .comment-form .form-submit', |
| 150 | 150 | 'float' => '{{WRAPPER}} #review_form #respond .comment-form .form-submit input#submit', |
| 151 | 151 | ], |
| 152 | - 'button_text_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 153 | - 'button_bg_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 154 | - 'button_border' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 155 | - 'button_text_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 156 | - 'button_bg_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 157 | - 'button_border_hover_color' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 158 | - 'button_border_radius' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 159 | - 'button_padding' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 160 | - 'button_margin' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 152 | + 'button_text_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 153 | + 'button_bg_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 154 | + 'button_border' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 155 | + 'button_text_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 156 | + 'button_bg_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 157 | + 'button_border_hover_color' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 158 | + 'button_border_radius' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 159 | + 'button_padding' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 160 | + 'button_margin' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 161 | 161 | |
| 162 | - 'review_meta_color' => '{{WRAPPER}} #reviews #comments ol.commentlist li .meta', | |
| 163 | - 'description_color' => '{{WRAPPER}} #reviews .description, {{WRAPPER}} #reviews .description p', | |
| 164 | - 'review_border' => '{{WRAPPER}} #reviews #comments ol.commentlist li .comment-text', | |
| 165 | - 'review_meta_typography' => '{{WRAPPER}} #reviews #comments ol.commentlist li .meta', | |
| 166 | - 'review_desc_typography' => '{{WRAPPER}} #reviews .description, {{WRAPPER}} #reviews .description p', | |
| 167 | - 'review_single_spacing' => '{{WRAPPER}} #reviews #comments ol.commentlist li', | |
| 168 | - 'review_padding' => '{{WRAPPER}} #reviews #comments ol.commentlist li .comment-text', | |
| 162 | + 'review_meta_color' => '{{WRAPPER}} #reviews #comments ol.commentlist li .meta', | |
| 163 | + 'description_color' => '{{WRAPPER}} #reviews .description, {{WRAPPER}} #reviews .description p', | |
| 164 | + 'review_border' => '{{WRAPPER}} #reviews #comments ol.commentlist li .comment-text', | |
| 165 | + 'review_meta_typography' => '{{WRAPPER}} #reviews #comments ol.commentlist li .meta', | |
| 166 | + 'review_desc_typography' => '{{WRAPPER}} #reviews .description, {{WRAPPER}} #reviews .description p', | |
| 167 | + 'review_single_spacing' => '{{WRAPPER}} #reviews #comments ol.commentlist li', | |
| 168 | + 'review_padding' => '{{WRAPPER}} #reviews #comments ol.commentlist li .comment-text', | |
| 169 | 169 | |
| 170 | 170 | ] |
| 171 | 171 | ); |
| 172 | 172 | |
| @@ -298,9 +298,9 @@ | ||
| 298 | 298 | * @return array |
| 299 | 299 | */ |
| 300 | 300 | private static function general_widget_selectors(): array { |
| 301 | 301 | $selectors = [ |
| 302 | - 'rtsb-product-breadcrumbs' => [ | |
| 302 | + 'rtsb-product-breadcrumbs' => [ | |
| 303 | 303 | 'breadcrumbs_align' => '{{WRAPPER}} .rtsb-breadcrumb', |
| 304 | 304 | 'text_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', |
| 305 | 305 | 'link_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a', |
| 306 | 306 | 'link_hover_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a:hover', |
| @@ -312,9 +312,9 @@ | ||
| 312 | 312 | 'breadcrumbs_typography' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', |
| 313 | 313 | 'icon_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator i,{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', |
| 314 | 314 | ], |
| 315 | 315 | |
| 316 | - 'rtsb-wc-notice' => [ | |
| 316 | + 'rtsb-wc-notice' => [ | |
| 317 | 317 | 'notice_typography' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', |
| 318 | 318 | 'notice_icon_size' => [ |
| 319 | 319 | 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', |
| 320 | 320 | 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', |
| @@ -369,19 +369,19 @@ | ||
| 369 | 369 | 'notice_icon_gap' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', |
| 370 | 370 | 'notice_border_radius' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', |
| 371 | 371 | ], |
| 372 | 372 | |
| 373 | - 'rtsb-products-grid' => array_merge( | |
| 373 | + 'rtsb-products-grid' => array_merge( | |
| 374 | 374 | self::general_common_selectors(), |
| 375 | 375 | self::general_product_selectors() |
| 376 | 376 | ), |
| 377 | 377 | |
| 378 | - 'rtsb-products-list' => array_merge( | |
| 378 | + 'rtsb-products-list' => array_merge( | |
| 379 | 379 | self::general_common_selectors(), |
| 380 | 380 | self::general_product_selectors() |
| 381 | 381 | ), |
| 382 | 382 | |
| 383 | - 'rtsb-products-slider' => array_merge( | |
| 383 | + 'rtsb-products-slider' => array_merge( | |
| 384 | 384 | self::general_common_selectors(), |
| 385 | 385 | self::general_product_selectors(), |
| 386 | 386 | self::general_slider_selectors(), |
| 387 | 387 | ), |
| @@ -390,17 +390,17 @@ | ||
| 390 | 390 | self::general_common_selectors(), |
| 391 | 391 | self::general_cat_selectors() |
| 392 | 392 | ), |
| 393 | 393 | |
| 394 | - 'rtsb-products-single-category' => array_merge( | |
| 394 | + 'rtsb-products-single-category' => array_merge( | |
| 395 | 395 | self::general_common_selectors(), |
| 396 | 396 | self::general_cat_selectors() |
| 397 | 397 | ), |
| 398 | 398 | |
| 399 | - 'rtsb-social-share' => array_merge( | |
| 399 | + 'rtsb-social-share' => array_merge( | |
| 400 | 400 | self::social_share(), |
| 401 | 401 | ), |
| 402 | - 'rtsb-wishlist' => [ | |
| 402 | + 'rtsb-wishlist' => [ | |
| 403 | 403 | 'table_border' => '{{WRAPPER}} .rtsb-wishlist-content table td,{{WRAPPER}} .rtsb-wishlist-content table th', |
| 404 | 404 | 'table_heading_cell_padding' => '{{WRAPPER}} .rtsb-wishlist-content table th,{{WRAPPER}} .rtsb-wishlist-content table td', |
| 405 | 405 | 'table_header_typo' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| 406 | 406 | 'table_header_align' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| @@ -444,9 +444,9 @@ | ||
| 444 | 444 | self::general_product_selectors(), |
| 445 | 445 | self::general_slider_selectors(), |
| 446 | 446 | ), |
| 447 | 447 | |
| 448 | - 'rtsb-upsells-product' => array_merge( | |
| 448 | + 'rtsb-upsells-product' => array_merge( | |
| 449 | 449 | self::products_loop_default_selector(), |
| 450 | 450 | self::carousel_selector(), |
| 451 | 451 | [ |
| 452 | 452 | 'section_heading_typography' => '{{WRAPPER}} .rtsb-upsells-products :is(.up-sells, .upsells ) > h2', |
| @@ -454,14 +454,14 @@ | ||
| 454 | 454 | 'section_title_margin' => '{{WRAPPER}} .rtsb-upsells-products :is(.up-sells, .upsells ) > h2', |
| 455 | 455 | 'section_title_align' => '{{WRAPPER}} .rtsb-upsells-products :is(.up-sells, .upsells ) > h2', |
| 456 | 456 | ], |
| 457 | 457 | ), |
| 458 | - 'rtsb-upsells-product-custom' => array_merge( | |
| 458 | + 'rtsb-upsells-product-custom' => array_merge( | |
| 459 | 459 | self::general_common_selectors(), |
| 460 | 460 | self::general_product_selectors() |
| 461 | 461 | ), |
| 462 | 462 | |
| 463 | - 'rtsb-upsells-product-slider' => array_merge( | |
| 463 | + 'rtsb-upsells-product-slider' => array_merge( | |
| 464 | 464 | self::general_common_selectors(), |
| 465 | 465 | self::general_product_selectors(), |
| 466 | 466 | self::general_slider_selectors(), |
| 467 | 467 | ), |
| @@ -483,16 +483,16 @@ | ||
| 483 | 483 | 'icon' => '{{WRAPPER}} a:is(.rtsb-wishlist-btn,.rtsb-compare-btn,.rtsb-quick-view-btn) .icon', |
| 484 | 484 | 'svg' => '{{WRAPPER}} a:is(.rtsb-wishlist-btn,.rtsb-compare-btn,.rtsb-quick-view-btn) .icon svg', |
| 485 | 485 | ], |
| 486 | 486 | |
| 487 | - 'separator_color_normal' => '{{WRAPPER}} .rtsb-actions-button .button-separator', | |
| 488 | - 'separator_typography' => '{{WRAPPER}} .rtsb-actions-button .button-separator', | |
| 489 | - 'typo' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 490 | - 'align' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 491 | - 'text_color' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 492 | - 'text_hover_color' => '{{WRAPPER}} .rtsb-actions-button .button-text:hover', | |
| 493 | - 'text_shadow' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 494 | - 'text_margin' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 487 | + 'separator_color_normal' => '{{WRAPPER}} .rtsb-actions-button .button-separator', | |
| 488 | + 'separator_typography' => '{{WRAPPER}} .rtsb-actions-button .button-separator', | |
| 489 | + 'typo' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 490 | + 'align' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 491 | + 'text_color' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 492 | + 'text_hover_color' => '{{WRAPPER}} .rtsb-actions-button .button-text:hover', | |
| 493 | + 'text_shadow' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 494 | + 'text_margin' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 495 | 495 | |
| 496 | 496 | ], |
| 497 | 497 | 'rtsb-product-additional-info' => [ |
| 498 | 498 | 'heading_typography' => '{{WRAPPER}} .rtsb-product-additional-information h2', |
| @@ -550,9 +550,12 @@ | ||
| 550 | 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 | 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 | 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', |
| 553 | 553 | 'variation_label_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 554 | + 'variation_stock_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 554 | 555 | 'variation_label_color' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 556 | + 'variation_stock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 557 | + 'variation_outofstock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock.out-of-stock', | |
| 555 | 558 | |
| 556 | 559 | ], |
| 557 | 560 | 'rtsb-product-categories' => [ |
| 558 | 561 | 'align' => '{{WRAPPER}} .rtsb-product-categories', |
| @@ -576,9 +579,9 @@ | ||
| 576 | 579 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-tags a', |
| 577 | 580 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-tags a:hover', |
| 578 | 581 | ], |
| 579 | 582 | |
| 580 | - 'rtsb-product-image' => [ | |
| 583 | + 'rtsb-product-image' => [ | |
| 581 | 584 | 'image_width' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image a > img', |
| 582 | 585 | 'image_border_radius' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image', |
| 583 | 586 | 'gallery_thumbs_column' => '{{WRAPPER}} div.images .flex-control-thumbs li', |
| 584 | 587 | // 'gallery_thumbs_column_gap' => '{{WRAPPER}} div.images .flex-control-thumbs', |
| @@ -599,25 +602,25 @@ | ||
| 599 | 602 | 'flash_sale_position_horizontal' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 600 | 603 | 'flash_sale_position_vertical' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 601 | 604 | 'zoom_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 602 | 605 | |
| 603 | - '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)', | |
| 605 | - 'zoom_badge_width' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 606 | - 'zoom_badge_height' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 607 | - '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 | - 'zoom_padding' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 609 | - 'zoom_position_horizontal' => [ | |
| 606 | + 'zoom_bg_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 607 | + '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)', | |
| 608 | + 'zoom_badge_width' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 609 | + 'zoom_badge_height' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 610 | + 'zoom_badge_border_radius' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 611 | + 'zoom_padding' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 612 | + 'zoom_position_horizontal' => [ | |
| 610 | 613 | 'zoom_position' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger', |
| 611 | 614 | '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 | 615 | '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 | 616 | ], |
| 614 | - 'zoom_position_vertical' => [ | |
| 615 | - 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger', | |
| 617 | + 'zoom_position_vertical' => [ | |
| 618 | + 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger, {{WRAPPER}} .rtsb-product-images .rtwpvg-trigger', | |
| 616 | 619 | '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 | 620 | ], |
| 618 | 621 | ], |
| 619 | - 'rtsb-product-meta' => [ | |
| 622 | + 'rtsb-product-meta' => [ | |
| 620 | 623 | 'meta_layout' => '{{WRAPPER}} .rtsb-product-meta .product_meta', |
| 621 | 624 | 'align' => '{{WRAPPER}} .product_meta', |
| 622 | 625 | 'gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', |
| 623 | 626 | 'meta_padding' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', |
| @@ -626,9 +629,9 @@ | ||
| 626 | 629 | 'value_typo' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku, .posted_in a, .tagged_as a)', |
| 627 | 630 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku, .posted_in a, .tagged_as a)', |
| 628 | 631 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.posted_in a, .tagged_as a):hover', |
| 629 | 632 | ], |
| 630 | - 'rtsb-product-price' => [ | |
| 633 | + 'rtsb-product-price' => [ | |
| 631 | 634 | 'price_align' => '{{WRAPPER}}', |
| 632 | 635 | 'space_between' => [ |
| 633 | 636 | 'del_price' => '{{WRAPPER}} .rtsb-product-price .price del', |
| 634 | 637 | 'del_price_rtl' => '.rtl {{WRAPPER}} .rtsb-product-price .price del', |
| @@ -638,9 +641,9 @@ | ||
| 638 | 641 | 'sale_price_typo' => '{{WRAPPER}} .rtsb-product-price .price ins .amount', |
| 639 | 642 | 'sale_price_color' => '{{WRAPPER}} .rtsb-product-price .price ins .amount', |
| 640 | 643 | ], |
| 641 | 644 | // New Convension. |
| 642 | - 'rtsb-product-rating' => array_merge( | |
| 645 | + 'rtsb-product-rating' => array_merge( | |
| 643 | 646 | self::review_star_icon_selector(), |
| 644 | 647 | [ |
| 645 | 648 | 'rating_align' => '{{WRAPPER}}', |
| 646 | 649 | 'rating_text_link_color' => '{{WRAPPER}} .woocommerce-review-link', |
| @@ -651,10 +654,10 @@ | ||
| 651 | 654 | 'margin-left' => 'body.rtl {{WRAPPER}} .star-rating', |
| 652 | 655 | ], |
| 653 | 656 | ] |
| 654 | 657 | ), |
| 655 | - 'rtsb-product-reviews' => self::reviews_settings_selecotor(), | |
| 656 | - 'rtsb-product-sku' => [ | |
| 658 | + 'rtsb-product-reviews' => self::reviews_settings_selecotor(), | |
| 659 | + 'rtsb-product-sku' => [ | |
| 657 | 660 | 'align' => '{{WRAPPER}} .rtsb-product-sku', |
| 658 | 661 | 'label_typo' => '{{WRAPPER}} .rtsb-product-sku .sku-label', |
| 659 | 662 | 'meta_label_color' => '{{WRAPPER}} .rtsb-product-sku .sku-label', |
| 660 | 663 | 'value_typo' => '{{WRAPPER}} .rtsb-product-sku .sku-value', |
| @@ -660,9 +663,9 @@ | ||
| 660 | 663 | 'value_typo' => '{{WRAPPER}} .rtsb-product-sku .sku-value', |
| 661 | 664 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-sku .sku-value', |
| 662 | 665 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-sku .sku-value:hover', |
| 663 | 666 | ], |
| 664 | - 'rtsb-product-stock' => [ | |
| 667 | + 'rtsb-product-stock' => [ | |
| 665 | 668 | 'stock_text_typography' => '{{WRAPPER}} .rtsb-product-stock .stock', |
| 666 | 669 | 'in_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.in-stock', |
| 667 | 670 | 'outof_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.out-of-stock', |
| 668 | 671 | 'backorder_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.available-on-backorder', |
| @@ -671,16 +674,16 @@ | ||
| 671 | 674 | 'stock_alignment' => '{{WRAPPER}} .rtsb-product-stock p', |
| 672 | 675 | 'stock_padding' => '{{WRAPPER}} .rtsb-product-stock p', |
| 673 | 676 | 'stock_margin' => '{{WRAPPER}} .rtsb-product-stock p', |
| 674 | 677 | ], |
| 675 | - 'rtsb-product-tabs' => array_merge( | |
| 678 | + 'rtsb-product-tabs' => array_merge( | |
| 676 | 679 | self::reviews_settings_selecotor(), |
| 677 | 680 | [ |
| 678 | - 'nav_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 679 | - 'nav_position' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs.tabs-custom-layout2 ul.wc-tabs', | |
| 680 | - 'nav_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 681 | - 'nav_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 682 | - 'nav_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li', | |
| 681 | + 'nav_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 682 | + 'nav_position' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs.tabs-custom-layout2 ul.wc-tabs', | |
| 683 | + 'nav_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 684 | + 'nav_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 685 | + 'nav_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li', | |
| 683 | 686 | |
| 684 | 687 | 'nav_active_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active a', |
| 685 | 688 | 'nav_active_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active a', |
| 686 | 689 | 'nav_active_border_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active', |
| @@ -691,18 +694,18 @@ | ||
| 691 | 694 | 'nav_active_hover_border_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active:hover a', |
| 692 | 695 | 'nav_padding' => '#rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a ', |
| 693 | 696 | 'content_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab ', |
| 694 | 697 | |
| 695 | - 'show_title' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child,{{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .comment-reply-title, {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title', | |
| 696 | - 'tab_title_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', | |
| 697 | - 'tab_title_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', | |
| 698 | - 'tab_content_title_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child, {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title', | |
| 698 | + 'show_title' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child,{{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .comment-reply-title, {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title', | |
| 699 | + 'tab_title_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', | |
| 700 | + 'tab_title_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', | |
| 701 | + 'tab_content_title_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child, {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title', | |
| 699 | 702 | |
| 700 | - 'additional_info_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab .shop_attributes', | |
| 701 | - 'attributes_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs table.shop_attributes td,{{WRAPPER}} .rtsb-product-tabs table.shop_attributes th', | |
| 703 | + 'additional_info_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab .shop_attributes', | |
| 704 | + 'attributes_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs table.shop_attributes td,{{WRAPPER}} .rtsb-product-tabs table.shop_attributes th', | |
| 702 | 705 | ] |
| 703 | 706 | ), |
| 704 | - 'rtsb-product-title' => [ | |
| 707 | + 'rtsb-product-title' => [ | |
| 705 | 708 | 'title_typo' => '{{WRAPPER}} .product_title', |
| 706 | 709 | 'title_align' => '{{WRAPPER}}', |
| 707 | 710 | 'title_color' => '{{WRAPPER}} .product_title', |
| 708 | 711 | 'title_text_stroke' => '{{WRAPPER}} .product_title', |
| @@ -710,23 +713,24 @@ | ||
| 710 | 713 | 'title_margin' => '{{WRAPPER}} .product_title', |
| 711 | 714 | 'title_padding' => '{{WRAPPER}} .product_title', |
| 712 | 715 | 'title_border' => '{{WRAPPER}} .product_title', |
| 713 | 716 | ], |
| 714 | - 'rtsb-short-description' => [ | |
| 717 | + 'rtsb-short-description' => [ | |
| 715 | 718 | 'typo' => '{{WRAPPER}} .rtsb-short-description, {{WRAPPER}} .rtsb-short-description p', |
| 716 | 719 | 'align' => '{{WRAPPER}}', |
| 717 | 720 | 'text_color' => '{{WRAPPER}} :is(.rtsb-short-description , p)', |
| 718 | 721 | 'text_shadow' => '{{WRAPPER}} .rtsb-short-description, {{WRAPPER}} .rtsb-short-description p', |
| 719 | 722 | ], |
| 720 | - 'rtsb-product-onsale' => [ | |
| 721 | - 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 722 | - 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 723 | - 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 724 | - 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 725 | - 'flash_sale_badge_height' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 726 | - 'flash_sale_badge_border_radius' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 723 | + 'rtsb-product-onsale' => [ | |
| 724 | + 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 725 | + 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 726 | + 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 727 | + 'flash_sale_border_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), {{WRAPPER}} .rtsb-tag-outline.angle-right::after', | |
| 728 | + 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 729 | + 'flash_sale_badge_height' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 730 | + 'flash_sale_badge_border_radius' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 727 | 731 | 'product_badges' => [ |
| 728 | - 'typography' => '{{WRAPPER}} .rtsb-product-onsale :is( .rtsb-tag-fill,.rtsb-tag-outline )', | |
| 732 | + 'typography' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 729 | 733 | 'color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 730 | 734 | 'bg_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 731 | 735 | 'border_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline),{{WRAPPER}} .rtsb-tag-outline.angle-right::after', |
| 732 | 736 | 'border_radius' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| @@ -748,9 +752,9 @@ | ||
| 748 | 752 | */ |
| 749 | 753 | private static function archive_widget_selectors(): array { |
| 750 | 754 | $selectors = [ |
| 751 | 755 | |
| 752 | - 'rtsb-products-archive' => array_merge( | |
| 756 | + 'rtsb-products-archive' => array_merge( | |
| 753 | 757 | self::products_loop_default_selector(), |
| 754 | 758 | [ |
| 755 | 759 | 'column_per_row' => '{{WRAPPER}} .rtsb-product-catalog.product-catalog-grid-view .products .product', |
| 756 | 760 | 'column_gap' => '{{WRAPPER}} .rtsb-product-catalog.product-catalog-grid-view .products', |
| @@ -767,9 +771,9 @@ | ||
| 767 | 771 | self::general_common_selectors(), |
| 768 | 772 | self::general_product_selectors() |
| 769 | 773 | ), |
| 770 | 774 | |
| 771 | - 'rtsb-archive-title' => [ | |
| 775 | + 'rtsb-archive-title' => [ | |
| 772 | 776 | 'archive_title_align' => '{{WRAPPER}}', |
| 773 | 777 | 'archive_title_color' => '{{WRAPPER}} .archive-title', |
| 774 | 778 | 'title_typo' => '{{WRAPPER}} .archive-title', |
| 775 | 779 | 'text_stroke' => '{{WRAPPER}} .archive-title', |
| @@ -774,15 +778,15 @@ | ||
| 774 | 778 | 'title_typo' => '{{WRAPPER}} .archive-title', |
| 775 | 779 | 'text_stroke' => '{{WRAPPER}} .archive-title', |
| 776 | 780 | 'text_shadow' => '{{WRAPPER}} .archive-title', |
| 777 | 781 | ], |
| 778 | - 'rtsb-archive-description' => [ | |
| 782 | + 'rtsb-archive-description' => [ | |
| 779 | 783 | 'typo' => '{{WRAPPER}} .rtsb-archive-description', |
| 780 | 784 | 'align' => '{{WRAPPER}}', |
| 781 | 785 | 'text_color' => '{{WRAPPER}}', |
| 782 | 786 | 'text_shadow' => '{{WRAPPER}} .rtsb-archive-description', |
| 783 | 787 | ], |
| 784 | - 'rtsb-archive-product-mode' => [ | |
| 788 | + 'rtsb-archive-product-mode' => [ | |
| 785 | 789 | 'icon_size' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 786 | 790 | 'mode_button_align' => '{{WRAPPER}}', |
| 787 | 791 | 'mode_button_height' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 788 | 792 | 'mode_button_width' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| @@ -795,15 +799,15 @@ | ||
| 795 | 799 | 'text_hover_color' => '{{WRAPPER}} .rtsb-archive-view-mode a:hover,{{WRAPPER}} .rtsb-archive-view-mode a.active', |
| 796 | 800 | 'mode_button_border_hover_color' => '{{WRAPPER}} .rtsb-archive-view-mode a:hover,{{WRAPPER}} .rtsb-archive-view-mode a.active', |
| 797 | 801 | 'mode_button_radius' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 798 | 802 | ], |
| 799 | - 'rtsb-archive-result-count' => [ | |
| 803 | + 'rtsb-archive-result-count' => [ | |
| 800 | 804 | 'align' => '{{WRAPPER}}', |
| 801 | 805 | 'text_color' => '{{WRAPPER}}', |
| 802 | 806 | 'typo' => '{{WRAPPER}} .rtsb-archive-result-count', |
| 803 | 807 | 'text_shadow' => '{{WRAPPER}} .rtsb-archive-result-count', |
| 804 | 808 | ], |
| 805 | - 'rtsb-products-ordering' => [ | |
| 809 | + 'rtsb-products-ordering' => [ | |
| 806 | 810 | 'typo' => '{{WRAPPER}} .rtsb-archive-catalog-ordering :is( .woocommerce-ordering, select )', |
| 807 | 811 | 'align' => '{{WRAPPER}}', |
| 808 | 812 | 'orderby_height' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby', |
| 809 | 813 | 'orderby_width' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering,{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby', |
| @@ -827,9 +831,9 @@ | ||
| 827 | 831 | * @return array |
| 828 | 832 | */ |
| 829 | 833 | private static function cart_widget_selectors(): array { |
| 830 | 834 | $selectors = [ |
| 831 | - 'rtsb-cross-sells' => array_merge( | |
| 835 | + 'rtsb-cross-sells' => array_merge( | |
| 832 | 836 | self::products_loop_default_selector(), |
| 833 | 837 | self::carousel_selector(), |
| 834 | 838 | [ |
| 835 | 839 | 'section_heading_typography' => '{{WRAPPER}} .rtsb-cross-sell .cross-sells > h2', |
| @@ -843,16 +847,17 @@ | ||
| 843 | 847 | self::general_common_selectors(), |
| 844 | 848 | self::general_product_selectors() |
| 845 | 849 | ), |
| 846 | 850 | |
| 847 | - 'rtsb-crosssell-product-slider' => array_merge( | |
| 851 | + 'rtsb-crosssell-product-slider' => array_merge( | |
| 848 | 852 | self::general_common_selectors(), |
| 849 | 853 | self::general_product_selectors(), |
| 850 | 854 | self::general_slider_selectors(), |
| 851 | 855 | ), |
| 852 | 856 | |
| 853 | - 'rtsb-product-cart-totals' => [ | |
| 857 | + 'rtsb-product-cart-totals' => [ | |
| 854 | 858 | 'show_title' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| 859 | + 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 855 | 860 | // Title Style. |
| 856 | 861 | 'title_align' => '{{WRAPPER}}', |
| 857 | 862 | 'title_typo' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| 858 | 863 | 'title_color' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| @@ -889,9 +894,9 @@ | ||
| 889 | 894 | 'button_padding' => '{{WRAPPER}} .rtsb-cart-totals .button', |
| 890 | 895 | 'button_margin' => '{{WRAPPER}} .rtsb-cart-totals .button', |
| 891 | 896 | |
| 892 | 897 | ], |
| 893 | - 'rtsb-product-carttable' => [ | |
| 898 | + 'rtsb-product-carttable' => [ | |
| 894 | 899 | 'button_typography' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| 895 | 900 | 'button_height' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| 896 | 901 | 'button_width' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| 897 | 902 | 'button_text_color_normal' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| @@ -940,87 +945,94 @@ | ||
| 940 | 945 | 'table_thumbnail_padding' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data )', |
| 941 | 946 | 'cart_remove_icon_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 942 | 947 | 'cart_remove_button_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 943 | 948 | 'cart_icon_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 949 | + 'cart_icon_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', | |
| 950 | + 'cart_icon_hover_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', | |
| 951 | + 'cart_icon_hover_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', | |
| 944 | 952 | // 'table_content_column_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td', |
| 945 | 953 | 'table_column_header_padding' => '{{WRAPPER}} .woocommerce table.shop_table thead tr th', |
| 954 | + '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', | |
| 946 | 955 | 'cart_table_border' => '{{WRAPPER}} .woocommerce table.shop_table', |
| 947 | 956 | |
| 948 | - 'table_wrapper_margin' => '{{WRAPPER}} .woocommerce :is(table.shop_table, form )', | |
| 949 | - 'element_alignment' => '#rtsb-builder-content {{WRAPPER}} th.product-subtotal, #rtsb-builder-content {{WRAPPER}} td.product-subtotal', | |
| 950 | - 'action_button_padding' => '{{WRAPPER}} .woocommerce :is(table.shop_table, from ) .actions-button-wrapper', | |
| 957 | + 'table_wrapper_margin' => '{{WRAPPER}} .woocommerce :is(table.shop_table, form )', | |
| 958 | + 'element_alignment' => '#rtsb-builder-content {{WRAPPER}} th.product-subtotal, #rtsb-builder-content {{WRAPPER}} td.product-subtotal', | |
| 959 | + 'action_button_padding' => '{{WRAPPER}} .woocommerce :is(table.shop_table, from ) .actions-button-wrapper', | |
| 951 | 960 | |
| 952 | - 'cart_subtotal_price_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', | |
| 953 | - 'cart_price_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', | |
| 961 | + 'cart_subtotal_price_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', | |
| 962 | + 'cart_price_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', | |
| 954 | 963 | |
| 955 | - 'cart_product_title_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', | |
| 956 | - 'cart_product_title_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', | |
| 957 | - 'cart_product_title_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .rtsb-product-content, {{WRAPPER}} .rtsb-cart-table table.shop_table tr th:is(.product-name, .product-data) .table-column-wrapper', | |
| 964 | + 'cart_title_element_alignment' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data), #rtsb-builder-content {{WRAPPER}} .woocommerce table.shop_table .table-column-wrapper .product-attributes-wrapper .product-attributes li', | |
| 965 | + 'cart_product_title_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', | |
| 966 | + 'cart_product_title_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', | |
| 967 | + 'cart_product_title_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .rtsb-product-content, {{WRAPPER}} .rtsb-cart-table table.shop_table tr th:is(.product-name, .product-data) .table-column-wrapper', | |
| 958 | 968 | |
| 959 | - 'cart_product_title_meta_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', | |
| 960 | - 'cart_product_title_meta_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', | |
| 969 | + 'cart_product_title_meta_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', | |
| 970 | + 'cart_product_title_meta_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', | |
| 961 | 971 | |
| 962 | - 'cart_subtotal_button_typo' => '{{WRAPPER}} td.product-subtotal .subtotal-action-button-wrapper a', | |
| 963 | - 'cart_subtotal_price_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .amount', | |
| 964 | - 'cart_subtotal_price_margin' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .amount', | |
| 965 | - 'cart_subtotal_button_gap' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', | |
| 966 | - 'cart_subtotal_button_wrapper_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', | |
| 967 | - 'cart_subtotal_col_wrapper_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td.product-subtotal', | |
| 972 | + 'cart_subtotal_button_typo' => '{{WRAPPER}} td.product-subtotal .subtotal-action-button-wrapper a', | |
| 973 | + 'cart_subtotal_price_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .amount', | |
| 974 | + 'cart_subtotal_price_margin' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .amount', | |
| 975 | + 'cart_subtotal_button_gap' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', | |
| 976 | + 'cart_subtotal_button_wrapper_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', | |
| 977 | + 'cart_subtotal_col_wrapper_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td.product-subtotal', | |
| 968 | 978 | |
| 969 | - 'cart_table_cell_width' => [ | |
| 979 | + 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 980 | + 'cart_table_cell_width' => [ | |
| 970 | 981 | 'th' => '{{WRAPPER}} .shop_table.cart tr th', |
| 971 | 982 | 'td' => '{{WRAPPER}} .shop_table.cart tr td', |
| 972 | 983 | ], |
| 973 | 984 | |
| 974 | - 'clear_cart_button_bg_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 975 | - 'clear_cart_button_text_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 976 | - 'clear_cart_button_border_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 977 | - 'clear_cart_button_bg_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 978 | - 'clear_cart_button_text_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 979 | - 'clear_cart_button_border_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 985 | + 'clear_cart_button_bg_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 986 | + 'clear_cart_button_text_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 987 | + 'clear_cart_button_border_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 988 | + 'clear_cart_button_bg_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 989 | + 'clear_cart_button_text_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 990 | + 'clear_cart_button_border_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 980 | 991 | |
| 981 | 992 | // Table. |
| 982 | - 'table_row_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table :is( thead, tbody ) tr', | |
| 993 | + 'table_row_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table :is( thead, tbody ) tr', | |
| 983 | 994 | |
| 984 | - 'cart_table_header_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', | |
| 985 | - 'cart_table_header_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table thead', | |
| 986 | - 'cart_table_header_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', | |
| 995 | + 'cart_table_header_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', | |
| 996 | + 'cart_heading_element_alignment' => '#rtsb-builder-content {{WRAPPER}} .woocommerce table.shop_table th', | |
| 997 | + 'cart_table_header_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table thead', | |
| 998 | + 'cart_table_header_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', | |
| 987 | 999 | |
| 988 | - 'cart_table_odd_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(odd)', | |
| 989 | - 'cart_table_odd_row_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr:nth-child(odd) td', | |
| 1000 | + 'cart_table_odd_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(odd)', | |
| 1001 | + 'cart_table_odd_row_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr:nth-child(odd) td', | |
| 990 | 1002 | |
| 991 | - 'cart_table_even_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(even)', | |
| 992 | - 'cart_table_even_row_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr:nth-child(even) td', | |
| 1003 | + 'cart_table_even_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(even)', | |
| 1004 | + 'cart_table_even_row_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr:nth-child(even) td', | |
| 993 | 1005 | |
| 994 | - 'cart_table_col_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td:not(.product-remove)', | |
| 995 | - 'cart_table_col_attributes_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td .product-attributes-wrapper', | |
| 996 | - 'cart_table_row_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr', | |
| 1006 | + 'cart_table_col_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td:not(.product-remove)', | |
| 1007 | + 'cart_table_col_attributes_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td .product-attributes-wrapper', | |
| 1008 | + 'cart_table_row_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr', | |
| 997 | 1009 | |
| 998 | - 'cart_link_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr td a', | |
| 999 | - 'cart_link_hover_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr td a:hover', | |
| 1010 | + 'cart_link_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr td a', | |
| 1011 | + 'cart_link_hover_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr td a:hover', | |
| 1000 | 1012 | |
| 1001 | 1013 | // Cart Quantity. |
| 1002 | - 'quantity_input_width' => '{{WRAPPER}} .woocommerce-cart-form input.qty', | |
| 1003 | - 'quantity_height' => [ | |
| 1014 | + 'quantity_input_width' => '{{WRAPPER}} .woocommerce-cart-form input.qty', | |
| 1015 | + 'quantity_height' => [ | |
| 1004 | 1016 | 'full' => '{{WRAPPER}} .woocommerce-cart-form input[type=number], {{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group:is( .rtsb-quantity-box-group-style-1, .rtsb-quantity-box-group-style-2 ) .rtsb-quantity-btn', |
| 1005 | 1017 | 'half' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group:is( .rtsb-quantity-box-group-style-3, .rtsb-quantity-box-group-style-4 ) .rtsb-quantity-btn', |
| 1006 | 1018 | ], |
| 1007 | - 'quantity_increment_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-plus', | |
| 1008 | - 'quantity_decrement_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', | |
| 1019 | + 'quantity_increment_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-plus', | |
| 1020 | + 'quantity_decrement_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', | |
| 1009 | 1021 | |
| 1010 | - 'quantity_button_width' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1011 | - 'icon_size' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1012 | - 'quantity_icon_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity i', | |
| 1013 | - 'quantity_icon_hover_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-btn:hover i', | |
| 1014 | - 'text_typography' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1015 | - 'quantity_number_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1016 | - 'quantity_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1017 | - 'quantity_border' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1018 | - 'quantity_radius' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1019 | - 'qunatity_padding' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1020 | - 'quantity_wrapper_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1021 | - 'qunatity_wrapper_padding' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1022 | - 'quantity_wrapper_radius' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1022 | + 'quantity_button_width' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1023 | + 'icon_size' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1024 | + 'quantity_icon_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity i', | |
| 1025 | + 'quantity_icon_hover_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-btn:hover i', | |
| 1026 | + 'text_typography' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1027 | + 'quantity_number_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1028 | + 'quantity_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1029 | + 'quantity_border' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1030 | + 'quantity_radius' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1031 | + 'qunatity_padding' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1032 | + 'quantity_wrapper_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1033 | + 'qunatity_wrapper_padding' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1034 | + 'quantity_wrapper_radius' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1023 | 1035 | ], |
| 1024 | 1036 | ]; |
| 1025 | 1037 | |
| 1026 | 1038 | return apply_filters( 'rtsb/elements/elementor/widget/cart/selectors', $selectors ); |
| @@ -1032,9 +1044,9 @@ | ||
| 1032 | 1044 | * @return array |
| 1033 | 1045 | */ |
| 1034 | 1046 | private static function checkout_widget_selectors(): array { |
| 1035 | 1047 | $selectors = [ |
| 1036 | - 'rtsb-billing-form' => [ | |
| 1048 | + 'rtsb-billing-form' => [ | |
| 1037 | 1049 | // Title. |
| 1038 | 1050 | 'show_title' => '{{WRAPPER}} .woocommerce-billing-fields h3', |
| 1039 | 1051 | 'title_typo' => '{{WRAPPER}} .woocommerce-billing-fields h3', |
| 1040 | 1052 | 'title_align' => '{{WRAPPER}} .woocommerce-billing-fields h3', |
| @@ -1053,31 +1065,31 @@ | ||
| 1053 | 1065 | // Input Fields. |
| 1054 | 1066 | 'fields_height' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-billing .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', |
| 1055 | 1067 | 'fields_border' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', |
| 1056 | 1068 | |
| 1057 | - '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', | |
| 1069 | + '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', | |
| 1058 | 1070 | |
| 1059 | - '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', | |
| 1060 | - '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', | |
| 1071 | + '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', | |
| 1072 | + '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', | |
| 1061 | 1073 | |
| 1062 | 1074 | // Hover. |
| 1063 | - '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)', | |
| 1075 | + '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)', | |
| 1064 | 1076 | |
| 1065 | - '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)', | |
| 1077 | + '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)', | |
| 1066 | 1078 | |
| 1067 | - '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', | |
| 1068 | - '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', | |
| 1069 | - '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 )', | |
| 1079 | + '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', | |
| 1080 | + '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', | |
| 1081 | + '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 )', | |
| 1070 | 1082 | |
| 1071 | - 'form_row_margin' => '{{WRAPPER}} .woocommerce-billing-fields p.form-row', | |
| 1072 | - 'form_wrapper_margin' => '{{WRAPPER}} .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper', | |
| 1083 | + 'form_row_margin' => '{{WRAPPER}} .woocommerce-billing-fields p.form-row', | |
| 1084 | + 'form_wrapper_margin' => '{{WRAPPER}} .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper', | |
| 1073 | 1085 | |
| 1074 | 1086 | ], |
| 1075 | - 'rtsb-shipping-form' => [ | |
| 1087 | + 'rtsb-shipping-form' => [ | |
| 1076 | 1088 | // Label. |
| 1077 | - 'form_heading_gap' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1078 | - 'form_heading_color' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1079 | - 'form_heading_typo' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1089 | + 'form_heading_gap' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1090 | + 'form_heading_color' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1091 | + 'form_heading_typo' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1080 | 1092 | |
| 1081 | 1093 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1082 | 1094 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1083 | 1095 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label .required', |
| @@ -1086,35 +1098,35 @@ | ||
| 1086 | 1098 | // Input Fields. |
| 1087 | 1099 | 'fields_height' => '{{WRAPPER}} .rtsb-form-shipping input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', |
| 1088 | 1100 | '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', |
| 1089 | 1101 | |
| 1090 | - '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', | |
| 1102 | + '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', | |
| 1091 | 1103 | |
| 1092 | - 'fields_text_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', | |
| 1093 | - 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', | |
| 1104 | + 'fields_text_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', | |
| 1105 | + 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', | |
| 1094 | 1106 | |
| 1095 | 1107 | // Hover. |
| 1096 | - 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select:is(:hover, :focus, :active,:focus-visible)', | |
| 1108 | + 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select:is(:hover, :focus, :active,:focus-visible)', | |
| 1097 | 1109 | |
| 1098 | - 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select:is(:hover, :focus, :active,:focus-visible)', | |
| 1110 | + 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select:is(:hover, :focus, :active,:focus-visible)', | |
| 1099 | 1111 | |
| 1100 | - 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} , {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single', | |
| 1101 | - 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single', | |
| 1102 | - 'fields_padding' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ),{{WRAPPER}} .rtsb-form-billing .select2-container--default .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping :is( select, .select2-selection--single )', | |
| 1103 | - 'form_row_margin' => '{{WRAPPER}} .rtsb-form-shipping p.form-row', | |
| 1104 | - 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address', | |
| 1112 | + 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} , {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single', | |
| 1113 | + 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active), {{WRAPPER}} .rtsb-form-shipping .select2-container--open .select2-selection--single', | |
| 1114 | + 'fields_padding' => '{{WRAPPER}} .rtsb-form-shipping :is( input:not([type=checkbox],[type=radio]), textarea ),{{WRAPPER}} .rtsb-form-billing .select2-container--default .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping :is( select, .select2-selection--single )', | |
| 1115 | + 'form_row_margin' => '{{WRAPPER}} .rtsb-form-shipping p.form-row', | |
| 1116 | + 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address', | |
| 1105 | 1117 | |
| 1106 | 1118 | ], |
| 1107 | - 'rtsb-order-notes' => [ | |
| 1108 | - 'show_title' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1109 | - 'title_typo' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1110 | - 'title_align' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1111 | - 'title_color' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1112 | - 'title_text_stroke' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1113 | - 'title_text_shadow' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1114 | - 'title_margin' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1115 | - 'title_padding' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1116 | - 'title_border' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1119 | + 'rtsb-order-notes' => [ | |
| 1120 | + 'show_title' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1121 | + 'title_typo' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1122 | + 'title_align' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1123 | + 'title_color' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1124 | + 'title_text_stroke' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1125 | + 'title_text_shadow' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1126 | + 'title_margin' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1127 | + 'title_padding' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1128 | + 'title_border' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1117 | 1129 | |
| 1118 | 1130 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1119 | 1131 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1120 | 1132 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-order-note label .required', |
| @@ -1129,15 +1141,15 @@ | ||
| 1129 | 1141 | |
| 1130 | 1142 | // Hover. |
| 1131 | 1143 | 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', |
| 1132 | 1144 | |
| 1133 | - 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1134 | - 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1135 | - 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1145 | + 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1146 | + 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1147 | + 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1136 | 1148 | |
| 1137 | - 'fields_padding' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1138 | - 'form_row_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', | |
| 1139 | - 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', | |
| 1149 | + 'fields_padding' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1150 | + 'form_row_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', | |
| 1151 | + 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', | |
| 1140 | 1152 | |
| 1141 | 1153 | ], |
| 1142 | 1154 | |
| 1143 | 1155 | 'rtsb-order-review' => [ |
| @@ -1142,8 +1154,9 @@ | ||
| 1142 | 1154 | |
| 1143 | 1155 | 'rtsb-order-review' => [ |
| 1144 | 1156 | // Title. |
| 1145 | 1157 | 'show_title' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1158 | + 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 1146 | 1159 | 'title_typo' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1147 | 1160 | 'title_align' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1148 | 1161 | 'title_color' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1149 | 1162 | 'title_text_stroke' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| @@ -1176,25 +1189,28 @@ | ||
| 1176 | 1189 | 'table_footer_item_padding' => '{{WRAPPER}} #order_review tfoot td, {{WRAPPER}} #order_review tfoot th', |
| 1177 | 1190 | |
| 1178 | 1191 | ], |
| 1179 | 1192 | 'rtsb-checkout-payment' => [ |
| 1193 | + 'payment_method_wrapper_bg_color' => '{{WRAPPER}} #payment ul.payment_methods', | |
| 1194 | + 'payment_link_color' => '{{WRAPPER}} .rtsb-checkout-payment a', | |
| 1195 | + 'payment_link_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment a:hover', | |
| 1180 | 1196 | |
| 1181 | - 'payment_link_color' => '{{WRAPPER}} .rtsb-checkout-payment a', | |
| 1182 | - 'payment_link_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment a:hover', | |
| 1197 | + 'payment_label_typography' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', | |
| 1198 | + 'payment_label_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child+label:before', | |
| 1199 | + 'payment_label_active_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label:hover, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child:checked+label:before, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child:checked+label', | |
| 1200 | + 'payment_label_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', | |
| 1201 | + 'payment_method_space_between' => '{{WRAPPER}} #payment ul.payment_methods li input', | |
| 1202 | + 'payment_method_bacs_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.woocommerce-PaymentMethod>label,{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.wc_payment_method>label', | |
| 1203 | + 'payment_method_wrap_padding' => '{{WRAPPER}} #payment ul.payment_methods', | |
| 1204 | + 'payment_method_bacs_margin' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.woocommerce-PaymentMethod>label,{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.wc_payment_method>label', | |
| 1183 | 1205 | |
| 1184 | - 'payment_label_typography' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', | |
| 1185 | - 'payment_label_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child+label:before', | |
| 1186 | - 'payment_label_active_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label:hover, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child:checked+label:before, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child:checked+label', | |
| 1187 | - 'payment_label_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', | |
| 1188 | - 'payment_method_bacs_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.woocommerce-PaymentMethod>label,{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.wc_payment_method>label', | |
| 1189 | - 'payment_method_bacs_margin' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.woocommerce-PaymentMethod>label,{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods>.wc_payment_method>label', | |
| 1206 | + 'payment_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment p', | |
| 1207 | + 'payment_description_text_color' => '{{WRAPPER}} .rtsb-checkout-payment p', | |
| 1208 | + 'payment_description_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods > li .payment_box', | |
| 1209 | + 'payment_description_border' => '{{WRAPPER}} .rtsb-checkout-payment #payment ul.payment_methods', | |
| 1210 | + 'payment_method_desc_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', | |
| 1211 | + 'payment_method_desc_margin' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', | |
| 1190 | 1212 | |
| 1191 | - 'payment_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment p', | |
| 1192 | - 'payment_description_text_color' => '{{WRAPPER}} .rtsb-checkout-payment p', | |
| 1193 | - 'payment_description_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods > li .payment_box', | |
| 1194 | - 'payment_method_desc_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', | |
| 1195 | - 'payment_method_desc_margin' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', | |
| 1196 | - | |
| 1197 | 1213 | 'payment_button_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order p', |
| 1198 | 1214 | 'payment_button_description_text_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order p', |
| 1199 | 1215 | 'payment_button_description_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order', |
| 1200 | 1216 | 'payment_button_wrapper_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order', |
| @@ -1239,35 +1255,35 @@ | ||
| 1239 | 1255 | 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text:is(:hover, :focus, :active)', |
| 1240 | 1256 | 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text:is(:hover, :focus, :active)', |
| 1241 | 1257 | 'form_fields_border_radius_hover' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text:is(:hover, :focus, :active)', |
| 1242 | 1258 | |
| 1243 | - 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text', | |
| 1244 | - 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', | |
| 1259 | + 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text', | |
| 1260 | + 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', | |
| 1245 | 1261 | |
| 1246 | - 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1247 | - 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner )', | |
| 1248 | - 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1262 | + 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1263 | + 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner )', | |
| 1264 | + 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1249 | 1265 | |
| 1250 | - 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form a', | |
| 1251 | - 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner ) ', | |
| 1252 | - 'infobox_icon_size' => [ | |
| 1266 | + 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form a', | |
| 1267 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner ) ', | |
| 1268 | + 'infobox_icon_size' => [ | |
| 1253 | 1269 | 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', |
| 1254 | 1270 | 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', |
| 1255 | 1271 | ], |
| 1256 | 1272 | |
| 1257 | - 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner__content :is( i, svg ) ', | |
| 1273 | + 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner__content :is( i, svg ) ', | |
| 1258 | 1274 | |
| 1259 | - 'infobox_icon_color' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i, .woocommerce-info svg ), {{WRAPPER}} :is( .wc-block-components-notice-banner__content svg, .wc-block-components-notice-banner__content i )', | |
| 1275 | + 'infobox_icon_color' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i, .woocommerce-info svg ), {{WRAPPER}} :is( .wc-block-components-notice-banner__content svg, .wc-block-components-notice-banner__content i )', | |
| 1260 | 1276 | |
| 1261 | - 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form ', | |
| 1262 | - 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .wc-block-components-notice-banner', | |
| 1263 | - 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is( .woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1264 | - 'form_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', | |
| 1265 | - 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1266 | - 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1277 | + 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form ', | |
| 1278 | + 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .wc-block-components-notice-banner', | |
| 1279 | + 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is( .woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1280 | + 'form_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', | |
| 1281 | + 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1282 | + 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1267 | 1283 | |
| 1268 | - 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1269 | - 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1284 | + 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1285 | + 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1270 | 1286 | |
| 1271 | 1287 | ] |
| 1272 | 1288 | ), |
| 1273 | 1289 | 'rtsb-checkout-login-form' => array_merge( |
| @@ -1291,36 +1307,36 @@ | ||
| 1291 | 1307 | 'form_fields_border_radius_hover' => '{{WRAPPER}} input.input-text:is(:hover, :focus, :active)', |
| 1292 | 1308 | 'fields_hover_text_color' => '{{WRAPPER}} input.input-text:is(:hover, :focus, :active)', |
| 1293 | 1309 | 'fields_hover_bg_color' => '{{WRAPPER}} input.input-text:is(:hover, :focus, :active)', |
| 1294 | 1310 | |
| 1295 | - 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-login-form input.input-text', | |
| 1296 | - 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', | |
| 1297 | - 'label_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .field-wrapper label', | |
| 1311 | + 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-login-form input.input-text', | |
| 1312 | + 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', | |
| 1313 | + 'label_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .field-wrapper label', | |
| 1298 | 1314 | // Info Box. |
| 1299 | - 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1300 | - 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1301 | - 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1315 | + 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1316 | + 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1317 | + 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1302 | 1318 | |
| 1303 | - 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-login-form a', | |
| 1319 | + 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-login-form a', | |
| 1304 | 1320 | |
| 1305 | - 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1306 | - 'infobox_icon_size' => [ | |
| 1321 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1322 | + 'infobox_icon_size' => [ | |
| 1307 | 1323 | 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', |
| 1308 | 1324 | 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', |
| 1309 | 1325 | ], |
| 1310 | 1326 | |
| 1311 | - 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner :is( i, svg ) ', | |
| 1327 | + 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner :is( i, svg ) ', | |
| 1312 | 1328 | |
| 1313 | - 'infobox_icon_color' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i, .woocommerce-info svg ), {{WRAPPER}} :is( .wc-block-components-notice-banner svg, .wc-block-components-notice-banner i )', | |
| 1329 | + 'infobox_icon_color' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i, .woocommerce-info svg ), {{WRAPPER}} :is( .wc-block-components-notice-banner svg, .wc-block-components-notice-banner i )', | |
| 1314 | 1330 | |
| 1315 | - 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form', | |
| 1316 | - 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form .wc-block-components-notice-banner', | |
| 1317 | - 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-login-form :is( .woocommerce-info, .wc-block-components-notice-banner__content ) ', | |
| 1318 | - 'form_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', | |
| 1319 | - 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1320 | - 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1321 | - 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1322 | - 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1331 | + 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form', | |
| 1332 | + 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form .wc-block-components-notice-banner', | |
| 1333 | + 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-login-form :is( .woocommerce-info, .wc-block-components-notice-banner__content ) ', | |
| 1334 | + 'form_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', | |
| 1335 | + 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1336 | + 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1337 | + 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1338 | + 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1323 | 1339 | |
| 1324 | 1340 | ] |
| 1325 | 1341 | ), |
| 1326 | 1342 | 'rtsb-shipping-method' => [ |
| @@ -1402,12 +1418,12 @@ | ||
| 1402 | 1418 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1403 | 1419 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1404 | 1420 | 'border_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline.angle-right::after', |
| 1405 | 1421 | 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1406 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', | |
| 1407 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', | |
| 1408 | - 'position_x' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-promotion', | |
| 1409 | - 'position_y' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-promotion', | |
| 1422 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline, {{WRAPPER}} .rtsb-elementor-container .rtsb-badge.type-image', | |
| 1423 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline, {{WRAPPER}} .rtsb-elementor-container .rtsb-badge.type-image', | |
| 1424 | + 'position_x' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img > .rtsb-promotion', | |
| 1425 | + 'position_y' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img > .rtsb-promotion', | |
| 1410 | 1426 | ], |
| 1411 | 1427 | 'image' => [ |
| 1412 | 1428 | 'overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area .rtsb-img-link::before', |
| 1413 | 1429 | 'hover_overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay .single-category-area .rtsb-img-link::after', |
| @@ -1520,11 +1536,12 @@ | ||
| 1520 | 1536 | 'action_btn_gap' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-button-list', |
| 1521 | 1537 | ], |
| 1522 | 1538 | 'product_price' => [ |
| 1523 | 1539 | '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', |
| 1540 | + 'sale_typography' => '{{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1524 | 1541 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-price', |
| 1525 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1526 | - 'regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper del', | |
| 1542 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( ins, ins span bdi)', | |
| 1543 | + 'regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( bdi, del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1527 | 1544 | 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', |
| 1528 | 1545 | 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', |
| 1529 | 1546 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', |
| 1530 | 1547 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', |
| @@ -1551,25 +1568,25 @@ | ||
| 1551 | 1568 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1552 | 1569 | 'wrapper_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-category', |
| 1553 | 1570 | ], |
| 1554 | 1571 | 'pagination' => [ |
| 1555 | - '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', | |
| 1556 | - 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1557 | - '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', | |
| 1558 | - 'height' => '{{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', | |
| 1559 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1560 | - 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1572 | + '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', | |
| 1573 | + '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', | |
| 1574 | + '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', | |
| 1575 | + 'height' => '{{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', | |
| 1576 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button', | |
| 1577 | + 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button', | |
| 1561 | 1578 | 'active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1562 | 1579 | 'active_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1563 | - 'hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button:hover', | |
| 1564 | - 'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button:hover', | |
| 1565 | - 'border' => '{{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', | |
| 1566 | - 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button:hover', | |
| 1580 | + 'hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button:hover', | |
| 1581 | + 'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button:hover', | |
| 1582 | + 'border' => '{{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', | |
| 1583 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button:hover', | |
| 1567 | 1584 | 'border_active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1568 | - 'border_radius' => '{{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', | |
| 1569 | - 'spacing' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1570 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1571 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1585 | + 'border_radius' => '{{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', | |
| 1586 | + 'spacing' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap', | |
| 1587 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button', | |
| 1588 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap', | |
| 1572 | 1589 | ], |
| 1573 | 1590 | 'product_add_to_cart' => [ |
| 1574 | 1591 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| 1575 | 1592 | 'icon_size' => [ |