/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Template: bricks
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 1.0.1726863510
Updated: 2024-09-20 20:18:30

*/

label {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    color: inherit;
}
.step1-wrapper {
    width: 100%;
}
.wpcf7-list-item {
    margin: 0;
}
.section-step1 label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
    -o-column-gap: 0.75rem;
    column-gap: 0.75rem;
}
.wpcf7-checkbox .wpcf7-list-item label {
    margin-bottom: 0;
}
.section-step1 .wpcf7-form-control {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.875rem 1.5rem;
    display: grid;
}
.section-step1 p {
    margin: 1rem 0 1.25rem;
}
.wpcf7-form-control-wrap input:not([type="checkbox"]) {
    line-height: 1.5;
    height: 3rem;
    -moz-border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    padding: 0.75rem;
}
.section-step1 .wpcf7-list-item input[type="checkbox"] {
    display: inline-flex;
    font-size: 0;
    -webkit-appearance: none;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    appearance: none;
    align-content: center;
    padding: 0;
}
.section-step1 .wpcf7-list-item input[type="checkbox"]::before {
    width: 18px;
    height: 18px;
    border: 1px solid var(--text-color-alternate);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    content: "";
}
.section-step1 .wpcf7-list-item input[type="checkbox"]:checked::before {
    background-color: var(--red);
}
.step2-wrapper {
    grid-template-columns: auto minmax(18.75rem, 43.5rem);
    width: 100%;
    gap: 4rem;
    display: grid;
    justify-items: space-between;
}
.step2_form-wrapper {
    display: grid;
    row-gap: 1.25rem;
}
.fields-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 1.25rem 1.5rem;
    display: grid;
    justify-items: space-between;
}
.step2_form-wrapper .wpcf7-checkbox label, .step2_form-wrapper .wpcf7-acceptance label {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
    -o-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.step2_form-wrapper .wpcf7-checkbox .wpcf7-list-item-label, .step2_form-wrapper .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.875rem;
}
.step2_form-wrapper .wpcf7-acceptance .wpcf7-list-item-label a {
    text-decoration: underline;
}
.product-form-step1 .step1-wrapper {
    grid-template-columns: minmax(0, 31.25rem) minmax(0, 45.75rem);
    gap: 3rem;
    display: grid;
    justify-content: space-between;
}
.product-form-step1 .step1_form-wrapper {
    border-top: 1px solid var(--text-color-alternate);
}
.product-form-step1 .step1_form-item {
    border-bottom: 1px solid var(--text-color-alternate);
    padding: 1.25rem 0;
}
.product-form-step1 .optionTopic .wpcf7-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    -o-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.product-form-step1 .step1-wrapper .step1_form-item > .wpcf7-form-control-wrap .wpcf7-form-control, .product-form-step1 .wpcf7-form-control.wpcf7-date {
    display: block;
}
.product-form-step1 .step1_form-item-option-fields .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    -moz-column-gap: 0.5rem;
    -webkit-column-gap: 0.5rem;
    -o-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.product-form-step1 .optionTopic .wpcf7-list-item .wpcf7-list-item-label, .product-form-step1 .step1_form-item-option-fields h3 {
    line-height: 1.5;
    font-weight: 800;
}
.product-form-step1 .step1_form-item-content {
    overflow: hidden;
    -moz-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
}
.product-form-step1 .step1_form-item-content.active {
    -moz-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 2000px;
}
.product-form-step1 .step1_form-item-content .step1_form-item-description {
    margin-top: 2.5rem;
}
.product-form-step1 .step1_form-item-option-fields h3 {
    text-align: center;
    font-size: 1rem;
    margin: 1.25rem 0;
}
.product-form-step1 .step1_form-item-option-fields .fields-wrapper {
    grid-template-columns: 1fr;
}
.product-form-step1 .step1_form-item-option-fields .fields-wrapper .fields-row {
    display: flex;
    -moz-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
.product-form-step1 .step1_form-item-option-fields .wpcf7-form-control-wrap, .product-form-step1 .step1_form-item-option-fields .form-group {
    width: 100%;
}
.product-form-step1 .step1_form-item-option-fields .form-group {
    max-width: 21rem;
}
.product-form-step1 .step1_form-item-option-fields .form-group label {
    margin-bottom: 0.5rem;
}
.product-form-step1 .step1_form-item-option-fields input {
    color: var(--text-color-primary);
}
@media screen and (max-width: 991px) {
.section-step1 .wpcf7-form-control, .step2-wrapper, .fields-wrapper {
    grid-template-columns: 1fr;
}
.product-form-step1 .step1-wrapper {
    grid-template-columns: 1fr;
}
.product-form-step1 .step1_form-item-option-fields .fields-wrapper .fields-row {
    flex-direction: column;
}
.product-form-step1 .step1_form-item-option-fields .form-group {
    max-width: 100%;
}
}
