| @@ -313,28 +313,62 @@ | ||
| 313 | 313 | 'icon_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator i,{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', |
| 314 | 314 | ], |
| 315 | 315 | |
| 316 | 316 | 'rtsb-wc-notice' => [ |
| 317 | - 'notice_typography' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 318 | - 'notice_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 319 | - 'notice_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 320 | - 'notice_icon_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 321 | - 'notice_icon_size' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 322 | - 'notice_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 323 | - 'notice_padding' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 324 | - 'button_height' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 325 | - 'button_width' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 326 | - 'button_typography' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 327 | - 'button_text_color_normal' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 328 | - 'button_bg_color_normal' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 329 | - 'button_border' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 330 | - 'button_text_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover', | |
| 331 | - 'button_bg_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover', | |
| 332 | - 'button_border_hover_color' => '{{WRAPPER}} .rtsb-notice a.button:hover', | |
| 333 | - 'button_border_radius' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 334 | - 'button_padding' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 335 | - 'button_margin' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 336 | - 'notice_gap_multiple' => '{{WRAPPER}} .rtsb-notice .woocommerce-notices-wrapper', | |
| 317 | + 'notice_typography' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 318 | + 'notice_icon_size' => [ | |
| 319 | + 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 320 | + 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', | |
| 321 | + ], | |
| 322 | + 'notice_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 323 | + 'notice_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 324 | + 'notice_icon_color' => [ | |
| 325 | + 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 326 | + 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', | |
| 327 | + ], | |
| 328 | + 'notice_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', | |
| 329 | + 'notice_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 330 | + 'notice_success_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-success)', | |
| 331 | + 'notice_success_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-success)', | |
| 332 | + 'notice_success_icon_color' => [ | |
| 333 | + 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 334 | + 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-success > svg', | |
| 335 | + ], | |
| 336 | + 'notice_success_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-success > svg', | |
| 337 | + 'notice_success_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-success)', | |
| 338 | + 'notice_error_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error', | |
| 339 | + 'notice_error_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error', | |
| 340 | + 'notice_error_icon_color' => [ | |
| 341 | + 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 342 | + 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error > svg', | |
| 343 | + ], | |
| 344 | + 'notice_error_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error > svg', | |
| 345 | + 'notice_error_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-error)', | |
| 346 | + 'notice_info_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info', | |
| 347 | + 'notice_info_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info', | |
| 348 | + 'notice_info_icon_color' => [ | |
| 349 | + 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 350 | + 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info > svg', | |
| 351 | + ], | |
| 352 | + 'notice_info_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info > svg', | |
| 353 | + 'notice_info_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-info)', | |
| 354 | + 'notice_padding' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 355 | + 'button_height' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 356 | + 'button_width' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 357 | + 'button_typography' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 358 | + 'button_text_color_normal' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 359 | + 'button_bg_color_normal' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 360 | + 'button_border' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 361 | + 'button_text_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover', | |
| 362 | + 'button_bg_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover', | |
| 363 | + 'button_border_hover_color' => '{{WRAPPER}} .rtsb-notice a.button:hover, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover', | |
| 364 | + 'button_border_radius' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 365 | + 'button_padding' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 366 | + 'button_margin' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 367 | + 'notice_button_alignment' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 368 | + 'notice_gap_multiple' => '{{WRAPPER}} .rtsb-notice .woocommerce-notices-wrapper, {{WRAPPER}} .rtsb-notice', | |
| 369 | + 'notice_icon_gap' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', | |
| 370 | + 'notice_border_radius' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', | |
| 337 | 371 | ], |
| 338 | 372 | |
| 339 | 373 | 'rtsb-products-grid' => array_merge( |
| 340 | 374 | self::general_common_selectors(), |
| @@ -516,9 +550,12 @@ | ||
| 516 | 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', |
| 517 | 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', |
| 518 | 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', |
| 519 | 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', | |
| 520 | 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', | |
| 521 | 558 | |
| 522 | 559 | ], |
| 523 | 560 | 'rtsb-product-categories' => [ |
| 524 | 561 | 'align' => '{{WRAPPER}} .rtsb-product-categories', |
| @@ -577,9 +614,9 @@ | ||
| 577 | 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)', |
| 578 | 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)', |
| 579 | 616 | ], |
| 580 | 617 | 'zoom_position_vertical' => [ |
| 581 | - 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger', | |
| 618 | + 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger, {{WRAPPER}} .rtsb-product-images .rtwpvg-trigger', | |
| 582 | 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)', |
| 583 | 620 | ], |
| 584 | 621 | ], |
| 585 | 622 | 'rtsb-product-meta' => [ |
| @@ -683,16 +720,17 @@ | ||
| 683 | 720 | 'text_color' => '{{WRAPPER}} :is(.rtsb-short-description , p)', |
| 684 | 721 | 'text_shadow' => '{{WRAPPER}} .rtsb-short-description, {{WRAPPER}} .rtsb-short-description p', |
| 685 | 722 | ], |
| 686 | 723 | 'rtsb-product-onsale' => [ |
| 687 | - 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 688 | - 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 689 | - 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 690 | - 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 691 | - 'flash_sale_badge_height' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 692 | - 'flash_sale_badge_border_radius' => '{{WRAPPER}} .rtsb-product-onsale .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)', | |
| 693 | 731 | 'product_badges' => [ |
| 694 | - '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)', | |
| 695 | 733 | 'color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 696 | 734 | 'bg_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 697 | 735 | 'border_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline),{{WRAPPER}} .rtsb-tag-outline.angle-right::after', |
| 698 | 736 | 'border_radius' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| @@ -817,8 +855,9 @@ | ||
| 817 | 855 | ), |
| 818 | 856 | |
| 819 | 857 | 'rtsb-product-cart-totals' => [ |
| 820 | 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', | |
| 821 | 860 | // Title Style. |
| 822 | 861 | 'title_align' => '{{WRAPPER}}', |
| 823 | 862 | 'title_typo' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| 824 | 863 | 'title_color' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| @@ -906,10 +945,14 @@ | ||
| 906 | 945 | 'table_thumbnail_padding' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data )', |
| 907 | 946 | 'cart_remove_icon_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 908 | 947 | 'cart_remove_button_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 909 | 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', | |
| 910 | 952 | // 'table_content_column_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td', |
| 911 | 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', | |
| 912 | 955 | 'cart_table_border' => '{{WRAPPER}} .woocommerce table.shop_table', |
| 913 | 956 | |
| 914 | 957 | 'table_wrapper_margin' => '{{WRAPPER}} .woocommerce :is(table.shop_table, form )', |
| 915 | 958 | 'element_alignment' => '#rtsb-builder-content {{WRAPPER}} th.product-subtotal, #rtsb-builder-content {{WRAPPER}} td.product-subtotal', |
| @@ -917,11 +960,12 @@ | ||
| 917 | 960 | |
| 918 | 961 | 'cart_subtotal_price_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', |
| 919 | 962 | 'cart_price_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', |
| 920 | 963 | |
| 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', | |
| 921 | 965 | 'cart_product_title_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', |
| 922 | 966 | 'cart_product_title_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', |
| 923 | - 'cart_product_title_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .rtsb-product-content', | |
| 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', | |
| 924 | 968 | |
| 925 | 969 | 'cart_product_title_meta_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', |
| 926 | 970 | 'cart_product_title_meta_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', |
| 927 | 971 | |
| @@ -931,11 +975,12 @@ | ||
| 931 | 975 | 'cart_subtotal_button_gap' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', |
| 932 | 976 | 'cart_subtotal_button_wrapper_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', |
| 933 | 977 | 'cart_subtotal_col_wrapper_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td.product-subtotal', |
| 934 | 978 | |
| 979 | + 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 935 | 980 | 'cart_table_cell_width' => [ |
| 936 | - 'th' => '{{WRAPPER}} .shop_table.shop_table_responsive.cart tr th', | |
| 937 | - 'td' => '{{WRAPPER}} .shop_table.shop_table_responsive.cart tr td', | |
| 981 | + 'th' => '{{WRAPPER}} .shop_table.cart tr th', | |
| 982 | + 'td' => '{{WRAPPER}} .shop_table.cart tr td', | |
| 938 | 983 | ], |
| 939 | 984 | |
| 940 | 985 | 'clear_cart_button_bg_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', |
| 941 | 986 | 'clear_cart_button_text_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', |
| @@ -947,8 +992,9 @@ | ||
| 947 | 992 | // Table. |
| 948 | 993 | 'table_row_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table :is( thead, tbody ) tr', |
| 949 | 994 | |
| 950 | 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', | |
| 951 | 997 | 'cart_table_header_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table thead', |
| 952 | 998 | 'cart_table_header_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', |
| 953 | 999 | |
| 954 | 1000 | 'cart_table_odd_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(odd)', |
| @@ -1108,8 +1154,9 @@ | ||
| 1108 | 1154 | |
| 1109 | 1155 | 'rtsb-order-review' => [ |
| 1110 | 1156 | // Title. |
| 1111 | 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', | |
| 1112 | 1159 | 'title_typo' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1113 | 1160 | 'title_align' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1114 | 1161 | 'title_color' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1115 | 1162 | 'title_text_stroke' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| @@ -1142,9 +1189,9 @@ | ||
| 1142 | 1189 | 'table_footer_item_padding' => '{{WRAPPER}} #order_review tfoot td, {{WRAPPER}} #order_review tfoot th', |
| 1143 | 1190 | |
| 1144 | 1191 | ], |
| 1145 | 1192 | 'rtsb-checkout-payment' => [ |
| 1146 | - | |
| 1193 | + 'payment_method_wrapper_bg_color' => '{{WRAPPER}} #payment ul.payment_methods', | |
| 1147 | 1194 | 'payment_link_color' => '{{WRAPPER}} .rtsb-checkout-payment a', |
| 1148 | 1195 | 'payment_link_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment a:hover', |
| 1149 | 1196 | |
| 1150 | 1197 | 'payment_label_typography' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', |
| @@ -1150,14 +1197,17 @@ | ||
| 1150 | 1197 | 'payment_label_typography' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', |
| 1151 | 1198 | 'payment_label_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child+label:before', |
| 1152 | 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', |
| 1153 | 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', | |
| 1154 | 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', | |
| 1155 | 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', |
| 1156 | 1205 | |
| 1157 | 1206 | 'payment_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment p', |
| 1158 | 1207 | 'payment_description_text_color' => '{{WRAPPER}} .rtsb-checkout-payment p', |
| 1159 | 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', | |
| 1160 | 1210 | 'payment_method_desc_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', |
| 1161 | 1211 | 'payment_method_desc_margin' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', |
| 1162 | 1212 | |
| 1163 | 1213 | 'payment_button_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order p', |
| @@ -1208,21 +1258,26 @@ | ||
| 1208 | 1258 | |
| 1209 | 1259 | 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text', |
| 1210 | 1260 | 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', |
| 1211 | 1261 | |
| 1212 | - 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info', | |
| 1213 | - 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info', | |
| 1214 | - 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info ', | |
| 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 )', | |
| 1265 | + | |
| 1215 | 1266 | 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form a', |
| 1216 | - 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info ', | |
| 1267 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner ) ', | |
| 1217 | 1268 | 'infobox_icon_size' => [ |
| 1218 | - 'icon' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i', | |
| 1219 | - 'svg' => '{{WRAPPER}} .woocommerce-info svg', | |
| 1269 | + 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', | |
| 1270 | + 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', | |
| 1220 | 1271 | ], |
| 1221 | - 'infobox_icon_color' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i, {{WRAPPER}} .woocommerce-info svg', | |
| 1272 | + | |
| 1273 | + 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner__content :is( i, svg ) ', | |
| 1274 | + | |
| 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 )', | |
| 1276 | + | |
| 1222 | 1277 | 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form ', |
| 1223 | - 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form ', | |
| 1224 | - 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info ', | |
| 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 )', | |
| 1225 | 1280 | 'form_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', |
| 1226 | 1281 | 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1227 | 1282 | 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1228 | 1283 | |
| @@ -1227,8 +1282,9 @@ | ||
| 1227 | 1282 | 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1228 | 1283 | |
| 1229 | 1284 | 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1230 | 1285 | 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1286 | + | |
| 1231 | 1287 | ] |
| 1232 | 1288 | ), |
| 1233 | 1289 | 'rtsb-checkout-login-form' => array_merge( |
| 1234 | 1290 | self::button_settings_selector(), |
| @@ -1254,23 +1310,28 @@ | ||
| 1254 | 1310 | |
| 1255 | 1311 | 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-login-form input.input-text', |
| 1256 | 1312 | 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', |
| 1257 | 1313 | 'label_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .field-wrapper label', |
| 1314 | + // Info Box. | |
| 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 )', | |
| 1258 | 1318 | |
| 1259 | - 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info', | |
| 1260 | - 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info', | |
| 1261 | - 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info ', | |
| 1262 | 1319 | 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-login-form a', |
| 1263 | - 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info ', | |
| 1320 | + | |
| 1321 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1264 | 1322 | 'infobox_icon_size' => [ |
| 1265 | - 'icon' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i', | |
| 1266 | - 'svg' => '{{WRAPPER}} .woocommerce-info svg', | |
| 1323 | + 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', | |
| 1324 | + 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', | |
| 1267 | 1325 | ], |
| 1268 | - 'infobox_icon_color' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i, {{WRAPPER}} .woocommerce-info svg', | |
| 1269 | 1326 | |
| 1327 | + 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner :is( i, svg ) ', | |
| 1328 | + | |
| 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 )', | |
| 1330 | + | |
| 1270 | 1331 | 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form', |
| 1271 | - 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form', | |
| 1272 | - 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info ', | |
| 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 ) ', | |
| 1273 | 1334 | 'form_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', |
| 1274 | 1335 | 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', |
| 1275 | 1336 | 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', |
| 1276 | 1337 | 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', |
| @@ -1321,8 +1382,9 @@ | ||
| 1321 | 1382 | 'grid_gap' => [ |
| 1322 | 1383 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container [class*=rtsb-col-]', |
| 1323 | 1384 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 1324 | 1385 | 'slider_layout3' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout3', |
| 1386 | + 'slider_layout9' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout9', | |
| 1325 | 1387 | ], |
| 1326 | 1388 | 'image_width' => [ |
| 1327 | 1389 | 'image' => '{{WRAPPER}} .rtsb-product .rtsb-list-item .rtsb-product-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout6 .rtsb-content-left', |
| 1328 | 1390 | // 'content' => '{{WRAPPER}} .rtsb-product .rtsb-list-item .rtsb-product-content', |
| @@ -1356,12 +1418,12 @@ | ||
| 1356 | 1418 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1357 | 1419 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1358 | 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', |
| 1359 | 1421 | 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1360 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', | |
| 1361 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', | |
| 1362 | - 'position_x' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-promotion', | |
| 1363 | - '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', | |
| 1364 | 1426 | ], |
| 1365 | 1427 | 'image' => [ |
| 1366 | 1428 | 'overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area .rtsb-img-link::before', |
| 1367 | 1429 | 'hover_overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay .single-category-area .rtsb-img-link::after', |
| @@ -1474,11 +1536,12 @@ | ||
| 1474 | 1536 | 'action_btn_gap' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-button-list', |
| 1475 | 1537 | ], |
| 1476 | 1538 | 'product_price' => [ |
| 1477 | 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', | |
| 1478 | 1541 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-price', |
| 1479 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1480 | - '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', | |
| 1481 | 1544 | 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', |
| 1482 | 1545 | 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', |
| 1483 | 1546 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', |
| 1484 | 1547 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', |
| @@ -1505,25 +1568,25 @@ | ||
| 1505 | 1568 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1506 | 1569 | 'wrapper_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-category', |
| 1507 | 1570 | ], |
| 1508 | 1571 | 'pagination' => [ |
| 1509 | - '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', | |
| 1510 | - 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1511 | - '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', | |
| 1512 | - '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', | |
| 1513 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1514 | - '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', | |
| 1515 | 1578 | 'active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1516 | 1579 | 'active_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1517 | - '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', | |
| 1518 | - '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', | |
| 1519 | - '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', | |
| 1520 | - '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', | |
| 1521 | 1584 | 'border_active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1522 | - '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', | |
| 1523 | - 'spacing' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1524 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1525 | - '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', | |
| 1526 | 1589 | ], |
| 1527 | 1590 | 'product_add_to_cart' => [ |
| 1528 | 1591 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| 1529 | 1592 | 'icon_size' => [ |