{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "tpgb/tp-pricing-table",
	"version": "0.1.0",
	"title": "Pricing Table",
	"category": "tpgb",
	"description": "Showcase visual table that displays the different price options for a product or service.",
	"example": {
		"attributes": {}
	},
	"supports": {
		"align": ["wide", "full"]
	},
	"textdomain": "the-plus-addons-for-block-editor",
	"attributes": {
		"block_id": {
			"type": "string",
			"default": ""
		},
		"style": {
			"type": "string",
			"default": "style-1"
		},
		"titleStyle": {
			"type": "string",
			"default": "style-1"
		},
		"title": {
			"type": "string",
			"default": "Professional"
		},
		"subTitle": {
			"type": "string",
			"default": "Designed for Agency"
		},
		"iconType": {
			"type": "string",
			"default": "none"
		},
		"iconStore": {
			"type": "string",
			"default": "fas fa-home"
		},
		"imgStore": {
			"type": "object",
			"default": {
				"url": ""
			}
		},
		"imgSize": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "img"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon-img,{{PLUS_WRAP}} .pricing-table-inner .pricing-icon{ width: {{imgSize}};height: auto; }"
				}
			],
			"scopy": true
		},
		"priceStyle": {
			"type": "string",
			"default": "style-1"
		},
		"preText": {
			"type": "string",
			"default": "$"
		},
		"priceValue": {
			"type": "string",
			"default": "99.99"
		},
		"postText": {
			"type": "string",
			"default": "Per Year"
		},
		"disPrePrice": {
			"type": "boolean",
			"default": false
		},
		"prevPreText": {
			"type": "string",
			"default": "$"
		},
		"prevPriceValue": {
			"type": "string",
			"default": "199.99"
		},
		"prevPostText": {
			"type": "string",
			"default": ""
		},
		"contentStyle": {
			"type": "string",
			"default": "wysiwyg"
		},
		"conListStyle": {
			"type": "string",
			"default": "style-1"
		},
		"wyStyle": {
			"type": "string",
			"default": "style-1"
		},
		"wyContent": {
			"type": "string",
			"default": "All features of plan will be available here.</br></br>- Feature 1</br>- Feature 2</br>- Feature 3"
		},
		"disRibbon": {
			"type": "boolean",
			"default": false
		},
		"iconStyle": {
			"type": "string",
			"default": "square",
			"scopy": true
		},
		"iconSize": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon{ font-size: {{iconSize}}; }"
				}
			],
			"scopy": true
		},
		"iconWidth": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon{ width: {{iconWidth}}; height: {{iconWidth}}; line-height: {{iconWidth}}; }"
				}
			],
			"scopy": true
		},
		"icnNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon{ color: {{icnNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"icnHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-icon{ color: {{icnHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"icnNormalBG": {
			"type": "object",
			"default": {
				"openBg": 0,
				"bgType": "color",
				"bgDefaultColor": "",
				"bgGradient": {
					"color1": "#16d03e",
					"color2": "#1f91f3",
					"type": "linear",
					"direction": "90",
					"start": 5,
					"stop": 80,
					"radial": "center",
					"clip": false
				},
				"overlayBg": "",
				"overlayBgOpacity": "",
				"bgGradientOpacity": ""
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon"
				}
			],
			"scopy": true
		},
		"icnHoverBG": {
			"type": "object",
			"default": {
				"openBg": 0,
				"bgType": "color",
				"bgDefaultColor": "",
				"bgGradient": {
					"color1": "#16d03e",
					"color2": "#1f91f3",
					"type": "linear",
					"direction": "90",
					"start": 5,
					"stop": 80,
					"radial": "center",
					"clip": false
				},
				"overlayBg": "",
				"overlayBgOpacity": "",
				"bgGradientOpacity": ""
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-icon"
				}
			],
			"scopy": true
		},
		"nmlBColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						},
						{
							"key": "iconStyle",
							"relation": "==",
							"value": ["square", "rounded"]
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon{ border:1px solid ; border-color: {{nmlBColor}}; }"
				}
			],
			"scopy": true
		},
		"hvrBColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						},
						{
							"key": "iconStyle",
							"relation": "==",
							"value": ["square", "rounded"]
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-icon{ border:1px solid ; border-color: {{hvrBColor}}; }"
				}
			],
			"scopy": true
		},
		"nmlIcnBRadius": {
			"type": "object",
			"default": {
				"md": {
					"top": "",
					"right": "",
					"bottom": "",
					"left": ""
				},
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						},
						{
							"key": "iconStyle",
							"relation": "==",
							"value": ["none", "square", "rounded"]
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon{border-radius: {{nmlIcnBRadius}};}"
				}
			],
			"scopy": true
		},
		"hvrIcnBRadius": {
			"type": "object",
			"default": {
				"md": {
					"top": "",
					"right": "",
					"bottom": "",
					"left": ""
				},
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						},
						{
							"key": "iconStyle",
							"relation": "==",
							"value": ["none", "square", "rounded"]
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-icon{border-radius: {{hvrIcnBRadius}};}"
				}
			],
			"scopy": true
		},
		"nmlIcnShadow": {
			"type": "object",
			"default": {
				"openShadow": 0,
				"inset": 0,
				"horizontal": 0,
				"vertical": 4,
				"blur": 8,
				"spread": 0,
				"color": "rgba(0,0,0,0.40)"
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-icon"
				}
			],
			"scopy": true
		},
		"hvrIcnShadow": {
			"type": "object",
			"default": {
				"openShadow": 0,
				"inset": 0,
				"horizontal": 0,
				"vertical": 4,
				"blur": 8,
				"spread": 0,
				"color": "rgba(0,0,0,0.40)"
			},
			"style": [
				{
					"condition": [
						{
							"key": "iconType",
							"relation": "==",
							"value": "icon"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-icon"
				}
			],
			"scopy": true
		},
		"titleTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "title",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}}.pricing-style-1 .pricing-title-wrap .pricing-title"
				}
			],
			"scopy": true
		},
		"titleNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "title",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}}.pricing-style-1 .pricing-title-wrap .pricing-title { color: {{titleNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"titleHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "title",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}}.pricing-style-1 .pricing-table-inner:hover .pricing-title { color: {{titleHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"subTitleTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "subTitle",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table .pricing-subtitle"
				}
			],
			"scopy": true
		},
		"subTitleNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "subTitle",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table .pricing-subtitle{ color: {{subTitleNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"subTitleHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "subTitle",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table .pricing-table-inner:hover .pricing-subtitle{ color: {{subTitleHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"prevPriceTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "disPrePrice",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-previous-price-wrap"
				}
			],
			"scopy": true
		},
		"prevPriceAlign": {
			"type": "string",
			"default": "top",
			"style": [
				{
					"condition": [
						{
							"key": "disPrePrice",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-previous-price-wrap{ vertical-align: {{prevPriceAlign}}; }"
				}
			],
			"scopy": true
		},
		"prevPriceNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "disPrePrice",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-previous-price-wrap{ color: {{prevPriceNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"prevPriceHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "disPrePrice",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-previous-price-wrap{ color: {{prevPriceHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"priceTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "priceValue",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-price-wrap.style-1 .pricing-price ,{{PLUS_WRAP}} .pricing-price-wrap.style-1 span.price-prefix-text"
				}
			],
			"scopy": true
		},
		"priceNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "priceValue",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-price-wrap.style-1 .pricing-price , {{PLUS_WRAP}} .pricing-price-wrap.style-1 span.price-prefix-text{ color: {{priceNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"priceHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "priceValue",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-price-wrap.style-1 .pricing-price , {{PLUS_WRAP}} .pricing-table-inner:hover .pricing-price-wrap.style-1 span.price-prefix-text { color: {{priceHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"postfixTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "postText",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-price-wrap span.price-postfix-text"
				}
			],
			"scopy": true
		},
		"postfixNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "postText",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-price-wrap span.price-postfix-text{ color: {{postfixNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"postfixHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "postText",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover span.price-postfix-text{ color: {{postfixHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"wysiwygTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "wysiwyg"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.content-desc .pricing-content"
				}
			],
			"scopy": true
		},
		"wysiwygTextColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "wysiwyg"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.content-desc .pricing-content , {{PLUS_WRAP}} .pricing-content-wrap.content-desc .pricing-content p{ color: {{wysiwygTextColor}}; }"
				}
			],
			"scopy": true
		},
		"wysiwygTextHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "wysiwyg"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .pricing-content , {{PLUS_WRAP}} .pricing-table-inner:hover .pricing-content p{ color: {{wysiwygTextHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"wyBorderWidth": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "%"
			},
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "wysiwyg"
						},
						{
							"key": "wyStyle",
							"relation": "==",
							"value": "style-2"
						}
					],
					"selector": "{{PLUS_WRAP}} .content-desc.style-2 hr.border-line{ margin: 30px {{wyBorderWidth}}; }"
				}
			],
			"scopy": true
		},
		"wysiwygBColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "wysiwyg"
						},
						{
							"key": "wyStyle",
							"relation": "==",
							"value": "style-2"
						}
					],
					"selector": "{{PLUS_WRAP}} .content-desc.style-2 hr.border-line{ border-color: {{wysiwygBColor}}; }"
				}
			],
			"scopy": true
		},
		"wysiwygAlign": {
			"type": "string",
			"default": "center",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "wysiwyg"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.content-desc .pricing-content , {{PLUS_WRAP}} .pricing-content-wrap.content-desc .pricing-content p{ text-align: {{wysiwygAlign}}; }"
				}
			],
			"scopy": true
		},
		"innerPadding": {
			"type": "object",
			"default": {
				"md": {
					"top": "",
					"right": "",
					"bottom": "",
					"left": ""
				},
				"unit": "px"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1 .pricing-table-inner {padding: {{innerPadding}};}"
				}
			],
			"scopy": true
		},
		"bgNmlBorder": {
			"type": "object",
			"default": {
				"openBorder": 0,
				"type": "",
				"color": "",
				"width": {
					"md": {
						"top": "1",
						"left": "1",
						"bottom": "1",
						"right": "1"
					},
					"unit": "px"
				}
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1 .pricing-table-inner "
				}
			],
			"scopy": true
		},
		"bgNmlBRadius": {
			"type": "object",
			"default": {
				"md": {
					"top": "",
					"right": "",
					"bottom": "",
					"left": ""
				},
				"unit": "px"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1 .pricing-table-inner , {{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1 .pricing-overlay-color {border-radius: {{bgNmlBRadius}};}"
				}
			],
			"scopy": true
		},
		"bgHvrBorder": {
			"type": "object",
			"default": {
				"openBorder": 0,
				"type": "",
				"color": "",
				"width": {
					"md": {
						"top": "1",
						"left": "1",
						"bottom": "1",
						"right": "1"
					},
					"unit": "px"
				}
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1:hover .pricing-table-inner"
				}
			],
			"scopy": true
		},
		"bgHvrBRadius": {
			"type": "object",
			"default": {
				"md": {
					"top": "",
					"right": "",
					"bottom": "",
					"left": ""
				},
				"unit": "px"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1:hover .pricing-table-inner ,  {{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1:hover .pricing-overlay-color {border-radius: {{bgHvrBRadius}};}"
				}
			],
			"scopy": true
		},
		"hoverStyle": {
			"type": "string",
			"default": "hover_normal",
			"scopy": true
		},
		"normalBG": {
			"type": "object",
			"default": {
				"openBg": 0,
				"bgType": "color",
				"bgDefaultColor": "",
				"bgGradient": {
					"color1": "#16d03e",
					"color2": "#1f91f3",
					"type": "linear",
					"direction": "90",
					"start": 5,
					"stop": 80,
					"radial": "center",
					"clip": false
				},
				"overlayBg": "",
				"overlayBgOpacity": "",
				"bgGradientOpacity": ""
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1 .pricing-table-inner "
				}
			],
			"scopy": true
		},
		"nmlOverlay": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "hoverStyle",
							"relation": "==",
							"value": "hover_normal"
						}
					],
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1 .pricing-overlay-color{ background: {{nmlOverlay}}; }"
				}
			],
			"scopy": true
		},
		"bgNmlShadow": {
			"type": "object",
			"default": {
				"openShadow": 0,
				"inset": 0,
				"horizontal": 0,
				"vertical": 4,
				"blur": 8,
				"spread": 0,
				"color": "rgba(0,0,0,0.40)"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1 .pricing-table-inner "
				}
			],
			"scopy": true
		},
		"hoverBG": {
			"type": "object",
			"default": {
				"openBg": 0,
				"bgType": "color",
				"bgDefaultColor": "",
				"bgGradient": {
					"color1": "#16d03e",
					"color2": "#1f91f3",
					"type": "linear",
					"direction": "90",
					"start": 5,
					"stop": 80,
					"radial": "center",
					"clip": false
				},
				"overlayBg": "",
				"overlayBgOpacity": "",
				"bgGradientOpacity": ""
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1:hover .pricing-table-inner , {{PLUS_WRAP}}.tpgb-pricing-table.hover_fadein .pricing-overlay-color , {{PLUS_WRAP}}.tpgb-pricing-table.hover_slide_left .pricing-overlay-color , {{PLUS_WRAP}}.tpgb-pricing-table.hover_slide_right .pricing-overlay-color , {{PLUS_WRAP}}.tpgb-pricing-table.hover_slide_top .pricing-overlay-color , {{PLUS_WRAP}}.tpgb-pricing-table.hover_slide_bottom .pricing-overlay-color "
				}
			],
			"scopy": true
		},
		"hvrOverlay": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "hoverStyle",
							"relation": "==",
							"value": "hover_normal"
						}
					],
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1:hover .pricing-overlay-color { background: {{hvrOverlay}}; }"
				}
			],
			"scopy": true
		},
		"bgHvrShadow": {
			"type": "object",
			"default": {
				"openShadow": 0,
				"inset": 0,
				"horizontal": 0,
				"vertical": 4,
				"blur": 8,
				"spread": 0,
				"color": "rgba(0,0,0,0.40)"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}}.tpgb-pricing-table.pricing-style-1:hover .pricing-table-inner "
				}
			],
			"scopy": true
		},
		"svgIcon": {
			"type": "object",
			"default": {}
		},
		"svgDraw": {
			"type": "string",
			"default": "delayed",
			"scopy": true
		},
		"svgDura": {
			"type": "string",
			"default": "90",
			"scopy": true
		},
		"svgmaxWidth": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "px"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}} .tpgb-draw-svg{ max-width: {{svgmaxWidth}}; max-height: {{svgmaxWidth}}; }"
				}
			],
			"scopy": true
		},
		"svgstroColor": {
			"type": "string",
			"default": "#000000",
			"scopy": true
		},
		"svgfillColor": {
			"type": "string",
			"default": "",
			"scopy": true
		},
		"svgstroHov": {
			"type": "string",
			"default": "",
			"scopy": true
		},
		"svgfillHov": {
			"type": "string",
			"default": "",
			"scopy": true
		},
		"titleAlign": {
			"type": "object",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "title",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-title { text-align: {{titleAlign}}; }"
				},
				{
					"condition": [
						{
							"key": "subTitle",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-subtitle { text-align: {{titleAlign}}; }"
				}
			],
			"scopy": true
		},
		"priceAlign": {
			"type": "object",
			"default": "",
			"style": [
				{
					"selector": "{{PLUS_WRAP}} .pricing-price-wrap { text-align: {{priceAlign}}; }"
				}
			],
			"scopy": true
		},
		"ctaText": {
			"type": "string",
			"default": ""
		},
		"ctaAlign": {
			"type": "object",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "ctaText",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-cta-text { text-align: {{ctaAlign}}; }"
				}
			],
			"scopy": true
		},
		"ctaTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "ctaText",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-cta-text, {{PLUS_WRAP}} .pricing-table-inner .pricing-cta-text p"
				}
			],
			"scopy": true
		},
		"ctaColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "ctaText",
							"relation": "!=",
							"value": ""
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-cta-text, {{PLUS_WRAP}} .pricing-table-inner .pricing-cta-text p{ color: {{ctaColor}}; }"
				}
			],
			"scopy": true
		},
		"stylishList": {
			"type": "array",
			"repeaterField": [
				{
					"listDesc": {
						"type": "string",
						"default": "Feature 1"
					},
					"iconStore": {
						"type": "string",
						"default": "fas fa-plus"
					},
					"iconNmlColor": {
						"type": "string",
						"default": "",
						"style": [
							{
								"selector": "{{PLUS_WRAP}} {{TP_REPEAT_ID}} .tpgb-icon-list-icon { color: {{iconNmlColor}}; }"
							}
						]
					},
					"iconHvrColor": {
						"type": "string",
						"default": "",
						"style": [
							{
								"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover {{TP_REPEAT_ID}} .tpgb-icon-list-icon { color: {{iconHvrColor}}; }"
							}
						]
					},
					"eIcnToggle": {
						"type": "boolean",
						"default": false
					},
					"eIconStore": {
						"type": "string",
						"default": "fas fa-question-circle"
					},
					"eIconNColor": {
						"type": "string",
						"default": "",
						"style": [
							{
								"selector": "{{PLUS_WRAP}} {{TP_REPEAT_ID}} .tpgb-extra-list-icon { color: {{eIconNColor}}; }"
							}
						]
					},
					"eIconHColor": {
						"type": "string",
						"default": "",
						"style": [
							{
								"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover {{TP_REPEAT_ID}} .tpgb-extra-list-icon { color: {{eIconHColor}}; }"
							}
						]
					}
				}
			],
			"default": [
				{
					"_key": "0",
					"listDesc": "Feature 1",
					"iconStore": "fas fa-check-circle",
					"iconNmlColor": "",
					"iconHvrColor": "",
					"eIcnToggle": false,
					"eIconStore": "fas fa-question-circle",
					"eIconNColor": "",
					"eIconHColor": ""
				},
				{
					"_key": "1",
					"listDesc": "Feature 2",
					"iconStore": "fas fa-check-circle",
					"iconNmlColor": "",
					"iconHvrColor": "",
					"eIcnToggle": false,
					"eIconStore": "fas fa-question-circle",
					"eIconNColor": "",
					"eIconHColor": ""
				},
				{
					"_key": "2",
					"listDesc": "Feature 3",
					"iconStore": "fas fa-check-circle",
					"iconNmlColor": "",
					"iconHvrColor": "",
					"eIcnToggle": false,
					"eIconStore": "fas fa-question-circle",
					"eIconNColor": "",
					"eIconHColor": ""
				}
			]
		},
		"readMoreToggle": {
			"type": "boolean",
			"default": false
		},
		"showListToggle": {
			"type": "string",
			"default": "3"
		},
		"readMoreText": {
			"type": "string",
			"default": "+ Show all options"
		},
		"readLessText": {
			"type": "string",
			"default": "- Less options"
		},
		"tipOffset": {
			"type": "string",
			"default": "",
			"scopy": true
		},
		"ribbonStyle": {
			"type": "string",
			"default": "style-1"
		},
		"ribbonText": {
			"type": "string",
			"default": "Recommended"
		},
		"toggleIndent": {
			"type": "object",
			"default": {
				"md": 0
			},
			"style": [
				{
					"condition": [
						{
							"key": "readMoreToggle",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .listing-content.style-1 a.read-more-options{margin-top: {{toggleIndent}};}"
				}
			],
			"scopy": true
		},
		"toggleHoverColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "readMoreToggle",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .listing-content.style-1 a.read-more-options:hover{color: {{toggleHoverColor}};}"
				}
			],
			"scopy": true
		},
		"toggleNormalColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "readMoreToggle",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .listing-content.style-1 a.read-more-options{color: {{toggleNormalColor}};}"
				}
			],
			"scopy": true
		},
		"toggleTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "readMoreToggle",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .listing-content.style-1 a.read-more-options"
				}
			],
			"scopy": true
		},
		"listBColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						},
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-2"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner .pricing-content-wrap.listing-content.style-2 .tpgb-icon-list-items .tpgb-icon-list-item{ border-color: {{listBColor}}; }"
				}
			],
			"scopy": true
		},
		"listSpace": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						},
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-1"
						}
					],
					"selector": "{{PLUS_WRAP}} .listing-content.style-1 .tpgb-icon-list-item{ margin-bottom: {{listSpace}}; }"
				},
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						},
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-2"
						}
					],
					"selector": "{{PLUS_WRAP}} .listing-content.style-2 .tpgb-icon-list-items .tpgb-icon-list-item{ padding: {{listSpace}}; }"
				}
			],
			"scopy": true
		},
		"extraIcnHColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .tpgb-extra-list-icon{ color: {{extraIcnHColor}}; }"
				}
			],
			"scopy": true
		},
		"areaBorder": {
			"type": "object",
			"default": {
				"openBorder": 0,
				"type": "",
				"color": "",
				"width": {
					"md": {
						"top": "",
						"left": "",
						"bottom": "",
						"right": ""
					},
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-1"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.listing-content.style-1 .tpgb-icon-list-items"
				}
			],
			"scopy": true
		},
		"areaPadding": {
			"type": "object",
			"default": {
				"md": {
					"top": "",
					"right": "",
					"bottom": "",
					"left": ""
				},
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-1"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.listing-content.style-1 .tpgb-icon-list-items{padding: {{areaPadding}};}"
				}
			],
			"scopy": true
		},
		"listIcnHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .tpgb-icon-list-icon{ color: {{listIcnHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"listTextHvrColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-table-inner:hover .tpgb-icon-list-text{ color: {{listTextHvrColor}}; }"
				}
			],
			"scopy": true
		},
		"extraIcnNColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .tpgb-icon-list-items .tpgb-extra-list-icon{ color: {{extraIcnNColor}}; }"
				}
			],
			"scopy": true
		},
		"listIcnNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .tpgb-icon-list-items .tpgb-icon-list-icon{ color: {{listIcnNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"listTextNmlColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .tpgb-icon-list-items .tpgb-icon-list-text{ color: {{listTextNmlColor}}; }"
				}
			],
			"scopy": true
		},
		"listAlign": {
			"type": "string",
			"default": "flex-start",
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						},
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-1"
						}
					],
					"selector": "{{PLUS_WRAP}} .tpgb-icon-list-items .tpgb-icon-list-item{ justify-content: {{listAlign}}; }"
				},
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						},
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-2"
						},
						{
							"key": "listAlign",
							"relation": "==",
							"value": "flex-start"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.listing-content.style-2{ text-align: left; }"
				},
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						},
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-2"
						},
						{
							"key": "listAlign",
							"relation": "==",
							"value": "flex-end"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.listing-content.style-2{ text-align: right; }"
				},
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						},
						{
							"key": "conListStyle",
							"relation": "==",
							"value": "style-2"
						},
						{
							"key": "listAlign",
							"relation": "==",
							"value": "center"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-content-wrap.listing-content.style-2{ text-align: center; }"
				}
			],
			"scopy": true
		},
		"extraIconSize": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .tpgb-icon-list-items .tpgb-extra-list-icon{ font-size: {{extraIconSize}}; }"
				}
			],
			"scopy": true
		},
		"listIconSize": {
			"type": "object",
			"default": {
				"md": "",
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .tpgb-icon-list-items .tpgb-icon-list-icon{ font-size: {{listIconSize}}; }"
				}
			],
			"scopy": true
		},
		"listContentTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "contentStyle",
							"relation": "==",
							"value": "stylish"
						}
					],
					"selector": "{{PLUS_WRAP}} .tpgb-icon-list-items .tpgb-icon-list-text"
				}
			],
			"scopy": true
		},
		"pinS3BG": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "disRibbon",
							"relation": "==",
							"value": true
						},
						{
							"key": "ribbonStyle",
							"relation": "==",
							"value": "style-2"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-ribbon-pin.style-2{ background: {{pinS3BG}}; }  {{PLUS_WRAP}} .pricing-ribbon-pin.style-3:after{ border-top-color: {{pinS3BG}}; border-left-color: {{pinS3BG}}; }"
				}
			],
			"scopy": true
		},
		"pinBRadius": {
			"type": "object",
			"default": {
				"md": {
					"top": "",
					"right": "",
					"bottom": "",
					"left": ""
				},
				"unit": "px"
			},
			"style": [
				{
					"condition": [
						{
							"key": "disRibbon",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-ribbon-pin.style-1 .ribbon-pin-inner , {{PLUS_WRAP}} .pricing-ribbon-pin.style-2 {border-radius: {{pinBRadius}};}"
				}
			],
			"scopy": true
		},
		"pinBG": {
			"type": "object",
			"default": {
				"openBg": 0,
				"bgType": "color"
			},
			"style": [
				{
					"condition": [
						{
							"key": "disRibbon",
							"relation": "==",
							"value": true
						},
						{
							"key": "ribbonStyle",
							"relation": "==",
							"value": "style-1"
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-ribbon-pin.style-1 .ribbon-pin-inner"
				}
			],
			"scopy": true
		},
		"pinColor": {
			"type": "string",
			"default": "",
			"style": [
				{
					"condition": [
						{
							"key": "disRibbon",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-ribbon-pin .ribbon-pin-inner{ color: {{pinColor}}; }"
				}
			],
			"scopy": true
		},
		"pinTypo": {
			"type": "object",
			"default": {
				"openTypography": 0,
				"size": {
					"md": "",
					"unit": "px"
				}
			},
			"style": [
				{
					"condition": [
						{
							"key": "disRibbon",
							"relation": "==",
							"value": true
						}
					],
					"selector": "{{PLUS_WRAP}} .pricing-ribbon-pin .ribbon-pin-inner"
				}
			],
			"scopy": true
		},
		"extbtnPosition": {
			"type": "string",
			"default": "top",
			"scopy": true
		},
		"extBtnAlignment": {
			"type": "object",
			"default": {
				"md": "center"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}} .pricing-table-button{ text-align: {{extBtnAlignment}}; }"
				}
			],
			"scopy": true
		},
		"showBlockContent": {
			"type": "boolean",
			"default": true
		},
		"extBtnTextAlignment": {
			"type": "object",
			"default": {
				"md": "center"
			},
			"style": [
				{
					"selector": "{{PLUS_WRAP}} .tpgb-adv-button.button-style-8 .button-link-wrap{ text-align: {{extBtnTextAlignment}}; display: inline-block;}"
				}
			],
			"scopy": true
		}
	}
}
