| @@ -9,28 +9,8 @@ | ||
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | namespace RadiusTheme\SB\Elementor\Helper; |
| 12 | 12 | |
| 13 | -use RadiusTheme\SB\Elementor\Widgets\Archive\ProductFilters; | |
| 14 | -use RadiusTheme\SB\Elementor\Widgets\General\{AdvancedHeading, | |
| 15 | - DropCaps, | |
| 16 | - ShopBuilderButton, | |
| 17 | - CallToAction, | |
| 18 | - InfoBox, | |
| 19 | - FlipBox, | |
| 20 | - Counter, | |
| 21 | - CountDown, | |
| 22 | - PricingTable, | |
| 23 | - ProgressBar, | |
| 24 | - ImageAccordion, | |
| 25 | - ShopBuilderFaq, | |
| 26 | - LogoSliderAndGrid, | |
| 27 | - Testimonial, | |
| 28 | - TeamMember, | |
| 29 | - PostList, | |
| 30 | - PostGrid | |
| 31 | -}; | |
| 32 | - | |
| 33 | 13 | // Do not allow directly accessing this file. |
| 34 | 14 | if ( ! defined( 'ABSPATH' ) ) { |
| 35 | 15 | exit( 'This script cannot be accessed directly.' ); |
| 36 | 16 | } |
| @@ -38,9 +18,8 @@ | ||
| 38 | 18 | /** |
| 39 | 19 | * BuilderFns class |
| 40 | 20 | */ |
| 41 | 21 | class ControlSelectors { |
| 42 | - | |
| 43 | 22 | /** |
| 44 | 23 | * Get Widget Selectors. |
| 45 | 24 | * |
| 46 | 25 | * @param object $widget Widget object. |
| @@ -169,9 +148,8 @@ | ||
| 169 | 148 | 'submit_button_alignment' => [ |
| 170 | 149 | 'text-align' => '{{WRAPPER}} #review_form #respond .comment-form .form-submit', |
| 171 | 150 | 'float' => '{{WRAPPER}} #review_form #respond .comment-form .form-submit input#submit', |
| 172 | 151 | ], |
| 173 | - 'submit_button_height' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', | |
| 174 | 152 | 'button_text_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', |
| 175 | 153 | 'button_bg_color_normal' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', |
| 176 | 154 | 'button_border' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit)', |
| 177 | 155 | 'button_text_color_hover' => '{{WRAPPER}} #review_form #respond .comment-form :is(.submit):hover', |
| @@ -266,17 +244,14 @@ | ||
| 266 | 244 | 'add_cart_button_margin' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 267 | 245 | 'cart_height' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 268 | 246 | 'icon_align' => [ |
| 269 | 247 | 'align' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 270 | - '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)', | |
| 248 | + 'flex-direction' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped ) :is(i, span)', | |
| 271 | 249 | ], |
| 272 | 250 | 'cart_icon_gap' => '{{WRAPPER}} .products .product :is(a.add_to_cart_button, a.product_type_simple, a.product_type_grouped )', |
| 273 | 251 | '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)', |
| 274 | 252 | // Slider. |
| 275 | - 'slider_arrow_icon_size' => [ | |
| 276 | - 'icon' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn 1', | |
| 277 | - 'svg' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn svg', | |
| 278 | - ], | |
| 253 | + 'slider_arrow_icon_size' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', | |
| 279 | 254 | 'slider_arrow_size' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 280 | 255 | 'arrows_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 281 | 256 | 'arrows_bg_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| 282 | 257 | 'arrows_border_color' => '{{WRAPPER}} .rtsb-carousel-slider .rtsb-slider-btn', |
| @@ -301,12 +276,9 @@ | ||
| 301 | 276 | 'pagination_padding' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 302 | 277 | 'pagination_margin' => '{{WRAPPER}} .woocommerce-pagination', |
| 303 | 278 | 'pagination_width' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 304 | 279 | 'pagination_height' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div)', |
| 305 | - 'pagination_icon_size' => [ | |
| 306 | - 'icon' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) i', | |
| 307 | - 'svg' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) svg', | |
| 308 | - ], | |
| 280 | + 'pagination_icon_size' => '{{WRAPPER}} .woocommerce-pagination .page-numbers:not(ul,div) i', | |
| 309 | 281 | // Review Star. |
| 310 | 282 | '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', |
| 311 | 283 | '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', |
| 312 | 284 | 'review_star_icon_size' => '{{WRAPPER}} .products .product .star-rating', |
| @@ -327,97 +299,69 @@ | ||
| 327 | 299 | */ |
| 328 | 300 | private static function general_widget_selectors(): array { |
| 329 | 301 | $selectors = [ |
| 330 | 302 | 'rtsb-product-breadcrumbs' => [ |
| 331 | - 'breadcrumbs_align' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', | |
| 332 | - 'text_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', | |
| 333 | - 'link_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a', | |
| 334 | - 'link_hover_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a:hover', | |
| 335 | - 'item_spacing' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', | |
| 336 | - 'icon_size' => [ | |
| 303 | + 'breadcrumbs_align' => '{{WRAPPER}} .rtsb-breadcrumb', | |
| 304 | + 'text_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', | |
| 305 | + 'link_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a', | |
| 306 | + 'link_hover_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb a:hover', | |
| 307 | + 'item_spacing' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', | |
| 308 | + 'icon_size' => [ | |
| 337 | 309 | 'icon' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', |
| 338 | 310 | 'svg' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator svg', |
| 339 | 311 | ], |
| 340 | - 'breadcrumbs_typography' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb', | |
| 341 | - 'icon_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator i,{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator', | |
| 312 | + 'icon_color' => '{{WRAPPER}} .rtsb-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator i', | |
| 342 | 313 | ], |
| 314 | + | |
| 343 | 315 | 'rtsb-wc-notice' => [ |
| 344 | - 'notice_typography' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 345 | - 'notice_icon_size' => [ | |
| 346 | - 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 347 | - 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', | |
| 348 | - ], | |
| 349 | - 'notice_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 350 | - 'notice_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 351 | - 'notice_icon_color' => [ | |
| 352 | - 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 353 | - 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', | |
| 354 | - ], | |
| 355 | - 'notice_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner > svg', | |
| 356 | - 'notice_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 357 | - 'notice_success_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-success)', | |
| 358 | - 'notice_success_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-success)', | |
| 359 | - 'notice_success_icon_color' => [ | |
| 360 | - 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 361 | - 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-success > svg', | |
| 362 | - ], | |
| 363 | - 'notice_success_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-success > svg', | |
| 364 | - 'notice_success_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-success)', | |
| 365 | - 'notice_error_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error', | |
| 366 | - 'notice_error_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error', | |
| 367 | - 'notice_error_icon_color' => [ | |
| 368 | - 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 369 | - 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error > svg', | |
| 370 | - ], | |
| 371 | - 'notice_error_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-error > svg', | |
| 372 | - 'notice_error_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-error)', | |
| 373 | - 'notice_info_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info', | |
| 374 | - 'notice_info_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info', | |
| 375 | - 'notice_info_icon_color' => [ | |
| 376 | - 'icon' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 377 | - 'svg' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info > svg', | |
| 378 | - ], | |
| 379 | - 'notice_info_icon_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error), {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner.is-info > svg', | |
| 380 | - 'notice_info_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner.is-info)', | |
| 381 | - 'notice_padding' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner)', | |
| 382 | - 'button_height' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 383 | - 'button_width' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 384 | - 'button_typography' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 385 | - 'button_text_color_normal' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 386 | - 'button_bg_color_normal' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 387 | - 'button_border' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 388 | - 'button_text_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover', | |
| 389 | - 'button_bg_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover', | |
| 390 | - 'button_border_hover_color' => '{{WRAPPER}} .rtsb-notice a.button:hover, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover', | |
| 391 | - 'button_border_radius' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 392 | - 'button_padding' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 393 | - 'button_margin' => '{{WRAPPER}} .rtsb-notice a.button, {{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 394 | - 'notice_button_alignment' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward', | |
| 395 | - 'notice_gap_multiple' => '{{WRAPPER}} .rtsb-notice .woocommerce-notices-wrapper, {{WRAPPER}} .rtsb-notice', | |
| 396 | - 'notice_icon_gap' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', | |
| 397 | - 'notice_border_radius' => '{{WRAPPER}} .rtsb-notice .wc-block-components-notice-banner', | |
| 316 | + 'notice_typography' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 317 | + 'notice_bg_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 318 | + 'notice_text_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 319 | + 'notice_icon_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 320 | + 'notice_icon_size' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message::before, .woocommerce-error::before)', | |
| 321 | + 'notice_border_color' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 322 | + 'notice_padding' => '{{WRAPPER}} .rtsb-notice :is(.woocommerce-message, .woocommerce-error)', | |
| 323 | + 'button_height' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 324 | + 'button_width' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 325 | + 'button_typography' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 326 | + 'button_text_color_normal' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 327 | + 'button_bg_color_normal' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 328 | + 'button_border' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 329 | + 'button_text_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover', | |
| 330 | + 'button_bg_color_hover' => '{{WRAPPER}} .rtsb-notice a.button:hover', | |
| 331 | + 'button_border_hover_color' => '{{WRAPPER}} .rtsb-notice a.button:hover', | |
| 332 | + 'button_border_radius' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 333 | + 'button_padding' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 334 | + 'button_margin' => '{{WRAPPER}} .rtsb-notice a.button', | |
| 335 | + 'notice_gap_multiple' => '{{WRAPPER}} .rtsb-notice .woocommerce-notices-wrapper', | |
| 398 | 336 | ], |
| 337 | + | |
| 399 | 338 | 'rtsb-products-grid' => array_merge( |
| 400 | 339 | self::general_common_selectors(), |
| 401 | 340 | self::general_product_selectors() |
| 402 | 341 | ), |
| 342 | + | |
| 403 | 343 | 'rtsb-products-list' => array_merge( |
| 404 | 344 | self::general_common_selectors(), |
| 405 | 345 | self::general_product_selectors() |
| 406 | 346 | ), |
| 347 | + | |
| 407 | 348 | 'rtsb-products-slider' => array_merge( |
| 408 | 349 | self::general_common_selectors(), |
| 409 | 350 | self::general_product_selectors(), |
| 410 | 351 | self::general_slider_selectors(), |
| 411 | 352 | ), |
| 353 | + | |
| 412 | 354 | 'rtsb-product-categories-general' => array_merge( |
| 413 | 355 | self::general_common_selectors(), |
| 414 | 356 | self::general_cat_selectors() |
| 415 | 357 | ), |
| 358 | + | |
| 416 | 359 | 'rtsb-products-single-category' => array_merge( |
| 417 | 360 | self::general_common_selectors(), |
| 418 | 361 | self::general_cat_selectors() |
| 419 | 362 | ), |
| 363 | + | |
| 420 | 364 | 'rtsb-social-share' => array_merge( |
| 421 | 365 | self::social_share(), |
| 422 | 366 | ), |
| 423 | 367 | 'rtsb-wishlist' => [ |
| @@ -426,32 +370,15 @@ | ||
| 426 | 370 | 'table_header_typo' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| 427 | 371 | 'table_header_align' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| 428 | 372 | 'table_header_color' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| 429 | 373 | 'table_header_bg_color' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', |
| 430 | - 'table_item_typo' => '{{WRAPPER}} .rtsb-wishlist-content table td,{{WRAPPER}} .rtsb-wishlist-content table td a,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-partial-pay-avail-note span,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-out-of-stock-message,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-out-of-stock-details-message,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-privacy-checkbox label span', | |
| 374 | + 'table_item_typo' => '{{WRAPPER}} .rtsb-wishlist-content table td,{{WRAPPER}} .rtsb-wishlist-content table td a', | |
| 431 | 375 | 'table_item_align' => '{{WRAPPER}} .rtsb-wishlist-content table td', |
| 432 | - 'table_item_color' => '{{WRAPPER}} .rtsb-wishlist-content table td,{{WRAPPER}} .rtsb-wishlist-content table td a,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-partial-pay-avail-note span,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-out-of-stock-message,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-out-of-stock-details-message,{{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-privacy-checkbox label span', | |
| 376 | + 'table_item_color' => '{{WRAPPER}} .rtsb-wishlist-content table td,{{WRAPPER}} .rtsb-wishlist-content table td a', | |
| 433 | 377 | 'table_item_bg_color' => '{{WRAPPER}} .rtsb-wishlist-content table td', |
| 434 | - 'column_width' => '{{WRAPPER}} .rtsb-wishlist-content table thead th,{{WRAPPER}} .rtsb-wishlist-content table tbody td', | |
| 435 | - 'table_item_text_decoration' => '{{WRAPPER}} .rtsb-wishlist-content table td, {{WRAPPER}} .rtsb-wishlist-content table td a, {{WRAPPER}} .rtsb-wishlist-content table td a span, {{WRAPPER}} .rtsb-wishlist-content table td .rtsb-partial-pay-avail-note span, {{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-out-of-stock-message, {{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-out-of-stock-details-message, {{WRAPPER}} .rtsb-wishlist-content table td .rtsb-bis-privacy-checkbox label span', | |
| 378 | + 'header_cell_width' => '{{WRAPPER}} .rtsb-wishlist-content table thead th', | |
| 379 | + 'item_cell_width' => '{{WRAPPER}} .rtsb-wishlist-content table tbody td', | |
| 436 | 380 | ], |
| 437 | - 'rtsb-advanced-heading' => AdvancedHeading\Selectors::get_selectors(), | |
| 438 | - 'rtsb-dropcaps' => DropCaps\Selectors::get_selectors(), | |
| 439 | - 'rtsb-shopbuilder-button' => ShopBuilderButton\Selectors::get_selectors(), | |
| 440 | - 'rtsb-call-to-action' => CallToAction\Selectors::get_selectors(), | |
| 441 | - 'rtsb-info-box' => InfoBox\Selectors::get_selectors(), | |
| 442 | - 'rtsb-pricing-table' => PricingTable\Selectors::get_selectors(), | |
| 443 | - 'rtsb-flip-box' => FlipBox\Selectors::get_selectors(), | |
| 444 | - 'rtsb-counter' => Counter\Selectors::get_selectors(), | |
| 445 | - 'rtsb-countdown-addon' => CountDown\Selectors::get_selectors(), | |
| 446 | - 'rtsb-progress-bar-addon' => ProgressBar\Selectors::get_selectors(), | |
| 447 | - 'rtsb-image-accordion-addon' => ImageAccordion\Selectors::get_selectors(), | |
| 448 | - 'rtsb-shopbuilder-faq' => ShopBuilderFaq\Selectors::get_selectors(), | |
| 449 | - 'rtsb-logo-slider-and-grid' => LogoSliderAndGrid\Selectors::get_selectors(), | |
| 450 | - 'rtsb-testimonial' => Testimonial\Selectors::get_selectors(), | |
| 451 | - 'rtsb-team-member' => TeamMember\Selectors::get_selectors(), | |
| 452 | - 'rtsb-post-list' => PostList\Selectors::get_selectors(), | |
| 453 | - 'rtsb-post-grid' => PostGrid\Selectors::get_selectors(), | |
| 454 | 381 | ]; |
| 455 | 382 | |
| 456 | 383 | return apply_filters( 'rtsb/elements/elementor/widget/general/selectors', $selectors ); |
| 457 | 384 | } |
| @@ -543,12 +470,9 @@ | ||
| 543 | 470 | ], |
| 544 | 471 | 'rtsb-product-add-to-cart' => [ |
| 545 | 472 | 'button_height' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 546 | 473 | 'button_width' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 547 | - 'cart_icon_align' => [ | |
| 548 | - 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 549 | - 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button svg', | |
| 550 | - ], | |
| 474 | + 'cart_icon_align' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 551 | 475 | 'cart_icon_gap' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 552 | 476 | 'button_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 553 | 477 | 'button_text_color_normal' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 554 | 478 | 'button_bg_color_normal' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| @@ -558,12 +482,9 @@ | ||
| 558 | 482 | 'button_border_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button:hover', |
| 559 | 483 | 'button_border_radius' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 560 | 484 | 'button_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 561 | 485 | 'button_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button', |
| 562 | - 'cart_icon_size' => [ | |
| 563 | - 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 564 | - 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button svg', | |
| 565 | - ], | |
| 486 | + 'cart_icon_size' => '{{WRAPPER}} .rtsb-product-add-to-cart .cart .button i', | |
| 566 | 487 | 'quantity_height' => [ |
| 567 | 488 | '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', |
| 568 | 489 | 'half' => '{{WRAPPER}} .rtsb-quantity-box-group:is(.rtsb-quantity-box-group-style-3,.rtsb-quantity-box-group-style-4) .rtsb-quantity-btn', |
| 569 | 490 | ], |
| @@ -571,14 +492,11 @@ | ||
| 571 | 492 | 'quantity_decrement_button_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', |
| 572 | 493 | 'quantity_input_width' => '{{WRAPPER}} .rtsb-product-add-to-cart input.qty', |
| 573 | 494 | 'quantity_button_width' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', |
| 574 | 495 | |
| 575 | - 'icon_size' => [ | |
| 576 | - 'icon' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 577 | - 'svg' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn svg', | |
| 578 | - ], | |
| 579 | - 'quantity_icon_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity :is(i, svg)', | |
| 580 | - 'quantity_icon_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-btn:hover :is(i, svg)', | |
| 496 | + 'icon_size' => '{{WRAPPER}} .rtsb-product-add-to-cart .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 497 | + 'quantity_icon_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity i', | |
| 498 | + 'quantity_icon_hover_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-btn:hover i', | |
| 581 | 499 | 'text_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 582 | 500 | 'quantity_number_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 583 | 501 | 'quantity_background_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 584 | 502 | 'quantity_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| @@ -586,9 +504,9 @@ | ||
| 586 | 504 | 'qunatity_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity input', |
| 587 | 505 | 'quantity_wrapper_background_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 588 | 506 | 'qunatity_wrapper_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 589 | 507 | 'quantity_wrapper_radius' => '{{WRAPPER}} .rtsb-product-add-to-cart .quantity .rtsb-quantity-box-group', |
| 590 | - 'variation_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select, .rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term', | |
| 508 | + 'variation_padding' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 591 | 509 | 'variation_label_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 592 | 510 | 'variation_item_margin' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr:not(:last-child) .value', |
| 593 | 511 | 'variation_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', |
| 594 | 512 | 'price_typography' => '.single-product {{WRAPPER}} .single_variation .price', |
| @@ -593,16 +511,13 @@ | ||
| 593 | 511 | 'variation_border' => '{{WRAPPER}} .rtsb-product-add-to-cart .variations select', |
| 594 | 512 | 'price_typography' => '.single-product {{WRAPPER}} .single_variation .price', |
| 595 | 513 | 'price_color' => '.single-product {{WRAPPER}} .single_variation :is(.price, .price .amount, .price ins)', |
| 596 | 514 | 'price_margin' => '.single-product {{WRAPPER}} .single_variation :is(.price, .price .amount, .price ins)', |
| 597 | - 'variation_height' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 598 | - 'variation_width' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 599 | - 'variation_border_radius' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term), {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 515 | + 'variation_height' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 516 | + 'variation_width' => '.rtwpvs {{WRAPPER}} .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term, {{WRAPPER}} .rtsb-product-add-to-cart .variations select', | |
| 517 | + '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', | |
| 600 | 518 | 'variation_label_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 601 | - 'variation_stock_typography' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 602 | 519 | 'variation_label_color' => '{{WRAPPER}} .rtsb-product-add-to-cart table.variations tr .label label', |
| 603 | - 'variation_stock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock', | |
| 604 | - 'variation_outofstock_color' => '{{WRAPPER}} .rtsb-product-add-to-cart .woocommerce-variation-availability .stock.out-of-stock', | |
| 605 | 520 | |
| 606 | 521 | ], |
| 607 | 522 | 'rtsb-product-categories' => [ |
| 608 | 523 | 'align' => '{{WRAPPER}} .rtsb-product-categories', |
| @@ -628,13 +543,19 @@ | ||
| 628 | 543 | ], |
| 629 | 544 | |
| 630 | 545 | 'rtsb-product-image' => [ |
| 631 | 546 | 'image_width' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image a > img', |
| 632 | - 'image_border' => '{{WRAPPER}} .rtwpvg-wrapper .rtwpvg-slider-wrapper,{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image, {{WRAPPER}} .rtsb-product-images .product-vg-gallery', | |
| 633 | 547 | 'image_border_radius' => '{{WRAPPER}} .rtsb-product-images .woocommerce-product-gallery__image', |
| 634 | 548 | 'gallery_thumbs_column' => '{{WRAPPER}} div.images .flex-control-thumbs li', |
| 635 | - 'thumb_border' => '{{WRAPPER}} .rtsb-vg-main-slider-wrapper .rtsb-vs-thumb-item, {{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images .rtwpvg-thumbnail-image img, {{WRAPPER}} .rtsb-product-images .rtwpvg-grid-layout .rtwpvg-gallery-image', | |
| 636 | - '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', | |
| 549 | + // 'gallery_thumbs_column_gap' => '{{WRAPPER}} div.images .flex-control-thumbs', | |
| 550 | + //'gallery_image_gap_with_main' => [ | |
| 551 | + // 'margin-top' => '{{WRAPPER}} div.images .flex-control-thumbs', | |
| 552 | + // 'rtwpvg-thumb-mb' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-bottom .rtwpvg-slider-wrapper', | |
| 553 | + // 'rtwpvg-thumb-ml' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-left .rtwpvg-slider-wrapper', | |
| 554 | + // 'rtwpvg-thumb-mr' => '{{WRAPPER}} .rtsb-product-images .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-right .rtwpvg-slider-wrapper', | |
| 555 | + //], | |
| 556 | + 'thumb_border' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images .rtwpvg-thumbnail-image img', | |
| 557 | + 'thumbs_border_radius' => '{{WRAPPER}} .rtsb-product-images div.images .flex-control-thumbs li img, {{WRAPPER}} .rtsb-product-images :is( .rtwpvg-thumbnail-image, img)', | |
| 637 | 558 | 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 638 | 559 | 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 639 | 560 | 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 640 | 561 | 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| @@ -644,12 +565,9 @@ | ||
| 644 | 565 | 'flash_sale_position_vertical' => '{{WRAPPER}} .rtsb-product-images .onsale', |
| 645 | 566 | 'zoom_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 646 | 567 | |
| 647 | 568 | 'zoom_bg_color' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 648 | - 'zoom_icon_size' => [ | |
| 649 | - 'icon' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger :is(span, i)', | |
| 650 | - 'svg' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger svg, {{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger svg', | |
| 651 | - ], | |
| 569 | + '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)', | |
| 652 | 570 | 'zoom_badge_width' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 653 | 571 | 'zoom_badge_height' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 654 | 572 | 'zoom_badge_border_radius' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| 655 | 573 | 'zoom_padding' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger,{{WRAPPER}} .rtsb-product-images .rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger', |
| @@ -658,9 +576,9 @@ | ||
| 658 | 576 | '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)', |
| 659 | 577 | '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)', |
| 660 | 578 | ], |
| 661 | 579 | 'zoom_position_vertical' => [ |
| 662 | - 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger, {{WRAPPER}} .rtsb-product-images .rtwpvg-trigger', | |
| 580 | + 'zoom-icon-top' => '{{WRAPPER}} .rtsb-product-images .images .woocommerce-product-gallery__trigger', | |
| 663 | 581 | '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)', |
| 664 | 582 | ], |
| 665 | 583 | ], |
| 666 | 584 | 'rtsb-product-meta' => [ |
| @@ -665,13 +583,12 @@ | ||
| 665 | 583 | ], |
| 666 | 584 | 'rtsb-product-meta' => [ |
| 667 | 585 | 'meta_layout' => '{{WRAPPER}} .rtsb-product-meta .product_meta', |
| 668 | 586 | 'align' => '{{WRAPPER}} .product_meta', |
| 669 | - 'row_gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', | |
| 670 | - 'column_gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', | |
| 587 | + 'gap' => '{{WRAPPER}} .rtsb-product-meta .product_meta', | |
| 671 | 588 | 'meta_padding' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', |
| 672 | - 'label_typo' => '{{WRAPPER}} .rtsb-product-meta .product_meta .rtsb-meta-label', | |
| 673 | - 'meta_label_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta .rtsb-meta-label', | |
| 589 | + 'label_typo' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', | |
| 590 | + 'meta_label_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku_wrapper, .posted_in, .tagged_as)', | |
| 674 | 591 | 'value_typo' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku, .posted_in a, .tagged_as a)', |
| 675 | 592 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.sku, .posted_in a, .tagged_as a)', |
| 676 | 593 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-meta .product_meta :is(.posted_in a, .tagged_as a):hover', |
| 677 | 594 | ], |
| @@ -709,20 +626,17 @@ | ||
| 709 | 626 | 'meta_value_color' => '{{WRAPPER}} .rtsb-product-sku .sku-value', |
| 710 | 627 | 'meta_value_hover_color' => '{{WRAPPER}} .rtsb-product-sku .sku-value:hover', |
| 711 | 628 | ], |
| 712 | 629 | 'rtsb-product-stock' => [ |
| 713 | - 'stock_text_typography' => '{{WRAPPER}} .rtsb-product-stock .stock .rtsb-stock-text', | |
| 714 | - 'in_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.in-stock .rtsb-stock-text', | |
| 715 | - 'outof_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.out-of-stock .rtsb-stock-text', | |
| 716 | - 'backorder_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.available-on-backorder .rtsb-stock-text', | |
| 717 | - 'icon_size' => [ | |
| 718 | - 'icon' => '{{WRAPPER}} .rtsb-product-stock .stock i', | |
| 719 | - 'svg' => '{{WRAPPER}} .rtsb-product-stock .stock svg', | |
| 720 | - ], | |
| 721 | - 'icon_gap' => '{{WRAPPER}} .rtsb-product-stock .stock :is(i, svg)', | |
| 722 | - 'stock_alignment' => '{{WRAPPER}} .rtsb-product-stock > .stock', | |
| 723 | - 'stock_padding' => '{{WRAPPER}} .rtsb-product-stock > .stock', | |
| 724 | - 'stock_margin' => '{{WRAPPER}} .rtsb-product-stock > .stock', | |
| 630 | + 'stock_text_typography' => '{{WRAPPER}} .rtsb-product-stock .stock', | |
| 631 | + 'in_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.in-stock', | |
| 632 | + 'outof_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.out-of-stock', | |
| 633 | + 'backorder_stock_color' => '{{WRAPPER}} .rtsb-product-stock .stock.available-on-backorder', | |
| 634 | + 'icon_size' => '{{WRAPPER}} .rtsb-product-stock .stock i', | |
| 635 | + 'icon_gap' => '{{WRAPPER}} .rtsb-product-stock .stock i', | |
| 636 | + 'stock_alignment' => '{{WRAPPER}} .rtsb-product-stock p', | |
| 637 | + 'stock_padding' => '{{WRAPPER}} .rtsb-product-stock p', | |
| 638 | + 'stock_margin' => '{{WRAPPER}} .rtsb-product-stock p', | |
| 725 | 639 | ], |
| 726 | 640 | 'rtsb-product-tabs' => array_merge( |
| 727 | 641 | self::reviews_settings_selecotor(), |
| 728 | 642 | [ |
| @@ -747,9 +661,9 @@ | ||
| 747 | 661 | 'tab_title_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', |
| 748 | 662 | 'tab_title_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab h2', |
| 749 | 663 | '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', |
| 750 | 664 | |
| 751 | - 'additional_info_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab .shop_attributes :is(th, td, td p)', | |
| 665 | + 'additional_info_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs .woocommerce-tabs .wc-tab .shop_attributes', | |
| 752 | 666 | 'attributes_gap' => '.rtsb-builder-content {{WRAPPER}} .rtsb-product-tabs table.shop_attributes td,{{WRAPPER}} .rtsb-product-tabs table.shop_attributes th', |
| 753 | 667 | ] |
| 754 | 668 | ), |
| 755 | 669 | 'rtsb-product-title' => [ |
| @@ -767,38 +681,26 @@ | ||
| 767 | 681 | 'align' => '{{WRAPPER}}', |
| 768 | 682 | 'text_color' => '{{WRAPPER}} :is(.rtsb-short-description , p)', |
| 769 | 683 | 'text_shadow' => '{{WRAPPER}} .rtsb-short-description, {{WRAPPER}} .rtsb-short-description p', |
| 770 | 684 | ], |
| 771 | - // The widget badge lives inside `{{WRAPPER}} .rtsb-product-onsale`; the Badges | |
| 772 | - // module also renders group badges on the main product gallery (above-image | |
| 773 | - // position). Style both from the same controls by pairing the widget selector | |
| 774 | - // with a gallery-scoped selector for the module group badges. The gallery | |
| 775 | - // scope (`.woocommerce-product-gallery`/`.rtsb-product-images`) keeps related | |
| 776 | - // product card badges untouched. | |
| 777 | 685 | 'rtsb-product-onsale' => [ |
| 778 | - 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 779 | - 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 780 | - 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 781 | - 'flash_sale_border_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), {{WRAPPER}} .rtsb-tag-outline.angle-right::after, :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 782 | - 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 783 | - 'flash_sale_badge_height' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 784 | - 'flash_sale_badge_border_radius' => '{{WRAPPER}} .rtsb-product-onsale :is(.onsale, .rtsb-tag-fill, .rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 686 | + 'flash_sale_typography' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 687 | + 'product_flash_sale_color' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 688 | + 'flash_sale_bg_color' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 689 | + 'flash_sale_badge_width' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 690 | + 'flash_sale_badge_height' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 691 | + 'flash_sale_badge_border_radius' => '{{WRAPPER}} .rtsb-product-onsale .onsale', | |
| 785 | 692 | 'product_badges' => [ |
| 786 | - 'typography' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 693 | + 'typography' => '{{WRAPPER}} .rtsb-product-onsale :is( .rtsb-tag-fill,.rtsb-tag-outline )', | |
| 787 | 694 | 'color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 788 | 695 | 'bg_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 789 | 696 | 'border_color' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline),{{WRAPPER}} .rtsb-tag-outline.angle-right::after', |
| 790 | 697 | 'border_radius' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', |
| 791 | - 'padding' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 792 | - 'margin' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline), :is(.woocommerce-product-gallery, .rtsb-product-images) .rtsb-badge-group-style :is(.rtsb-tag-fill, .rtsb-tag-outline)', | |
| 698 | + 'padding' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', | |
| 699 | + 'margin' => '{{WRAPPER}} .rtsb-product-onsale :is(.rtsb-tag-fill,.rtsb-tag-outline)', | |
| 793 | 700 | 'position_x' => '', |
| 794 | 701 | 'position_y' => '', |
| 795 | 702 | ], |
| 796 | - 'badges_module' => [ | |
| 797 | - 'direction' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 798 | - 'alignment' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 799 | - 'alignment_wrap' => '{{WRAPPER}} .rtsb-badge-container .rtsb-promotion:not(.rtsb-badge-group-style)', | |
| 800 | - ], | |
| 801 | 703 | ], |
| 802 | 704 | ]; |
| 803 | 705 | |
| 804 | 706 | return apply_filters( 'rtsb/elements/elementor/widget/product/selectors', $selectors ); |
| @@ -844,16 +746,14 @@ | ||
| 844 | 746 | 'text_color' => '{{WRAPPER}}', |
| 845 | 747 | 'text_shadow' => '{{WRAPPER}} .rtsb-archive-description', |
| 846 | 748 | ], |
| 847 | 749 | 'rtsb-archive-product-mode' => [ |
| 848 | - 'icon_size' => [ | |
| 849 | - 'icon' => '{{WRAPPER}} .rtsb-archive-view-mode i', | |
| 850 | - 'svg' => '{{WRAPPER}} .rtsb-archive-view-mode svg', | |
| 851 | - ], | |
| 750 | + 'icon_size' => '{{WRAPPER}} .rtsb-archive-view-mode a', | |
| 852 | 751 | 'mode_button_align' => '{{WRAPPER}}', |
| 853 | 752 | 'mode_button_height' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 854 | 753 | 'mode_button_width' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 855 | 754 | 'mode_button_gap' => '{{WRAPPER}} .rtsb-archive-view-mode', |
| 755 | + 'mode_button_color' => '{{WRAPPER}} .rtsb-archive-view-mode a', | |
| 856 | 756 | 'mode_button_bg_color' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 857 | 757 | 'text_color' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 858 | 758 | 'mode_button_border' => '{{WRAPPER}} .rtsb-archive-view-mode a', |
| 859 | 759 | 'mode_button_bg_hover_color' => '{{WRAPPER}} .rtsb-archive-view-mode a:hover,{{WRAPPER}} .rtsb-archive-view-mode a.active', |
| @@ -863,12 +763,9 @@ | ||
| 863 | 763 | ], |
| 864 | 764 | 'rtsb-archive-result-count' => [ |
| 865 | 765 | 'align' => '{{WRAPPER}}', |
| 866 | 766 | 'text_color' => '{{WRAPPER}}', |
| 867 | - // Also target the inner <p> (woocommerce_result_count output): text-decoration | |
| 868 | - // is not inherited and does not draw through the descendant block, so it must | |
| 869 | - // hit the text element directly. Other typography keeps working via the div. | |
| 870 | - 'typo' => '{{WRAPPER}} .rtsb-archive-result-count, {{WRAPPER}} .rtsb-archive-result-count .woocommerce-result-count', | |
| 767 | + 'typo' => '{{WRAPPER}} .rtsb-archive-result-count', | |
| 871 | 768 | 'text_shadow' => '{{WRAPPER}} .rtsb-archive-result-count', |
| 872 | 769 | ], |
| 873 | 770 | 'rtsb-products-ordering' => [ |
| 874 | 771 | 'typo' => '{{WRAPPER}} .rtsb-archive-catalog-ordering :is( .woocommerce-ordering, select )', |
| @@ -883,9 +780,8 @@ | ||
| 883 | 780 | 'text_hover_color' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby:hover', |
| 884 | 781 | 'orderby_border_hover_color' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby:hover', |
| 885 | 782 | 'orderby_radius' => '{{WRAPPER}} .rtsb-archive-catalog-ordering .woocommerce-ordering .orderby', |
| 886 | 783 | ], |
| 887 | - 'rtsb-product-filters' => ProductFilters\Selectors::get_selectors(), | |
| 888 | 784 | ]; |
| 889 | 785 | |
| 890 | 786 | return apply_filters( 'rtsb/elements/elementor/widget/archive/selectors', $selectors ); |
| 891 | 787 | } |
| @@ -920,9 +816,8 @@ | ||
| 920 | 816 | ), |
| 921 | 817 | |
| 922 | 818 | 'rtsb-product-cart-totals' => [ |
| 923 | 819 | 'show_title' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| 924 | - 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 925 | 820 | // Title Style. |
| 926 | 821 | 'title_align' => '{{WRAPPER}}', |
| 927 | 822 | 'title_typo' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| 928 | 823 | 'title_color' => '{{WRAPPER}} .rtsb-cart-totals h2', |
| @@ -977,12 +872,16 @@ | ||
| 977 | 872 | 'coupon_input_height' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 978 | 873 | 'coupon_input_width' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 979 | 874 | 'coupon_padding' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 980 | 875 | 'coupon_border_radius' => '{{WRAPPER}} .woocommerce-cart-form .coupon input', |
| 981 | - 'coupon_input_border' => '{{WRAPPER}} .woocommerce-cart-form .coupon .input-text', | |
| 876 | + 'input_border' => '{{WRAPPER}} .woocommerce-cart-form input', | |
| 982 | 877 | 'input_text_color' => '{{WRAPPER}} .woocommerce-cart-form input', |
| 983 | 878 | 'input_bg_color' => '{{WRAPPER}} .woocommerce-cart-form input', |
| 984 | - | |
| 879 | + 'empty_notice_typography' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 880 | + 'empty_notice_bg_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 881 | + 'empty_notice_text_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 882 | + 'empty_notice_border_color' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 883 | + 'empty_notice_padding' => '{{WRAPPER}} .rtsb-cart-table .cart-empty', | |
| 985 | 884 | 'return_shop_button_typography' => '{{WRAPPER}} .return-to-shop .button', |
| 986 | 885 | 'return_shop_button_height' => '{{WRAPPER}} .return-to-shop .button', |
| 987 | 886 | 'return_shop_button_text_color_normal' => '{{WRAPPER}} .return-to-shop .button', |
| 988 | 887 | 'return_shop_button_bg_color_normal' => '{{WRAPPER}} .return-to-shop .button', |
| @@ -992,19 +891,16 @@ | ||
| 992 | 891 | 'return_shop_button_border_hover_color' => '{{WRAPPER}} .return-to-shop .button:hover', |
| 993 | 892 | 'return_shop_button_border_radius' => '{{WRAPPER}} .return-to-shop .button', |
| 994 | 893 | 'return_shop_button_padding' => '{{WRAPPER}} .return-to-shop .button', |
| 995 | 894 | 'return_shop_button_margin' => '{{WRAPPER}} .return-to-shop .button', |
| 996 | - | |
| 997 | - 'notice_typography' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 998 | - 'notice_padding' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 999 | - 'notice_bg_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1000 | - 'notice_text_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1001 | - 'notice_border_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner', | |
| 1002 | - 'icon_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1003 | - 'notice_icon_size' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1004 | - 'icon_bg_color' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1005 | - 'icon_margin' => '{{WRAPPER}} .rtsb-cart-table .wc-block-components-notice-banner svg', | |
| 1006 | - | |
| 895 | + 'notice_typography' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 896 | + 'notice_padding' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 897 | + 'notice_bg_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 898 | + 'notice_text_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 899 | + 'notice_border_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-message', | |
| 900 | + 'error_notice_bg_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error', | |
| 901 | + 'error_notice_text_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error li', | |
| 902 | + 'error_notice_border_color' => '{{WRAPPER}} .woocommerce-notices-wrapper .woocommerce-error', | |
| 1007 | 903 | 'table_thumbnail_width' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data ) img', |
| 1008 | 904 | 'table_thumbnail_border_radius' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data ) img', |
| 1009 | 905 | 'table_thumbnail_padding' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data )', |
| 1010 | 906 | 'cart_remove_icon_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| @@ -1009,13 +905,10 @@ | ||
| 1009 | 905 | 'table_thumbnail_padding' => '{{WRAPPER}} .shop_table :is( .product-thumbnail, .product-data )', |
| 1010 | 906 | 'cart_remove_icon_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 1011 | 907 | 'cart_remove_button_size' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 1012 | 908 | 'cart_icon_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', |
| 1013 | - 'cart_icon_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a', | |
| 1014 | - 'cart_icon_hover_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', | |
| 1015 | - 'cart_icon_hover_bg_color' => '{{WRAPPER}} .woocommerce table.shop_table tbody tr td.product-remove a:hover', | |
| 909 | + // 'table_content_column_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td', | |
| 1016 | 910 | 'table_column_header_padding' => '{{WRAPPER}} .woocommerce table.shop_table thead tr th', |
| 1017 | - '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', | |
| 1018 | 911 | 'cart_table_border' => '{{WRAPPER}} .woocommerce table.shop_table', |
| 1019 | 912 | |
| 1020 | 913 | 'table_wrapper_margin' => '{{WRAPPER}} .woocommerce :is(table.shop_table, form )', |
| 1021 | 914 | 'element_alignment' => '#rtsb-builder-content {{WRAPPER}} th.product-subtotal, #rtsb-builder-content {{WRAPPER}} td.product-subtotal', |
| @@ -1023,12 +916,11 @@ | ||
| 1023 | 916 | |
| 1024 | 917 | 'cart_subtotal_price_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', |
| 1025 | 918 | 'cart_price_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td .amount', |
| 1026 | 919 | |
| 1027 | - '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', | |
| 1028 | 920 | 'cart_product_title_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', |
| 1029 | 921 | 'cart_product_title_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) a', |
| 1030 | - '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', | |
| 922 | + 'cart_product_title_padding' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .rtsb-product-content', | |
| 1031 | 923 | |
| 1032 | 924 | 'cart_product_title_meta_typo' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', |
| 1033 | 925 | 'cart_product_title_meta_color' => '{{WRAPPER}} .rtsb-cart-table table.shop_table tr td:is(.product-name, .product-data) .product-attributes li', |
| 1034 | 926 | |
| @@ -1038,12 +930,11 @@ | ||
| 1038 | 930 | 'cart_subtotal_button_gap' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', |
| 1039 | 931 | 'cart_subtotal_button_wrapper_padding' => '{{WRAPPER}} td.product-subtotal .table-column-wrapper .subtotal-action-button-wrapper', |
| 1040 | 932 | 'cart_subtotal_col_wrapper_padding' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr td.product-subtotal', |
| 1041 | 933 | |
| 1042 | - 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 1043 | 934 | 'cart_table_cell_width' => [ |
| 1044 | - 'th' => '{{WRAPPER}} .shop_table.cart tr th', | |
| 1045 | - 'td' => '{{WRAPPER}} .shop_table.cart tr td', | |
| 935 | + 'th' => '{{WRAPPER}} .shop_table.shop_table_responsive.cart tr th', | |
| 936 | + 'td' => '{{WRAPPER}} .shop_table.shop_table_responsive.cart tr td', | |
| 1046 | 937 | ], |
| 1047 | 938 | |
| 1048 | 939 | 'clear_cart_button_bg_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', |
| 1049 | 940 | 'clear_cart_button_text_color' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-clear-cart-items', |
| @@ -1055,9 +946,8 @@ | ||
| 1055 | 946 | // Table. |
| 1056 | 947 | 'table_row_border' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table :is( thead, tbody ) tr', |
| 1057 | 948 | |
| 1058 | 949 | 'cart_table_header_typography' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', |
| 1059 | - 'cart_heading_element_alignment' => '#rtsb-builder-content {{WRAPPER}} .woocommerce table.shop_table th', | |
| 1060 | 950 | 'cart_table_header_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table thead', |
| 1061 | 951 | 'cart_table_header_text_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tr th', |
| 1062 | 952 | |
| 1063 | 953 | 'cart_table_odd_row_bg_color' => '.rtsb-builder-content {{WRAPPER}} .rtsb-cart-table table.shop_table tbody tr:nth-child(odd)', |
| @@ -1082,14 +972,11 @@ | ||
| 1082 | 972 | 'quantity_increment_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-plus', |
| 1083 | 973 | 'quantity_decrement_button_padding' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn.rtsb-quantity-minus', |
| 1084 | 974 | |
| 1085 | 975 | 'quantity_button_width' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', |
| 1086 | - 'icon_size' => [ | |
| 1087 | - 'icon' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 1088 | - 'svg' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn svg', | |
| 1089 | - ], | |
| 1090 | - 'quantity_icon_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity :is(i, svg)', | |
| 1091 | - 'quantity_icon_hover_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-btn:hover :is(i, svg)', | |
| 976 | + 'icon_size' => '{{WRAPPER}} .woocommerce-cart-form .rtsb-quantity-box-group .rtsb-quantity-btn', | |
| 977 | + 'quantity_icon_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity i', | |
| 978 | + 'quantity_icon_hover_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity .rtsb-quantity-btn:hover i', | |
| 1092 | 979 | 'text_typography' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| 1093 | 980 | 'quantity_number_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| 1094 | 981 | 'quantity_background_color' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| 1095 | 982 | 'quantity_border' => '{{WRAPPER}} .woocommerce-cart-form .quantity input', |
| @@ -1125,28 +1012,27 @@ | ||
| 1125 | 1012 | // Label. |
| 1126 | 1013 | 'fields_label_typo' => '{{WRAPPER}} .woocommerce-billing-fields label', |
| 1127 | 1014 | 'fields_label_color' => '{{WRAPPER}} .woocommerce-billing-fields label', |
| 1128 | 1015 | 'fields_label_reguired_color' => '{{WRAPPER}} .woocommerce-billing-fields label .required', |
| 1129 | - 'fields_label_margin' => '{{WRAPPER}} .woocommerce-billing-fields label:not(.radio)', | |
| 1016 | + 'fields_label_margin' => '{{WRAPPER}} .woocommerce-billing-fields label', | |
| 1130 | 1017 | |
| 1131 | 1018 | // Input Fields. |
| 1132 | - 'textarea_fields_height' => '{{WRAPPER}} .woocommerce-billing-fields textarea', | |
| 1133 | 1019 | 'fields_height' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-billing .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', |
| 1134 | - 'fields_border' => '{{WRAPPER}} .woocommerce-billing-fields :is(input, textarea), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1020 | + 'fields_border' => '{{WRAPPER}} .woocommerce-billing-fields input:not([type=checkbox],[type=radio]), {{WRAPPER}} .woocommerce-billing-fields .select2-selection--single, {{WRAPPER}} .woocommerce-billing-fields select', | |
| 1135 | 1021 | |
| 1136 | - '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', | |
| 1022 | + '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', | |
| 1137 | 1023 | |
| 1138 | - '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', | |
| 1139 | - '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', | |
| 1024 | + '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', | |
| 1025 | + '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', | |
| 1140 | 1026 | |
| 1141 | 1027 | // Hover. |
| 1142 | - '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)', | |
| 1028 | + '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)', | |
| 1143 | 1029 | |
| 1144 | - '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)', | |
| 1030 | + '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)', | |
| 1145 | 1031 | |
| 1146 | - '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', | |
| 1147 | - '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', | |
| 1148 | - '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 )', | |
| 1032 | + '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', | |
| 1033 | + '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', | |
| 1034 | + '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 )', | |
| 1149 | 1035 | |
| 1150 | 1036 | 'form_row_margin' => '{{WRAPPER}} .woocommerce-billing-fields p.form-row', |
| 1151 | 1037 | 'form_wrapper_margin' => '{{WRAPPER}} .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper', |
| 1152 | 1038 | |
| @@ -1159,12 +1045,11 @@ | ||
| 1159 | 1045 | |
| 1160 | 1046 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1161 | 1047 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', |
| 1162 | 1048 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label .required', |
| 1163 | - 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label:not(.radio)', | |
| 1049 | + 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-shipping .shipping_address label', | |
| 1164 | 1050 | |
| 1165 | 1051 | // Input Fields. |
| 1166 | - 'textarea_fields_height' => '{{WRAPPER}} .rtsb-form-shipping textarea', | |
| 1167 | 1052 | 'fields_height' => '{{WRAPPER}} .rtsb-form-shipping input:not([type=checkbox],[type=radio]), {{WRAPPER}} .rtsb-form-shipping .select2-selection--single, {{WRAPPER}} .rtsb-form-shipping select', |
| 1168 | 1053 | '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', |
| 1169 | 1054 | |
| 1170 | 1055 | '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', |
| @@ -1197,26 +1082,25 @@ | ||
| 1197 | 1082 | |
| 1198 | 1083 | 'fields_label_typo' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1199 | 1084 | 'fields_label_color' => '{{WRAPPER}} .rtsb-form-order-note label', |
| 1200 | 1085 | 'fields_label_reguired_color' => '{{WRAPPER}} .rtsb-form-order-note label .required', |
| 1201 | - 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-order-note label:not(.radio)', | |
| 1086 | + 'fields_label_margin' => '{{WRAPPER}} .rtsb-form-order-note label', | |
| 1202 | 1087 | |
| 1203 | 1088 | // Input Fields. |
| 1204 | - 'textarea_fields_height' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1205 | - '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', | |
| 1206 | - 'fields_border' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1207 | - 'fields_border_radius' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea )', | |
| 1208 | - 'fields_text_color' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1209 | - 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-order-note :is( textarea, input, select, .select2-selection--multiple )', | |
| 1089 | + 'fields_height' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1090 | + 'fields_border' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1091 | + 'fields_border_radius' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1092 | + 'fields_text_color' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1093 | + 'fields_bg_color' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1210 | 1094 | |
| 1211 | 1095 | // Hover. |
| 1212 | - 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1096 | + 'fields_hover_border' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1213 | 1097 | |
| 1214 | - 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1215 | - 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1216 | - 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea ):is(:hover, :focus, :active)', | |
| 1098 | + 'fields_border_radius_hover' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1099 | + 'fields_hover_text_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1100 | + 'fields_hover_bg_color' => '{{WRAPPER}} .rtsb-form-order-note textarea:is(:hover, :focus, :active)', | |
| 1217 | 1101 | |
| 1218 | - 'fields_padding' => '{{WRAPPER}} .rtsb-form-order-note :is( input:not([type=checkbox],[type=radio]), textarea )', | |
| 1102 | + 'fields_padding' => '{{WRAPPER}} .rtsb-form-order-note textarea', | |
| 1219 | 1103 | 'form_row_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', |
| 1220 | 1104 | 'form_wrapper_margin' => '{{WRAPPER}} .rtsb-form-order-note .woocommerce-input-wrapper', |
| 1221 | 1105 | |
| 1222 | 1106 | ], |
| @@ -1223,9 +1107,8 @@ | ||
| 1223 | 1107 | |
| 1224 | 1108 | 'rtsb-order-review' => [ |
| 1225 | 1109 | // Title. |
| 1226 | 1110 | 'show_title' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1227 | - 'table_min_width' => '.rtsb-builder-content {{WRAPPER}} .rtsb-table-horizontal-scroll-on-mobile table.shop_table', | |
| 1228 | 1111 | 'title_typo' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1229 | 1112 | 'title_align' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1230 | 1113 | 'title_color' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1231 | 1114 | 'title_text_stroke' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| @@ -1232,8 +1115,9 @@ | ||
| 1232 | 1115 | 'title_text_shadow' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1233 | 1116 | 'title_margin' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1234 | 1117 | 'title_padding' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1235 | 1118 | 'title_border' => '#rtsb-builder-content {{WRAPPER}} .rtsb-checkout-order-review #order_review_heading', |
| 1119 | + // Table Settings. | |
| 1236 | 1120 | 'table_wrapper_border' => '#rtsb-builder-content {{WRAPPER}} #order_review', |
| 1237 | 1121 | 'table_wrapper_padding' => '#rtsb-builder-content {{WRAPPER}} #order_review', |
| 1238 | 1122 | 'table_wrapper_margin' => '#rtsb-builder-content {{WRAPPER}} #order_review', |
| 1239 | 1123 | 'table_border' => '{{WRAPPER}} #order_review table :is( td, th )', |
| @@ -1240,17 +1124,17 @@ | ||
| 1240 | 1124 | 'label_typo' => '{{WRAPPER}} #order_review thead th', |
| 1241 | 1125 | 'label_color' => '{{WRAPPER}} #order_review thead th', |
| 1242 | 1126 | 'label_bg_color' => '{{WRAPPER}} #order_review thead th', |
| 1243 | 1127 | 'label_item_padding' => '{{WRAPPER}} #order_review thead th', |
| 1244 | - // Table Body. | |
| 1128 | + // Table Body | |
| 1245 | 1129 | 'body_text_typo' => '{{WRAPPER}} #order_review tbody td', |
| 1246 | 1130 | 'body_text_color' => '{{WRAPPER}} #order_review tbody td', |
| 1247 | 1131 | 'body_item_padding' => '{{WRAPPER}} #order_review tbody td', |
| 1248 | 1132 | 'table_body_bg_color' => '{{WRAPPER}} #order_review tbody td', |
| 1249 | - // Counter. | |
| 1133 | + // Counter | |
| 1250 | 1134 | 'counter_text_color' => '{{WRAPPER}} .product-quantity', |
| 1251 | 1135 | 'counter_style' => '{{WRAPPER}} .product-quantity', |
| 1252 | - // Table Footer. | |
| 1136 | + // Table Footer | |
| 1253 | 1137 | 'table_footer_label_typo' => '{{WRAPPER}} #order_review tfoot :is( th, td )', |
| 1254 | 1138 | 'table_footer_label_color' => '{{WRAPPER}} #order_review tfoot th', |
| 1255 | 1139 | 'table_footer_text_color' => '{{WRAPPER}} #order_review tfoot td', |
| 1256 | 1140 | 'table_footer_label_bg_color' => '{{WRAPPER}} #order_review tfoot :is( th, td )', |
| @@ -1257,9 +1141,9 @@ | ||
| 1257 | 1141 | 'table_footer_item_padding' => '{{WRAPPER}} #order_review tfoot td, {{WRAPPER}} #order_review tfoot th', |
| 1258 | 1142 | |
| 1259 | 1143 | ], |
| 1260 | 1144 | 'rtsb-checkout-payment' => [ |
| 1261 | - 'payment_method_wrapper_bg_color' => '{{WRAPPER}} #payment ul.payment_methods', | |
| 1145 | + | |
| 1262 | 1146 | 'payment_link_color' => '{{WRAPPER}} .rtsb-checkout-payment a', |
| 1263 | 1147 | 'payment_link_hover_color' => '{{WRAPPER}} .rtsb-checkout-payment a:hover', |
| 1264 | 1148 | |
| 1265 | 1149 | 'payment_label_typography' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', |
| @@ -1265,17 +1149,14 @@ | ||
| 1265 | 1149 | 'payment_label_typography' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', |
| 1266 | 1150 | 'payment_label_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label, {{WRAPPER}} #payment .payment_methods li input[type=radio]:first-child+label:before', |
| 1267 | 1151 | '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', |
| 1268 | 1152 | 'payment_label_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment .wc_payment_method label', |
| 1269 | - 'payment_method_space_between' => '{{WRAPPER}} #payment ul.payment_methods li input', | |
| 1270 | 1153 | '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', |
| 1271 | - 'payment_method_wrap_padding' => '{{WRAPPER}} #payment ul.payment_methods', | |
| 1272 | 1154 | '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', |
| 1273 | 1155 | |
| 1274 | 1156 | 'payment_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment p', |
| 1275 | 1157 | 'payment_description_text_color' => '{{WRAPPER}} .rtsb-checkout-payment p', |
| 1276 | 1158 | 'payment_description_bg_color' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods > li .payment_box', |
| 1277 | - 'payment_description_border' => '{{WRAPPER}} .rtsb-checkout-payment #payment ul.payment_methods', | |
| 1278 | 1159 | 'payment_method_desc_padding' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', |
| 1279 | 1160 | 'payment_method_desc_margin' => '{{WRAPPER}} .rtsb-checkout-payment #payment .payment_methods li .payment_box', |
| 1280 | 1161 | |
| 1281 | 1162 | 'payment_button_description_typography' => '{{WRAPPER}} .rtsb-checkout-payment #payment .place-order p', |
| @@ -1326,26 +1207,21 @@ | ||
| 1326 | 1207 | |
| 1327 | 1208 | 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form input.input-text', |
| 1328 | 1209 | 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', |
| 1329 | 1210 | |
| 1330 | - 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1331 | - 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner )', | |
| 1332 | - 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1333 | - | |
| 1211 | + 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info', | |
| 1212 | + 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info', | |
| 1213 | + 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info ', | |
| 1334 | 1214 | 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form a', |
| 1335 | - 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is(.woocommerce-info, .wc-block-components-notice-banner ) ', | |
| 1215 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info ', | |
| 1336 | 1216 | 'infobox_icon_size' => [ |
| 1337 | - 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', | |
| 1338 | - 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', | |
| 1217 | + 'icon' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i', | |
| 1218 | + 'svg' => '{{WRAPPER}} .woocommerce-info svg', | |
| 1339 | 1219 | ], |
| 1340 | - | |
| 1341 | - 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner__content :is( i, svg ) ', | |
| 1342 | - | |
| 1343 | - '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 )', | |
| 1344 | - | |
| 1220 | + 'infobox_icon_color' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i, {{WRAPPER}} .woocommerce-info svg', | |
| 1345 | 1221 | 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form ', |
| 1346 | - 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .wc-block-components-notice-banner', | |
| 1347 | - 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form :is( .woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1222 | + 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form ', | |
| 1223 | + 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-info ', | |
| 1348 | 1224 | 'form_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .coupon-form-fields', |
| 1349 | 1225 | 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1350 | 1226 | 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1351 | 1227 | |
| @@ -1350,9 +1226,8 @@ | ||
| 1350 | 1226 | 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1351 | 1227 | |
| 1352 | 1228 | 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1353 | 1229 | 'form_area_border_radius' => '{{WRAPPER}} .rtsb-checkout-coupon-form .woocommerce-form-coupon', |
| 1354 | - | |
| 1355 | 1230 | ] |
| 1356 | 1231 | ), |
| 1357 | 1232 | 'rtsb-checkout-login-form' => array_merge( |
| 1358 | 1233 | self::button_settings_selector(), |
| @@ -1378,28 +1253,23 @@ | ||
| 1378 | 1253 | |
| 1379 | 1254 | 'fields_padding' => '{{WRAPPER}} .rtsb-checkout-login-form input.input-text', |
| 1380 | 1255 | 'fields_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', |
| 1381 | 1256 | 'label_gap' => '{{WRAPPER}} .rtsb-checkout-login-form .field-wrapper label', |
| 1382 | - // Info Box. | |
| 1383 | - 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1384 | - 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1385 | - 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner__content )', | |
| 1386 | 1257 | |
| 1258 | + 'infobox_typography' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info', | |
| 1259 | + 'infobox_bg_color' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info', | |
| 1260 | + 'infobox_text_color' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info ', | |
| 1387 | 1261 | 'infobox_text_link_color' => '{{WRAPPER}} .rtsb-checkout-login-form a', |
| 1388 | - | |
| 1389 | - 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form :is(.woocommerce-info, .wc-block-components-notice-banner.is-info )', | |
| 1262 | + 'infobox_border_color' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info ', | |
| 1390 | 1263 | 'infobox_icon_size' => [ |
| 1391 | - 'icon' => '{{WRAPPER}} :is( .woocommerce-info::before, .woocommerce-info i), {{WRAPPER}} .wc-block-components-notice-banner__content i', | |
| 1392 | - 'svg' => '{{WRAPPER}} :is( .woocommerce-info svg, .wc-block-components-notice-banner__content svg )', | |
| 1264 | + 'icon' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i', | |
| 1265 | + 'svg' => '{{WRAPPER}} .woocommerce-info svg', | |
| 1393 | 1266 | ], |
| 1267 | + 'infobox_icon_color' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info i, {{WRAPPER}} .woocommerce-info svg', | |
| 1394 | 1268 | |
| 1395 | - 'infobox_icon_margin' => '{{WRAPPER}} .woocommerce-info::before, {{WRAPPER}} .woocommerce-info :is( i, svg ), {{WRAPPER}} .wc-block-components-notice-banner :is( i, svg ) ', | |
| 1396 | - | |
| 1397 | - '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 )', | |
| 1398 | - | |
| 1399 | 1269 | 'infobox_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form', |
| 1400 | - 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form .wc-block-components-notice-banner', | |
| 1401 | - 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-login-form :is( .woocommerce-info, .wc-block-components-notice-banner__content ) ', | |
| 1270 | + 'infobox_border_radius' => '{{WRAPPER}} .rtsb-checkout-login-form', | |
| 1271 | + 'infobox_padding' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-info ', | |
| 1402 | 1272 | 'form_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .login-form-fields', |
| 1403 | 1273 | 'form_area_padding' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', |
| 1404 | 1274 | 'form_area_margin' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', |
| 1405 | 1275 | 'form_area_wrapper_border' => '{{WRAPPER}} .rtsb-checkout-login-form .woocommerce-form-login', |
| @@ -1445,25 +1315,22 @@ | ||
| 1445 | 1315 | 'rtsb/elementor/common_selectors', |
| 1446 | 1316 | [ |
| 1447 | 1317 | 'columns' => [ |
| 1448 | 1318 | 'cols' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', |
| 1449 | - 'masonry' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row.rtsb-masonry', | |
| 1450 | 1319 | 'list_cols' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row[class*="list-layout"]', |
| 1451 | - 'list_masonry' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row[class*="list-layout"].rtsb-masonry', | |
| 1452 | 1320 | 'grid_gap' => [ |
| 1453 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container [class*=rtsb-col-]', | |
| 1454 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', | |
| 1455 | - 'slider_layout3' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout3', | |
| 1456 | - 'slider_layout9' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-slider-layout9', | |
| 1321 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container [class*=rtsb-col-]', | |
| 1322 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-row', | |
| 1457 | 1323 | ], |
| 1458 | 1324 | 'image_width' => [ |
| 1459 | - 'image' => '{{WRAPPER}} .rtsb-product .rtsb-list-item .rtsb-product-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout6 .rtsb-content-left', | |
| 1325 | + 'image' => '{{WRAPPER}} .rtsb-product .rtsb-list-item .rtsb-product-img', | |
| 1326 | + // 'content' => '{{WRAPPER}} .rtsb-product .rtsb-list-item .rtsb-product-content', | |
| 1460 | 1327 | ], |
| 1461 | 1328 | 'v_action_btn_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout3 .rtsb-product .rtsb-action-buttons.after-content', |
| 1462 | - 'image_gap' => '{{WRAPPER}} .rtsb-product .rtsb-list-item,{{WRAPPER}} .rtsb-elementor-container .rtsb-list-layout6 .rtsb-product .rtsb-list-item .rtsb-product-content', | |
| 1329 | + 'image_gap' => '{{WRAPPER}} .rtsb-product .rtsb-list-item', | |
| 1463 | 1330 | 'grid_alignment' => [ |
| 1464 | 1331 | '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', |
| 1465 | - '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.show-cart-text .rtsb-action-button-list', | |
| 1332 | + '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', | |
| 1466 | 1333 | ], |
| 1467 | 1334 | ], |
| 1468 | 1335 | 'color_scheme' => [ |
| 1469 | 1336 | 'primary_color' => '{{WRAPPER}}', |
| @@ -1476,9 +1343,9 @@ | ||
| 1476 | 1343 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container [class*=category-single-layout] .rtsb-category-grid .single-category-area .product-count, {{WRAPPER}} .rtsb-elementor-container [class*=rtsb-category-layout] .rtsb-category-grid .category-wrapper .product-count', |
| 1477 | 1344 | 'hover_color' => '{{WRAPPER}} .rtsb-elementor-container [class*=category-single-layout] .rtsb-category-grid:hover .single-category-area .product-count, {{WRAPPER}} .rtsb-elementor-container [class*=rtsb-category-layout] .rtsb-category-grid:hover .category-wrapper .product-count', |
| 1478 | 1345 | 'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container [class*=category-single-layout] .rtsb-category-grid:hover .single-category-area .product-count, {{WRAPPER}} .rtsb-elementor-container [class*=rtsb-category-layout] .rtsb-category-grid:hover .category-wrapper .product-count', |
| 1479 | 1346 | 'border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .product-count', |
| 1480 | - 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .product-count:hover', | |
| 1347 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid:hover .product-count', | |
| 1481 | 1348 | 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .product-count', |
| 1482 | 1349 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .product-count', |
| 1483 | 1350 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .product-count', |
| 1484 | 1351 | ], |
| @@ -1487,27 +1354,24 @@ | ||
| 1487 | 1354 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1488 | 1355 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1489 | 1356 | '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', |
| 1490 | 1357 | 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', |
| 1491 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline, {{WRAPPER}} .rtsb-elementor-container .rtsb-badge.type-image', | |
| 1492 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline, {{WRAPPER}} .rtsb-elementor-container .rtsb-badge.type-image', | |
| 1493 | - 'position_x' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img > .rtsb-promotion', | |
| 1494 | - 'position_y' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img > .rtsb-promotion', | |
| 1358 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', | |
| 1359 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-tag-fill, {{WRAPPER}} .rtsb-elementor-container .rtsb-tag-outline', | |
| 1360 | + 'position_x' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-promotion', | |
| 1361 | + 'position_y' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-promotion', | |
| 1495 | 1362 | ], |
| 1496 | 1363 | 'image' => [ |
| 1497 | - 'overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area .rtsb-img-link::before', | |
| 1498 | - 'hover_overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay .single-category-area .rtsb-img-link::after', | |
| 1499 | - 'img_bg_color' => '{{WRAPPER}} .rtsb-product-img .rtsb-product-image, {{WRAPPER}} .rtsb-product-img .default-img', | |
| 1500 | - 'img_wrapper_bg_color' => '{{WRAPPER}} .rtsb-product-img figure', | |
| 1501 | - 'border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img figure', | |
| 1502 | - 'width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .rtsb-product-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .rtsb-product-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-product-img .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item .rtsb-product-image', | |
| 1503 | - 'max_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image .rtsb-product-img figure,{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item .rtsb-product-img figure', | |
| 1504 | - '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', | |
| 1505 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img', | |
| 1506 | - | |
| 1364 | + 'overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay [class*=category-single-layout] .single-category-area .rtsb-img-link::before', | |
| 1365 | + 'hover_overlay' => '{{WRAPPER}} .rtsb-elementor-container.has-overlay .single-category-area .rtsb-img-link::after', | |
| 1366 | + 'img_bg_color' => '{{WRAPPER}} .rtsb-product-img .rtsb-product-image, {{WRAPPER}} .rtsb-product-img .default-img', | |
| 1367 | + 'border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img figure', | |
| 1368 | + 'width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .rtsb-product-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .rtsb-product-image, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-product-img .default-img, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item .rtsb-product-image', | |
| 1369 | + 'max_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-grid-item .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-layout2 .category-title-with-image .rtsb-product-img figure,{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img figure, {{WRAPPER}} .rtsb-elementor-container .rtsb-list-item .rtsb-product-img figure', | |
| 1370 | + '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', | |
| 1371 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-img', | |
| 1507 | 1372 | ], |
| 1508 | 1373 | 'advanced' => [ |
| 1509 | - 'wrapper_padding' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1510 | 1374 | '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', |
| 1511 | 1375 | 'element_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product, {{WRAPPER}} .rtsb-elementor-container .rtsb-category-grid', |
| 1512 | 1376 | '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', |
| 1513 | 1377 | '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', |
| @@ -1515,10 +1379,8 @@ | ||
| 1515 | 1379 | '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', |
| 1516 | 1380 | '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', |
| 1517 | 1381 | '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 )', |
| 1518 | 1382 | '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', |
| 1519 | - 'rtsb_el_wrapper_border' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1520 | - 'wrapper_border_radius' => '{{WRAPPER}} .rtsb-elementor-container > .rtsb-row', | |
| 1521 | 1383 | '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', |
| 1522 | 1384 | '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', |
| 1523 | 1385 | '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', |
| 1524 | 1386 | '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', |
| @@ -1524,13 +1386,8 @@ | ||
| 1524 | 1386 | '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', |
| 1525 | 1387 | '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', |
| 1526 | 1388 | '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', |
| 1527 | 1389 | ], |
| 1528 | - 'badges_module' => [ | |
| 1529 | - 'direction' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 1530 | - 'alignment' => '{{WRAPPER}} .rtsb-promotion .rtsb-badge-group-style', | |
| 1531 | - 'alignment_wrap' => '{{WRAPPER}} .rtsb-badge-container .rtsb-promotion:not(.rtsb-badge-group-style)', | |
| 1532 | - ], | |
| 1533 | 1390 | ] |
| 1534 | 1391 | ); |
| 1535 | 1392 | } |
| 1536 | 1393 | |
| @@ -1541,12 +1398,9 @@ | ||
| 1541 | 1398 | */ |
| 1542 | 1399 | public static function general_slider_selectors(): array { |
| 1543 | 1400 | return [ |
| 1544 | 1401 | 'slider_buttons' => [ |
| 1545 | - 'arrow_size' => [ | |
| 1546 | - 'icon' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', | |
| 1547 | - 'svg' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow svg', | |
| 1548 | - ], | |
| 1402 | + 'arrow_size' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', | |
| 1549 | 1403 | 'arrow_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 1550 | 1404 | 'arrow_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow', |
| 1551 | 1405 | 'arrow_line_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-arrow i', |
| 1552 | 1406 | 'dot_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet', |
| @@ -1573,9 +1427,9 @@ | ||
| 1573 | 1427 | * @return array |
| 1574 | 1428 | */ |
| 1575 | 1429 | private static function general_product_selectors(): array { |
| 1576 | 1430 | return apply_filters( |
| 1577 | - 'rtsb/elementor/general_product_selectors', | |
| 1431 | + 'rtsb/elements/elementor/general_product_selectors', | |
| 1578 | 1432 | [ |
| 1579 | 1433 | 'section_title' => [ |
| 1580 | 1434 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-section-title', |
| 1581 | 1435 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-section-title', |
| @@ -1591,19 +1445,15 @@ | ||
| 1591 | 1445 | 'product_title' => [ |
| 1592 | 1446 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .product-title', |
| 1593 | 1447 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-title', |
| 1594 | 1448 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .product-title', |
| 1595 | - 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper,{{WRAPPER}} .rtsb-elementor-container .product-title', | |
| 1596 | - // Layout 2 (grid/slider) reveals a hover button that overlays the title wrapper and captures :hover, so the | |
| 1597 | - // wrapper's own :hover never fires; the extra `.rtsb-product:hover .product-title-with-btn` clause re-applies the | |
| 1598 | - // hover text/bg/border color on product-card hover. NOTE: layout 2 fades the title text out on hover, so the | |
| 1599 | - // hover *text* color is not visibly noticeable there — the wrapper background and border remain visible. | |
| 1600 | - 'hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper:hover .product-title, {{WRAPPER}} .rtsb-elementor-container .rtsb-product:hover .product-title-with-btn .product-title', | |
| 1601 | - 'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper:hover,{{WRAPPER}} .rtsb-elementor-container .product-title:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-product:hover .product-title-with-btn .rtsb-product-title-wrapper', | |
| 1449 | + 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper', | |
| 1450 | + 'hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper:hover .product-title', | |
| 1451 | + 'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper:hover', | |
| 1602 | 1452 | 'border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper', |
| 1603 | - 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper:hover, {{WRAPPER}} .rtsb-elementor-container .rtsb-product:hover .product-title-with-btn .rtsb-product-title-wrapper', | |
| 1604 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper,{{WRAPPER}} .rtsb-elementor-container .product-title', | |
| 1605 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper,{{WRAPPER}} .rtsb-elementor-container .product-title', | |
| 1453 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper:hover', | |
| 1454 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper', | |
| 1455 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-title-wrapper', | |
| 1606 | 1456 | ], |
| 1607 | 1457 | 'short_description' => array_fill_keys( |
| 1608 | 1458 | [ |
| 1609 | 1459 | 'typography', |
| @@ -1618,32 +1468,26 @@ | ||
| 1618 | 1468 | ), |
| 1619 | 1469 | 'action_buttons' => [ |
| 1620 | 1470 | 'action_btn_alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product .rtsb-action-buttons.horizontal-floating-btn .rtsb-action-button-list', |
| 1621 | 1471 | 'action_btn_gap' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-button-list', |
| 1622 | - 'icon_gap' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-btn.has-text', | |
| 1623 | 1472 | ], |
| 1624 | 1473 | 'product_price' => [ |
| 1625 | - 'typography' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper .price > .woocommerce-Price-amount, {{WRAPPER}} .rtsb-elementor-container .price-wrapper del', | |
| 1626 | - 'sale_typography' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper ins', | |
| 1627 | - 'regular_text_decoration' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper .price > .woocommerce-Price-amount, {{WRAPPER}} .rtsb-elementor-container .price-wrapper del', | |
| 1628 | - 'sale_text_decoration' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper ins', | |
| 1629 | - 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1630 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( ins, ins span bdi)', | |
| 1631 | - 'regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is( bdi, del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1632 | - 'crossed_regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper :is(del bdi), {{WRAPPER}} .rtsb-elementor-container.products .price-wrapper del', | |
| 1633 | - 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1634 | - 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', | |
| 1635 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1636 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1474 | + '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', | |
| 1475 | + 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1476 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1477 | + 'regular_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper del', | |
| 1478 | + 'border' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper', | |
| 1479 | + 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .price-wrapper:hover', | |
| 1480 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1481 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-price', | |
| 1637 | 1482 | ], |
| 1638 | 1483 | 'product_rating' => [ |
| 1639 | - 'typography' => '{{WRAPPER}} .rtsb-elementor-container .star-rating', | |
| 1640 | - 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-rating', | |
| 1641 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container :is(.star-rating span):before', | |
| 1642 | - 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container :is(.star-rating):before', | |
| 1643 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .star-rating', | |
| 1644 | - 'spacing_preset2' => '{{WRAPPER}} .rtsb-elementor-container .product-rating.preset2, {{WRAPPER}} .rtsb-elementor-container .product-rating.preset2 .inner-wrapper', | |
| 1645 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-rating', | |
| 1484 | + 'typography' => '{{WRAPPER}} .rtsb-elementor-container .star-rating', | |
| 1485 | + 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .product-rating', | |
| 1486 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container :is(.star-rating span):before', | |
| 1487 | + 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container :is(.star-rating):before', | |
| 1488 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .star-rating', | |
| 1489 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .product-rating', | |
| 1646 | 1490 | ], |
| 1647 | 1491 | 'product_categories' => [ |
| 1648 | 1492 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1649 | 1493 | 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content .rtsb-product-category', |
| @@ -1657,40 +1501,26 @@ | ||
| 1657 | 1501 | 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1658 | 1502 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-category-list li > a', |
| 1659 | 1503 | 'wrapper_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-category', |
| 1660 | 1504 | ], |
| 1661 | - 'product_brands' => [ | |
| 1662 | - 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1663 | - 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-product-content .rtsb-brand-category', | |
| 1664 | - 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1665 | - 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1666 | - 'hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a:hover', | |
| 1667 | - 'hover_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a:hover', | |
| 1668 | - 'border' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1669 | - 'border_hover_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a:hover', | |
| 1670 | - 'border_radius' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1671 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1672 | - 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-list li > a', | |
| 1673 | - 'wrapper_margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-brand-category', | |
| 1674 | - ], | |
| 1675 | 1505 | 'pagination' => [ |
| 1676 | - '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', | |
| 1677 | - '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', | |
| 1678 | - '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', | |
| 1679 | - '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', | |
| 1680 | - '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', | |
| 1681 | - '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', | |
| 1506 | + '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', | |
| 1507 | + 'alignment' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1508 | + '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', | |
| 1509 | + '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', | |
| 1510 | + 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1511 | + 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li a, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1682 | 1512 | 'active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1683 | 1513 | 'active_bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1684 | - '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', | |
| 1685 | - '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', | |
| 1686 | - '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', | |
| 1687 | - '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', | |
| 1514 | + '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', | |
| 1515 | + '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', | |
| 1516 | + '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', | |
| 1517 | + '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', | |
| 1688 | 1518 | 'border_active_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list li span', |
| 1689 | - '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', | |
| 1690 | - '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', | |
| 1691 | - 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button, {{WRAPPER}} .rtsb-elementor-container .rtsb-archive-pagination-wrap .rtsb-load-more button', | |
| 1692 | - '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', | |
| 1519 | + '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', | |
| 1520 | + 'spacing' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1521 | + 'padding' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap .rtsb-load-more button', | |
| 1522 | + 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-pagination ul.pagination-list, {{WRAPPER}} .rtsb-elementor-container .rtsb-pagination-wrap', | |
| 1693 | 1523 | ], |
| 1694 | 1524 | 'product_add_to_cart' => [ |
| 1695 | 1525 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| 1696 | 1526 | 'icon_size' => [ |
| @@ -1696,8 +1526,12 @@ | ||
| 1696 | 1526 | 'icon_size' => [ |
| 1697 | 1527 | 'font_size' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn .icon', |
| 1698 | 1528 | 'width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn .icon svg', |
| 1699 | 1529 | ], |
| 1530 | + 'cart_icon_spacing' => [ | |
| 1531 | + 'margin_left' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-button-list .rtsb-cart .rtsb-action-btn.icon-left .icon + .text', | |
| 1532 | + 'margin_right' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-action-button-list .rtsb-cart .rtsb-action-btn.icon-right .icon + .text', | |
| 1533 | + ], | |
| 1700 | 1534 | 'cart_width' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| 1701 | 1535 | 'cart_height' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| 1702 | 1536 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| 1703 | 1537 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-cart .rtsb-action-btn', |
| @@ -1763,12 +1597,9 @@ | ||
| 1763 | 1597 | 'margin' => '{{WRAPPER}} .rtsb-elementor-container .rtsb-quick-view .rtsb-action-btn', |
| 1764 | 1598 | ], |
| 1765 | 1599 | 'hover_icon_button' => [ |
| 1766 | 1600 | 'typography' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a', |
| 1767 | - 'icon_size' => [ | |
| 1768 | - 'font_size' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon', | |
| 1769 | - 'svg' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon svg', | |
| 1770 | - ], | |
| 1601 | + 'icon_size' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon', | |
| 1771 | 1602 | 'hover_icon_spacing' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .text + .icon', |
| 1772 | 1603 | 'color' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a', |
| 1773 | 1604 | 'bg_color' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a', |
| 1774 | 1605 | 'icon_color' => '{{WRAPPER}} .rtsb-elementor-container .product-title-with-btn .btn-wrap a .icon', |