{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "divi/woocommerce-checkout-order-details",
  "d4Shortcode": "et_pb_wc_checkout_order_details",
  "moduleClassName": "et_pb_wc_checkout_order_details",
  "moduleOrderClassName": "et_pb_wc_checkout_order_details",
  "title": "Woo Checkout Details",
  "titles": "Woo Checkout Details",
  "moduleIcon": "divi/woo-checkout-details",
  "folder": "woo-modules",
  "category": "module",
  "videos": [
    {
      "id": "7X03vBPYJ1o",
      "name": "Divi WooCommerce Modules"
    },
    {
      "id": "1iqjhnHVA9Y",
      "name": "Design Settings and Advanced Module Settings"
    },
    {
      "id": "boNZZ0MYU0E",
      "name": "Saving and loading from the library"
    }
  ],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "advanced": {
          "html": {},
          "text": {
            "priority": 10,
            "component": {
              "props": {
                "fields": {
                  "color": {
                    "render": false
                  },
                  "textShadowGroup": {
                    "render": true
                  },
                  "orientation": {
                    "render": true
                  }
                }
              }
            }
          },
          "loop": {}
        },
        "decoration": {
          "animation": {},
          "attributes": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "interactions": {},
          "order": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        },
        "meta": {
          "adminLabel": {}
        }
      },
      "styleProps": {
        "spacing": {
          "selector": "{{selector}}",
          "important": {
            "desktop": {
              "value": {
                "margin": true
              }
            }
          }
        }
      }
    },
    "title": {
      "type": "object",
      "settings": {
        "decoration": {
          "font": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTitleText",
              "priority": 10,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/font",
                "props": {
                  "grouped": false,
                  "groupLabel": "Title Text",
                  "fieldLabel": "Title"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "font": {
          "selector": "{{selector}} #order_review_heading"
        }
      }
    },
    "content": {
      "type": "object",
      "settings": {
        "decoration": {
          "bodyFont": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designBodyText",
              "priority": 10,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/font-body",
                "props": {
                  "grouped": false,
                  "groups": {
                    "body": {
                      "render": true,
                      "fieldLabel": "Body",
                      "groupLabel": "Body Text"
                    },
                    "link": {
                      "render": true,
                      "fieldLabel": "Link",
                      "groupLabel": "Link"
                    },
                    "ul": {
                      "render": false
                    },
                    "ol": {
                      "render": false
                    },
                    "quote": {
                      "render": false
                    }
                  }
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "bodyFont": {
          "selector": "{{selector}} td, {{selector}} tfoot th",
          "propertySelectors": {
            "body": {
              "font": {
                "desktop": {
                  "value": {
                    "line-height": "{{selector}} table.shop_table th, {{selector}} table.shop_table td"
                  }
                }
              }
            },
            "link": {
              "font": {
                "desktop": {
                  "value": {
                    "line-height": "{{selector}} td a"
                  }
                }
              }
            }
          }
        }
      }
    },
    "columnLabel": {
      "type": "object",
      "settings": {
        "decoration": {
          "font": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designColumnLabel",
              "priority": 10,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/font",
                "props": {
                  "grouped": false,
                  "groupLabel": "Column Label",
                  "fieldLabel": "Column Label"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "font": {
          "selector": "{{selector}} table.shop_table thead th"
        }
      }
    },
    "table": {
      "type": "object",
      "elementType": "field",
      "selector": "{{selector}} table.shop_table",
      "settings": {
        "advanced": {
          "collapseTableGuttersBorders": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTable",
              "attrName": "table.advanced.collapseTableGuttersBorders",
              "label": "Collapse Table Gutters and Borders",
              "description": "Collapse Table Gutters and Borders.",
              "priority": 10,
              "render": true,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            }
          },
          "horizontalGutterWidth": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTable",
              "attrName": "table.advanced.horizontalGutterWidth",
              "label": "Horizontal Gutters",
              "priority": 20,
              "render": true,
              "features": {
                "responsive": true,
                "sticky": false,
                "preset": [
                  "html"
                ]
              },
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "cssProperty": "border-spacing",
                  "allowedUnits": [
                    "em",
                    "rem",
                    "px",
                    "cm",
                    "mm",
                    "in",
                    "pt",
                    "pc",
                    "ex",
                    "vh",
                    "vw"
                  ],
                  "defaultUnit": "px",
                  "min": 0,
                  "max": 50,
                  "step": 1,
                  "minLimit": 0,
                  "maxLimit": 50
                }
              }
            }
          },
          "verticalGutterWidth": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTable",
              "attrName": "table.advanced.verticalGutterWidth",
              "label": "Vertical Gutters",
              "priority": 10,
              "render": true,
              "features": {
                "responsive": true,
                "sticky": false,
                "preset": [
                  "html"
                ]
              },
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "cssProperty": "border-spacing",
                  "allowedUnits": [
                    "em",
                    "rem",
                    "px",
                    "cm",
                    "mm",
                    "in",
                    "pt",
                    "pc",
                    "ex",
                    "vh",
                    "vw"
                  ],
                  "defaultUnit": "px",
                  "min": 0,
                  "max": 50,
                  "step": 1,
                  "minLimit": 0,
                  "maxLimit": 50
                }
              }
            }
          }
        },
        "decoration": {
          "background": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTable",
              "attrName": "table.decoration.background",
              "subName": "color",
              "label": "Table Background Color",
              "description": "Pick a color to fill the module's table.",
              "priority": 30,
              "render": true,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            }
          },
          "spacing": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTable",
              "priority": 40,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/spacing",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table",
                  "groupLabel": "Table Spacing"
                }
              }
            }
          },
          "border": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTable",
              "priority": 50,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/border",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table",
                  "groupLabel": "Table Border"
                }
              }
            }
          },
          "boxShadow": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTable",
              "priority": 60,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/box-shadow",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table",
                  "groupLabel": "Table Box Shadow"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "background": {
          "selector": "{{selector}} table.shop_table"
        },
        "spacing": {
          "selector": "{{selector}} table.shop_table",
          "important": {
            "desktop": {
              "value": {
                "margin": true
              }
            }
          }
        },
        "border": {
          "propertySelectors": {
            "desktop": {
              "value": {
                "border-radius": "{{selector}} table.shop_table",
                "border-style": "{{selector}} table.shop_table"
              }
            }
          }
        },
        "boxShadow": {
          "selector": "{{selector}} table.shop_table"
        }
      }
    },
    "tableCell": {
      "type": "object",
      "elementType": "field",
      "settings": {
        "decoration": {
          "background": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTableCell",
              "label": "Table Cell Background Color",
              "attrName": "tableCell.decoration.background",
              "subName": "color",
              "description": "Pick a color to fill the module's table cell.",
              "priority": 30,
              "render": true,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            }
          },
          "spacing": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTableCell",
              "priority": 40,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/spacing",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table Cell",
                  "groupLabel": "Table Cell Spacing",
                  "fields": {
                    "padding": {
                      "render": true
                    },
                    "margin": {
                      "render": false
                    }
                  }
                }
              }
            }
          },
          "border": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTableCell",
              "priority": 50,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/border",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table Cell",
                  "groupLabel": "Table Cell Border"
                }
              }
            }
          },
          "boxShadow": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTableCell",
              "priority": 60,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/box-shadow",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table Cell",
                  "groupLabel": "Table Cell Box Shadow"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "selector": "{{selector}} table.shop_table tr th, {{selector}} table.shop_table tr td",
        "background": {
          "selectors": {
            "desktop": {
              "value": "{{selector}} table.shop_table tr th, {{selector}} table.shop_table tr td",
              "hover": "{{selector}} table.shop_table tr th{{:hover}}, {{selector}} table.shop_table tr td{{:hover}}"
            }
          }
        },
        "spacing": {
          "selector": "{{selector}} table.shop_table th, {{selector}} table.shop_table td"
        },
        "border": {
          "important": {
            "desktop": {
              "value": {
                "border-color": true
              }
            }
          },
          "propertySelectors": {
            "desktop": {
              "value": {
                "border-radius": "{{selector}} table.shop_table tr th, {{selector}} table.shop_table tr td",
                "border-style": "{{selector}} table.shop_table tr th,{{selector}} table.shop_table tr td"
              }
            }
          }
        },
        "boxShadow": {
          "selector": "{{selector}} table.shop_table tr th, {{selector}} table.shop_table td"
        }
      }
    },
    "tableRow": {
      "type": "object",
      "elementType": "field",
      "selector": "{{selector}} table.shop_table tr",
      "settings": {
        "decoration": {
          "background": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTableRow",
              "label": "Table Row Background Color",
              "attrName": "tableRow.decoration.background",
              "subName": "color",
              "description": "Pick a color to fill the module's table row.",
              "priority": 10,
              "render": true,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            }
          },
          "border": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTableRow",
              "priority": 20,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/border",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table Row",
                  "groupLabel": "Table Row Border",
                  "fields": {
                    "radius": {
                      "render": false
                    },
                    "styles": {
                      "render": true
                    }
                  }
                }
              }
            }
          },
          "boxShadow": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTableRow",
              "priority": 30,
              "render": true,
              "component": {
                "type": "group",
                "name": "divi/box-shadow",
                "props": {
                  "grouped": true,
                  "fieldLabel": "Table Row",
                  "groupLabel": "Table Row Box Shadow"
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "selector": "{{selector}} table.shop_table tr th, {{selector}} table.shop_table tr td",
          "important": {
            "desktop": {
              "value": {
                "padding": true
              }
            }
          }
        },
        "border": {
          "important": true,
          "propertySelectors": {
            "desktop": {
              "value": {
                "border-radius": "{{selector}} table.shop_table th, {{selector}} table.shop_table td",
                "border-style": "{{selector}} table.shop_table th, {{selector}} table.shop_table td"
              }
            }
          }
        },
        "boxShadow": {
          "selector": "{{selector}} table.shop_table tr"
        }
      }
    }
  },
  "customCssFields": {
    "titleText": {
      "label": "Title Text",
      "subName": "titleText",
      "selectorSuffix": " h1, h2, h3, h4, h5, h6"
    }
  },
  "settings": {
    "content": "auto",
    "advanced": "auto",
    "groups": {
      "designTitleText": {
        "panel": "design",
        "priority": 15,
        "groupName": "designTitleText",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Title Text",
            "clipboardCategory": "style",
            "presetGroup": "divi/font"
          }
        }
      },
      "designColumnLabel": {
        "panel": "design",
        "priority": 20,
        "groupName": "designColumnLabel",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Column Label",
            "clipboardCategory": "style",
            "presetGroup": "divi/font"
          }
        }
      },
      "designBodyText": {
        "panel": "design",
        "priority": 25,
        "groupName": "designBodyText",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Body Text",
            "clipboardCategory": "style",
            "presetGroup": "divi/font-body"
          }
        }
      },
      "designTable": {
        "panel": "design",
        "priority": 30,
        "groupName": "designTable",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Table"
          }
        }
      },
      "designTableRow": {
        "panel": "design",
        "priority": 35,
        "groupName": "designTableRow",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Table Row"
          }
        }
      },
      "designTableCell": {
        "panel": "design",
        "priority": 40,
        "groupName": "designTableCell",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Table Cell"
          }
        }
      }
    }
  }
}