| @@ -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,31 @@ | ||
| 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 | + 'submit_button_height' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 153 | + 'button_text_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 154 | + 'button_bg_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 155 | + 'button_border' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 156 | + 'button_text_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 157 | + 'button_bg_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 158 | + 'button_border_hover_color' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', | |
| 159 | + 'button_border_radius' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 160 | + 'button_padding' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 161 | + 'button_margin' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 161 | 162 | |
| 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', | |
| 163 | + 'review_meta_color' => '{{WRAPPER}} #reviews #comments ol.commentlist li .meta', | |
| 164 | + 'description_color' => '{{WRAPPER}} #reviews .description, {{WRAPPER}} #reviews .description p', | |
| 165 | + 'review_border' => '{{WRAPPER}} #reviews #comments ol.commentlist li .comment-text', | |
| 166 | + 'review_meta_typography' => '{{WRAPPER}} #reviews #comments ol.commentlist li .meta', | |
| 167 | + 'review_desc_typography' => '{{WRAPPER}} #reviews .description, {{WRAPPER}} #reviews .description p', | |
| 168 | + 'review_single_spacing' => '{{WRAPPER}} #reviews #comments ol.commentlist li', | |
| 169 | + 'review_padding' => '{{WRAPPER}} #reviews #comments ol.commentlist li .comment-text', | |
| 169 | 170 | |
| 170 | 171 | ] |
| 171 | 172 | ); |
| 172 | 173 | |
| @@ -244,14 +245,17 @@ | ||
| 244 | 245 | 'add_cart_button_margin' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 245 | 246 | 'cart_height' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 246 | 247 | 'icon_align' => [ |
| 247 | 248 | 'align' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 248 | - 'flex-direction' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ) :is(i, span)', | |
| 249 | + 'flex-direction' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ), {{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ) :is(i, span)', | |
| 249 | 250 | ], |
| 250 | 251 | 'cart_icon_gap' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 251 | 252 | 'cart_icon_size' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ) :is(i, span, svg):not(.ahfb-svg-iconset):not(.ast-card-action-tooltip)', |
| 252 | 253 | // Slider. |
| 253 | - 'slider_arrow_icon_size' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', | |
| 254 | + 'slider_arrow_icon_size' => [ | |
| 255 | + 'icon' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn 1', | |
| 256 | + 'svg' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn svg', | |
| 257 | + ], | |
| 254 | 258 | 'slider_arrow_size' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 255 | 259 | 'arrows_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 256 | 260 | 'arrows_bg_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 257 | 261 | 'arrows_border_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| @@ -276,9 +280,12 @@ | ||
| 276 | 280 | 'pagination_padding' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 277 | 281 | 'pagination_margin' => '{{WRAPPER}} .woocommerce-pagination', |
| 278 | 282 | 'pagination_width' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 279 | 283 | 'pagination_height' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 280 | - 'pagination_icon_size' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) i', | |
| 284 | + 'pagination_icon_size' => [ | |
| 285 | + 'icon' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) i', | |
| 286 | + 'svg' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) svg', | |
| 287 | + ], | |
| 281 | 288 | // Review Star. |
| 282 | 289 | 'review_star_icon_default_color' => '{{WRAPPER}} .products .product .star-rating::before, {{WRAPPER}} p.stars a:before, {{WRAPPER}} p.stars a:hover~a:before, {{WRAPPER}} p.stars.selected a.active~a:before', |
| 283 | 290 | 'review_star_icon_color' => '{{WRAPPER}} .products .product .star-rating span::before, {{WRAPPER}} p.stars.selected a.active:before, {{WRAPPER}} p.stars:hover a:before, {{WRAPPER}} p.stars.selected a:not(.active):before, {{WRAPPER}} p.stars.selected a.active:before', |
| 284 | 291 | 'review_star_icon_size' => '{{WRAPPER}} .products .product .star-rating', |
| @@ -298,9 +305,9 @@ | ||
| 298 | 305 | * @return array |
| 299 | 306 | */ |
| 300 | 307 | private static function general_widget_selectors(): array { |
| 301 | 308 | $selectors = [ |
| 302 | - 'rtsb-product-breadcrumbs' => [ | |
| 309 | + 'rtsb-product-breadcrumbs' => [ | |
| 303 | 310 | 'breadcrumbs_align' => '{{WRAPPER}} .rtsb-breadcrumb', |
| 304 | 311 | 'text_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', |
| 305 | 312 | 'link_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a', |
| 306 | 313 | 'link_hover_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a:hover', |
| @@ -312,9 +319,9 @@ | ||
| 312 | 319 | 'breadcrumbs_typography' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', |
| 313 | 320 | 'icon_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator i,{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', |
| 314 | 321 | ], |
| 315 | 322 | |
| 316 | - 'rtsb-wc-notice' => [ | |
| 323 | + 'rtsb-wc-notice' => [ | |
| 317 | 324 | 'notice_typography' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', |
| 318 | 325 | 'notice_icon_size' => [ |
| 319 | 326 | 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', |
| 320 | 327 | 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', |
| @@ -369,19 +376,19 @@ | ||
| 369 | 376 | 'notice_icon_gap' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', |
| 370 | 377 | 'notice_border_radius' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', |
| 371 | 378 | ], |
| 372 | 379 | |
| 373 | - 'rtsb-products-grid' => array_merge( | |
| 380 | + 'rtsb-products-grid' => array_merge( | |
| 374 | 381 | self::general_common_selectors(), |
| 375 | 382 | self::general_product_selectors() |
| 376 | 383 | ), |
| 377 | 384 | |
| 378 | - 'rtsb-products-list' => array_merge( | |
| 385 | + 'rtsb-products-list' => array_merge( | |
| 379 | 386 | self::general_common_selectors(), |
| 380 | 387 | self::general_product_selectors() |
| 381 | 388 | ), |
| 382 | 389 | |
| 383 | - 'rtsb-products-slider' => array_merge( | |
| 390 | + 'rtsb-products-slider' => array_merge( | |
| 384 | 391 | self::general_common_selectors(), |
| 385 | 392 | self::general_product_selectors(), |
| 386 | 393 | self::general_slider_selectors(), |
| 387 | 394 | ), |
| @@ -390,17 +397,17 @@ | ||
| 390 | 397 | self::general_common_selectors(), |
| 391 | 398 | self::general_cat_selectors() |
| 392 | 399 | ), |
| 393 | 400 | |
| 394 | - 'rtsb-products-single-category' => array_merge( | |
| 401 | + 'rtsb-products-single-category' => array_merge( | |
| 395 | 402 | self::general_common_selectors(), |
| 396 | 403 | self::general_cat_selectors() |
| 397 | 404 | ), |
| 398 | 405 | |
| 399 | - 'rtsb-social-share' => array_merge( | |
| 406 | + 'rtsb-social-share' => array_merge( | |
| 400 | 407 | self::social_share(), |
| 401 | 408 | ), |
| 402 | - 'rtsb-wishlist' => [ | |
| 409 | + 'rtsb-wishlist' => [ | |
| 403 | 410 | 'table_border' => '{{WRAPPER}} .rtsb-wishlist-content table td,{{WRAPPER}} .rtsb-wishlist-content table th', |
| 404 | 411 | 'table_heading_cell_padding' => '{{WRAPPER}} .rtsb-wishlist-content table th,{{WRAPPER}} .rtsb-wishlist-content table td', |
| 405 | 412 | 'table_header_typo' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| 406 | 413 | 'table_header_align' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| @@ -444,9 +451,9 @@ | ||
| 444 | 451 | self::general_product_selectors(), |
| 445 | 452 | self::general_slider_selectors(), |
| 446 | 453 | ), |
| 447 | 454 | |
| 448 | - 'rtsb-upsells-product' => array_merge( | |
| 455 | + 'rtsb-upsells-product' => array_merge( | |
| 449 | 456 | self::products_loop_default_selector(), |
| 450 | 457 | self::carousel_selector(), |
| 451 | 458 | [ |
| 452 | 459 | 'section_heading_typography' => '{{WRAPPER}} .rtsb-upsells-products :is(.up-sells, .upsells ) > h2', |
| @@ -454,14 +461,14 @@ | ||
| 454 | 461 | 'section_title_margin' => '{{WRAPPER}} .rtsb-upsells-products :is(.up-sells, .upsells ) > h2', |
| 455 | 462 | 'section_title_align' => '{{WRAPPER}} .rtsb-upsells-products :is(.up-sells, .upsells ) > h2', |
| 456 | 463 | ], |
| 457 | 464 | ), |
| 458 | - 'rtsb-upsells-product-custom' => array_merge( | |
| 465 | + 'rtsb-upsells-product-custom' => array_merge( | |
| 459 | 466 | self::general_common_selectors(), |
| 460 | 467 | self::general_product_selectors() |
| 461 | 468 | ), |
| 462 | 469 | |
| 463 | - 'rtsb-upsells-product-slider' => array_merge( | |
| 470 | + 'rtsb-upsells-product-slider' => array_merge( | |
| 464 | 471 | self::general_common_selectors(), |
| 465 | 472 | self::general_product_selectors(), |
| 466 | 473 | self::general_slider_selectors(), |
| 467 | 474 | ), |
| @@ -483,16 +490,16 @@ | ||
| 483 | 490 | 'icon' => '{{WRAPPER}} a:is(.rtsb-wishlist-btn,.rtsb-compare-btn,.rtsb-quick-view-btn) .icon', |
| 484 | 491 | 'svg' => '{{WRAPPER}} a:is(.rtsb-wishlist-btn,.rtsb-compare-btn,.rtsb-quick-view-btn) .icon svg', |
| 485 | 492 | ], |
| 486 | 493 | |
| 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', | |
| 494 | + 'separator_color_normal' => '{{WRAPPER}} .rtsb-actions-button .button-separator', | |
| 495 | + 'separator_typography' => '{{WRAPPER}} .rtsb-actions-button .button-separator', | |
| 496 | + 'typo' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 497 | + 'align' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 498 | + 'text_color' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 499 | + 'text_hover_color' => '{{WRAPPER}} .rtsb-actions-button .button-text:hover', | |
| 500 | + 'text_shadow' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 501 | + 'text_margin' => '{{WRAPPER}} .rtsb-actions-button .button-text', | |
| 495 | 502 | |
| 496 | 503 | ], |
| 497 | 504 | 'rtsb-product-additional-info' => [ |
| 498 | 505 | 'heading_typography' => '{{WRAPPER}} .rtsb-product-additional-information h2', |
| @@ -505,9 +512,12 @@ | ||
| 505 | 512 | ], |
| 506 | 513 | 'rtsb-product-add-to-cart' => [ |
| 507 | 514 | 'button_height' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 508 | 515 | 'button_width' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 509 | - 'cart_icon_align' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 516 | + 'cart_icon_align' => [ | |
| 517 | + 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 518 | + 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button svg', | |
| 519 | + ], | |
| 510 | 520 | 'cart_icon_gap' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 511 | 521 | 'button_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 512 | 522 | 'button_text_color_normal' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 513 | 523 | 'button_bg_color_normal' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| @@ -517,9 +527,12 @@ | ||
| 517 | 527 | 'button_border_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button:hover', |
| 518 | 528 | 'button_border_radius' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 519 | 529 | 'button_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 520 | 530 | 'button_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 521 | - 'cart_icon_size' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 531 | + 'cart_icon_size' => [ | |
| 532 | + 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 533 | + 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button svg', | |
| 534 | + ], | |
| 522 | 535 | 'quantity_height' => [ |
| 523 | 536 | 'full' => '{{WRAPPER}} .rtsb-product-add-to-cart input[type=number], {{WRAPPER}} .rtsb-quantity-box-group:is(.rtsb-quantity-box-group-style-1,.rtsb-quantity-box-group-style-2) .rtsb-quantity-btn', |
| 524 | 537 | 'half' => '{{WRAPPER}} .rtsb-quantity-box-group:is(.rtsb-quantity-box-group-style-3,.rtsb-quantity-box-group-style-4) .rtsb-quantity-btn', |
| 525 | 538 | ], |
| @@ -527,11 +540,14 @@ | ||
| 527 | 540 | 'quantity_decrement_button_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', |
| 528 | 541 | 'quantity_input_width' => '{{WRAPPER}} .rtsb-product-add-to-cart input.qty', |
| 529 | 542 | 'quantity_button_width' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', |
| 530 | 543 | |
| 531 | - 'icon_size' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 532 | - 'quantity_icon_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity i', | |
| 533 | - 'quantity_icon_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-btn:hover i', | |
| 544 | + 'icon_size' => [ | |
| 545 | + 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 546 | + 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn svg', | |
| 547 | + ], | |
| 548 | + 'quantity_icon_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity :is(i, svg)', | |
| 549 | + 'quantity_icon_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-btn:hover :is(i, svg)', | |
| 534 | 550 | 'text_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 535 | 551 | 'quantity_number_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 536 | 552 | 'quantity_background_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 537 | 553 | 'quantity_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| @@ -539,9 +555,9 @@ | ||
| 539 | 555 | 'qunatity_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 540 | 556 | 'quantity_wrapper_background_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 541 | 557 | 'qunatity_wrapper_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 542 | 558 | 'quantity_wrapper_radius' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 543 | - 'variation_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 559 | + 'variation_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select, .rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term', | |
| 544 | 560 | 'variation_label_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 545 | 561 | 'variation_item_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr:not(:last-child) .value', |
| 546 | 562 | 'variation_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', |
| 547 | 563 | 'price_typography' => '.single-product {{WRAPPER}} .single_variation .price', |
| @@ -546,13 +562,16 @@ | ||
| 546 | 562 | 'variation_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', |
| 547 | 563 | 'price_typography' => '.single-product {{WRAPPER}} .single_variation .price', |
| 548 | 564 | 'price_color' => '.single-product {{WRAPPER}} .single_variation :is(.price, .price .amount, .price ins)', |
| 549 | 565 | 'price_margin' => '.single-product {{WRAPPER}} .single_variation :is(.price, .price .amount, .price ins)', |
| 550 | - 'variation_height' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 551 | - 'variation_width' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 552 | - 'variation_border_radius' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 566 | + 'variation_height' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 567 | + 'variation_width' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 568 | + 'variation_border_radius' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 553 | 569 | 'variation_label_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 570 | + 'variation_stock_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 554 | 571 | 'variation_label_color' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 572 | + 'variation_stock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 573 | + 'variation_outofstock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock.out-of-stock', | |
| 555 | 574 | |
| 556 | 575 | ], |
| 557 | 576 | 'rtsb-product-categories' => [ |
| 558 | 577 | 'align' => '{{WRAPPER}} .rtsb-product-categories', |
| @@ -576,9 +595,9 @@ | ||
| 576 | 595 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-tags a', |
| 577 | 596 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-tags a:hover', |
| 578 | 597 | ], |
| 579 | 598 | |
| 580 | - 'rtsb-product-image' => [ | |
| 599 | + 'rtsb-product-image' => [ | |
| 581 | 600 | 'image_width' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image a > img', |
| 582 | 601 | 'image_border_radius' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image', |
| 583 | 602 | 'gallery_thumbs_column' => '{{WRAPPER}} div.images .flex-control-thumbs li', |
| 584 | 603 | // 'gallery_thumbs_column_gap' => '{{WRAPPER}} div.images .flex-control-thumbs', |
| @@ -587,10 +606,10 @@ | ||
| 587 | 606 | // 'rtwpvg-thumb-mb' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-bottom .rtwpvg-slider-wrapper', |
| 588 | 607 | // 'rtwpvg-thumb-ml' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-left .rtwpvg-slider-wrapper', |
| 589 | 608 | // 'rtwpvg-thumb-mr' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-right .rtwpvg-slider-wrapper', |
| 590 | 609 | // ], |
| 591 | - 'thumb_border' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images .rtwpvg-thumbnail-image img', | |
| 592 | - 'thumbs_border_radius' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images :is( .rtwpvg-thumbnail-image, img)', | |
| 610 | + 'thumb_border' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images .rtwpvg-thumbnail-image img, {{WRAPPER}} .rtsb-product-images .rtwpvg-grid-layout .rtwpvg-gallery-image', | |
| 611 | + 'thumbs_border_radius' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images :is( .rtwpvg-thumbnail-image, img), {{WRAPPER}} .rtsb-product-images .rtwpvg-grid-layout .rtwpvg-gallery-image', | |
| 593 | 612 | 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 594 | 613 | 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 595 | 614 | 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 596 | 615 | 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| @@ -599,25 +618,28 @@ | ||
| 599 | 618 | 'flash_sale_position_horizontal' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 600 | 619 | 'flash_sale_position_vertical' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 601 | 620 | 'zoom_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 602 | 621 | |
| 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' => [ | |
| 622 | + 'zoom_bg_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 623 | + 'zoom_icon_size' => [ | |
| 624 | + 'icon' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger :is(span, i)', | |
| 625 | + 'svg' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger svg, {{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger svg', | |
| 626 | + ], | |
| 627 | + 'zoom_badge_width' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 628 | + 'zoom_badge_height' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 629 | + 'zoom_badge_border_radius' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 630 | + 'zoom_padding' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', | |
| 631 | + 'zoom_position_horizontal' => [ | |
| 610 | 632 | 'zoom_position' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger', |
| 611 | 633 | '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 | 634 | '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 | 635 | ], |
| 614 | - 'zoom_position_vertical' => [ | |
| 615 | - 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger', | |
| 636 | + 'zoom_position_vertical' => [ | |
| 637 | + 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger, {{WRAPPER}} .rtsb-product-images .rtwpvg-trigger', | |
| 616 | 638 | '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 | 639 | ], |
| 618 | 640 | ], |
| 619 | - 'rtsb-product-meta' => [ | |
| 641 | + 'rtsb-product-meta' => [ | |
| 620 | 642 | 'meta_layout' => '{{WRAPPER}} .rtsb-product-meta .product_meta', |
| 621 | 643 | 'align' => '{{WRAPPER}} .product_meta', |
| 622 | 644 | 'gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', |
| 623 | 645 | 'meta_padding' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', |
| @@ -626,9 +648,9 @@ | ||
| 626 | 648 | 'value_typo' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku, .posted_in a, .tagged_as a)', |
| 627 | 649 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku, .posted_in a, .tagged_as a)', |
| 628 | 650 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.posted_in a, .tagged_as a):hover', |
| 629 | 651 | ], |
| 630 | - 'rtsb-product-price' => [ | |
| 652 | + 'rtsb-product-price' => [ | |
| 631 | 653 | 'price_align' => '{{WRAPPER}}', |
| 632 | 654 | 'space_between' => [ |
| 633 | 655 | 'del_price' => '{{WRAPPER}} .rtsb-product-price .price del', |
| 634 | 656 | 'del_price_rtl' => '.rtl {{WRAPPER}} .rtsb-product-price .price del', |
| @@ -638,9 +660,9 @@ | ||
| 638 | 660 | 'sale_price_typo' => '{{WRAPPER}} .rtsb-product-price .price ins .amount', |
| 639 | 661 | 'sale_price_color' => '{{WRAPPER}} .rtsb-product-price .price ins .amount', |
| 640 | 662 | ], |
| 641 | 663 | // New Convension. |
| 642 | - 'rtsb-product-rating' => array_merge( | |
| 664 | + 'rtsb-product-rating' => array_merge( | |
| 643 | 665 | self::review_star_icon_selector(), |
| 644 | 666 | [ |
| 645 | 667 | 'rating_align' => '{{WRAPPER}}', |
| 646 | 668 | 'rating_text_link_color' => '{{WRAPPER}} .woocommerce-review-link', |
| @@ -651,10 +673,10 @@ | ||
| 651 | 673 | 'margin-left' => 'body.rtl {{WRAPPER}} .star-rating', |
| 652 | 674 | ], |
| 653 | 675 | ] |
| 654 | 676 | ), |
| 655 | - 'rtsb-product-reviews' => self::reviews_settings_selecotor(), | |
| 656 | - 'rtsb-product-sku' => [ | |
| 677 | + 'rtsb-product-reviews' => self::reviews_settings_selecotor(), | |
| 678 | + 'rtsb-product-sku' => [ | |
| 657 | 679 | 'align' => '{{WRAPPER}} .rtsb-product-sku', |
| 658 | 680 | 'label_typo' => '{{WRAPPER}} .rtsb-product-sku .sku-label', |
| 659 | 681 | 'meta_label_color' => '{{WRAPPER}} .rtsb-product-sku .sku-label', |
| 660 | 682 | 'value_typo' => '{{WRAPPER}} .rtsb-product-sku .sku-value', |
| @@ -660,27 +682,30 @@ | ||
| 660 | 682 | 'value_typo' => '{{WRAPPER}} .rtsb-product-sku .sku-value', |
| 661 | 683 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-sku .sku-value', |
| 662 | 684 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-sku .sku-value:hover', |
| 663 | 685 | ], |
| 664 | - 'rtsb-product-stock' => [ | |
| 686 | + 'rtsb-product-stock' => [ | |
| 665 | 687 | 'stock_text_typography' => '{{WRAPPER}} .rtsb-product-stock .stock', |
| 666 | 688 | 'in_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.in-stock', |
| 667 | 689 | 'outof_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.out-of-stock', |
| 668 | 690 | 'backorder_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.available-on-backorder', |
| 669 | - 'icon_size' => '{{WRAPPER}} .rtsb-product-stock .stock i', | |
| 691 | + 'icon_size' => [ | |
| 692 | + 'icon' => '{{WRAPPER}} .rtsb-product-stock .stock i', | |
| 693 | + 'svg' => '{{WRAPPER}} .rtsb-product-stock .stock svg', | |
| 694 | + ], | |
| 670 | 695 | 'icon_gap' => '{{WRAPPER}} .rtsb-product-stock .stock i', |
| 671 | 696 | 'stock_alignment' => '{{WRAPPER}} .rtsb-product-stock p', |
| 672 | 697 | 'stock_padding' => '{{WRAPPER}} .rtsb-product-stock p', |
| 673 | 698 | 'stock_margin' => '{{WRAPPER}} .rtsb-product-stock p', |
| 674 | 699 | ], |
| 675 | - 'rtsb-product-tabs' => array_merge( | |
| 700 | + 'rtsb-product-tabs' => array_merge( | |
| 676 | 701 | self::reviews_settings_selecotor(), |
| 677 | 702 | [ |
| 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', | |
| 703 | + 'nav_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 704 | + 'nav_position' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs.tabs-custom-layout2 ul.wc-tabs', | |
| 705 | + 'nav_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 706 | + 'nav_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a', | |
| 707 | + 'nav_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li', | |
| 683 | 708 | |
| 684 | 709 | 'nav_active_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active a', |
| 685 | 710 | 'nav_active_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active a', |
| 686 | 711 | 'nav_active_border_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active', |
| @@ -691,18 +716,18 @@ | ||
| 691 | 716 | 'nav_active_hover_border_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li.active:hover a', |
| 692 | 717 | 'nav_padding' => '#rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs ul.tabs li a ', |
| 693 | 718 | 'content_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab ', |
| 694 | 719 | |
| 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', | |
| 720 | + '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', | |
| 721 | + 'tab_title_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', | |
| 722 | + 'tab_title_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', | |
| 723 | + '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 | 724 | |
| 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', | |
| 725 | + 'additional_info_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab .shop_attributes', | |
| 726 | + 'attributes_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs table.shop_attributes td,{{WRAPPER}} .rtsb-product-tabs table.shop_attributes th', | |
| 702 | 727 | ] |
| 703 | 728 | ), |
| 704 | - 'rtsb-product-title' => [ | |
| 729 | + 'rtsb-product-title' => [ | |
| 705 | 730 | 'title_typo' => '{{WRAPPER}} .product_title', |
| 706 | 731 | 'title_align' => '{{WRAPPER}}', |
| 707 | 732 | 'title_color' => '{{WRAPPER}} .product_title', |
| 708 | 733 | 'title_text_stroke' => '{{WRAPPER}} .product_title', |
| @@ -710,23 +735,24 @@ | ||
| 710 | 735 | 'title_margin' => '{{WRAPPER}} .product_title', |
| 711 | 736 | 'title_padding' => '{{WRAPPER}} .product_title', |
| 712 | 737 | 'title_border' => '{{WRAPPER}} .product_title', |
| 713 | 738 | ], |
| 714 | - 'rtsb-short-description' => [ | |
| 739 | + 'rtsb-short-description' => [ | |
| 715 | 740 | 'typo' => '{{WRAPPER}} .rtsb-short-description, {{WRAPPER}} .rtsb-short-description p', |
| 716 | 741 | 'align' => '{{WRAPPER}}', |
| 717 | 742 | 'text_color' => '{{WRAPPER}} :is(.rtsb-short-description , p)', |
| 718 | 743 | 'text_shadow' => '{{WRAPPER}} .rtsb-short-description, {{WRAPPER}} .rtsb-short-description p', |
| 719 | 744 | ], |
| 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', | |
| 745 | + 'rtsb-product-onsale' => [ | |
| 746 | + 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 747 | + 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 748 | + 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 749 | + 'flash_sale_border_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), {{WRAPPER}} .rtsb-tag-outline.angle-right::after', | |
| 750 | + 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 751 | + 'flash_sale_badge_height' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 752 | + 'flash_sale_badge_border_radius' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline)', | |
| 727 | 753 | 'product_badges' => [ |
| 728 | - 'typography' => '{{WRAPPER}} .rtsb-product-onsale :is( .rtsb-tag-fill,.rtsb-tag-outline )', | |
| 754 | + 'typography' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 729 | 755 | 'color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 730 | 756 | 'bg_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 731 | 757 | 'border_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline),{{WRAPPER}} .rtsb-tag-outline.angle-right::after', |
| 732 | 758 | 'border_radius' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| @@ -734,8 +760,12 @@ | ||
| 734 | 760 | 'margin' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 735 | 761 | 'position_x' => '', |
| 736 | 762 | 'position_y' => '', |
| 737 | 763 | ], |
| 764 | + 'badges_module' => [ | |
| 765 | + 'direction' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 766 | + 'alignment' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 767 | + ], | |
| 738 | 768 | ], |
| 739 | 769 | ]; |
| 740 | 770 | |
| 741 | 771 | return apply_filters( 'rtsb/elements/elementor/widget/product/selectors', $selectors ); |
| @@ -748,9 +778,9 @@ | ||
| 748 | 778 | */ |
| 749 | 779 | private static function archive_widget_selectors(): array { |
| 750 | 780 | $selectors = [ |
| 751 | 781 | |
| 752 | - 'rtsb-products-archive' => array_merge( | |
| 782 | + 'rtsb-products-archive' => array_merge( | |
| 753 | 783 | self::products_loop_default_selector(), |
| 754 | 784 | [ |
| 755 | 785 | 'column_per_row' => '{{WRAPPER}} .rtsb-product-catalog.product-catalog-grid-view .products .product', |
| 756 | 786 | 'column_gap' => '{{WRAPPER}} .rtsb-product-catalog.product-catalog-grid-view .products', |
| @@ -767,9 +797,9 @@ | ||
| 767 | 797 | self::general_common_selectors(), |
| 768 | 798 | self::general_product_selectors() |
| 769 | 799 | ), |
| 770 | 800 | |
| 771 | - 'rtsb-archive-title' => [ | |
| 801 | + 'rtsb-archive-title' => [ | |
| 772 | 802 | 'archive_title_align' => '{{WRAPPER}}', |
| 773 | 803 | 'archive_title_color' => '{{WRAPPER}} .archive-title', |
| 774 | 804 | 'title_typo' => '{{WRAPPER}} .archive-title', |
| 775 | 805 | 'text_stroke' => '{{WRAPPER}} .archive-title', |
| @@ -774,16 +804,19 @@ | ||
| 774 | 804 | 'title_typo' => '{{WRAPPER}} .archive-title', |
| 775 | 805 | 'text_stroke' => '{{WRAPPER}} .archive-title', |
| 776 | 806 | 'text_shadow' => '{{WRAPPER}} .archive-title', |
| 777 | 807 | ], |
| 778 | - 'rtsb-archive-description' => [ | |
| 808 | + 'rtsb-archive-description' => [ | |
| 779 | 809 | 'typo' => '{{WRAPPER}} .rtsb-archive-description', |
| 780 | 810 | 'align' => '{{WRAPPER}}', |
| 781 | 811 | 'text_color' => '{{WRAPPER}}', |
| 782 | 812 | 'text_shadow' => '{{WRAPPER}} .rtsb-archive-description', |
| 783 | 813 | ], |
| 784 | - 'rtsb-archive-product-mode' => [ | |
| 785 | - 'icon_size' => '{{WRAPPER}} .rtsb-archive-view-mode a', | |
| 814 | + 'rtsb-archive-product-mode' => [ | |
| 815 | + 'icon_size' => [ | |
| 816 | + 'icon' => '{{WRAPPER}} .rtsb-archive-view-mode i', | |
| 817 | + 'svg' => '{{WRAPPER}} .rtsb-archive-view-mode svg', | |
| 818 | + ], | |
| 786 | 819 | 'mode_button_align' => '{{WRAPPER}}', |
| 787 | 820 | 'mode_button_height' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 788 | 821 | 'mode_button_width' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 789 | 822 | 'mode_button_gap' => '{{WRAPPER}} .rtsb-archive-view-mode', |
| @@ -795,15 +828,15 @@ | ||
| 795 | 828 | 'text_hover_color' => '{{WRAPPER}} .rtsb-archive-view-mode a:hover,{{WRAPPER}} .rtsb-archive-view-mode a.active', |
| 796 | 829 | 'mode_button_border_hover_color' => '{{WRAPPER}} .rtsb-archive-view-mode a:hover,{{WRAPPER}} .rtsb-archive-view-mode a.active', |
| 797 | 830 | 'mode_button_radius' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 798 | 831 | ], |
| 799 | - 'rtsb-archive-result-count' => [ | |
| 832 | + 'rtsb-archive-result-count' => [ | |
| 800 | 833 | 'align' => '{{WRAPPER}}', |
| 801 | 834 | 'text_color' => '{{WRAPPER}}', |
| 802 | 835 | 'typo' => '{{WRAPPER}} .rtsb-archive-result-count', |
| 803 | 836 | 'text_shadow' => '{{WRAPPER}} .rtsb-archive-result-count', |
| 804 | 837 | ], |
| 805 | - 'rtsb-products-ordering' => [ | |
| 838 | + 'rtsb-products-ordering' => [ | |
| 806 | 839 | 'typo' => '{{WRAPPER}} .rtsb-archive-catalog-ordering :is( .woocommerce-ordering, select )', |
| 807 | 840 | 'align' => '{{WRAPPER}}', |
| 808 | 841 | 'orderby_height' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby', |
| 809 | 842 | 'orderby_width' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering,{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby', |
| @@ -827,9 +860,9 @@ | ||
| 827 | 860 | * @return array |
| 828 | 861 | */ |
| 829 | 862 | private static function cart_widget_selectors(): array { |
| 830 | 863 | $selectors = [ |
| 831 | - 'rtsb-cross-sells' => array_merge( | |
| 864 | + 'rtsb-cross-sells' => array_merge( | |
| 832 | 865 | self::products_loop_default_selector(), |
| 833 | 866 | self::carousel_selector(), |
| 834 | 867 | [ |
| 835 | 868 | 'section_heading_typography' => '{{WRAPPER}} .rtsb-cross-sell .cross-sells > h2', |
| @@ -843,16 +876,17 @@ | ||
| 843 | 876 | self::general_common_selectors(), |
| 844 | 877 | self::general_product_selectors() |
| 845 | 878 | ), |
| 846 | 879 | |
| 847 | - 'rtsb-crosssell-product-slider' => array_merge( | |
| 880 | + 'rtsb-crosssell-product-slider' => array_merge( | |
| 848 | 881 | self::general_common_selectors(), |
| 849 | 882 | self::general_product_selectors(), |
| 850 | 883 | self::general_slider_selectors(), |
| 851 | 884 | ), |
| 852 | 885 | |
| 853 | - 'rtsb-product-cart-totals' => [ | |
| 886 | + 'rtsb-product-cart-totals' => [ | |
| 854 | 887 | 'show_title' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| 888 | + 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 855 | 889 | // Title Style. |
| 856 | 890 | 'title_align' => '{{WRAPPER}}', |
| 857 | 891 | 'title_typo' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| 858 | 892 | 'title_color' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| @@ -889,9 +923,9 @@ | ||
| 889 | 923 | 'button_padding' => '{{WRAPPER}} .rtsb-cart-totals .button', |
| 890 | 924 | 'button_margin' => '{{WRAPPER}} .rtsb-cart-totals .button', |
| 891 | 925 | |
| 892 | 926 | ], |
| 893 | - 'rtsb-product-carttable' => [ | |
| 927 | + 'rtsb-product-carttable' => [ | |
| 894 | 928 | 'button_typography' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| 895 | 929 | 'button_height' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| 896 | 930 | 'button_width' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| 897 | 931 | 'button_text_color_normal' => '{{WRAPPER}} .woocommerce-cart-form .button', |
| @@ -907,16 +941,12 @@ | ||
| 907 | 941 | 'coupon_input_height' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 908 | 942 | 'coupon_input_width' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 909 | 943 | 'coupon_padding' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 910 | 944 | 'coupon_border_radius' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 911 | - 'input_border' => '{{WRAPPER}} .woocommerce-cart-form input', | |
| 945 | + 'coupon_input_border' => '{{WRAPPER}} .woocommerce-cart-form .coupon .input-text', | |
| 912 | 946 | 'input_text_color' => '{{WRAPPER}} .woocommerce-cart-form input', |
| 913 | 947 | 'input_bg_color' => '{{WRAPPER}} .woocommerce-cart-form input', |
| 914 | - 'empty_notice_typography' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 915 | - 'empty_notice_bg_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 916 | - 'empty_notice_text_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 917 | - 'empty_notice_border_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 918 | - 'empty_notice_padding' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 948 | + | |
| 919 | 949 | 'return_shop_button_typography' => '{{WRAPPER}} .return-to-shop .button', |
| 920 | 950 | 'return_shop_button_height' => '{{WRAPPER}} .return-to-shop .button', |
| 921 | 951 | 'return_shop_button_text_color_normal' => '{{WRAPPER}} .return-to-shop .button', |
| 922 | 952 | 'return_shop_button_bg_color_normal' => '{{WRAPPER}} .return-to-shop .button', |
| @@ -926,16 +956,20 @@ | ||
| 926 | 956 | 'return_shop_button_border_hover_color' => '{{WRAPPER}} .return-to-shop .button:hover', |
| 927 | 957 | 'return_shop_button_border_radius' => '{{WRAPPER}} .return-to-shop .button', |
| 928 | 958 | 'return_shop_button_padding' => '{{WRAPPER}} .return-to-shop .button', |
| 929 | 959 | 'return_shop_button_margin' => '{{WRAPPER}} .return-to-shop .button', |
| 930 | - 'notice_typography' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 931 | - 'notice_padding' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 932 | - 'notice_bg_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 933 | - 'notice_text_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 934 | - 'notice_border_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 935 | - 'error_notice_bg_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error', | |
| 936 | - 'error_notice_text_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error li', | |
| 937 | - 'error_notice_border_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error', | |
| 960 | + | |
| 961 | + 'notice_typography' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 962 | + 'notice_padding' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 963 | + 'notice_bg_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 964 | + 'notice_text_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 965 | + 'notice_border_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 966 | + | |
| 967 | + 'icon_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 968 | + 'notice_icon_size' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 969 | + 'icon_bg_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 970 | + 'icon_margin' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 971 | + | |
| 938 | 972 | 'table_thumbnail_width' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data ) img', |
| 939 | 973 | 'table_thumbnail_border_radius' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data ) img', |
| 940 | 974 | 'table_thumbnail_padding' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data )', |
| 941 | 975 | 'cart_remove_icon_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| @@ -940,87 +974,97 @@ | ||
| 940 | 974 | 'table_thumbnail_padding' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data )', |
| 941 | 975 | 'cart_remove_icon_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 942 | 976 | 'cart_remove_button_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 943 | 977 | 'cart_icon_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 978 | + 'cart_icon_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', | |
| 979 | + 'cart_icon_hover_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', | |
| 980 | + 'cart_icon_hover_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', | |
| 944 | 981 | // 'table_content_column_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td', |
| 945 | 982 | 'table_column_header_padding' => '{{WRAPPER}} .woocommerce table.shop_table thead tr th', |
| 983 | + '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 | 984 | 'cart_table_border' => '{{WRAPPER}} .woocommerce table.shop_table', |
| 947 | 985 | |
| 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', | |
| 986 | + 'table_wrapper_margin' => '{{WRAPPER}} .woocommerce :is(table.shop_table, form )', | |
| 987 | + 'element_alignment' => '#rtsb-builder-content {{WRAPPER}} th.product-subtotal, #rtsb-builder-content {{WRAPPER}} td.product-subtotal', | |
| 988 | + 'action_button_padding' => '{{WRAPPER}} .woocommerce :is(table.shop_table, from ) .actions-button-wrapper', | |
| 951 | 989 | |
| 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', | |
| 990 | + 'cart_subtotal_price_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', | |
| 991 | + 'cart_price_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', | |
| 954 | 992 | |
| 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', | |
| 993 | + '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', | |
| 994 | + 'cart_product_title_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', | |
| 995 | + 'cart_product_title_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', | |
| 996 | + '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 | 997 | |
| 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', | |
| 998 | + 'cart_product_title_meta_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', | |
| 999 | + 'cart_product_title_meta_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', | |
| 961 | 1000 | |
| 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', | |
| 1001 | + 'cart_subtotal_button_typo' => '{{WRAPPER}} td.product-subtotal .subtotal-action-button-wrapper a', | |
| 1002 | + 'cart_subtotal_price_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .amount', | |
| 1003 | + 'cart_subtotal_price_margin' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .amount', | |
| 1004 | + 'cart_subtotal_button_gap' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', | |
| 1005 | + 'cart_subtotal_button_wrapper_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', | |
| 1006 | + 'cart_subtotal_col_wrapper_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td.product-subtotal', | |
| 968 | 1007 | |
| 969 | - 'cart_table_cell_width' => [ | |
| 1008 | + 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 1009 | + 'cart_table_cell_width' => [ | |
| 970 | 1010 | 'th' => '{{WRAPPER}} .shop_table.cart tr th', |
| 971 | 1011 | 'td' => '{{WRAPPER}} .shop_table.cart tr td', |
| 972 | 1012 | ], |
| 973 | 1013 | |
| 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', | |
| 1014 | + 'clear_cart_button_bg_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 1015 | + 'clear_cart_button_text_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 1016 | + 'clear_cart_button_border_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', | |
| 1017 | + 'clear_cart_button_bg_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 1018 | + 'clear_cart_button_text_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 1019 | + 'clear_cart_button_border_color_hover' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items:hover', | |
| 980 | 1020 | |
| 981 | 1021 | // Table. |
| 982 | - 'table_row_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table :is( thead, tbody ) tr', | |
| 1022 | + 'table_row_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table :is( thead, tbody ) tr', | |
| 983 | 1023 | |
| 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', | |
| 1024 | + 'cart_table_header_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', | |
| 1025 | + 'cart_heading_element_alignment' => '#rtsb-builder-content {{WRAPPER}} .woocommerce table.shop_table th', | |
| 1026 | + 'cart_table_header_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table thead', | |
| 1027 | + 'cart_table_header_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', | |
| 987 | 1028 | |
| 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', | |
| 1029 | + 'cart_table_odd_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(odd)', | |
| 1030 | + 'cart_table_odd_row_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr:nth-child(odd) td', | |
| 990 | 1031 | |
| 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', | |
| 1032 | + 'cart_table_even_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(even)', | |
| 1033 | + 'cart_table_even_row_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr:nth-child(even) td', | |
| 993 | 1034 | |
| 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', | |
| 1035 | + 'cart_table_col_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td:not(.product-remove)', | |
| 1036 | + 'cart_table_col_attributes_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td .product-attributes-wrapper', | |
| 1037 | + 'cart_table_row_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr', | |
| 997 | 1038 | |
| 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', | |
| 1039 | + 'cart_link_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr td a', | |
| 1040 | + 'cart_link_hover_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr td a:hover', | |
| 1000 | 1041 | |
| 1001 | 1042 | // Cart Quantity. |
| 1002 | - 'quantity_input_width' => '{{WRAPPER}} .woocommerce-cart-form input.qty', | |
| 1003 | - 'quantity_height' => [ | |
| 1043 | + 'quantity_input_width' => '{{WRAPPER}} .woocommerce-cart-form input.qty', | |
| 1044 | + 'quantity_height' => [ | |
| 1004 | 1045 | '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 | 1046 | '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 | 1047 | ], |
| 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', | |
| 1048 | + 'quantity_increment_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-plus', | |
| 1049 | + 'quantity_decrement_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', | |
| 1009 | 1050 | |
| 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', | |
| 1051 | + 'quantity_button_width' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1052 | + 'icon_size' => [ | |
| 1053 | + 'icon' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1054 | + 'svg' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn svg', | |
| 1055 | + ], | |
| 1056 | + 'quantity_icon_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity :is(i, svg)', | |
| 1057 | + 'quantity_icon_hover_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-btn:hover :is(i, svg)', | |
| 1058 | + 'text_typography' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1059 | + 'quantity_number_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1060 | + 'quantity_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1061 | + 'quantity_border' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1062 | + 'quantity_radius' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1063 | + 'qunatity_padding' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', | |
| 1064 | + 'quantity_wrapper_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1065 | + 'qunatity_wrapper_padding' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1066 | + 'quantity_wrapper_radius' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-box-group', | |
| 1023 | 1067 | ], |
| 1024 | 1068 | ]; |
| 1025 | 1069 | |
| 1026 | 1070 | return apply_filters( 'rtsb/elements/elementor/widget/cart/selectors', $selectors ); |
| @@ -1032,9 +1076,9 @@ | ||
| 1032 | 1076 | * @return array |
| 1033 | 1077 | */ |
| 1034 | 1078 | private static function checkout_widget_selectors(): array { |
| 1035 | 1079 | $selectors = [ |
| 1036 | - 'rtsb-billing-form' => [ | |
| 1080 | + 'rtsb-billing-form' => [ | |
| 1037 | 1081 | // Title. |
| 1038 | 1082 | 'show_title' => '{{WRAPPER}} .woocommerce-billing-fields h3', |
| 1039 | 1083 | 'title_typo' => '{{WRAPPER}} .woocommerce-billing-fields h3', |
| 1040 | 1084 | 'title_align' => '{{WRAPPER}} .woocommerce-billing-fields h3', |
| @@ -1047,97 +1091,100 @@ | ||
| 1047 | 1091 | // Label. |
| 1048 | 1092 | 'fields_label_typo' => '{{WRAPPER}} .woocommerce-billing-fields label', |
| 1049 | 1093 | 'fields_label_color' => '{{WRAPPER}} .woocommerce-billing-fields label', |
| 1050 | 1094 | 'fields_label_reguired_color' => '{{WRAPPER}} .woocommerce-billing-fields label .required', |
| 1051 | - 'fields_label_margin' => '{{WRAPPER}} .woocommerce-billing-fields label', | |
| 1095 | + 'fields_label_margin' => '{{WRAPPER}} .woocommerce-billing-fields label:not(.radio)', | |
| 1052 | 1096 | |
| 1053 | 1097 | // Input Fields. |
| 1098 | + 'textarea_fields_height' => '{{WRAPPER}} .woocommerce-billing-fields textarea', | |
| 1054 | 1099 | '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 | - 'fields_border' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1100 | + 'fields_border' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1056 | 1101 | |
| 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', | |
| 1102 | + 'fields_border_radius' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1058 | 1103 | |
| 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', | |
| 1104 | + 'fields_text_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1105 | + 'fields_bg_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1061 | 1106 | |
| 1062 | 1107 | // 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)', | |
| 1108 | + 'fields_hover_border' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select:is(:hover, :focus, :active,:focus-visible)', | |
| 1064 | 1109 | |
| 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)', | |
| 1110 | + 'fields_border_radius_hover' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select:is(:hover, :focus, :active,:focus-visible)', | |
| 1066 | 1111 | |
| 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 )', | |
| 1112 | + 'fields_hover_text_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} , {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single', | |
| 1113 | + 'fields_hover_bg_color' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]):is(:hover, :focus, :active), {{WRAPPER}} .woocommerce-billing-fields .select2-container--open .select2-selection--single', | |
| 1114 | + 'fields_padding' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea):not([type=checkbox],[type=radio]),{{WRAPPER}} .rtsb-form-billing .select2-container--default .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields :is( select, .select2-selection--single )', | |
| 1070 | 1115 | |
| 1071 | - 'form_row_margin' => '{{WRAPPER}} .woocommerce-billing-fields p.form-row', | |
| 1072 | - 'form_wrapper_margin' => '{{WRAPPER}} .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper', | |
| 1116 | + 'form_row_margin' => '{{WRAPPER}} .woocommerce-billing-fields p.form-row', | |
| 1117 | + 'form_wrapper_margin' => '{{WRAPPER}} .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper', | |
| 1073 | 1118 | |
| 1074 | 1119 | ], |
| 1075 | - 'rtsb-shipping-form' => [ | |
| 1120 | + 'rtsb-shipping-form' => [ | |
| 1076 | 1121 | // 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', | |
| 1122 | + 'form_heading_gap' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1123 | + 'form_heading_color' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1124 | + 'form_heading_typo' => '{{WRAPPER}} .rtsb-form-shipping #ship-to-different-address', | |
| 1080 | 1125 | |
| 1081 | 1126 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1082 | 1127 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1083 | 1128 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label .required', |
| 1084 | - 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', | |
| 1129 | + 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label:not(.radio)', | |
| 1085 | 1130 | |
| 1086 | 1131 | // Input Fields. |
| 1132 | + 'textarea_fields_height' => '{{WRAPPER}} .rtsb-form-shipping textarea', | |
| 1087 | 1133 | '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 | 1134 | '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 | 1135 | |
| 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', | |
| 1136 | + '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 | 1137 | |
| 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', | |
| 1138 | + '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', | |
| 1139 | + '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 | 1140 | |
| 1095 | 1141 | // 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)', | |
| 1142 | + '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 | 1143 | |
| 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)', | |
| 1144 | + '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 | 1145 | |
| 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', | |
| 1146 | + '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', | |
| 1147 | + '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', | |
| 1148 | + '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 )', | |
| 1149 | + 'form_row_margin' => '{{WRAPPER}} .rtsb-form-shipping p.form-row', | |
| 1150 | + 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address', | |
| 1105 | 1151 | |
| 1106 | 1152 | ], |
| 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', | |
| 1153 | + 'rtsb-order-notes' => [ | |
| 1154 | + 'show_title' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1155 | + 'title_typo' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1156 | + 'title_align' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1157 | + 'title_color' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1158 | + 'title_text_stroke' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1159 | + 'title_text_shadow' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1160 | + 'title_margin' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1161 | + 'title_padding' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1162 | + 'title_border' => '{{WRAPPER}} .rtsb-form-order-note h3', | |
| 1117 | 1163 | |
| 1118 | 1164 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1119 | 1165 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1120 | 1166 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-order-note label .required', |
| 1121 | - 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-order-note label', | |
| 1167 | + 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-order-note label:not(.radio)', | |
| 1122 | 1168 | |
| 1123 | 1169 | // Input Fields. |
| 1124 | - 'fields_height' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1125 | - 'fields_border' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1126 | - 'fields_border_radius' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1127 | - 'fields_text_color' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1128 | - 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1170 | + 'textarea_fields_height' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1171 | + 'fields_height' => '{{WRAPPER}} .rtsb-form-order-note input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-order-note .select2-selection--single, {{WRAPPER}} .rtsb-form-order-note select', | |
| 1172 | + 'fields_border' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1173 | + 'fields_border_radius' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea )', | |
| 1174 | + 'fields_text_color' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1175 | + 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1129 | 1176 | |
| 1130 | 1177 | // Hover. |
| 1131 | - 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1178 | + 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1132 | 1179 | |
| 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)', | |
| 1180 | + 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1181 | + 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1182 | + 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1136 | 1183 | |
| 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', | |
| 1184 | + 'fields_padding' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea )', | |
| 1185 | + 'form_row_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', | |
| 1186 | + 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', | |
| 1140 | 1187 | |
| 1141 | 1188 | ], |
| 1142 | 1189 | |
| 1143 | 1190 | 'rtsb-order-review' => [ |
| @@ -1142,8 +1189,9 @@ | ||
| 1142 | 1189 | |
| 1143 | 1190 | 'rtsb-order-review' => [ |
| 1144 | 1191 | // Title. |
| 1145 | 1192 | 'show_title' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1193 | + 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 1146 | 1194 | 'title_typo' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1147 | 1195 | 'title_align' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1148 | 1196 | 'title_color' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1149 | 1197 | 'title_text_stroke' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| @@ -1176,25 +1224,28 @@ | ||
| 1176 | 1224 | 'table_footer_item_padding' => '{{WRAPPER}} #order_review tfoot td, {{WRAPPER}} #order_review tfoot th', |
| 1177 | 1225 | |
| 1178 | 1226 | ], |
| 1179 | 1227 | 'rtsb-checkout-payment' => [ |
| 1228 | + 'payment_method_wrapper_bg_color' => '{{WRAPPER}} #payment ul.payment_methods', | |
| 1229 | + 'payment_link_color' => '{{WRAPPER}} .rtsb-checkout-payment a', | |
| 1230 | + 'payment_link_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment a:hover', | |
| 1180 | 1231 | |
| 1181 | - 'payment_link_color' => '{{WRAPPER}} .rtsb-checkout-payment a', | |
| 1182 | - 'payment_link_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment a:hover', | |
| 1232 | + 'payment_label_typography' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', | |
| 1233 | + 'payment_label_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child+label:before', | |
| 1234 | + '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', | |
| 1235 | + 'payment_label_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', | |
| 1236 | + 'payment_method_space_between' => '{{WRAPPER}} #payment ul.payment_methods li input', | |
| 1237 | + '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', | |
| 1238 | + 'payment_method_wrap_padding' => '{{WRAPPER}} #payment ul.payment_methods', | |
| 1239 | + '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 | 1240 | |
| 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', | |
| 1241 | + 'payment_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment p', | |
| 1242 | + 'payment_description_text_color' => '{{WRAPPER}} .rtsb-checkout-payment p', | |
| 1243 | + 'payment_description_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods > li .payment_box', | |
| 1244 | + 'payment_description_border' => '{{WRAPPER}} .rtsb-checkout-payment #payment ul.payment_methods', | |
| 1245 | + 'payment_method_desc_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', | |
| 1246 | + 'payment_method_desc_margin' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', | |
| 1190 | 1247 | |
| 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 | 1248 | 'payment_button_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order p', |
| 1198 | 1249 | 'payment_button_description_text_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order p', |
| 1199 | 1250 | 'payment_button_description_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order', |
| 1200 | 1251 | 'payment_button_wrapper_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order', |
| @@ -1239,35 +1290,35 @@ | ||
| 1239 | 1290 | 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text:is(:hover, :focus, :active)', |
| 1240 | 1291 | 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text:is(:hover, :focus, :active)', |
| 1241 | 1292 | 'form_fields_border_radius_hover' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text:is(:hover, :focus, :active)', |
| 1242 | 1293 | |
| 1243 | - 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text', | |
| 1244 | - 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', | |
| 1294 | + 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text', | |
| 1295 | + 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', | |
| 1245 | 1296 | |
| 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 )', | |
| 1297 | + 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1298 | + 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner )', | |
| 1299 | + 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1249 | 1300 | |
| 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' => [ | |
| 1301 | + 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form a', | |
| 1302 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner ) ', | |
| 1303 | + 'infobox_icon_size' => [ | |
| 1253 | 1304 | 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', |
| 1254 | 1305 | 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', |
| 1255 | 1306 | ], |
| 1256 | 1307 | |
| 1257 | - 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner__content :is( i, svg ) ', | |
| 1308 | + 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner__content :is( i, svg ) ', | |
| 1258 | 1309 | |
| 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 )', | |
| 1310 | + '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 | 1311 | |
| 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', | |
| 1312 | + 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form ', | |
| 1313 | + 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .wc-block-components-notice-banner', | |
| 1314 | + 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is( .woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1315 | + 'form_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', | |
| 1316 | + 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1317 | + 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1267 | 1318 | |
| 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', | |
| 1319 | + 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1320 | + 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', | |
| 1270 | 1321 | |
| 1271 | 1322 | ] |
| 1272 | 1323 | ), |
| 1273 | 1324 | 'rtsb-checkout-login-form' => array_merge( |
| @@ -1291,36 +1342,36 @@ | ||
| 1291 | 1342 | 'form_fields_border_radius_hover' => '{{WRAPPER}} input.input-text:is(:hover, :focus, :active)', |
| 1292 | 1343 | 'fields_hover_text_color' => '{{WRAPPER}} input.input-text:is(:hover, :focus, :active)', |
| 1293 | 1344 | 'fields_hover_bg_color' => '{{WRAPPER}} input.input-text:is(:hover, :focus, :active)', |
| 1294 | 1345 | |
| 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', | |
| 1346 | + 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-login-form input.input-text', | |
| 1347 | + 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', | |
| 1348 | + 'label_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .field-wrapper label', | |
| 1298 | 1349 | // 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 )', | |
| 1350 | + 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1351 | + 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1352 | + 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1302 | 1353 | |
| 1303 | - 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-login-form a', | |
| 1354 | + 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-login-form a', | |
| 1304 | 1355 | |
| 1305 | - 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1306 | - 'infobox_icon_size' => [ | |
| 1356 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1357 | + 'infobox_icon_size' => [ | |
| 1307 | 1358 | 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', |
| 1308 | 1359 | 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', |
| 1309 | 1360 | ], |
| 1310 | 1361 | |
| 1311 | - 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner :is( i, svg ) ', | |
| 1362 | + 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner :is( i, svg ) ', | |
| 1312 | 1363 | |
| 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 )', | |
| 1364 | + '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 | 1365 | |
| 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', | |
| 1366 | + 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form', | |
| 1367 | + 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form .wc-block-components-notice-banner', | |
| 1368 | + 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-login-form :is( .woocommerce-info, .wc-block-components-notice-banner__content ) ', | |
| 1369 | + 'form_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', | |
| 1370 | + 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1371 | + 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1372 | + 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1373 | + 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', | |
| 1323 | 1374 | |
| 1324 | 1375 | ] |
| 1325 | 1376 | ), |
| 1326 | 1377 | 'rtsb-shipping-method' => [ |
| @@ -1361,9 +1412,11 @@ | ||
| 1361 | 1412 | 'rtsb/elementor/common_selectors', |
| 1362 | 1413 | [ |
| 1363 | 1414 | 'columns' => [ |
| 1364 | 1415 | 'cols' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 1416 | + 'masonry' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row.rtsb-masonry', | |
| 1365 | 1417 | 'list_cols' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row[class*="list-layout"]', |
| 1418 | + 'list_masonry' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row[class*="list-layout"].rtsb-masonry', | |
| 1366 | 1419 | 'grid_gap' => [ |
| 1367 | 1420 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container [class*=rtsb-col-]', |
| 1368 | 1421 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 1369 | 1422 | 'slider_layout3' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout3', |
| @@ -1376,9 +1429,9 @@ | ||
| 1376 | 1429 | 'v_action_btn_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout3 .rtsb-product .rtsb-action-buttons.after-content', |
| 1377 | 1430 | 'image_gap' => '{{WRAPPER}} .rtsb-product .rtsb-list-item,{{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout6 .rtsb-product .rtsb-list-item .rtsb-product-content', |
| 1378 | 1431 | 'grid_alignment' => [ |
| 1379 | 1432 | 'text_align' => '{{WRAPPER}} .rtsb-elementor-container, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout4 .rtsb-product-content', |
| 1380 | - 'justify_content' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list, {{WRAPPER}} .rtsb-elementor-container .price-wrapper, {{WRAPPER}} .rtsb-elementor-container [class*=list-layout] .rtsb-product-category, {{WRAPPER}} .rtsb-elementor-container .rtwpvs-archive-variation-wrapper, {{WRAPPER}} .rtsb-elementor-container .product-rating, {{WRAPPER}} .rtsb-elementor-container .category-title-with-count, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout4 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-grid-layout4 .rtsb-content-footer.has-cart-text .rtsb-action-button-list', | |
| 1433 | + 'justify_content' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-category, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-list, {{WRAPPER}} .rtsb-elementor-container .price-wrapper, {{WRAPPER}} .rtsb-elementor-container [class*=list-layout] .rtsb-product-category, {{WRAPPER}} .rtsb-elementor-container .rtwpvs-archive-variation-wrapper, {{WRAPPER}} .rtsb-elementor-container .product-rating, {{WRAPPER}} .rtsb-elementor-container .category-title-with-count, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout4 .rtsb-product-content .rtsb-product-category,{{WRAPPER}} .rtsb-grid-layout4 .rtsb-content-footer.has-cart-text .rtsb-action-button-list', | |
| 1381 | 1434 | ], |
| 1382 | 1435 | ], |
| 1383 | 1436 | 'color_scheme' => [ |
| 1384 | 1437 | 'primary_color' => '{{WRAPPER}}', |
| @@ -1402,12 +1455,12 @@ | ||
| 1402 | 1455 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1403 | 1456 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1404 | 1457 | '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 | 1458 | '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', | |
| 1459 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline, {{WRAPPER}} .rtsb-elementor-container .rtsb-badge.type-image', | |
| 1460 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline, {{WRAPPER}} .rtsb-elementor-container .rtsb-badge.type-image', | |
| 1461 | + 'position_x' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img > .rtsb-promotion', | |
| 1462 | + 'position_y' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img > .rtsb-promotion', | |
| 1410 | 1463 | ], |
| 1411 | 1464 | 'image' => [ |
| 1412 | 1465 | 'overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area .rtsb-img-link::before', |
| 1413 | 1466 | 'hover_overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay .single-category-area .rtsb-img-link::after', |
| @@ -1419,8 +1472,9 @@ | ||
| 1419 | 1472 | 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area::before, {{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area::after', |
| 1420 | 1473 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img', |
| 1421 | 1474 | ], |
| 1422 | 1475 | 'advanced' => [ |
| 1476 | + 'wrapper_padding' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1423 | 1477 | 'content_padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| 1424 | 1478 | 'element_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid', |
| 1425 | 1479 | 'element_padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .category-wrapper, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .fade-action-button, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout3 .rtsb-product .rtsb-action-buttons.after-content', |
| 1426 | 1480 | 'content_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| @@ -1428,8 +1482,10 @@ | ||
| 1428 | 1482 | 'rtsb_el_element_shadow' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .category-wrapper, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product .product-fade-content', |
| 1429 | 1483 | 'content_hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image:hover', |
| 1430 | 1484 | 'element_hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item:hover, {{WRAPPER}} .rtsb-elementor-container .single-category-area:hover, {{WRAPPER}} .rtsb-elementor-container .category-wrapper:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product:hover :is( .product-fade-content, .fade-action-button )', |
| 1431 | 1485 | 'rtsb_el_element_hover_shadow' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item:hover, {{WRAPPER}} .rtsb-elementor-container .single-category-area:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .category-wrapper:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .rtsb-category-grid:hover .category-title-with-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-layout3 .rtsb-product:hover .product-fade-content', |
| 1486 | + 'rtsb_el_wrapper_border' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1487 | + 'wrapper_border_radius' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1432 | 1488 | 'rtsb_el_element_border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .category-wrapper', |
| 1433 | 1489 | 'element_border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item:hover, {{WRAPPER}} .rtsb-elementor-container .single-category-area:hover, {{WRAPPER}} .rtsb-elementor-container .category-wrapper:hover', |
| 1434 | 1490 | 'element_border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item, {{WRAPPER}} .rtsb-elementor-container .single-category-area, {{WRAPPER}} .rtsb-elementor-container .category-wrapper', |
| 1435 | 1491 | 'rtsb_el_content_border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| @@ -1435,8 +1491,12 @@ | ||
| 1435 | 1491 | 'rtsb_el_content_border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| 1436 | 1492 | 'content_border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image:hover', |
| 1437 | 1493 | 'content_border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-row:not(.rtsb-category-layout2) .rtsb-category-content, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image', |
| 1438 | 1494 | ], |
| 1495 | + 'badges_module' => [ | |
| 1496 | + 'direction' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 1497 | + 'alignment' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 1498 | + ], | |
| 1439 | 1499 | ] |
| 1440 | 1500 | ); |
| 1441 | 1501 | } |
| 1442 | 1502 | |
| @@ -1447,9 +1507,12 @@ | ||
| 1447 | 1507 | */ |
| 1448 | 1508 | public static function general_slider_selectors(): array { |
| 1449 | 1509 | return [ |
| 1450 | 1510 | 'slider_buttons' => [ |
| 1451 | - 'arrow_size' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', | |
| 1511 | + 'arrow_size' => [ | |
| 1512 | + 'icon' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', | |
| 1513 | + 'svg' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow svg', | |
| 1514 | + ], | |
| 1452 | 1515 | 'arrow_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 1453 | 1516 | 'arrow_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 1454 | 1517 | 'arrow_line_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', |
| 1455 | 1518 | 'dot_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| @@ -1519,16 +1582,18 @@ | ||
| 1519 | 1582 | 'action_btn_alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product .rtsb-action-buttons.horizontal-floating-btn .rtsb-action-button-list', |
| 1520 | 1583 | 'action_btn_gap' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-button-list', |
| 1521 | 1584 | ], |
| 1522 | 1585 | 'product_price' => [ |
| 1523 | - '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', | |
| 1524 | - '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', | |
| 1527 | - 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1528 | - 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', | |
| 1529 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1530 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1586 | + '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', | |
| 1587 | + 'sale_typography' => '{{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1588 | + 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1589 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( ins, ins span bdi)', | |
| 1590 | + 'regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( bdi, del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1591 | + 'crossed_regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is(del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1592 | + 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1593 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', | |
| 1594 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1595 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1531 | 1596 | ], |
| 1532 | 1597 | 'product_rating' => [ |
| 1533 | 1598 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .star-rating', |
| 1534 | 1599 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-rating', |
| @@ -1551,25 +1616,25 @@ | ||
| 1551 | 1616 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1552 | 1617 | 'wrapper_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-category', |
| 1553 | 1618 | ], |
| 1554 | 1619 | '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', | |
| 1620 | + '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', | |
| 1621 | + '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', | |
| 1622 | + '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', | |
| 1623 | + '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', | |
| 1624 | + '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', | |
| 1625 | + '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 | 1626 | 'active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1562 | 1627 | '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', | |
| 1628 | + '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', | |
| 1629 | + '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', | |
| 1630 | + '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', | |
| 1631 | + '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 | 1632 | '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', | |
| 1633 | + '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', | |
| 1634 | + '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', | |
| 1635 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button', | |
| 1636 | + '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 | 1637 | ], |
| 1573 | 1638 | 'product_add_to_cart' => [ |
| 1574 | 1639 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| 1575 | 1640 | 'icon_size' => [ |