.street .control .field .label {
    position: relative !important;
}

.form-address-edit .fieldset .street .control .nested .field .label {
    position: relative !important;
}

.page-title {
    display: none;
    visibility: hidden;
}

h2 {
    font-weight: 700 !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
}


.hide-element {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
    height: 42px !important;
    border-radius: 5px !important;
    border: 1px solid #e2e2e2 !important;
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
    color: #f88b1a !important;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
    background: #dddddd;
}

.fieldset.create.account {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Estilo para o campo de email */
.field.required {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.fieldset>.field:not(.choice)>.label {
    text-align: right !important;
    width: fit-content !important;
    margin-bottom: 5px;
}

/* Estilo para os campos de senha */
.field.password.required,
.field.confirmation.required {
    width: 50% !important;
    box-sizing: border-box;
    padding-right: 10px;
}

/* Estilo para ajustar a borda direita do último campo de senha */
.field.confirmation.required {
    padding-right: 0 !important;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 500 !important;
}

.fieldset>.field {
    margin: 0 0 20px !important;
}

.fieldset>.legend {
    margin-left: 0 !important;
}

.fieldset>.field:not(.choice)>.control {
    width: 100% !important;
}

.fieldset.create.account .field.confirmation.required .field-icon {
    top: 8px !important;
}

div#field_create_checkbox {
    display: flex !important;
}

div#field_create_checkbox label {
    text-align: left;
    font-size: 11.5px;
    padding: 10px 0 0 0 !important;
    width: 100% !important;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px !important;
    height: 17px !important;

    border: 1px solid #e2e2e2 !important;
    border-radius: 2px;
    border-color: #e2e2e2 !important;
}

input[type="checkbox"]:checked {
    background-color: transparent;
    /* Cor de fundo quando marcado */
    border-color: #e2e2e2;
    /* Cor da borda quando marcado */
}

/* Símbolo do check dentro do checkbox */
input[type="checkbox"]::after {
    content: "";
    display: none;
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #f88b1a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input[type="checkbox"]:checked::after {
    display: block;
}

.field.telephone.required label span {
    font-size: 0;
}

.field.telephone.required label span::before {
    content: 'Número do Telefone';
    font-size: 1.4rem;
}

.field.street .field .label {
    font-weight: 500;
}

.nested label span::after,
.field.zip label span::after {
    content: ' *';
    font-size: 1rem;
    font-weight: 500;
    color: #f88b1a;
    margin-left: 5px;
}

input#street_22 {
    margin-top: 5px;
}

.field.company {
    display: none;
}

#field_person_type {
    margin: 0 !important;
}

.field.choice.newsletter::before {
    display: none;
}

.field.choice.newsletter span {
    font-size: 12px;
}

.fieldset {
    margin: 0 0 10px !important;
}


.field.field-name-firstname,
.field.field-name-lastname {
    display: inline-block !important;
    width: 49% !important;
    margin-right: 2% !important;
    box-sizing: border-box;
}

.field.field-name-lastname {
    margin-right: 0 !important;
}

.field.taxvat {
    display: block !important;
    width: 100% !important;
}

.field.zip {
    display: inline-block !important;
    width: 27% !important;
    margin-right: 2% !important;
}


.field.region.required {
    display: inline-block !important;
    width: 71% !important;
    margin-right: 2% !important;
}

.field.country.required {
    display: inline-block !important;
    width: 26% !important;
    margin-right: 0 !important;
}

.field.street.required .control {
    display: flex;
    width: 99% !important;
    flex-wrap: wrap;
}

.field.street.required #street_1 {
    width: 75%;
}

.field.street.required .nested {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    flex-wrap: wrap;
}

.customer-address-form .field.zip,
.customer-address-form .field.street.required .nested .field.additional:nth-last-child(2),
.customer-address-form .field.street.required .nested .field.additional:last-child,
.customer-address-form .field.additional
.customer-address-form .field.city.required
.customer-address-form .field.telephone.required {
    width: 100% !important;
}

.field.street .field.additional:nth-child(1) {
    width: 8% !important;
    position: absolute;
    margin-top: -6.3rem;
    margin-left: 37rem;
}

.customer-account-create .field.street .field.additional:nth-child(1){
    margin-top: -4.7rem;
    margin-left: 49rem;
}

.customer-account-create .field.street .field.additional:nth-child(1) .mage-error{
    font-size: 10px !important;
    width: 100%;
    min-width: 148px;
    margin-left: -18px;
}

.field.street .field.additional:nth-child(1) label.label {
    margin-top: -20px;
    width: 100%;
}

.field.street.required .nested .field.additional:nth-last-child(2) {
    width: 49%;
    padding-right: 1rem;
}

.field.street.required .nested .field.additional:last-child {
    width: 49%;
}

.actions-toolbar {
    margin-left: 0 !important;
}

.actions-toolbar:before {
    display: none;
}

.primary,
.action.submit.primary {
    width: 100% !important;
}

.action.submit.primary {
    margin: 0 !important;
    padding: 11px 17px !important;
    background: #0ae191 !important;
    font-weight: 500 !important;
}


fieldset.fieldset.address {
    margin: 0 0 10px;
}



form#form-validate {
    border: 1.5px solid #ebebeb;
    border-radius: 10px;
    padding: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
    width: 47.5% !important;
}

.create.all {
    display: flex;
    justify-content: space-between;
}

.image-create {
    width: 49%;
    display: flex;
    align-items: stretch;
}

.image-create img {
    width: 100%;
    height: 100%;
    object-fit: initial;
}

.image-create .both,
.image-create #banner-slider-carousel,
.image-create ul,
.image-create li {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.image-create .both {
    margin-bottom: -10px !important;
}

@media only screen and (max-width: 700px) {
    .create.all {
        justify-content: center;
        flex-direction: column;
    }

    form#form-validate {
        order: 2;
        width: 95% !important;
        box-shadow: none;
        border: none;
    }

    .field.telephone.required {
        display: inline-block !important;
        width: 34% !important;
        margin-right: 2% !important;
    }
    
    .field.city.required {
        display: inline-block !important;
        width: 34% !important;
        margin-right: 0% !important;
    }
    

    .password-strength-meter {
        font-size: 10px !important;
    }

    div#field_create_checkbox label {
        padding: 0px 0 0 0 !important;
        width: 100% !important;
        text-align: left !important;
    }
    .fieldset>.field:not(.choice)>.label {
        text-align: left !important;
        font-size: 13px;
    }

    .field.telephone.required label span::before {
        font-size: 1.2rem;
    }

    .field.telephone.required, .field.zip {
        width: 48% !important;
    }
    .field.city.required {
        width: 99% !important;
    }

    .image-create {
        width: 100%;
        max-height: 345px;
    }

    .image-create img{
        object-fit: cover;
        border-radius: 25px;
    }

    select#region_id {
        font-size: 11px;
    }

    .field.street.required .field.additional:nth-child(1) {
        width: 20% !important;
        position: absolute;
        margin-top: -4.7rem;
        margin-left: 28rem;
    }

    .field.street.required .nested .field.additional:nth-last-child(2) {
        width: 48%;
    }

  }