/*.custom_address {
    position: relative;
    z-index: 1000;
    width: 154%;
    border-top: 1px solid #eeeeee;
    padding: 20px 0 0;
    display: none!important;
    flex-direction: column;
}

.custom_address.custom_address_active {
    display: flex!important;
}

.custom_address label {
    color: #2C3E50;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    display: none;
}

.custom_address label.custom_address_en:lang(en-US)  {
    display: inline-block;
}

.custom_address label.custom_address_fr:lang(fr-FR) {
    display: inline-block;
}

.custom_address input {
    border: 0;
    padding: 10px 0 20px;
}

.custom_address.custom_address_active {
    display: flex!important;
}

*/